diff --git a/data/circulation_policies.json b/data/circulation_policies.json index ba4334a53d..1f730c79ac 100644 --- a/data/circulation_policies.json +++ b/data/circulation_policies.json @@ -1,10 +1,25 @@ [ + { + "$schema": "http://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json", + "name": "Default", + "description": "Default circulation policy.", + "organisation": { + "$ref": "https://ils.rero.ch/api/organisations/1" + }, + "allow_checkout": true, + "checkout_duration": 30, + "allow_requests": true, + "number_renewals": 3, + "renewal_duration": 30, + "policy_library_level": false, + "is_default": true + }, { "$schema": "http://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json", "name": "standard", - "description": "Default standard circulation policy.", + "description": "Standard circulation policy.", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "allow_checkout": true, "checkout_duration": 30, @@ -12,10 +27,15 @@ "number_renewals": 3, "renewal_duration": 30, "policy_library_level": false, + "is_default": false, "settings": [ { - "patron_type": "1", - "item_type": "1" + "patron_type": { + "$ref": "https://ils.rero.ch/api/patron_types/1" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/1" + } } ] }, @@ -24,21 +44,23 @@ "name": "short", "description": "Short circulation policy.", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "allow_checkout": true, "checkout_duration": 10, "allow_requests": true, "number_renewals": 1, "renewal_duration": 10, - "policy_library_level": true, - "libraries": [ - "1" - ], + "policy_library_level": false, + "is_default": false, "settings": [ { - "patron_type": "1", - "item_type": "1" + "patron_type": { + "$ref": "https://ils.rero.ch/api/patron_types/1" + }, + "item_type": { + "$ref": "https://ils.rero.ch/api/item_types/2" + } } ] }, @@ -47,10 +69,11 @@ "name": "on-site", "description": "On-site circulation policy.", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "allow_checkout": false, "allow_requests": false, - "policy_library_level": false + "policy_library_level": false, + "is_default": false } -] \ No newline at end of file +] diff --git a/data/item_types.json b/data/item_types.json index 3838d00f4f..fc0a5b36e8 100644 --- a/data/item_types.json +++ b/data/item_types.json @@ -1,34 +1,34 @@ [ { - "$schema": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", "name": "standard", "description": "standard checkout", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", "name": "short", "description": "short checkout", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", "name": "on-site", "description": "on-site checkout", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", "name": "no-checkout", "description": "no checkout", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } } -] \ No newline at end of file +] diff --git a/data/items.json b/data/items.json index cda4856956..96240f74d5 100644 --- a/data/items.json +++ b/data/items.json @@ -4,13 +4,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9818" + "$ref": "https://ils.rero.ch/api/documents/9818" } }, { @@ -18,13 +18,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9818" + "$ref": "https://ils.rero.ch/api/documents/9818" } }, { @@ -32,13 +32,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9818" + "$ref": "https://ils.rero.ch/api/documents/9818" } }, { @@ -46,13 +46,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9818" + "$ref": "https://ils.rero.ch/api/documents/9818" } }, { @@ -60,13 +60,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9818" + "$ref": "https://ils.rero.ch/api/documents/9818" } }, { @@ -74,13 +74,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9817" + "$ref": "https://ils.rero.ch/api/documents/9817" } }, { @@ -88,13 +88,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9817" + "$ref": "https://ils.rero.ch/api/documents/9817" } }, { @@ -102,13 +102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9817" + "$ref": "https://ils.rero.ch/api/documents/9817" } }, { @@ -116,13 +116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9817" + "$ref": "https://ils.rero.ch/api/documents/9817" } }, { @@ -130,13 +130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9817" + "$ref": "https://ils.rero.ch/api/documents/9817" } }, { @@ -144,13 +144,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9816" + "$ref": "https://ils.rero.ch/api/documents/9816" } }, { @@ -158,13 +158,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9815" + "$ref": "https://ils.rero.ch/api/documents/9815" } }, { @@ -172,13 +172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9815" + "$ref": "https://ils.rero.ch/api/documents/9815" } }, { @@ -186,13 +186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9815" + "$ref": "https://ils.rero.ch/api/documents/9815" } }, { @@ -200,13 +200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9815" + "$ref": "https://ils.rero.ch/api/documents/9815" } }, { @@ -214,13 +214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9815" + "$ref": "https://ils.rero.ch/api/documents/9815" } }, { @@ -228,13 +228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9814" + "$ref": "https://ils.rero.ch/api/documents/9814" } }, { @@ -242,13 +242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9814" + "$ref": "https://ils.rero.ch/api/documents/9814" } }, { @@ -256,13 +256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9814" + "$ref": "https://ils.rero.ch/api/documents/9814" } }, { @@ -270,13 +270,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9814" + "$ref": "https://ils.rero.ch/api/documents/9814" } }, { @@ -284,13 +284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9813" + "$ref": "https://ils.rero.ch/api/documents/9813" } }, { @@ -298,13 +298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9812" + "$ref": "https://ils.rero.ch/api/documents/9812" } }, { @@ -312,13 +312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9811" + "$ref": "https://ils.rero.ch/api/documents/9811" } }, { @@ -326,13 +326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9810" + "$ref": "https://ils.rero.ch/api/documents/9810" } }, { @@ -340,13 +340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9810" + "$ref": "https://ils.rero.ch/api/documents/9810" } }, { @@ -354,13 +354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9809" + "$ref": "https://ils.rero.ch/api/documents/9809" } }, { @@ -368,13 +368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9809" + "$ref": "https://ils.rero.ch/api/documents/9809" } }, { @@ -382,13 +382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9809" + "$ref": "https://ils.rero.ch/api/documents/9809" } }, { @@ -396,13 +396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9809" + "$ref": "https://ils.rero.ch/api/documents/9809" } }, { @@ -410,13 +410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9809" + "$ref": "https://ils.rero.ch/api/documents/9809" } }, { @@ -424,13 +424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9808" + "$ref": "https://ils.rero.ch/api/documents/9808" } }, { @@ -438,13 +438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9807" + "$ref": "https://ils.rero.ch/api/documents/9807" } }, { @@ -452,13 +452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9807" + "$ref": "https://ils.rero.ch/api/documents/9807" } }, { @@ -466,13 +466,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9807" + "$ref": "https://ils.rero.ch/api/documents/9807" } }, { @@ -480,13 +480,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9807" + "$ref": "https://ils.rero.ch/api/documents/9807" } }, { @@ -494,13 +494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9806" + "$ref": "https://ils.rero.ch/api/documents/9806" } }, { @@ -508,13 +508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9806" + "$ref": "https://ils.rero.ch/api/documents/9806" } }, { @@ -522,13 +522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9806" + "$ref": "https://ils.rero.ch/api/documents/9806" } }, { @@ -536,13 +536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9806" + "$ref": "https://ils.rero.ch/api/documents/9806" } }, { @@ -550,13 +550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9806" + "$ref": "https://ils.rero.ch/api/documents/9806" } }, { @@ -564,13 +564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9805" + "$ref": "https://ils.rero.ch/api/documents/9805" } }, { @@ -578,13 +578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9805" + "$ref": "https://ils.rero.ch/api/documents/9805" } }, { @@ -592,13 +592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9805" + "$ref": "https://ils.rero.ch/api/documents/9805" } }, { @@ -606,13 +606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9804" + "$ref": "https://ils.rero.ch/api/documents/9804" } }, { @@ -620,13 +620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9804" + "$ref": "https://ils.rero.ch/api/documents/9804" } }, { @@ -634,13 +634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9803" + "$ref": "https://ils.rero.ch/api/documents/9803" } }, { @@ -648,13 +648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9803" + "$ref": "https://ils.rero.ch/api/documents/9803" } }, { @@ -662,13 +662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9803" + "$ref": "https://ils.rero.ch/api/documents/9803" } }, { @@ -676,13 +676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9802" + "$ref": "https://ils.rero.ch/api/documents/9802" } }, { @@ -690,13 +690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9802" + "$ref": "https://ils.rero.ch/api/documents/9802" } }, { @@ -704,13 +704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9802" + "$ref": "https://ils.rero.ch/api/documents/9802" } }, { @@ -718,13 +718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9802" + "$ref": "https://ils.rero.ch/api/documents/9802" } }, { @@ -732,13 +732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9801" + "$ref": "https://ils.rero.ch/api/documents/9801" } }, { @@ -746,13 +746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9800" + "$ref": "https://ils.rero.ch/api/documents/9800" } }, { @@ -760,13 +760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9799" + "$ref": "https://ils.rero.ch/api/documents/9799" } }, { @@ -774,13 +774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9799" + "$ref": "https://ils.rero.ch/api/documents/9799" } }, { @@ -788,13 +788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9798" + "$ref": "https://ils.rero.ch/api/documents/9798" } }, { @@ -802,13 +802,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9798" + "$ref": "https://ils.rero.ch/api/documents/9798" } }, { @@ -816,13 +816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9798" + "$ref": "https://ils.rero.ch/api/documents/9798" } }, { @@ -830,13 +830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9797" + "$ref": "https://ils.rero.ch/api/documents/9797" } }, { @@ -844,13 +844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9797" + "$ref": "https://ils.rero.ch/api/documents/9797" } }, { @@ -858,13 +858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9797" + "$ref": "https://ils.rero.ch/api/documents/9797" } }, { @@ -872,13 +872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9797" + "$ref": "https://ils.rero.ch/api/documents/9797" } }, { @@ -886,13 +886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9797" + "$ref": "https://ils.rero.ch/api/documents/9797" } }, { @@ -900,13 +900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9796" + "$ref": "https://ils.rero.ch/api/documents/9796" } }, { @@ -914,13 +914,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9796" + "$ref": "https://ils.rero.ch/api/documents/9796" } }, { @@ -928,13 +928,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9796" + "$ref": "https://ils.rero.ch/api/documents/9796" } }, { @@ -942,13 +942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9795" + "$ref": "https://ils.rero.ch/api/documents/9795" } }, { @@ -956,13 +956,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9794" + "$ref": "https://ils.rero.ch/api/documents/9794" } }, { @@ -970,13 +970,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9794" + "$ref": "https://ils.rero.ch/api/documents/9794" } }, { @@ -984,13 +984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9793" + "$ref": "https://ils.rero.ch/api/documents/9793" } }, { @@ -998,13 +998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9793" + "$ref": "https://ils.rero.ch/api/documents/9793" } }, { @@ -1012,13 +1012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9792" + "$ref": "https://ils.rero.ch/api/documents/9792" } }, { @@ -1026,13 +1026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9792" + "$ref": "https://ils.rero.ch/api/documents/9792" } }, { @@ -1040,13 +1040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9791" + "$ref": "https://ils.rero.ch/api/documents/9791" } }, { @@ -1054,13 +1054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9790" + "$ref": "https://ils.rero.ch/api/documents/9790" } }, { @@ -1068,13 +1068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9790" + "$ref": "https://ils.rero.ch/api/documents/9790" } }, { @@ -1082,13 +1082,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9790" + "$ref": "https://ils.rero.ch/api/documents/9790" } }, { @@ -1096,13 +1096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9790" + "$ref": "https://ils.rero.ch/api/documents/9790" } }, { @@ -1110,13 +1110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9789" + "$ref": "https://ils.rero.ch/api/documents/9789" } }, { @@ -1124,13 +1124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9789" + "$ref": "https://ils.rero.ch/api/documents/9789" } }, { @@ -1138,13 +1138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9789" + "$ref": "https://ils.rero.ch/api/documents/9789" } }, { @@ -1152,13 +1152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9789" + "$ref": "https://ils.rero.ch/api/documents/9789" } }, { @@ -1166,13 +1166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9789" + "$ref": "https://ils.rero.ch/api/documents/9789" } }, { @@ -1180,13 +1180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9788" + "$ref": "https://ils.rero.ch/api/documents/9788" } }, { @@ -1194,13 +1194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9788" + "$ref": "https://ils.rero.ch/api/documents/9788" } }, { @@ -1208,13 +1208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9788" + "$ref": "https://ils.rero.ch/api/documents/9788" } }, { @@ -1222,13 +1222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9788" + "$ref": "https://ils.rero.ch/api/documents/9788" } }, { @@ -1236,13 +1236,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9788" + "$ref": "https://ils.rero.ch/api/documents/9788" } }, { @@ -1250,13 +1250,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9787" + "$ref": "https://ils.rero.ch/api/documents/9787" } }, { @@ -1264,13 +1264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9787" + "$ref": "https://ils.rero.ch/api/documents/9787" } }, { @@ -1278,13 +1278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9787" + "$ref": "https://ils.rero.ch/api/documents/9787" } }, { @@ -1292,13 +1292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9786" + "$ref": "https://ils.rero.ch/api/documents/9786" } }, { @@ -1306,13 +1306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9786" + "$ref": "https://ils.rero.ch/api/documents/9786" } }, { @@ -1320,13 +1320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9786" + "$ref": "https://ils.rero.ch/api/documents/9786" } }, { @@ -1334,13 +1334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9786" + "$ref": "https://ils.rero.ch/api/documents/9786" } }, { @@ -1348,13 +1348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9785" + "$ref": "https://ils.rero.ch/api/documents/9785" } }, { @@ -1362,13 +1362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9785" + "$ref": "https://ils.rero.ch/api/documents/9785" } }, { @@ -1376,13 +1376,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9784" + "$ref": "https://ils.rero.ch/api/documents/9784" } }, { @@ -1390,13 +1390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9784" + "$ref": "https://ils.rero.ch/api/documents/9784" } }, { @@ -1404,13 +1404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9784" + "$ref": "https://ils.rero.ch/api/documents/9784" } }, { @@ -1418,13 +1418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9784" + "$ref": "https://ils.rero.ch/api/documents/9784" } }, { @@ -1432,13 +1432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9784" + "$ref": "https://ils.rero.ch/api/documents/9784" } }, { @@ -1446,13 +1446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9783" + "$ref": "https://ils.rero.ch/api/documents/9783" } }, { @@ -1460,13 +1460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9783" + "$ref": "https://ils.rero.ch/api/documents/9783" } }, { @@ -1474,13 +1474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9782" + "$ref": "https://ils.rero.ch/api/documents/9782" } }, { @@ -1488,13 +1488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9782" + "$ref": "https://ils.rero.ch/api/documents/9782" } }, { @@ -1502,13 +1502,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9781" + "$ref": "https://ils.rero.ch/api/documents/9781" } }, { @@ -1516,13 +1516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9781" + "$ref": "https://ils.rero.ch/api/documents/9781" } }, { @@ -1530,13 +1530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9781" + "$ref": "https://ils.rero.ch/api/documents/9781" } }, { @@ -1544,13 +1544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9780" + "$ref": "https://ils.rero.ch/api/documents/9780" } }, { @@ -1558,13 +1558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9780" + "$ref": "https://ils.rero.ch/api/documents/9780" } }, { @@ -1572,13 +1572,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9780" + "$ref": "https://ils.rero.ch/api/documents/9780" } }, { @@ -1586,13 +1586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9780" + "$ref": "https://ils.rero.ch/api/documents/9780" } }, { @@ -1600,13 +1600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9780" + "$ref": "https://ils.rero.ch/api/documents/9780" } }, { @@ -1614,13 +1614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9779" + "$ref": "https://ils.rero.ch/api/documents/9779" } }, { @@ -1628,13 +1628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9779" + "$ref": "https://ils.rero.ch/api/documents/9779" } }, { @@ -1642,13 +1642,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9778" + "$ref": "https://ils.rero.ch/api/documents/9778" } }, { @@ -1656,13 +1656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9778" + "$ref": "https://ils.rero.ch/api/documents/9778" } }, { @@ -1670,13 +1670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9777" + "$ref": "https://ils.rero.ch/api/documents/9777" } }, { @@ -1684,13 +1684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9776" + "$ref": "https://ils.rero.ch/api/documents/9776" } }, { @@ -1698,13 +1698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9776" + "$ref": "https://ils.rero.ch/api/documents/9776" } }, { @@ -1712,13 +1712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9776" + "$ref": "https://ils.rero.ch/api/documents/9776" } }, { @@ -1726,13 +1726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9775" + "$ref": "https://ils.rero.ch/api/documents/9775" } }, { @@ -1740,13 +1740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9775" + "$ref": "https://ils.rero.ch/api/documents/9775" } }, { @@ -1754,13 +1754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9774" + "$ref": "https://ils.rero.ch/api/documents/9774" } }, { @@ -1768,13 +1768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9774" + "$ref": "https://ils.rero.ch/api/documents/9774" } }, { @@ -1782,13 +1782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9774" + "$ref": "https://ils.rero.ch/api/documents/9774" } }, { @@ -1796,13 +1796,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9773" + "$ref": "https://ils.rero.ch/api/documents/9773" } }, { @@ -1810,13 +1810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9772" + "$ref": "https://ils.rero.ch/api/documents/9772" } }, { @@ -1824,13 +1824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9772" + "$ref": "https://ils.rero.ch/api/documents/9772" } }, { @@ -1838,13 +1838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9772" + "$ref": "https://ils.rero.ch/api/documents/9772" } }, { @@ -1852,13 +1852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9771" + "$ref": "https://ils.rero.ch/api/documents/9771" } }, { @@ -1866,13 +1866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9771" + "$ref": "https://ils.rero.ch/api/documents/9771" } }, { @@ -1880,13 +1880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9771" + "$ref": "https://ils.rero.ch/api/documents/9771" } }, { @@ -1894,13 +1894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9771" + "$ref": "https://ils.rero.ch/api/documents/9771" } }, { @@ -1908,13 +1908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9770" + "$ref": "https://ils.rero.ch/api/documents/9770" } }, { @@ -1922,13 +1922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9769" + "$ref": "https://ils.rero.ch/api/documents/9769" } }, { @@ -1936,13 +1936,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9769" + "$ref": "https://ils.rero.ch/api/documents/9769" } }, { @@ -1950,13 +1950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9768" + "$ref": "https://ils.rero.ch/api/documents/9768" } }, { @@ -1964,13 +1964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9768" + "$ref": "https://ils.rero.ch/api/documents/9768" } }, { @@ -1978,13 +1978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9768" + "$ref": "https://ils.rero.ch/api/documents/9768" } }, { @@ -1992,13 +1992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9767" + "$ref": "https://ils.rero.ch/api/documents/9767" } }, { @@ -2006,13 +2006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9767" + "$ref": "https://ils.rero.ch/api/documents/9767" } }, { @@ -2020,13 +2020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9767" + "$ref": "https://ils.rero.ch/api/documents/9767" } }, { @@ -2034,13 +2034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9766" + "$ref": "https://ils.rero.ch/api/documents/9766" } }, { @@ -2048,13 +2048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9766" + "$ref": "https://ils.rero.ch/api/documents/9766" } }, { @@ -2062,13 +2062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9766" + "$ref": "https://ils.rero.ch/api/documents/9766" } }, { @@ -2076,13 +2076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9765" + "$ref": "https://ils.rero.ch/api/documents/9765" } }, { @@ -2090,13 +2090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9765" + "$ref": "https://ils.rero.ch/api/documents/9765" } }, { @@ -2104,13 +2104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9765" + "$ref": "https://ils.rero.ch/api/documents/9765" } }, { @@ -2118,13 +2118,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9765" + "$ref": "https://ils.rero.ch/api/documents/9765" } }, { @@ -2132,13 +2132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9765" + "$ref": "https://ils.rero.ch/api/documents/9765" } }, { @@ -2146,13 +2146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9764" + "$ref": "https://ils.rero.ch/api/documents/9764" } }, { @@ -2160,13 +2160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9763" + "$ref": "https://ils.rero.ch/api/documents/9763" } }, { @@ -2174,13 +2174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9763" + "$ref": "https://ils.rero.ch/api/documents/9763" } }, { @@ -2188,13 +2188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9763" + "$ref": "https://ils.rero.ch/api/documents/9763" } }, { @@ -2202,13 +2202,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9763" + "$ref": "https://ils.rero.ch/api/documents/9763" } }, { @@ -2216,13 +2216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9762" + "$ref": "https://ils.rero.ch/api/documents/9762" } }, { @@ -2230,13 +2230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9762" + "$ref": "https://ils.rero.ch/api/documents/9762" } }, { @@ -2244,13 +2244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9761" + "$ref": "https://ils.rero.ch/api/documents/9761" } }, { @@ -2258,13 +2258,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9761" + "$ref": "https://ils.rero.ch/api/documents/9761" } }, { @@ -2272,13 +2272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9761" + "$ref": "https://ils.rero.ch/api/documents/9761" } }, { @@ -2286,13 +2286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9761" + "$ref": "https://ils.rero.ch/api/documents/9761" } }, { @@ -2300,13 +2300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9761" + "$ref": "https://ils.rero.ch/api/documents/9761" } }, { @@ -2314,13 +2314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9760" + "$ref": "https://ils.rero.ch/api/documents/9760" } }, { @@ -2328,13 +2328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9760" + "$ref": "https://ils.rero.ch/api/documents/9760" } }, { @@ -2342,13 +2342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9760" + "$ref": "https://ils.rero.ch/api/documents/9760" } }, { @@ -2356,13 +2356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9759" + "$ref": "https://ils.rero.ch/api/documents/9759" } }, { @@ -2370,13 +2370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9759" + "$ref": "https://ils.rero.ch/api/documents/9759" } }, { @@ -2384,13 +2384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9759" + "$ref": "https://ils.rero.ch/api/documents/9759" } }, { @@ -2398,13 +2398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9759" + "$ref": "https://ils.rero.ch/api/documents/9759" } }, { @@ -2412,13 +2412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9758" + "$ref": "https://ils.rero.ch/api/documents/9758" } }, { @@ -2426,13 +2426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9757" + "$ref": "https://ils.rero.ch/api/documents/9757" } }, { @@ -2440,13 +2440,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9756" + "$ref": "https://ils.rero.ch/api/documents/9756" } }, { @@ -2454,13 +2454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9756" + "$ref": "https://ils.rero.ch/api/documents/9756" } }, { @@ -2468,13 +2468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9756" + "$ref": "https://ils.rero.ch/api/documents/9756" } }, { @@ -2482,13 +2482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9756" + "$ref": "https://ils.rero.ch/api/documents/9756" } }, { @@ -2496,13 +2496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9755" + "$ref": "https://ils.rero.ch/api/documents/9755" } }, { @@ -2510,13 +2510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9755" + "$ref": "https://ils.rero.ch/api/documents/9755" } }, { @@ -2524,13 +2524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9755" + "$ref": "https://ils.rero.ch/api/documents/9755" } }, { @@ -2538,13 +2538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9755" + "$ref": "https://ils.rero.ch/api/documents/9755" } }, { @@ -2552,13 +2552,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9754" + "$ref": "https://ils.rero.ch/api/documents/9754" } }, { @@ -2566,13 +2566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9753" + "$ref": "https://ils.rero.ch/api/documents/9753" } }, { @@ -2580,13 +2580,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9753" + "$ref": "https://ils.rero.ch/api/documents/9753" } }, { @@ -2594,13 +2594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9753" + "$ref": "https://ils.rero.ch/api/documents/9753" } }, { @@ -2608,13 +2608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9752" + "$ref": "https://ils.rero.ch/api/documents/9752" } }, { @@ -2622,13 +2622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9752" + "$ref": "https://ils.rero.ch/api/documents/9752" } }, { @@ -2636,13 +2636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9752" + "$ref": "https://ils.rero.ch/api/documents/9752" } }, { @@ -2650,13 +2650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9752" + "$ref": "https://ils.rero.ch/api/documents/9752" } }, { @@ -2664,13 +2664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9751" + "$ref": "https://ils.rero.ch/api/documents/9751" } }, { @@ -2678,13 +2678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9751" + "$ref": "https://ils.rero.ch/api/documents/9751" } }, { @@ -2692,13 +2692,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9751" + "$ref": "https://ils.rero.ch/api/documents/9751" } }, { @@ -2706,13 +2706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9750" + "$ref": "https://ils.rero.ch/api/documents/9750" } }, { @@ -2720,13 +2720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9750" + "$ref": "https://ils.rero.ch/api/documents/9750" } }, { @@ -2734,13 +2734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9749" + "$ref": "https://ils.rero.ch/api/documents/9749" } }, { @@ -2748,13 +2748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9749" + "$ref": "https://ils.rero.ch/api/documents/9749" } }, { @@ -2762,13 +2762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9749" + "$ref": "https://ils.rero.ch/api/documents/9749" } }, { @@ -2776,13 +2776,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9749" + "$ref": "https://ils.rero.ch/api/documents/9749" } }, { @@ -2790,13 +2790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9749" + "$ref": "https://ils.rero.ch/api/documents/9749" } }, { @@ -2804,13 +2804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9748" + "$ref": "https://ils.rero.ch/api/documents/9748" } }, { @@ -2818,13 +2818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9748" + "$ref": "https://ils.rero.ch/api/documents/9748" } }, { @@ -2832,13 +2832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9748" + "$ref": "https://ils.rero.ch/api/documents/9748" } }, { @@ -2846,13 +2846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9748" + "$ref": "https://ils.rero.ch/api/documents/9748" } }, { @@ -2860,13 +2860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9747" + "$ref": "https://ils.rero.ch/api/documents/9747" } }, { @@ -2874,13 +2874,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9747" + "$ref": "https://ils.rero.ch/api/documents/9747" } }, { @@ -2888,13 +2888,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9746" + "$ref": "https://ils.rero.ch/api/documents/9746" } }, { @@ -2902,13 +2902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9746" + "$ref": "https://ils.rero.ch/api/documents/9746" } }, { @@ -2916,13 +2916,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9746" + "$ref": "https://ils.rero.ch/api/documents/9746" } }, { @@ -2930,13 +2930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9746" + "$ref": "https://ils.rero.ch/api/documents/9746" } }, { @@ -2944,13 +2944,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9746" + "$ref": "https://ils.rero.ch/api/documents/9746" } }, { @@ -2958,13 +2958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9745" + "$ref": "https://ils.rero.ch/api/documents/9745" } }, { @@ -2972,13 +2972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9745" + "$ref": "https://ils.rero.ch/api/documents/9745" } }, { @@ -2986,13 +2986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9745" + "$ref": "https://ils.rero.ch/api/documents/9745" } }, { @@ -3000,13 +3000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9744" + "$ref": "https://ils.rero.ch/api/documents/9744" } }, { @@ -3014,13 +3014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9743" + "$ref": "https://ils.rero.ch/api/documents/9743" } }, { @@ -3028,13 +3028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9743" + "$ref": "https://ils.rero.ch/api/documents/9743" } }, { @@ -3042,13 +3042,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9743" + "$ref": "https://ils.rero.ch/api/documents/9743" } }, { @@ -3056,13 +3056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9742" + "$ref": "https://ils.rero.ch/api/documents/9742" } }, { @@ -3070,13 +3070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9741" + "$ref": "https://ils.rero.ch/api/documents/9741" } }, { @@ -3084,13 +3084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9741" + "$ref": "https://ils.rero.ch/api/documents/9741" } }, { @@ -3098,13 +3098,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9741" + "$ref": "https://ils.rero.ch/api/documents/9741" } }, { @@ -3112,13 +3112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9740" + "$ref": "https://ils.rero.ch/api/documents/9740" } }, { @@ -3126,13 +3126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9740" + "$ref": "https://ils.rero.ch/api/documents/9740" } }, { @@ -3140,13 +3140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9740" + "$ref": "https://ils.rero.ch/api/documents/9740" } }, { @@ -3154,13 +3154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9739" + "$ref": "https://ils.rero.ch/api/documents/9739" } }, { @@ -3168,13 +3168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9738" + "$ref": "https://ils.rero.ch/api/documents/9738" } }, { @@ -3182,13 +3182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9738" + "$ref": "https://ils.rero.ch/api/documents/9738" } }, { @@ -3196,13 +3196,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9738" + "$ref": "https://ils.rero.ch/api/documents/9738" } }, { @@ -3210,13 +3210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9738" + "$ref": "https://ils.rero.ch/api/documents/9738" } }, { @@ -3224,13 +3224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9737" + "$ref": "https://ils.rero.ch/api/documents/9737" } }, { @@ -3238,13 +3238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9736" + "$ref": "https://ils.rero.ch/api/documents/9736" } }, { @@ -3252,13 +3252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9736" + "$ref": "https://ils.rero.ch/api/documents/9736" } }, { @@ -3266,13 +3266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9736" + "$ref": "https://ils.rero.ch/api/documents/9736" } }, { @@ -3280,13 +3280,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9736" + "$ref": "https://ils.rero.ch/api/documents/9736" } }, { @@ -3294,13 +3294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9735" + "$ref": "https://ils.rero.ch/api/documents/9735" } }, { @@ -3308,13 +3308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9734" + "$ref": "https://ils.rero.ch/api/documents/9734" } }, { @@ -3322,13 +3322,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9733" + "$ref": "https://ils.rero.ch/api/documents/9733" } }, { @@ -3336,13 +3336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9733" + "$ref": "https://ils.rero.ch/api/documents/9733" } }, { @@ -3350,13 +3350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9733" + "$ref": "https://ils.rero.ch/api/documents/9733" } }, { @@ -3364,13 +3364,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9733" + "$ref": "https://ils.rero.ch/api/documents/9733" } }, { @@ -3378,13 +3378,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9732" + "$ref": "https://ils.rero.ch/api/documents/9732" } }, { @@ -3392,13 +3392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9732" + "$ref": "https://ils.rero.ch/api/documents/9732" } }, { @@ -3406,13 +3406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9732" + "$ref": "https://ils.rero.ch/api/documents/9732" } }, { @@ -3420,13 +3420,13 @@ "call_number": "02969", "status": "missing", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9732" + "$ref": "https://ils.rero.ch/api/documents/9732" } }, { @@ -3434,13 +3434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9732" + "$ref": "https://ils.rero.ch/api/documents/9732" } }, { @@ -3448,13 +3448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9731" + "$ref": "https://ils.rero.ch/api/documents/9731" } }, { @@ -3462,13 +3462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9730" + "$ref": "https://ils.rero.ch/api/documents/9730" } }, { @@ -3476,13 +3476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9730" + "$ref": "https://ils.rero.ch/api/documents/9730" } }, { @@ -3490,13 +3490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9729" + "$ref": "https://ils.rero.ch/api/documents/9729" } }, { @@ -3504,13 +3504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9729" + "$ref": "https://ils.rero.ch/api/documents/9729" } }, { @@ -3518,13 +3518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9729" + "$ref": "https://ils.rero.ch/api/documents/9729" } }, { @@ -3532,13 +3532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9729" + "$ref": "https://ils.rero.ch/api/documents/9729" } }, { @@ -3546,13 +3546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9729" + "$ref": "https://ils.rero.ch/api/documents/9729" } }, { @@ -3560,13 +3560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9728" + "$ref": "https://ils.rero.ch/api/documents/9728" } }, { @@ -3574,13 +3574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9728" + "$ref": "https://ils.rero.ch/api/documents/9728" } }, { @@ -3588,13 +3588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9728" + "$ref": "https://ils.rero.ch/api/documents/9728" } }, { @@ -3602,13 +3602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9727" + "$ref": "https://ils.rero.ch/api/documents/9727" } }, { @@ -3616,13 +3616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9726" + "$ref": "https://ils.rero.ch/api/documents/9726" } }, { @@ -3630,13 +3630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9726" + "$ref": "https://ils.rero.ch/api/documents/9726" } }, { @@ -3644,13 +3644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9726" + "$ref": "https://ils.rero.ch/api/documents/9726" } }, { @@ -3658,13 +3658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9725" + "$ref": "https://ils.rero.ch/api/documents/9725" } }, { @@ -3672,13 +3672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9725" + "$ref": "https://ils.rero.ch/api/documents/9725" } }, { @@ -3686,13 +3686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9725" + "$ref": "https://ils.rero.ch/api/documents/9725" } }, { @@ -3700,13 +3700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9725" + "$ref": "https://ils.rero.ch/api/documents/9725" } }, { @@ -3714,13 +3714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9725" + "$ref": "https://ils.rero.ch/api/documents/9725" } }, { @@ -3728,13 +3728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9724" + "$ref": "https://ils.rero.ch/api/documents/9724" } }, { @@ -3742,13 +3742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9724" + "$ref": "https://ils.rero.ch/api/documents/9724" } }, { @@ -3756,13 +3756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9723" + "$ref": "https://ils.rero.ch/api/documents/9723" } }, { @@ -3770,13 +3770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9723" + "$ref": "https://ils.rero.ch/api/documents/9723" } }, { @@ -3784,13 +3784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9723" + "$ref": "https://ils.rero.ch/api/documents/9723" } }, { @@ -3798,13 +3798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9722" + "$ref": "https://ils.rero.ch/api/documents/9722" } }, { @@ -3812,13 +3812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9722" + "$ref": "https://ils.rero.ch/api/documents/9722" } }, { @@ -3826,13 +3826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9722" + "$ref": "https://ils.rero.ch/api/documents/9722" } }, { @@ -3840,13 +3840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9722" + "$ref": "https://ils.rero.ch/api/documents/9722" } }, { @@ -3854,13 +3854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9721" + "$ref": "https://ils.rero.ch/api/documents/9721" } }, { @@ -3868,13 +3868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9721" + "$ref": "https://ils.rero.ch/api/documents/9721" } }, { @@ -3882,13 +3882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9720" + "$ref": "https://ils.rero.ch/api/documents/9720" } }, { @@ -3896,13 +3896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9720" + "$ref": "https://ils.rero.ch/api/documents/9720" } }, { @@ -3910,13 +3910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9720" + "$ref": "https://ils.rero.ch/api/documents/9720" } }, { @@ -3924,13 +3924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9719" + "$ref": "https://ils.rero.ch/api/documents/9719" } }, { @@ -3938,13 +3938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9719" + "$ref": "https://ils.rero.ch/api/documents/9719" } }, { @@ -3952,13 +3952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9719" + "$ref": "https://ils.rero.ch/api/documents/9719" } }, { @@ -3966,13 +3966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9718" + "$ref": "https://ils.rero.ch/api/documents/9718" } }, { @@ -3980,13 +3980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9718" + "$ref": "https://ils.rero.ch/api/documents/9718" } }, { @@ -3994,13 +3994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9718" + "$ref": "https://ils.rero.ch/api/documents/9718" } }, { @@ -4008,13 +4008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9718" + "$ref": "https://ils.rero.ch/api/documents/9718" } }, { @@ -4022,13 +4022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9717" + "$ref": "https://ils.rero.ch/api/documents/9717" } }, { @@ -4036,13 +4036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9717" + "$ref": "https://ils.rero.ch/api/documents/9717" } }, { @@ -4050,13 +4050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9717" + "$ref": "https://ils.rero.ch/api/documents/9717" } }, { @@ -4064,13 +4064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9717" + "$ref": "https://ils.rero.ch/api/documents/9717" } }, { @@ -4078,13 +4078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9717" + "$ref": "https://ils.rero.ch/api/documents/9717" } }, { @@ -4092,13 +4092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9716" + "$ref": "https://ils.rero.ch/api/documents/9716" } }, { @@ -4106,13 +4106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9716" + "$ref": "https://ils.rero.ch/api/documents/9716" } }, { @@ -4120,13 +4120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9716" + "$ref": "https://ils.rero.ch/api/documents/9716" } }, { @@ -4134,13 +4134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9716" + "$ref": "https://ils.rero.ch/api/documents/9716" } }, { @@ -4148,13 +4148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9716" + "$ref": "https://ils.rero.ch/api/documents/9716" } }, { @@ -4162,13 +4162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9715" + "$ref": "https://ils.rero.ch/api/documents/9715" } }, { @@ -4176,13 +4176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9714" + "$ref": "https://ils.rero.ch/api/documents/9714" } }, { @@ -4190,13 +4190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9713" + "$ref": "https://ils.rero.ch/api/documents/9713" } }, { @@ -4204,13 +4204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9713" + "$ref": "https://ils.rero.ch/api/documents/9713" } }, { @@ -4218,13 +4218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9713" + "$ref": "https://ils.rero.ch/api/documents/9713" } }, { @@ -4232,13 +4232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9713" + "$ref": "https://ils.rero.ch/api/documents/9713" } }, { @@ -4246,13 +4246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9713" + "$ref": "https://ils.rero.ch/api/documents/9713" } }, { @@ -4260,13 +4260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9712" + "$ref": "https://ils.rero.ch/api/documents/9712" } }, { @@ -4274,13 +4274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9711" + "$ref": "https://ils.rero.ch/api/documents/9711" } }, { @@ -4288,13 +4288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9711" + "$ref": "https://ils.rero.ch/api/documents/9711" } }, { @@ -4302,13 +4302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9711" + "$ref": "https://ils.rero.ch/api/documents/9711" } }, { @@ -4316,13 +4316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9711" + "$ref": "https://ils.rero.ch/api/documents/9711" } }, { @@ -4330,13 +4330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9710" + "$ref": "https://ils.rero.ch/api/documents/9710" } }, { @@ -4344,13 +4344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9709" + "$ref": "https://ils.rero.ch/api/documents/9709" } }, { @@ -4358,13 +4358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9709" + "$ref": "https://ils.rero.ch/api/documents/9709" } }, { @@ -4372,13 +4372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9709" + "$ref": "https://ils.rero.ch/api/documents/9709" } }, { @@ -4386,13 +4386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9708" + "$ref": "https://ils.rero.ch/api/documents/9708" } }, { @@ -4400,13 +4400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9708" + "$ref": "https://ils.rero.ch/api/documents/9708" } }, { @@ -4414,13 +4414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9708" + "$ref": "https://ils.rero.ch/api/documents/9708" } }, { @@ -4428,13 +4428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9707" + "$ref": "https://ils.rero.ch/api/documents/9707" } }, { @@ -4442,13 +4442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9707" + "$ref": "https://ils.rero.ch/api/documents/9707" } }, { @@ -4456,13 +4456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9707" + "$ref": "https://ils.rero.ch/api/documents/9707" } }, { @@ -4470,13 +4470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9707" + "$ref": "https://ils.rero.ch/api/documents/9707" } }, { @@ -4484,13 +4484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9707" + "$ref": "https://ils.rero.ch/api/documents/9707" } }, { @@ -4498,13 +4498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9706" + "$ref": "https://ils.rero.ch/api/documents/9706" } }, { @@ -4512,13 +4512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9706" + "$ref": "https://ils.rero.ch/api/documents/9706" } }, { @@ -4526,13 +4526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9705" + "$ref": "https://ils.rero.ch/api/documents/9705" } }, { @@ -4540,13 +4540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9704" + "$ref": "https://ils.rero.ch/api/documents/9704" } }, { @@ -4554,13 +4554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9704" + "$ref": "https://ils.rero.ch/api/documents/9704" } }, { @@ -4568,13 +4568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9704" + "$ref": "https://ils.rero.ch/api/documents/9704" } }, { @@ -4582,13 +4582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9704" + "$ref": "https://ils.rero.ch/api/documents/9704" } }, { @@ -4596,13 +4596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9704" + "$ref": "https://ils.rero.ch/api/documents/9704" } }, { @@ -4610,13 +4610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9703" + "$ref": "https://ils.rero.ch/api/documents/9703" } }, { @@ -4624,13 +4624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9703" + "$ref": "https://ils.rero.ch/api/documents/9703" } }, { @@ -4638,13 +4638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9703" + "$ref": "https://ils.rero.ch/api/documents/9703" } }, { @@ -4652,13 +4652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9702" + "$ref": "https://ils.rero.ch/api/documents/9702" } }, { @@ -4666,13 +4666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9702" + "$ref": "https://ils.rero.ch/api/documents/9702" } }, { @@ -4680,13 +4680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9701" + "$ref": "https://ils.rero.ch/api/documents/9701" } }, { @@ -4694,13 +4694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9701" + "$ref": "https://ils.rero.ch/api/documents/9701" } }, { @@ -4708,13 +4708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9700" + "$ref": "https://ils.rero.ch/api/documents/9700" } }, { @@ -4722,13 +4722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9699" + "$ref": "https://ils.rero.ch/api/documents/9699" } }, { @@ -4736,13 +4736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9698" + "$ref": "https://ils.rero.ch/api/documents/9698" } }, { @@ -4750,13 +4750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9698" + "$ref": "https://ils.rero.ch/api/documents/9698" } }, { @@ -4764,13 +4764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9698" + "$ref": "https://ils.rero.ch/api/documents/9698" } }, { @@ -4778,13 +4778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9698" + "$ref": "https://ils.rero.ch/api/documents/9698" } }, { @@ -4792,13 +4792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9698" + "$ref": "https://ils.rero.ch/api/documents/9698" } }, { @@ -4806,13 +4806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9697" + "$ref": "https://ils.rero.ch/api/documents/9697" } }, { @@ -4820,13 +4820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9697" + "$ref": "https://ils.rero.ch/api/documents/9697" } }, { @@ -4834,13 +4834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9697" + "$ref": "https://ils.rero.ch/api/documents/9697" } }, { @@ -4848,13 +4848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9697" + "$ref": "https://ils.rero.ch/api/documents/9697" } }, { @@ -4862,13 +4862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9696" + "$ref": "https://ils.rero.ch/api/documents/9696" } }, { @@ -4876,13 +4876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9695" + "$ref": "https://ils.rero.ch/api/documents/9695" } }, { @@ -4890,13 +4890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9695" + "$ref": "https://ils.rero.ch/api/documents/9695" } }, { @@ -4904,13 +4904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9695" + "$ref": "https://ils.rero.ch/api/documents/9695" } }, { @@ -4918,13 +4918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9694" + "$ref": "https://ils.rero.ch/api/documents/9694" } }, { @@ -4932,13 +4932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9693" + "$ref": "https://ils.rero.ch/api/documents/9693" } }, { @@ -4946,13 +4946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9693" + "$ref": "https://ils.rero.ch/api/documents/9693" } }, { @@ -4960,13 +4960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9693" + "$ref": "https://ils.rero.ch/api/documents/9693" } }, { @@ -4974,13 +4974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9693" + "$ref": "https://ils.rero.ch/api/documents/9693" } }, { @@ -4988,13 +4988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9693" + "$ref": "https://ils.rero.ch/api/documents/9693" } }, { @@ -5002,13 +5002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9692" + "$ref": "https://ils.rero.ch/api/documents/9692" } }, { @@ -5016,13 +5016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9692" + "$ref": "https://ils.rero.ch/api/documents/9692" } }, { @@ -5030,13 +5030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9692" + "$ref": "https://ils.rero.ch/api/documents/9692" } }, { @@ -5044,13 +5044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9692" + "$ref": "https://ils.rero.ch/api/documents/9692" } }, { @@ -5058,13 +5058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9691" + "$ref": "https://ils.rero.ch/api/documents/9691" } }, { @@ -5072,13 +5072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9690" + "$ref": "https://ils.rero.ch/api/documents/9690" } }, { @@ -5086,13 +5086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9690" + "$ref": "https://ils.rero.ch/api/documents/9690" } }, { @@ -5100,13 +5100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9690" + "$ref": "https://ils.rero.ch/api/documents/9690" } }, { @@ -5114,13 +5114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9690" + "$ref": "https://ils.rero.ch/api/documents/9690" } }, { @@ -5128,13 +5128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9690" + "$ref": "https://ils.rero.ch/api/documents/9690" } }, { @@ -5142,13 +5142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9689" + "$ref": "https://ils.rero.ch/api/documents/9689" } }, { @@ -5156,13 +5156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9689" + "$ref": "https://ils.rero.ch/api/documents/9689" } }, { @@ -5170,13 +5170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9689" + "$ref": "https://ils.rero.ch/api/documents/9689" } }, { @@ -5184,13 +5184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9689" + "$ref": "https://ils.rero.ch/api/documents/9689" } }, { @@ -5198,13 +5198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9688" + "$ref": "https://ils.rero.ch/api/documents/9688" } }, { @@ -5212,13 +5212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9688" + "$ref": "https://ils.rero.ch/api/documents/9688" } }, { @@ -5226,13 +5226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9687" + "$ref": "https://ils.rero.ch/api/documents/9687" } }, { @@ -5240,13 +5240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9687" + "$ref": "https://ils.rero.ch/api/documents/9687" } }, { @@ -5254,13 +5254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9687" + "$ref": "https://ils.rero.ch/api/documents/9687" } }, { @@ -5268,13 +5268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9687" + "$ref": "https://ils.rero.ch/api/documents/9687" } }, { @@ -5282,13 +5282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9686" + "$ref": "https://ils.rero.ch/api/documents/9686" } }, { @@ -5296,13 +5296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9686" + "$ref": "https://ils.rero.ch/api/documents/9686" } }, { @@ -5310,13 +5310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9686" + "$ref": "https://ils.rero.ch/api/documents/9686" } }, { @@ -5324,13 +5324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9686" + "$ref": "https://ils.rero.ch/api/documents/9686" } }, { @@ -5338,13 +5338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9686" + "$ref": "https://ils.rero.ch/api/documents/9686" } }, { @@ -5352,13 +5352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9685" + "$ref": "https://ils.rero.ch/api/documents/9685" } }, { @@ -5366,13 +5366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9685" + "$ref": "https://ils.rero.ch/api/documents/9685" } }, { @@ -5380,13 +5380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9685" + "$ref": "https://ils.rero.ch/api/documents/9685" } }, { @@ -5394,13 +5394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9685" + "$ref": "https://ils.rero.ch/api/documents/9685" } }, { @@ -5408,13 +5408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9684" + "$ref": "https://ils.rero.ch/api/documents/9684" } }, { @@ -5422,13 +5422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9683" + "$ref": "https://ils.rero.ch/api/documents/9683" } }, { @@ -5436,13 +5436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9683" + "$ref": "https://ils.rero.ch/api/documents/9683" } }, { @@ -5450,13 +5450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9683" + "$ref": "https://ils.rero.ch/api/documents/9683" } }, { @@ -5464,13 +5464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9683" + "$ref": "https://ils.rero.ch/api/documents/9683" } }, { @@ -5478,13 +5478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9683" + "$ref": "https://ils.rero.ch/api/documents/9683" } }, { @@ -5492,13 +5492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9682" + "$ref": "https://ils.rero.ch/api/documents/9682" } }, { @@ -5506,13 +5506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9682" + "$ref": "https://ils.rero.ch/api/documents/9682" } }, { @@ -5520,13 +5520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9682" + "$ref": "https://ils.rero.ch/api/documents/9682" } }, { @@ -5534,13 +5534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9681" + "$ref": "https://ils.rero.ch/api/documents/9681" } }, { @@ -5548,13 +5548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9681" + "$ref": "https://ils.rero.ch/api/documents/9681" } }, { @@ -5562,13 +5562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9681" + "$ref": "https://ils.rero.ch/api/documents/9681" } }, { @@ -5576,13 +5576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9681" + "$ref": "https://ils.rero.ch/api/documents/9681" } }, { @@ -5590,13 +5590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9681" + "$ref": "https://ils.rero.ch/api/documents/9681" } }, { @@ -5604,13 +5604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9680" + "$ref": "https://ils.rero.ch/api/documents/9680" } }, { @@ -5618,13 +5618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9680" + "$ref": "https://ils.rero.ch/api/documents/9680" } }, { @@ -5632,13 +5632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9679" + "$ref": "https://ils.rero.ch/api/documents/9679" } }, { @@ -5646,13 +5646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9679" + "$ref": "https://ils.rero.ch/api/documents/9679" } }, { @@ -5660,13 +5660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9678" + "$ref": "https://ils.rero.ch/api/documents/9678" } }, { @@ -5674,13 +5674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9677" + "$ref": "https://ils.rero.ch/api/documents/9677" } }, { @@ -5688,13 +5688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9677" + "$ref": "https://ils.rero.ch/api/documents/9677" } }, { @@ -5702,13 +5702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9676" + "$ref": "https://ils.rero.ch/api/documents/9676" } }, { @@ -5716,13 +5716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9675" + "$ref": "https://ils.rero.ch/api/documents/9675" } }, { @@ -5730,13 +5730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9674" + "$ref": "https://ils.rero.ch/api/documents/9674" } }, { @@ -5744,13 +5744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9673" + "$ref": "https://ils.rero.ch/api/documents/9673" } }, { @@ -5758,13 +5758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9673" + "$ref": "https://ils.rero.ch/api/documents/9673" } }, { @@ -5772,13 +5772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9673" + "$ref": "https://ils.rero.ch/api/documents/9673" } }, { @@ -5786,13 +5786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9673" + "$ref": "https://ils.rero.ch/api/documents/9673" } }, { @@ -5800,13 +5800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9672" + "$ref": "https://ils.rero.ch/api/documents/9672" } }, { @@ -5814,13 +5814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9672" + "$ref": "https://ils.rero.ch/api/documents/9672" } }, { @@ -5828,13 +5828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9672" + "$ref": "https://ils.rero.ch/api/documents/9672" } }, { @@ -5842,13 +5842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9671" + "$ref": "https://ils.rero.ch/api/documents/9671" } }, { @@ -5856,13 +5856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9671" + "$ref": "https://ils.rero.ch/api/documents/9671" } }, { @@ -5870,13 +5870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9671" + "$ref": "https://ils.rero.ch/api/documents/9671" } }, { @@ -5884,13 +5884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9671" + "$ref": "https://ils.rero.ch/api/documents/9671" } }, { @@ -5898,13 +5898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9670" + "$ref": "https://ils.rero.ch/api/documents/9670" } }, { @@ -5912,13 +5912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9670" + "$ref": "https://ils.rero.ch/api/documents/9670" } }, { @@ -5926,13 +5926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9669" + "$ref": "https://ils.rero.ch/api/documents/9669" } }, { @@ -5940,13 +5940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9669" + "$ref": "https://ils.rero.ch/api/documents/9669" } }, { @@ -5954,13 +5954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9668" + "$ref": "https://ils.rero.ch/api/documents/9668" } }, { @@ -5968,13 +5968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9668" + "$ref": "https://ils.rero.ch/api/documents/9668" } }, { @@ -5982,13 +5982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9668" + "$ref": "https://ils.rero.ch/api/documents/9668" } }, { @@ -5996,13 +5996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9667" + "$ref": "https://ils.rero.ch/api/documents/9667" } }, { @@ -6010,13 +6010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9667" + "$ref": "https://ils.rero.ch/api/documents/9667" } }, { @@ -6024,13 +6024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9667" + "$ref": "https://ils.rero.ch/api/documents/9667" } }, { @@ -6038,13 +6038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9666" + "$ref": "https://ils.rero.ch/api/documents/9666" } }, { @@ -6052,13 +6052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9666" + "$ref": "https://ils.rero.ch/api/documents/9666" } }, { @@ -6066,13 +6066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9665" + "$ref": "https://ils.rero.ch/api/documents/9665" } }, { @@ -6080,13 +6080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9665" + "$ref": "https://ils.rero.ch/api/documents/9665" } }, { @@ -6094,13 +6094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9665" + "$ref": "https://ils.rero.ch/api/documents/9665" } }, { @@ -6108,13 +6108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9664" + "$ref": "https://ils.rero.ch/api/documents/9664" } }, { @@ -6122,13 +6122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9664" + "$ref": "https://ils.rero.ch/api/documents/9664" } }, { @@ -6136,13 +6136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9664" + "$ref": "https://ils.rero.ch/api/documents/9664" } }, { @@ -6150,13 +6150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9664" + "$ref": "https://ils.rero.ch/api/documents/9664" } }, { @@ -6164,13 +6164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9663" + "$ref": "https://ils.rero.ch/api/documents/9663" } }, { @@ -6178,13 +6178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9663" + "$ref": "https://ils.rero.ch/api/documents/9663" } }, { @@ -6192,13 +6192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9663" + "$ref": "https://ils.rero.ch/api/documents/9663" } }, { @@ -6206,13 +6206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9663" + "$ref": "https://ils.rero.ch/api/documents/9663" } }, { @@ -6220,13 +6220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9662" + "$ref": "https://ils.rero.ch/api/documents/9662" } }, { @@ -6234,13 +6234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9662" + "$ref": "https://ils.rero.ch/api/documents/9662" } }, { @@ -6248,13 +6248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9662" + "$ref": "https://ils.rero.ch/api/documents/9662" } }, { @@ -6262,13 +6262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9662" + "$ref": "https://ils.rero.ch/api/documents/9662" } }, { @@ -6276,13 +6276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9661" + "$ref": "https://ils.rero.ch/api/documents/9661" } }, { @@ -6290,13 +6290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9661" + "$ref": "https://ils.rero.ch/api/documents/9661" } }, { @@ -6304,13 +6304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9660" + "$ref": "https://ils.rero.ch/api/documents/9660" } }, { @@ -6318,13 +6318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9660" + "$ref": "https://ils.rero.ch/api/documents/9660" } }, { @@ -6332,13 +6332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9660" + "$ref": "https://ils.rero.ch/api/documents/9660" } }, { @@ -6346,13 +6346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9660" + "$ref": "https://ils.rero.ch/api/documents/9660" } }, { @@ -6360,13 +6360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9660" + "$ref": "https://ils.rero.ch/api/documents/9660" } }, { @@ -6374,13 +6374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9659" + "$ref": "https://ils.rero.ch/api/documents/9659" } }, { @@ -6388,13 +6388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9659" + "$ref": "https://ils.rero.ch/api/documents/9659" } }, { @@ -6402,13 +6402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9659" + "$ref": "https://ils.rero.ch/api/documents/9659" } }, { @@ -6416,13 +6416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9659" + "$ref": "https://ils.rero.ch/api/documents/9659" } }, { @@ -6430,13 +6430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9659" + "$ref": "https://ils.rero.ch/api/documents/9659" } }, { @@ -6444,13 +6444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9658" + "$ref": "https://ils.rero.ch/api/documents/9658" } }, { @@ -6458,13 +6458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9658" + "$ref": "https://ils.rero.ch/api/documents/9658" } }, { @@ -6472,13 +6472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9658" + "$ref": "https://ils.rero.ch/api/documents/9658" } }, { @@ -6486,13 +6486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9657" + "$ref": "https://ils.rero.ch/api/documents/9657" } }, { @@ -6500,13 +6500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9656" + "$ref": "https://ils.rero.ch/api/documents/9656" } }, { @@ -6514,13 +6514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9656" + "$ref": "https://ils.rero.ch/api/documents/9656" } }, { @@ -6528,13 +6528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9656" + "$ref": "https://ils.rero.ch/api/documents/9656" } }, { @@ -6542,13 +6542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9656" + "$ref": "https://ils.rero.ch/api/documents/9656" } }, { @@ -6556,13 +6556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9656" + "$ref": "https://ils.rero.ch/api/documents/9656" } }, { @@ -6570,13 +6570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9655" + "$ref": "https://ils.rero.ch/api/documents/9655" } }, { @@ -6584,13 +6584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9655" + "$ref": "https://ils.rero.ch/api/documents/9655" } }, { @@ -6598,13 +6598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9655" + "$ref": "https://ils.rero.ch/api/documents/9655" } }, { @@ -6612,13 +6612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9655" + "$ref": "https://ils.rero.ch/api/documents/9655" } }, { @@ -6626,13 +6626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9655" + "$ref": "https://ils.rero.ch/api/documents/9655" } }, { @@ -6640,13 +6640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9654" + "$ref": "https://ils.rero.ch/api/documents/9654" } }, { @@ -6654,13 +6654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9654" + "$ref": "https://ils.rero.ch/api/documents/9654" } }, { @@ -6668,13 +6668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9654" + "$ref": "https://ils.rero.ch/api/documents/9654" } }, { @@ -6682,13 +6682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9653" + "$ref": "https://ils.rero.ch/api/documents/9653" } }, { @@ -6696,13 +6696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9652" + "$ref": "https://ils.rero.ch/api/documents/9652" } }, { @@ -6710,13 +6710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9652" + "$ref": "https://ils.rero.ch/api/documents/9652" } }, { @@ -6724,13 +6724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9651" + "$ref": "https://ils.rero.ch/api/documents/9651" } }, { @@ -6738,13 +6738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9651" + "$ref": "https://ils.rero.ch/api/documents/9651" } }, { @@ -6752,13 +6752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9651" + "$ref": "https://ils.rero.ch/api/documents/9651" } }, { @@ -6766,13 +6766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9651" + "$ref": "https://ils.rero.ch/api/documents/9651" } }, { @@ -6780,13 +6780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9651" + "$ref": "https://ils.rero.ch/api/documents/9651" } }, { @@ -6794,13 +6794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9650" + "$ref": "https://ils.rero.ch/api/documents/9650" } }, { @@ -6808,13 +6808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9649" + "$ref": "https://ils.rero.ch/api/documents/9649" } }, { @@ -6822,13 +6822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9649" + "$ref": "https://ils.rero.ch/api/documents/9649" } }, { @@ -6836,13 +6836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9648" + "$ref": "https://ils.rero.ch/api/documents/9648" } }, { @@ -6850,13 +6850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9648" + "$ref": "https://ils.rero.ch/api/documents/9648" } }, { @@ -6864,13 +6864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9647" + "$ref": "https://ils.rero.ch/api/documents/9647" } }, { @@ -6878,13 +6878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9647" + "$ref": "https://ils.rero.ch/api/documents/9647" } }, { @@ -6892,13 +6892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9646" + "$ref": "https://ils.rero.ch/api/documents/9646" } }, { @@ -6906,13 +6906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9645" + "$ref": "https://ils.rero.ch/api/documents/9645" } }, { @@ -6920,13 +6920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9645" + "$ref": "https://ils.rero.ch/api/documents/9645" } }, { @@ -6934,13 +6934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9645" + "$ref": "https://ils.rero.ch/api/documents/9645" } }, { @@ -6948,13 +6948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9645" + "$ref": "https://ils.rero.ch/api/documents/9645" } }, { @@ -6962,13 +6962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9645" + "$ref": "https://ils.rero.ch/api/documents/9645" } }, { @@ -6976,13 +6976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9644" + "$ref": "https://ils.rero.ch/api/documents/9644" } }, { @@ -6990,13 +6990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9644" + "$ref": "https://ils.rero.ch/api/documents/9644" } }, { @@ -7004,13 +7004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9643" + "$ref": "https://ils.rero.ch/api/documents/9643" } }, { @@ -7018,13 +7018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9643" + "$ref": "https://ils.rero.ch/api/documents/9643" } }, { @@ -7032,13 +7032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9643" + "$ref": "https://ils.rero.ch/api/documents/9643" } }, { @@ -7046,13 +7046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9643" + "$ref": "https://ils.rero.ch/api/documents/9643" } }, { @@ -7060,13 +7060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9642" + "$ref": "https://ils.rero.ch/api/documents/9642" } }, { @@ -7074,13 +7074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9642" + "$ref": "https://ils.rero.ch/api/documents/9642" } }, { @@ -7088,13 +7088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9642" + "$ref": "https://ils.rero.ch/api/documents/9642" } }, { @@ -7102,13 +7102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9641" + "$ref": "https://ils.rero.ch/api/documents/9641" } }, { @@ -7116,13 +7116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9640" + "$ref": "https://ils.rero.ch/api/documents/9640" } }, { @@ -7130,13 +7130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9640" + "$ref": "https://ils.rero.ch/api/documents/9640" } }, { @@ -7144,13 +7144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9640" + "$ref": "https://ils.rero.ch/api/documents/9640" } }, { @@ -7158,13 +7158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9639" + "$ref": "https://ils.rero.ch/api/documents/9639" } }, { @@ -7172,13 +7172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9639" + "$ref": "https://ils.rero.ch/api/documents/9639" } }, { @@ -7186,13 +7186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9639" + "$ref": "https://ils.rero.ch/api/documents/9639" } }, { @@ -7200,13 +7200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9639" + "$ref": "https://ils.rero.ch/api/documents/9639" } }, { @@ -7214,13 +7214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9638" + "$ref": "https://ils.rero.ch/api/documents/9638" } }, { @@ -7228,13 +7228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9638" + "$ref": "https://ils.rero.ch/api/documents/9638" } }, { @@ -7242,13 +7242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9638" + "$ref": "https://ils.rero.ch/api/documents/9638" } }, { @@ -7256,13 +7256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9637" + "$ref": "https://ils.rero.ch/api/documents/9637" } }, { @@ -7270,13 +7270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9637" + "$ref": "https://ils.rero.ch/api/documents/9637" } }, { @@ -7284,13 +7284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9637" + "$ref": "https://ils.rero.ch/api/documents/9637" } }, { @@ -7298,13 +7298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9636" + "$ref": "https://ils.rero.ch/api/documents/9636" } }, { @@ -7312,13 +7312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9636" + "$ref": "https://ils.rero.ch/api/documents/9636" } }, { @@ -7326,13 +7326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9636" + "$ref": "https://ils.rero.ch/api/documents/9636" } }, { @@ -7340,13 +7340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9635" + "$ref": "https://ils.rero.ch/api/documents/9635" } }, { @@ -7354,13 +7354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9635" + "$ref": "https://ils.rero.ch/api/documents/9635" } }, { @@ -7368,13 +7368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9635" + "$ref": "https://ils.rero.ch/api/documents/9635" } }, { @@ -7382,13 +7382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9635" + "$ref": "https://ils.rero.ch/api/documents/9635" } }, { @@ -7396,13 +7396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9634" + "$ref": "https://ils.rero.ch/api/documents/9634" } }, { @@ -7410,13 +7410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9634" + "$ref": "https://ils.rero.ch/api/documents/9634" } }, { @@ -7424,13 +7424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9634" + "$ref": "https://ils.rero.ch/api/documents/9634" } }, { @@ -7438,13 +7438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9634" + "$ref": "https://ils.rero.ch/api/documents/9634" } }, { @@ -7452,13 +7452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9633" + "$ref": "https://ils.rero.ch/api/documents/9633" } }, { @@ -7466,13 +7466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9633" + "$ref": "https://ils.rero.ch/api/documents/9633" } }, { @@ -7480,13 +7480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9633" + "$ref": "https://ils.rero.ch/api/documents/9633" } }, { @@ -7494,13 +7494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9633" + "$ref": "https://ils.rero.ch/api/documents/9633" } }, { @@ -7508,13 +7508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9633" + "$ref": "https://ils.rero.ch/api/documents/9633" } }, { @@ -7522,13 +7522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9632" + "$ref": "https://ils.rero.ch/api/documents/9632" } }, { @@ -7536,13 +7536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9632" + "$ref": "https://ils.rero.ch/api/documents/9632" } }, { @@ -7550,13 +7550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9632" + "$ref": "https://ils.rero.ch/api/documents/9632" } }, { @@ -7564,13 +7564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9632" + "$ref": "https://ils.rero.ch/api/documents/9632" } }, { @@ -7578,13 +7578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9631" + "$ref": "https://ils.rero.ch/api/documents/9631" } }, { @@ -7592,13 +7592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9631" + "$ref": "https://ils.rero.ch/api/documents/9631" } }, { @@ -7606,13 +7606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9630" + "$ref": "https://ils.rero.ch/api/documents/9630" } }, { @@ -7620,13 +7620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9630" + "$ref": "https://ils.rero.ch/api/documents/9630" } }, { @@ -7634,13 +7634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9630" + "$ref": "https://ils.rero.ch/api/documents/9630" } }, { @@ -7648,13 +7648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9630" + "$ref": "https://ils.rero.ch/api/documents/9630" } }, { @@ -7662,13 +7662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9629" + "$ref": "https://ils.rero.ch/api/documents/9629" } }, { @@ -7676,13 +7676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9629" + "$ref": "https://ils.rero.ch/api/documents/9629" } }, { @@ -7690,13 +7690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9628" + "$ref": "https://ils.rero.ch/api/documents/9628" } }, { @@ -7704,13 +7704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9628" + "$ref": "https://ils.rero.ch/api/documents/9628" } }, { @@ -7718,13 +7718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9628" + "$ref": "https://ils.rero.ch/api/documents/9628" } }, { @@ -7732,13 +7732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9627" + "$ref": "https://ils.rero.ch/api/documents/9627" } }, { @@ -7746,13 +7746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9626" + "$ref": "https://ils.rero.ch/api/documents/9626" } }, { @@ -7760,13 +7760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9625" + "$ref": "https://ils.rero.ch/api/documents/9625" } }, { @@ -7774,13 +7774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9625" + "$ref": "https://ils.rero.ch/api/documents/9625" } }, { @@ -7788,13 +7788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9625" + "$ref": "https://ils.rero.ch/api/documents/9625" } }, { @@ -7802,13 +7802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9625" + "$ref": "https://ils.rero.ch/api/documents/9625" } }, { @@ -7816,13 +7816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9624" + "$ref": "https://ils.rero.ch/api/documents/9624" } }, { @@ -7830,13 +7830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9624" + "$ref": "https://ils.rero.ch/api/documents/9624" } }, { @@ -7844,13 +7844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9624" + "$ref": "https://ils.rero.ch/api/documents/9624" } }, { @@ -7858,13 +7858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9623" + "$ref": "https://ils.rero.ch/api/documents/9623" } }, { @@ -7872,13 +7872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9623" + "$ref": "https://ils.rero.ch/api/documents/9623" } }, { @@ -7886,13 +7886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9623" + "$ref": "https://ils.rero.ch/api/documents/9623" } }, { @@ -7900,13 +7900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9623" + "$ref": "https://ils.rero.ch/api/documents/9623" } }, { @@ -7914,13 +7914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9623" + "$ref": "https://ils.rero.ch/api/documents/9623" } }, { @@ -7928,13 +7928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9622" + "$ref": "https://ils.rero.ch/api/documents/9622" } }, { @@ -7942,13 +7942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9622" + "$ref": "https://ils.rero.ch/api/documents/9622" } }, { @@ -7956,13 +7956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9622" + "$ref": "https://ils.rero.ch/api/documents/9622" } }, { @@ -7970,13 +7970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9621" + "$ref": "https://ils.rero.ch/api/documents/9621" } }, { @@ -7984,13 +7984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9621" + "$ref": "https://ils.rero.ch/api/documents/9621" } }, { @@ -7998,13 +7998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9621" + "$ref": "https://ils.rero.ch/api/documents/9621" } }, { @@ -8012,13 +8012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9621" + "$ref": "https://ils.rero.ch/api/documents/9621" } }, { @@ -8026,13 +8026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9620" + "$ref": "https://ils.rero.ch/api/documents/9620" } }, { @@ -8040,13 +8040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9620" + "$ref": "https://ils.rero.ch/api/documents/9620" } }, { @@ -8054,13 +8054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9620" + "$ref": "https://ils.rero.ch/api/documents/9620" } }, { @@ -8068,13 +8068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9620" + "$ref": "https://ils.rero.ch/api/documents/9620" } }, { @@ -8082,13 +8082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9619" + "$ref": "https://ils.rero.ch/api/documents/9619" } }, { @@ -8096,13 +8096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9618" + "$ref": "https://ils.rero.ch/api/documents/9618" } }, { @@ -8110,13 +8110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9618" + "$ref": "https://ils.rero.ch/api/documents/9618" } }, { @@ -8124,13 +8124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9618" + "$ref": "https://ils.rero.ch/api/documents/9618" } }, { @@ -8138,13 +8138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9618" + "$ref": "https://ils.rero.ch/api/documents/9618" } }, { @@ -8152,13 +8152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9618" + "$ref": "https://ils.rero.ch/api/documents/9618" } }, { @@ -8166,13 +8166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9617" + "$ref": "https://ils.rero.ch/api/documents/9617" } }, { @@ -8180,13 +8180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9617" + "$ref": "https://ils.rero.ch/api/documents/9617" } }, { @@ -8194,13 +8194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9617" + "$ref": "https://ils.rero.ch/api/documents/9617" } }, { @@ -8208,13 +8208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9617" + "$ref": "https://ils.rero.ch/api/documents/9617" } }, { @@ -8222,13 +8222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9616" + "$ref": "https://ils.rero.ch/api/documents/9616" } }, { @@ -8236,13 +8236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9616" + "$ref": "https://ils.rero.ch/api/documents/9616" } }, { @@ -8250,13 +8250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9615" + "$ref": "https://ils.rero.ch/api/documents/9615" } }, { @@ -8264,13 +8264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9615" + "$ref": "https://ils.rero.ch/api/documents/9615" } }, { @@ -8278,13 +8278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9615" + "$ref": "https://ils.rero.ch/api/documents/9615" } }, { @@ -8292,13 +8292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9614" + "$ref": "https://ils.rero.ch/api/documents/9614" } }, { @@ -8306,13 +8306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9613" + "$ref": "https://ils.rero.ch/api/documents/9613" } }, { @@ -8320,13 +8320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9613" + "$ref": "https://ils.rero.ch/api/documents/9613" } }, { @@ -8334,13 +8334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9613" + "$ref": "https://ils.rero.ch/api/documents/9613" } }, { @@ -8348,13 +8348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9612" + "$ref": "https://ils.rero.ch/api/documents/9612" } }, { @@ -8362,13 +8362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9611" + "$ref": "https://ils.rero.ch/api/documents/9611" } }, { @@ -8376,13 +8376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9611" + "$ref": "https://ils.rero.ch/api/documents/9611" } }, { @@ -8390,13 +8390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9611" + "$ref": "https://ils.rero.ch/api/documents/9611" } }, { @@ -8404,13 +8404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9611" + "$ref": "https://ils.rero.ch/api/documents/9611" } }, { @@ -8418,13 +8418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9611" + "$ref": "https://ils.rero.ch/api/documents/9611" } }, { @@ -8432,13 +8432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9610" + "$ref": "https://ils.rero.ch/api/documents/9610" } }, { @@ -8446,13 +8446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9610" + "$ref": "https://ils.rero.ch/api/documents/9610" } }, { @@ -8460,13 +8460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9610" + "$ref": "https://ils.rero.ch/api/documents/9610" } }, { @@ -8474,13 +8474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9610" + "$ref": "https://ils.rero.ch/api/documents/9610" } }, { @@ -8488,13 +8488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9609" + "$ref": "https://ils.rero.ch/api/documents/9609" } }, { @@ -8502,13 +8502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9609" + "$ref": "https://ils.rero.ch/api/documents/9609" } }, { @@ -8516,13 +8516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9609" + "$ref": "https://ils.rero.ch/api/documents/9609" } }, { @@ -8530,13 +8530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9609" + "$ref": "https://ils.rero.ch/api/documents/9609" } }, { @@ -8544,13 +8544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9608" + "$ref": "https://ils.rero.ch/api/documents/9608" } }, { @@ -8558,13 +8558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9607" + "$ref": "https://ils.rero.ch/api/documents/9607" } }, { @@ -8572,13 +8572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9607" + "$ref": "https://ils.rero.ch/api/documents/9607" } }, { @@ -8586,13 +8586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9606" + "$ref": "https://ils.rero.ch/api/documents/9606" } }, { @@ -8600,13 +8600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9606" + "$ref": "https://ils.rero.ch/api/documents/9606" } }, { @@ -8614,13 +8614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9606" + "$ref": "https://ils.rero.ch/api/documents/9606" } }, { @@ -8628,13 +8628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9605" + "$ref": "https://ils.rero.ch/api/documents/9605" } }, { @@ -8642,13 +8642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9605" + "$ref": "https://ils.rero.ch/api/documents/9605" } }, { @@ -8656,13 +8656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9605" + "$ref": "https://ils.rero.ch/api/documents/9605" } }, { @@ -8670,13 +8670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9605" + "$ref": "https://ils.rero.ch/api/documents/9605" } }, { @@ -8684,13 +8684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9604" + "$ref": "https://ils.rero.ch/api/documents/9604" } }, { @@ -8698,13 +8698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9603" + "$ref": "https://ils.rero.ch/api/documents/9603" } }, { @@ -8712,13 +8712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9603" + "$ref": "https://ils.rero.ch/api/documents/9603" } }, { @@ -8726,13 +8726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9602" + "$ref": "https://ils.rero.ch/api/documents/9602" } }, { @@ -8740,13 +8740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9602" + "$ref": "https://ils.rero.ch/api/documents/9602" } }, { @@ -8754,13 +8754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9602" + "$ref": "https://ils.rero.ch/api/documents/9602" } }, { @@ -8768,13 +8768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9601" + "$ref": "https://ils.rero.ch/api/documents/9601" } }, { @@ -8782,13 +8782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9601" + "$ref": "https://ils.rero.ch/api/documents/9601" } }, { @@ -8796,13 +8796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9601" + "$ref": "https://ils.rero.ch/api/documents/9601" } }, { @@ -8810,13 +8810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9600" + "$ref": "https://ils.rero.ch/api/documents/9600" } }, { @@ -8824,13 +8824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9600" + "$ref": "https://ils.rero.ch/api/documents/9600" } }, { @@ -8838,13 +8838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9600" + "$ref": "https://ils.rero.ch/api/documents/9600" } }, { @@ -8852,13 +8852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9600" + "$ref": "https://ils.rero.ch/api/documents/9600" } }, { @@ -8866,13 +8866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9600" + "$ref": "https://ils.rero.ch/api/documents/9600" } }, { @@ -8880,13 +8880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9599" + "$ref": "https://ils.rero.ch/api/documents/9599" } }, { @@ -8894,13 +8894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9599" + "$ref": "https://ils.rero.ch/api/documents/9599" } }, { @@ -8908,13 +8908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9599" + "$ref": "https://ils.rero.ch/api/documents/9599" } }, { @@ -8922,13 +8922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9599" + "$ref": "https://ils.rero.ch/api/documents/9599" } }, { @@ -8936,13 +8936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9599" + "$ref": "https://ils.rero.ch/api/documents/9599" } }, { @@ -8950,13 +8950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9598" + "$ref": "https://ils.rero.ch/api/documents/9598" } }, { @@ -8964,13 +8964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9598" + "$ref": "https://ils.rero.ch/api/documents/9598" } }, { @@ -8978,13 +8978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9598" + "$ref": "https://ils.rero.ch/api/documents/9598" } }, { @@ -8992,13 +8992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9597" + "$ref": "https://ils.rero.ch/api/documents/9597" } }, { @@ -9006,13 +9006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9597" + "$ref": "https://ils.rero.ch/api/documents/9597" } }, { @@ -9020,13 +9020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9597" + "$ref": "https://ils.rero.ch/api/documents/9597" } }, { @@ -9034,13 +9034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9597" + "$ref": "https://ils.rero.ch/api/documents/9597" } }, { @@ -9048,13 +9048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9596" + "$ref": "https://ils.rero.ch/api/documents/9596" } }, { @@ -9062,13 +9062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9595" + "$ref": "https://ils.rero.ch/api/documents/9595" } }, { @@ -9076,13 +9076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9595" + "$ref": "https://ils.rero.ch/api/documents/9595" } }, { @@ -9090,13 +9090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9595" + "$ref": "https://ils.rero.ch/api/documents/9595" } }, { @@ -9104,13 +9104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9595" + "$ref": "https://ils.rero.ch/api/documents/9595" } }, { @@ -9118,13 +9118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9595" + "$ref": "https://ils.rero.ch/api/documents/9595" } }, { @@ -9132,13 +9132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9594" + "$ref": "https://ils.rero.ch/api/documents/9594" } }, { @@ -9146,13 +9146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9594" + "$ref": "https://ils.rero.ch/api/documents/9594" } }, { @@ -9160,13 +9160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9593" + "$ref": "https://ils.rero.ch/api/documents/9593" } }, { @@ -9174,13 +9174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9593" + "$ref": "https://ils.rero.ch/api/documents/9593" } }, { @@ -9188,13 +9188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9592" + "$ref": "https://ils.rero.ch/api/documents/9592" } }, { @@ -9202,13 +9202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9592" + "$ref": "https://ils.rero.ch/api/documents/9592" } }, { @@ -9216,13 +9216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9592" + "$ref": "https://ils.rero.ch/api/documents/9592" } }, { @@ -9230,13 +9230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9592" + "$ref": "https://ils.rero.ch/api/documents/9592" } }, { @@ -9244,13 +9244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9592" + "$ref": "https://ils.rero.ch/api/documents/9592" } }, { @@ -9258,13 +9258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9591" + "$ref": "https://ils.rero.ch/api/documents/9591" } }, { @@ -9272,13 +9272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9591" + "$ref": "https://ils.rero.ch/api/documents/9591" } }, { @@ -9286,13 +9286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9591" + "$ref": "https://ils.rero.ch/api/documents/9591" } }, { @@ -9300,13 +9300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9590" + "$ref": "https://ils.rero.ch/api/documents/9590" } }, { @@ -9314,13 +9314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9590" + "$ref": "https://ils.rero.ch/api/documents/9590" } }, { @@ -9328,13 +9328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9590" + "$ref": "https://ils.rero.ch/api/documents/9590" } }, { @@ -9342,13 +9342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9590" + "$ref": "https://ils.rero.ch/api/documents/9590" } }, { @@ -9356,13 +9356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9590" + "$ref": "https://ils.rero.ch/api/documents/9590" } }, { @@ -9370,13 +9370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9589" + "$ref": "https://ils.rero.ch/api/documents/9589" } }, { @@ -9384,13 +9384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9589" + "$ref": "https://ils.rero.ch/api/documents/9589" } }, { @@ -9398,13 +9398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9589" + "$ref": "https://ils.rero.ch/api/documents/9589" } }, { @@ -9412,13 +9412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9589" + "$ref": "https://ils.rero.ch/api/documents/9589" } }, { @@ -9426,13 +9426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9588" + "$ref": "https://ils.rero.ch/api/documents/9588" } }, { @@ -9440,13 +9440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9588" + "$ref": "https://ils.rero.ch/api/documents/9588" } }, { @@ -9454,13 +9454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9588" + "$ref": "https://ils.rero.ch/api/documents/9588" } }, { @@ -9468,13 +9468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9588" + "$ref": "https://ils.rero.ch/api/documents/9588" } }, { @@ -9482,13 +9482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9587" + "$ref": "https://ils.rero.ch/api/documents/9587" } }, { @@ -9496,13 +9496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9587" + "$ref": "https://ils.rero.ch/api/documents/9587" } }, { @@ -9510,13 +9510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9587" + "$ref": "https://ils.rero.ch/api/documents/9587" } }, { @@ -9524,13 +9524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9587" + "$ref": "https://ils.rero.ch/api/documents/9587" } }, { @@ -9538,13 +9538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9586" + "$ref": "https://ils.rero.ch/api/documents/9586" } }, { @@ -9552,13 +9552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9586" + "$ref": "https://ils.rero.ch/api/documents/9586" } }, { @@ -9566,13 +9566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9586" + "$ref": "https://ils.rero.ch/api/documents/9586" } }, { @@ -9580,13 +9580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9586" + "$ref": "https://ils.rero.ch/api/documents/9586" } }, { @@ -9594,13 +9594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9585" + "$ref": "https://ils.rero.ch/api/documents/9585" } }, { @@ -9608,13 +9608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9585" + "$ref": "https://ils.rero.ch/api/documents/9585" } }, { @@ -9622,13 +9622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9585" + "$ref": "https://ils.rero.ch/api/documents/9585" } }, { @@ -9636,13 +9636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9584" + "$ref": "https://ils.rero.ch/api/documents/9584" } }, { @@ -9650,13 +9650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9584" + "$ref": "https://ils.rero.ch/api/documents/9584" } }, { @@ -9664,13 +9664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9584" + "$ref": "https://ils.rero.ch/api/documents/9584" } }, { @@ -9678,13 +9678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9584" + "$ref": "https://ils.rero.ch/api/documents/9584" } }, { @@ -9692,13 +9692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9583" + "$ref": "https://ils.rero.ch/api/documents/9583" } }, { @@ -9706,13 +9706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9583" + "$ref": "https://ils.rero.ch/api/documents/9583" } }, { @@ -9720,13 +9720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9582" + "$ref": "https://ils.rero.ch/api/documents/9582" } }, { @@ -9734,13 +9734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9582" + "$ref": "https://ils.rero.ch/api/documents/9582" } }, { @@ -9748,13 +9748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9582" + "$ref": "https://ils.rero.ch/api/documents/9582" } }, { @@ -9762,13 +9762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9582" + "$ref": "https://ils.rero.ch/api/documents/9582" } }, { @@ -9776,13 +9776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9581" + "$ref": "https://ils.rero.ch/api/documents/9581" } }, { @@ -9790,13 +9790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9581" + "$ref": "https://ils.rero.ch/api/documents/9581" } }, { @@ -9804,13 +9804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9581" + "$ref": "https://ils.rero.ch/api/documents/9581" } }, { @@ -9818,13 +9818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9581" + "$ref": "https://ils.rero.ch/api/documents/9581" } }, { @@ -9832,13 +9832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9580" + "$ref": "https://ils.rero.ch/api/documents/9580" } }, { @@ -9846,13 +9846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9580" + "$ref": "https://ils.rero.ch/api/documents/9580" } }, { @@ -9860,13 +9860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9580" + "$ref": "https://ils.rero.ch/api/documents/9580" } }, { @@ -9874,13 +9874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9580" + "$ref": "https://ils.rero.ch/api/documents/9580" } }, { @@ -9888,13 +9888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9579" + "$ref": "https://ils.rero.ch/api/documents/9579" } }, { @@ -9902,13 +9902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9579" + "$ref": "https://ils.rero.ch/api/documents/9579" } }, { @@ -9916,13 +9916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9579" + "$ref": "https://ils.rero.ch/api/documents/9579" } }, { @@ -9930,13 +9930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9579" + "$ref": "https://ils.rero.ch/api/documents/9579" } }, { @@ -9944,13 +9944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9579" + "$ref": "https://ils.rero.ch/api/documents/9579" } }, { @@ -9958,13 +9958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9578" + "$ref": "https://ils.rero.ch/api/documents/9578" } }, { @@ -9972,13 +9972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9578" + "$ref": "https://ils.rero.ch/api/documents/9578" } }, { @@ -9986,13 +9986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9578" + "$ref": "https://ils.rero.ch/api/documents/9578" } }, { @@ -10000,13 +10000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9578" + "$ref": "https://ils.rero.ch/api/documents/9578" } }, { @@ -10014,13 +10014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9577" + "$ref": "https://ils.rero.ch/api/documents/9577" } }, { @@ -10028,13 +10028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9577" + "$ref": "https://ils.rero.ch/api/documents/9577" } }, { @@ -10042,13 +10042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9577" + "$ref": "https://ils.rero.ch/api/documents/9577" } }, { @@ -10056,13 +10056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9577" + "$ref": "https://ils.rero.ch/api/documents/9577" } }, { @@ -10070,13 +10070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9576" + "$ref": "https://ils.rero.ch/api/documents/9576" } }, { @@ -10084,13 +10084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9576" + "$ref": "https://ils.rero.ch/api/documents/9576" } }, { @@ -10098,13 +10098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9576" + "$ref": "https://ils.rero.ch/api/documents/9576" } }, { @@ -10112,13 +10112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9575" + "$ref": "https://ils.rero.ch/api/documents/9575" } }, { @@ -10126,13 +10126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9575" + "$ref": "https://ils.rero.ch/api/documents/9575" } }, { @@ -10140,13 +10140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9575" + "$ref": "https://ils.rero.ch/api/documents/9575" } }, { @@ -10154,13 +10154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9575" + "$ref": "https://ils.rero.ch/api/documents/9575" } }, { @@ -10168,13 +10168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9575" + "$ref": "https://ils.rero.ch/api/documents/9575" } }, { @@ -10182,13 +10182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9574" + "$ref": "https://ils.rero.ch/api/documents/9574" } }, { @@ -10196,13 +10196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9574" + "$ref": "https://ils.rero.ch/api/documents/9574" } }, { @@ -10210,13 +10210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9574" + "$ref": "https://ils.rero.ch/api/documents/9574" } }, { @@ -10224,13 +10224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9574" + "$ref": "https://ils.rero.ch/api/documents/9574" } }, { @@ -10238,13 +10238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9574" + "$ref": "https://ils.rero.ch/api/documents/9574" } }, { @@ -10252,13 +10252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9573" + "$ref": "https://ils.rero.ch/api/documents/9573" } }, { @@ -10266,13 +10266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9573" + "$ref": "https://ils.rero.ch/api/documents/9573" } }, { @@ -10280,13 +10280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9573" + "$ref": "https://ils.rero.ch/api/documents/9573" } }, { @@ -10294,13 +10294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9573" + "$ref": "https://ils.rero.ch/api/documents/9573" } }, { @@ -10308,13 +10308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9572" + "$ref": "https://ils.rero.ch/api/documents/9572" } }, { @@ -10322,13 +10322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9572" + "$ref": "https://ils.rero.ch/api/documents/9572" } }, { @@ -10336,13 +10336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9571" + "$ref": "https://ils.rero.ch/api/documents/9571" } }, { @@ -10350,13 +10350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9571" + "$ref": "https://ils.rero.ch/api/documents/9571" } }, { @@ -10364,13 +10364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9571" + "$ref": "https://ils.rero.ch/api/documents/9571" } }, { @@ -10378,13 +10378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9571" + "$ref": "https://ils.rero.ch/api/documents/9571" } }, { @@ -10392,13 +10392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9570" + "$ref": "https://ils.rero.ch/api/documents/9570" } }, { @@ -10406,13 +10406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9570" + "$ref": "https://ils.rero.ch/api/documents/9570" } }, { @@ -10420,13 +10420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9569" + "$ref": "https://ils.rero.ch/api/documents/9569" } }, { @@ -10434,13 +10434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9568" + "$ref": "https://ils.rero.ch/api/documents/9568" } }, { @@ -10448,13 +10448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9568" + "$ref": "https://ils.rero.ch/api/documents/9568" } }, { @@ -10462,13 +10462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9568" + "$ref": "https://ils.rero.ch/api/documents/9568" } }, { @@ -10476,13 +10476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9568" + "$ref": "https://ils.rero.ch/api/documents/9568" } }, { @@ -10490,13 +10490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9568" + "$ref": "https://ils.rero.ch/api/documents/9568" } }, { @@ -10504,13 +10504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9567" + "$ref": "https://ils.rero.ch/api/documents/9567" } }, { @@ -10518,13 +10518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9567" + "$ref": "https://ils.rero.ch/api/documents/9567" } }, { @@ -10532,13 +10532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9567" + "$ref": "https://ils.rero.ch/api/documents/9567" } }, { @@ -10546,13 +10546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9566" + "$ref": "https://ils.rero.ch/api/documents/9566" } }, { @@ -10560,13 +10560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9565" + "$ref": "https://ils.rero.ch/api/documents/9565" } }, { @@ -10574,13 +10574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9565" + "$ref": "https://ils.rero.ch/api/documents/9565" } }, { @@ -10588,13 +10588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9564" + "$ref": "https://ils.rero.ch/api/documents/9564" } }, { @@ -10602,13 +10602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9563" + "$ref": "https://ils.rero.ch/api/documents/9563" } }, { @@ -10616,13 +10616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9563" + "$ref": "https://ils.rero.ch/api/documents/9563" } }, { @@ -10630,13 +10630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9563" + "$ref": "https://ils.rero.ch/api/documents/9563" } }, { @@ -10644,13 +10644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9562" + "$ref": "https://ils.rero.ch/api/documents/9562" } }, { @@ -10658,13 +10658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9562" + "$ref": "https://ils.rero.ch/api/documents/9562" } }, { @@ -10672,13 +10672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9561" + "$ref": "https://ils.rero.ch/api/documents/9561" } }, { @@ -10686,13 +10686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9560" + "$ref": "https://ils.rero.ch/api/documents/9560" } }, { @@ -10700,13 +10700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9560" + "$ref": "https://ils.rero.ch/api/documents/9560" } }, { @@ -10714,13 +10714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9559" + "$ref": "https://ils.rero.ch/api/documents/9559" } }, { @@ -10728,13 +10728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9559" + "$ref": "https://ils.rero.ch/api/documents/9559" } }, { @@ -10742,13 +10742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9559" + "$ref": "https://ils.rero.ch/api/documents/9559" } }, { @@ -10756,13 +10756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9559" + "$ref": "https://ils.rero.ch/api/documents/9559" } }, { @@ -10770,13 +10770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9558" + "$ref": "https://ils.rero.ch/api/documents/9558" } }, { @@ -10784,13 +10784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9557" + "$ref": "https://ils.rero.ch/api/documents/9557" } }, { @@ -10798,13 +10798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9556" + "$ref": "https://ils.rero.ch/api/documents/9556" } }, { @@ -10812,13 +10812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9556" + "$ref": "https://ils.rero.ch/api/documents/9556" } }, { @@ -10826,13 +10826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9556" + "$ref": "https://ils.rero.ch/api/documents/9556" } }, { @@ -10840,13 +10840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9555" + "$ref": "https://ils.rero.ch/api/documents/9555" } }, { @@ -10854,13 +10854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9554" + "$ref": "https://ils.rero.ch/api/documents/9554" } }, { @@ -10868,13 +10868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9553" + "$ref": "https://ils.rero.ch/api/documents/9553" } }, { @@ -10882,13 +10882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9553" + "$ref": "https://ils.rero.ch/api/documents/9553" } }, { @@ -10896,13 +10896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9553" + "$ref": "https://ils.rero.ch/api/documents/9553" } }, { @@ -10910,13 +10910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9553" + "$ref": "https://ils.rero.ch/api/documents/9553" } }, { @@ -10924,13 +10924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9553" + "$ref": "https://ils.rero.ch/api/documents/9553" } }, { @@ -10938,13 +10938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9552" + "$ref": "https://ils.rero.ch/api/documents/9552" } }, { @@ -10952,13 +10952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9552" + "$ref": "https://ils.rero.ch/api/documents/9552" } }, { @@ -10966,13 +10966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9551" + "$ref": "https://ils.rero.ch/api/documents/9551" } }, { @@ -10980,13 +10980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9550" + "$ref": "https://ils.rero.ch/api/documents/9550" } }, { @@ -10994,13 +10994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9550" + "$ref": "https://ils.rero.ch/api/documents/9550" } }, { @@ -11008,13 +11008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9550" + "$ref": "https://ils.rero.ch/api/documents/9550" } }, { @@ -11022,13 +11022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9550" + "$ref": "https://ils.rero.ch/api/documents/9550" } }, { @@ -11036,13 +11036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9549" + "$ref": "https://ils.rero.ch/api/documents/9549" } }, { @@ -11050,13 +11050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9549" + "$ref": "https://ils.rero.ch/api/documents/9549" } }, { @@ -11064,13 +11064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9549" + "$ref": "https://ils.rero.ch/api/documents/9549" } }, { @@ -11078,13 +11078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9549" + "$ref": "https://ils.rero.ch/api/documents/9549" } }, { @@ -11092,13 +11092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9548" + "$ref": "https://ils.rero.ch/api/documents/9548" } }, { @@ -11106,13 +11106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9548" + "$ref": "https://ils.rero.ch/api/documents/9548" } }, { @@ -11120,13 +11120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9548" + "$ref": "https://ils.rero.ch/api/documents/9548" } }, { @@ -11134,13 +11134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9548" + "$ref": "https://ils.rero.ch/api/documents/9548" } }, { @@ -11148,13 +11148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9547" + "$ref": "https://ils.rero.ch/api/documents/9547" } }, { @@ -11162,13 +11162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9547" + "$ref": "https://ils.rero.ch/api/documents/9547" } }, { @@ -11176,13 +11176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9547" + "$ref": "https://ils.rero.ch/api/documents/9547" } }, { @@ -11190,13 +11190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9546" + "$ref": "https://ils.rero.ch/api/documents/9546" } }, { @@ -11204,13 +11204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9546" + "$ref": "https://ils.rero.ch/api/documents/9546" } }, { @@ -11218,13 +11218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9546" + "$ref": "https://ils.rero.ch/api/documents/9546" } }, { @@ -11232,13 +11232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9545" + "$ref": "https://ils.rero.ch/api/documents/9545" } }, { @@ -11246,13 +11246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9545" + "$ref": "https://ils.rero.ch/api/documents/9545" } }, { @@ -11260,13 +11260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9545" + "$ref": "https://ils.rero.ch/api/documents/9545" } }, { @@ -11274,13 +11274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9545" + "$ref": "https://ils.rero.ch/api/documents/9545" } }, { @@ -11288,13 +11288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9545" + "$ref": "https://ils.rero.ch/api/documents/9545" } }, { @@ -11302,13 +11302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9544" + "$ref": "https://ils.rero.ch/api/documents/9544" } }, { @@ -11316,13 +11316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9544" + "$ref": "https://ils.rero.ch/api/documents/9544" } }, { @@ -11330,13 +11330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9544" + "$ref": "https://ils.rero.ch/api/documents/9544" } }, { @@ -11344,13 +11344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9544" + "$ref": "https://ils.rero.ch/api/documents/9544" } }, { @@ -11358,13 +11358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9544" + "$ref": "https://ils.rero.ch/api/documents/9544" } }, { @@ -11372,13 +11372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9543" + "$ref": "https://ils.rero.ch/api/documents/9543" } }, { @@ -11386,13 +11386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9543" + "$ref": "https://ils.rero.ch/api/documents/9543" } }, { @@ -11400,13 +11400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9543" + "$ref": "https://ils.rero.ch/api/documents/9543" } }, { @@ -11414,13 +11414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9543" + "$ref": "https://ils.rero.ch/api/documents/9543" } }, { @@ -11428,13 +11428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9542" + "$ref": "https://ils.rero.ch/api/documents/9542" } }, { @@ -11442,13 +11442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9542" + "$ref": "https://ils.rero.ch/api/documents/9542" } }, { @@ -11456,13 +11456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9542" + "$ref": "https://ils.rero.ch/api/documents/9542" } }, { @@ -11470,13 +11470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9542" + "$ref": "https://ils.rero.ch/api/documents/9542" } }, { @@ -11484,13 +11484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9542" + "$ref": "https://ils.rero.ch/api/documents/9542" } }, { @@ -11498,13 +11498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9541" + "$ref": "https://ils.rero.ch/api/documents/9541" } }, { @@ -11512,13 +11512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9541" + "$ref": "https://ils.rero.ch/api/documents/9541" } }, { @@ -11526,13 +11526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9541" + "$ref": "https://ils.rero.ch/api/documents/9541" } }, { @@ -11540,13 +11540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9540" + "$ref": "https://ils.rero.ch/api/documents/9540" } }, { @@ -11554,13 +11554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9539" + "$ref": "https://ils.rero.ch/api/documents/9539" } }, { @@ -11568,13 +11568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9539" + "$ref": "https://ils.rero.ch/api/documents/9539" } }, { @@ -11582,13 +11582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9539" + "$ref": "https://ils.rero.ch/api/documents/9539" } }, { @@ -11596,13 +11596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9538" + "$ref": "https://ils.rero.ch/api/documents/9538" } }, { @@ -11610,13 +11610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9538" + "$ref": "https://ils.rero.ch/api/documents/9538" } }, { @@ -11624,13 +11624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9538" + "$ref": "https://ils.rero.ch/api/documents/9538" } }, { @@ -11638,13 +11638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9538" + "$ref": "https://ils.rero.ch/api/documents/9538" } }, { @@ -11652,13 +11652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9538" + "$ref": "https://ils.rero.ch/api/documents/9538" } }, { @@ -11666,13 +11666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9537" + "$ref": "https://ils.rero.ch/api/documents/9537" } }, { @@ -11680,13 +11680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9536" + "$ref": "https://ils.rero.ch/api/documents/9536" } }, { @@ -11694,13 +11694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9536" + "$ref": "https://ils.rero.ch/api/documents/9536" } }, { @@ -11708,13 +11708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9536" + "$ref": "https://ils.rero.ch/api/documents/9536" } }, { @@ -11722,13 +11722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9536" + "$ref": "https://ils.rero.ch/api/documents/9536" } }, { @@ -11736,13 +11736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9535" + "$ref": "https://ils.rero.ch/api/documents/9535" } }, { @@ -11750,13 +11750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9535" + "$ref": "https://ils.rero.ch/api/documents/9535" } }, { @@ -11764,13 +11764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9535" + "$ref": "https://ils.rero.ch/api/documents/9535" } }, { @@ -11778,13 +11778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9535" + "$ref": "https://ils.rero.ch/api/documents/9535" } }, { @@ -11792,13 +11792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9535" + "$ref": "https://ils.rero.ch/api/documents/9535" } }, { @@ -11806,13 +11806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9534" + "$ref": "https://ils.rero.ch/api/documents/9534" } }, { @@ -11820,13 +11820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9533" + "$ref": "https://ils.rero.ch/api/documents/9533" } }, { @@ -11834,13 +11834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9533" + "$ref": "https://ils.rero.ch/api/documents/9533" } }, { @@ -11848,13 +11848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9533" + "$ref": "https://ils.rero.ch/api/documents/9533" } }, { @@ -11862,13 +11862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9533" + "$ref": "https://ils.rero.ch/api/documents/9533" } }, { @@ -11876,13 +11876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9533" + "$ref": "https://ils.rero.ch/api/documents/9533" } }, { @@ -11890,13 +11890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9532" + "$ref": "https://ils.rero.ch/api/documents/9532" } }, { @@ -11904,13 +11904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9532" + "$ref": "https://ils.rero.ch/api/documents/9532" } }, { @@ -11918,13 +11918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9532" + "$ref": "https://ils.rero.ch/api/documents/9532" } }, { @@ -11932,13 +11932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9532" + "$ref": "https://ils.rero.ch/api/documents/9532" } }, { @@ -11946,13 +11946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9531" + "$ref": "https://ils.rero.ch/api/documents/9531" } }, { @@ -11960,13 +11960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9531" + "$ref": "https://ils.rero.ch/api/documents/9531" } }, { @@ -11974,13 +11974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9531" + "$ref": "https://ils.rero.ch/api/documents/9531" } }, { @@ -11988,13 +11988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9531" + "$ref": "https://ils.rero.ch/api/documents/9531" } }, { @@ -12002,13 +12002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9530" + "$ref": "https://ils.rero.ch/api/documents/9530" } }, { @@ -12016,13 +12016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9530" + "$ref": "https://ils.rero.ch/api/documents/9530" } }, { @@ -12030,13 +12030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9530" + "$ref": "https://ils.rero.ch/api/documents/9530" } }, { @@ -12044,13 +12044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9529" + "$ref": "https://ils.rero.ch/api/documents/9529" } }, { @@ -12058,13 +12058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9529" + "$ref": "https://ils.rero.ch/api/documents/9529" } }, { @@ -12072,13 +12072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9528" + "$ref": "https://ils.rero.ch/api/documents/9528" } }, { @@ -12086,13 +12086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9528" + "$ref": "https://ils.rero.ch/api/documents/9528" } }, { @@ -12100,13 +12100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9528" + "$ref": "https://ils.rero.ch/api/documents/9528" } }, { @@ -12114,13 +12114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9527" + "$ref": "https://ils.rero.ch/api/documents/9527" } }, { @@ -12128,13 +12128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9527" + "$ref": "https://ils.rero.ch/api/documents/9527" } }, { @@ -12142,13 +12142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9527" + "$ref": "https://ils.rero.ch/api/documents/9527" } }, { @@ -12156,13 +12156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9527" + "$ref": "https://ils.rero.ch/api/documents/9527" } }, { @@ -12170,13 +12170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9526" + "$ref": "https://ils.rero.ch/api/documents/9526" } }, { @@ -12184,13 +12184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9526" + "$ref": "https://ils.rero.ch/api/documents/9526" } }, { @@ -12198,13 +12198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9525" + "$ref": "https://ils.rero.ch/api/documents/9525" } }, { @@ -12212,13 +12212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9524" + "$ref": "https://ils.rero.ch/api/documents/9524" } }, { @@ -12226,13 +12226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9524" + "$ref": "https://ils.rero.ch/api/documents/9524" } }, { @@ -12240,13 +12240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9524" + "$ref": "https://ils.rero.ch/api/documents/9524" } }, { @@ -12254,13 +12254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9524" + "$ref": "https://ils.rero.ch/api/documents/9524" } }, { @@ -12268,13 +12268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9524" + "$ref": "https://ils.rero.ch/api/documents/9524" } }, { @@ -12282,13 +12282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9523" + "$ref": "https://ils.rero.ch/api/documents/9523" } }, { @@ -12296,13 +12296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9523" + "$ref": "https://ils.rero.ch/api/documents/9523" } }, { @@ -12310,13 +12310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9523" + "$ref": "https://ils.rero.ch/api/documents/9523" } }, { @@ -12324,13 +12324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9522" + "$ref": "https://ils.rero.ch/api/documents/9522" } }, { @@ -12338,13 +12338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9521" + "$ref": "https://ils.rero.ch/api/documents/9521" } }, { @@ -12352,13 +12352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9520" + "$ref": "https://ils.rero.ch/api/documents/9520" } }, { @@ -12366,13 +12366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9520" + "$ref": "https://ils.rero.ch/api/documents/9520" } }, { @@ -12380,13 +12380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9520" + "$ref": "https://ils.rero.ch/api/documents/9520" } }, { @@ -12394,13 +12394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9520" + "$ref": "https://ils.rero.ch/api/documents/9520" } }, { @@ -12408,13 +12408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9519" + "$ref": "https://ils.rero.ch/api/documents/9519" } }, { @@ -12422,13 +12422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9519" + "$ref": "https://ils.rero.ch/api/documents/9519" } }, { @@ -12436,13 +12436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9518" + "$ref": "https://ils.rero.ch/api/documents/9518" } }, { @@ -12450,13 +12450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9518" + "$ref": "https://ils.rero.ch/api/documents/9518" } }, { @@ -12464,13 +12464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9518" + "$ref": "https://ils.rero.ch/api/documents/9518" } }, { @@ -12478,13 +12478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9518" + "$ref": "https://ils.rero.ch/api/documents/9518" } }, { @@ -12492,13 +12492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9518" + "$ref": "https://ils.rero.ch/api/documents/9518" } }, { @@ -12506,13 +12506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9517" + "$ref": "https://ils.rero.ch/api/documents/9517" } }, { @@ -12520,13 +12520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9517" + "$ref": "https://ils.rero.ch/api/documents/9517" } }, { @@ -12534,13 +12534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9517" + "$ref": "https://ils.rero.ch/api/documents/9517" } }, { @@ -12548,13 +12548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9517" + "$ref": "https://ils.rero.ch/api/documents/9517" } }, { @@ -12562,13 +12562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9516" + "$ref": "https://ils.rero.ch/api/documents/9516" } }, { @@ -12576,13 +12576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9516" + "$ref": "https://ils.rero.ch/api/documents/9516" } }, { @@ -12590,13 +12590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9515" + "$ref": "https://ils.rero.ch/api/documents/9515" } }, { @@ -12604,13 +12604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9515" + "$ref": "https://ils.rero.ch/api/documents/9515" } }, { @@ -12618,13 +12618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9515" + "$ref": "https://ils.rero.ch/api/documents/9515" } }, { @@ -12632,13 +12632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9515" + "$ref": "https://ils.rero.ch/api/documents/9515" } }, { @@ -12646,13 +12646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9515" + "$ref": "https://ils.rero.ch/api/documents/9515" } }, { @@ -12660,13 +12660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9514" + "$ref": "https://ils.rero.ch/api/documents/9514" } }, { @@ -12674,13 +12674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9513" + "$ref": "https://ils.rero.ch/api/documents/9513" } }, { @@ -12688,13 +12688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9513" + "$ref": "https://ils.rero.ch/api/documents/9513" } }, { @@ -12702,13 +12702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9513" + "$ref": "https://ils.rero.ch/api/documents/9513" } }, { @@ -12716,13 +12716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9513" + "$ref": "https://ils.rero.ch/api/documents/9513" } }, { @@ -12730,13 +12730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9513" + "$ref": "https://ils.rero.ch/api/documents/9513" } }, { @@ -12744,13 +12744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9512" + "$ref": "https://ils.rero.ch/api/documents/9512" } }, { @@ -12758,13 +12758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9512" + "$ref": "https://ils.rero.ch/api/documents/9512" } }, { @@ -12772,13 +12772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9512" + "$ref": "https://ils.rero.ch/api/documents/9512" } }, { @@ -12786,13 +12786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9511" + "$ref": "https://ils.rero.ch/api/documents/9511" } }, { @@ -12800,13 +12800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9511" + "$ref": "https://ils.rero.ch/api/documents/9511" } }, { @@ -12814,13 +12814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9511" + "$ref": "https://ils.rero.ch/api/documents/9511" } }, { @@ -12828,13 +12828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9511" + "$ref": "https://ils.rero.ch/api/documents/9511" } }, { @@ -12842,13 +12842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9510" + "$ref": "https://ils.rero.ch/api/documents/9510" } }, { @@ -12856,13 +12856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9510" + "$ref": "https://ils.rero.ch/api/documents/9510" } }, { @@ -12870,13 +12870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9509" + "$ref": "https://ils.rero.ch/api/documents/9509" } }, { @@ -12884,13 +12884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9509" + "$ref": "https://ils.rero.ch/api/documents/9509" } }, { @@ -12898,13 +12898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9509" + "$ref": "https://ils.rero.ch/api/documents/9509" } }, { @@ -12912,13 +12912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9509" + "$ref": "https://ils.rero.ch/api/documents/9509" } }, { @@ -12926,13 +12926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9509" + "$ref": "https://ils.rero.ch/api/documents/9509" } }, { @@ -12940,13 +12940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9508" + "$ref": "https://ils.rero.ch/api/documents/9508" } }, { @@ -12954,13 +12954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9508" + "$ref": "https://ils.rero.ch/api/documents/9508" } }, { @@ -12968,13 +12968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9508" + "$ref": "https://ils.rero.ch/api/documents/9508" } }, { @@ -12982,13 +12982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9508" + "$ref": "https://ils.rero.ch/api/documents/9508" } }, { @@ -12996,13 +12996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9507" + "$ref": "https://ils.rero.ch/api/documents/9507" } }, { @@ -13010,13 +13010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9507" + "$ref": "https://ils.rero.ch/api/documents/9507" } }, { @@ -13024,13 +13024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9507" + "$ref": "https://ils.rero.ch/api/documents/9507" } }, { @@ -13038,13 +13038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9507" + "$ref": "https://ils.rero.ch/api/documents/9507" } }, { @@ -13052,13 +13052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9507" + "$ref": "https://ils.rero.ch/api/documents/9507" } }, { @@ -13066,13 +13066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9506" + "$ref": "https://ils.rero.ch/api/documents/9506" } }, { @@ -13080,13 +13080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9506" + "$ref": "https://ils.rero.ch/api/documents/9506" } }, { @@ -13094,13 +13094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9506" + "$ref": "https://ils.rero.ch/api/documents/9506" } }, { @@ -13108,13 +13108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9505" + "$ref": "https://ils.rero.ch/api/documents/9505" } }, { @@ -13122,13 +13122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9504" + "$ref": "https://ils.rero.ch/api/documents/9504" } }, { @@ -13136,13 +13136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9504" + "$ref": "https://ils.rero.ch/api/documents/9504" } }, { @@ -13150,13 +13150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9504" + "$ref": "https://ils.rero.ch/api/documents/9504" } }, { @@ -13164,13 +13164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9503" + "$ref": "https://ils.rero.ch/api/documents/9503" } }, { @@ -13178,13 +13178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9503" + "$ref": "https://ils.rero.ch/api/documents/9503" } }, { @@ -13192,13 +13192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9503" + "$ref": "https://ils.rero.ch/api/documents/9503" } }, { @@ -13206,13 +13206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9503" + "$ref": "https://ils.rero.ch/api/documents/9503" } }, { @@ -13220,13 +13220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9503" + "$ref": "https://ils.rero.ch/api/documents/9503" } }, { @@ -13234,13 +13234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9502" + "$ref": "https://ils.rero.ch/api/documents/9502" } }, { @@ -13248,13 +13248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9502" + "$ref": "https://ils.rero.ch/api/documents/9502" } }, { @@ -13262,13 +13262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9502" + "$ref": "https://ils.rero.ch/api/documents/9502" } }, { @@ -13276,13 +13276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9502" + "$ref": "https://ils.rero.ch/api/documents/9502" } }, { @@ -13290,13 +13290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9502" + "$ref": "https://ils.rero.ch/api/documents/9502" } }, { @@ -13304,13 +13304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9501" + "$ref": "https://ils.rero.ch/api/documents/9501" } }, { @@ -13318,13 +13318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9501" + "$ref": "https://ils.rero.ch/api/documents/9501" } }, { @@ -13332,13 +13332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9501" + "$ref": "https://ils.rero.ch/api/documents/9501" } }, { @@ -13346,13 +13346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9500" + "$ref": "https://ils.rero.ch/api/documents/9500" } }, { @@ -13360,13 +13360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9500" + "$ref": "https://ils.rero.ch/api/documents/9500" } }, { @@ -13374,13 +13374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9500" + "$ref": "https://ils.rero.ch/api/documents/9500" } }, { @@ -13388,13 +13388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9500" + "$ref": "https://ils.rero.ch/api/documents/9500" } }, { @@ -13402,13 +13402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9500" + "$ref": "https://ils.rero.ch/api/documents/9500" } }, { @@ -13416,13 +13416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9499" + "$ref": "https://ils.rero.ch/api/documents/9499" } }, { @@ -13430,13 +13430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9499" + "$ref": "https://ils.rero.ch/api/documents/9499" } }, { @@ -13444,13 +13444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9499" + "$ref": "https://ils.rero.ch/api/documents/9499" } }, { @@ -13458,13 +13458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9498" + "$ref": "https://ils.rero.ch/api/documents/9498" } }, { @@ -13472,13 +13472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9498" + "$ref": "https://ils.rero.ch/api/documents/9498" } }, { @@ -13486,13 +13486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9498" + "$ref": "https://ils.rero.ch/api/documents/9498" } }, { @@ -13500,13 +13500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9498" + "$ref": "https://ils.rero.ch/api/documents/9498" } }, { @@ -13514,13 +13514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9498" + "$ref": "https://ils.rero.ch/api/documents/9498" } }, { @@ -13528,13 +13528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9497" + "$ref": "https://ils.rero.ch/api/documents/9497" } }, { @@ -13542,13 +13542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9497" + "$ref": "https://ils.rero.ch/api/documents/9497" } }, { @@ -13556,13 +13556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9497" + "$ref": "https://ils.rero.ch/api/documents/9497" } }, { @@ -13570,13 +13570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9496" + "$ref": "https://ils.rero.ch/api/documents/9496" } }, { @@ -13584,13 +13584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9496" + "$ref": "https://ils.rero.ch/api/documents/9496" } }, { @@ -13598,13 +13598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9496" + "$ref": "https://ils.rero.ch/api/documents/9496" } }, { @@ -13612,13 +13612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9496" + "$ref": "https://ils.rero.ch/api/documents/9496" } }, { @@ -13626,13 +13626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9495" + "$ref": "https://ils.rero.ch/api/documents/9495" } }, { @@ -13640,13 +13640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9495" + "$ref": "https://ils.rero.ch/api/documents/9495" } }, { @@ -13654,13 +13654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9495" + "$ref": "https://ils.rero.ch/api/documents/9495" } }, { @@ -13668,13 +13668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9495" + "$ref": "https://ils.rero.ch/api/documents/9495" } }, { @@ -13682,13 +13682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9495" + "$ref": "https://ils.rero.ch/api/documents/9495" } }, { @@ -13696,13 +13696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9494" + "$ref": "https://ils.rero.ch/api/documents/9494" } }, { @@ -13710,13 +13710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9493" + "$ref": "https://ils.rero.ch/api/documents/9493" } }, { @@ -13724,13 +13724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9492" + "$ref": "https://ils.rero.ch/api/documents/9492" } }, { @@ -13738,13 +13738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9492" + "$ref": "https://ils.rero.ch/api/documents/9492" } }, { @@ -13752,13 +13752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9492" + "$ref": "https://ils.rero.ch/api/documents/9492" } }, { @@ -13766,13 +13766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9491" + "$ref": "https://ils.rero.ch/api/documents/9491" } }, { @@ -13780,13 +13780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9491" + "$ref": "https://ils.rero.ch/api/documents/9491" } }, { @@ -13794,13 +13794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9490" + "$ref": "https://ils.rero.ch/api/documents/9490" } }, { @@ -13808,13 +13808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9490" + "$ref": "https://ils.rero.ch/api/documents/9490" } }, { @@ -13822,13 +13822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9489" + "$ref": "https://ils.rero.ch/api/documents/9489" } }, { @@ -13836,13 +13836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9489" + "$ref": "https://ils.rero.ch/api/documents/9489" } }, { @@ -13850,13 +13850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9488" + "$ref": "https://ils.rero.ch/api/documents/9488" } }, { @@ -13864,13 +13864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9488" + "$ref": "https://ils.rero.ch/api/documents/9488" } }, { @@ -13878,13 +13878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9488" + "$ref": "https://ils.rero.ch/api/documents/9488" } }, { @@ -13892,13 +13892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9487" + "$ref": "https://ils.rero.ch/api/documents/9487" } }, { @@ -13906,13 +13906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9487" + "$ref": "https://ils.rero.ch/api/documents/9487" } }, { @@ -13920,13 +13920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9486" + "$ref": "https://ils.rero.ch/api/documents/9486" } }, { @@ -13934,13 +13934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9486" + "$ref": "https://ils.rero.ch/api/documents/9486" } }, { @@ -13948,13 +13948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9485" + "$ref": "https://ils.rero.ch/api/documents/9485" } }, { @@ -13962,13 +13962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9485" + "$ref": "https://ils.rero.ch/api/documents/9485" } }, { @@ -13976,13 +13976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9485" + "$ref": "https://ils.rero.ch/api/documents/9485" } }, { @@ -13990,13 +13990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9485" + "$ref": "https://ils.rero.ch/api/documents/9485" } }, { @@ -14004,13 +14004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9485" + "$ref": "https://ils.rero.ch/api/documents/9485" } }, { @@ -14018,13 +14018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9484" + "$ref": "https://ils.rero.ch/api/documents/9484" } }, { @@ -14032,13 +14032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9484" + "$ref": "https://ils.rero.ch/api/documents/9484" } }, { @@ -14046,13 +14046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9484" + "$ref": "https://ils.rero.ch/api/documents/9484" } }, { @@ -14060,13 +14060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9483" + "$ref": "https://ils.rero.ch/api/documents/9483" } }, { @@ -14074,13 +14074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9483" + "$ref": "https://ils.rero.ch/api/documents/9483" } }, { @@ -14088,13 +14088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9482" + "$ref": "https://ils.rero.ch/api/documents/9482" } }, { @@ -14102,13 +14102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9482" + "$ref": "https://ils.rero.ch/api/documents/9482" } }, { @@ -14116,13 +14116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9482" + "$ref": "https://ils.rero.ch/api/documents/9482" } }, { @@ -14130,13 +14130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9481" + "$ref": "https://ils.rero.ch/api/documents/9481" } }, { @@ -14144,13 +14144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9481" + "$ref": "https://ils.rero.ch/api/documents/9481" } }, { @@ -14158,13 +14158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9480" + "$ref": "https://ils.rero.ch/api/documents/9480" } }, { @@ -14172,13 +14172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9480" + "$ref": "https://ils.rero.ch/api/documents/9480" } }, { @@ -14186,13 +14186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9480" + "$ref": "https://ils.rero.ch/api/documents/9480" } }, { @@ -14200,13 +14200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9480" + "$ref": "https://ils.rero.ch/api/documents/9480" } }, { @@ -14214,13 +14214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9480" + "$ref": "https://ils.rero.ch/api/documents/9480" } }, { @@ -14228,13 +14228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9479" + "$ref": "https://ils.rero.ch/api/documents/9479" } }, { @@ -14242,13 +14242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9479" + "$ref": "https://ils.rero.ch/api/documents/9479" } }, { @@ -14256,13 +14256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9478" + "$ref": "https://ils.rero.ch/api/documents/9478" } }, { @@ -14270,13 +14270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9478" + "$ref": "https://ils.rero.ch/api/documents/9478" } }, { @@ -14284,13 +14284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9478" + "$ref": "https://ils.rero.ch/api/documents/9478" } }, { @@ -14298,13 +14298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9478" + "$ref": "https://ils.rero.ch/api/documents/9478" } }, { @@ -14312,13 +14312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9477" + "$ref": "https://ils.rero.ch/api/documents/9477" } }, { @@ -14326,13 +14326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9476" + "$ref": "https://ils.rero.ch/api/documents/9476" } }, { @@ -14340,13 +14340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9476" + "$ref": "https://ils.rero.ch/api/documents/9476" } }, { @@ -14354,13 +14354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9476" + "$ref": "https://ils.rero.ch/api/documents/9476" } }, { @@ -14368,13 +14368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9476" + "$ref": "https://ils.rero.ch/api/documents/9476" } }, { @@ -14382,13 +14382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9475" + "$ref": "https://ils.rero.ch/api/documents/9475" } }, { @@ -14396,13 +14396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9475" + "$ref": "https://ils.rero.ch/api/documents/9475" } }, { @@ -14410,13 +14410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9475" + "$ref": "https://ils.rero.ch/api/documents/9475" } }, { @@ -14424,13 +14424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9475" + "$ref": "https://ils.rero.ch/api/documents/9475" } }, { @@ -14438,13 +14438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9475" + "$ref": "https://ils.rero.ch/api/documents/9475" } }, { @@ -14452,13 +14452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9474" + "$ref": "https://ils.rero.ch/api/documents/9474" } }, { @@ -14466,13 +14466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9474" + "$ref": "https://ils.rero.ch/api/documents/9474" } }, { @@ -14480,13 +14480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9474" + "$ref": "https://ils.rero.ch/api/documents/9474" } }, { @@ -14494,13 +14494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9473" + "$ref": "https://ils.rero.ch/api/documents/9473" } }, { @@ -14508,13 +14508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9472" + "$ref": "https://ils.rero.ch/api/documents/9472" } }, { @@ -14522,13 +14522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9471" + "$ref": "https://ils.rero.ch/api/documents/9471" } }, { @@ -14536,13 +14536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9470" + "$ref": "https://ils.rero.ch/api/documents/9470" } }, { @@ -14550,13 +14550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9469" + "$ref": "https://ils.rero.ch/api/documents/9469" } }, { @@ -14564,13 +14564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9469" + "$ref": "https://ils.rero.ch/api/documents/9469" } }, { @@ -14578,13 +14578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9469" + "$ref": "https://ils.rero.ch/api/documents/9469" } }, { @@ -14592,13 +14592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9469" + "$ref": "https://ils.rero.ch/api/documents/9469" } }, { @@ -14606,13 +14606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9469" + "$ref": "https://ils.rero.ch/api/documents/9469" } }, { @@ -14620,13 +14620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9468" + "$ref": "https://ils.rero.ch/api/documents/9468" } }, { @@ -14634,13 +14634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9467" + "$ref": "https://ils.rero.ch/api/documents/9467" } }, { @@ -14648,13 +14648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9467" + "$ref": "https://ils.rero.ch/api/documents/9467" } }, { @@ -14662,13 +14662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9467" + "$ref": "https://ils.rero.ch/api/documents/9467" } }, { @@ -14676,13 +14676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9467" + "$ref": "https://ils.rero.ch/api/documents/9467" } }, { @@ -14690,13 +14690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9467" + "$ref": "https://ils.rero.ch/api/documents/9467" } }, { @@ -14704,13 +14704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9466" + "$ref": "https://ils.rero.ch/api/documents/9466" } }, { @@ -14718,13 +14718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9466" + "$ref": "https://ils.rero.ch/api/documents/9466" } }, { @@ -14732,13 +14732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9466" + "$ref": "https://ils.rero.ch/api/documents/9466" } }, { @@ -14746,13 +14746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9466" + "$ref": "https://ils.rero.ch/api/documents/9466" } }, { @@ -14760,13 +14760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9465" + "$ref": "https://ils.rero.ch/api/documents/9465" } }, { @@ -14774,13 +14774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9465" + "$ref": "https://ils.rero.ch/api/documents/9465" } }, { @@ -14788,13 +14788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9464" + "$ref": "https://ils.rero.ch/api/documents/9464" } }, { @@ -14802,13 +14802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9464" + "$ref": "https://ils.rero.ch/api/documents/9464" } }, { @@ -14816,13 +14816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9464" + "$ref": "https://ils.rero.ch/api/documents/9464" } }, { @@ -14830,13 +14830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9464" + "$ref": "https://ils.rero.ch/api/documents/9464" } }, { @@ -14844,13 +14844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9464" + "$ref": "https://ils.rero.ch/api/documents/9464" } }, { @@ -14858,13 +14858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9463" + "$ref": "https://ils.rero.ch/api/documents/9463" } }, { @@ -14872,13 +14872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9463" + "$ref": "https://ils.rero.ch/api/documents/9463" } }, { @@ -14886,13 +14886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9462" + "$ref": "https://ils.rero.ch/api/documents/9462" } }, { @@ -14900,13 +14900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9462" + "$ref": "https://ils.rero.ch/api/documents/9462" } }, { @@ -14914,13 +14914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9461" + "$ref": "https://ils.rero.ch/api/documents/9461" } }, { @@ -14928,13 +14928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9461" + "$ref": "https://ils.rero.ch/api/documents/9461" } }, { @@ -14942,13 +14942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9460" + "$ref": "https://ils.rero.ch/api/documents/9460" } }, { @@ -14956,13 +14956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9460" + "$ref": "https://ils.rero.ch/api/documents/9460" } }, { @@ -14970,13 +14970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9459" + "$ref": "https://ils.rero.ch/api/documents/9459" } }, { @@ -14984,13 +14984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9459" + "$ref": "https://ils.rero.ch/api/documents/9459" } }, { @@ -14998,13 +14998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9459" + "$ref": "https://ils.rero.ch/api/documents/9459" } }, { @@ -15012,13 +15012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9459" + "$ref": "https://ils.rero.ch/api/documents/9459" } }, { @@ -15026,13 +15026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9458" + "$ref": "https://ils.rero.ch/api/documents/9458" } }, { @@ -15040,13 +15040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9458" + "$ref": "https://ils.rero.ch/api/documents/9458" } }, { @@ -15054,13 +15054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9458" + "$ref": "https://ils.rero.ch/api/documents/9458" } }, { @@ -15068,13 +15068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9458" + "$ref": "https://ils.rero.ch/api/documents/9458" } }, { @@ -15082,13 +15082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9458" + "$ref": "https://ils.rero.ch/api/documents/9458" } }, { @@ -15096,13 +15096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9457" + "$ref": "https://ils.rero.ch/api/documents/9457" } }, { @@ -15110,13 +15110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9457" + "$ref": "https://ils.rero.ch/api/documents/9457" } }, { @@ -15124,13 +15124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9456" + "$ref": "https://ils.rero.ch/api/documents/9456" } }, { @@ -15138,13 +15138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9455" + "$ref": "https://ils.rero.ch/api/documents/9455" } }, { @@ -15152,13 +15152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9455" + "$ref": "https://ils.rero.ch/api/documents/9455" } }, { @@ -15166,13 +15166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9455" + "$ref": "https://ils.rero.ch/api/documents/9455" } }, { @@ -15180,13 +15180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9455" + "$ref": "https://ils.rero.ch/api/documents/9455" } }, { @@ -15194,13 +15194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9454" + "$ref": "https://ils.rero.ch/api/documents/9454" } }, { @@ -15208,13 +15208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9453" + "$ref": "https://ils.rero.ch/api/documents/9453" } }, { @@ -15222,13 +15222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9453" + "$ref": "https://ils.rero.ch/api/documents/9453" } }, { @@ -15236,13 +15236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9452" + "$ref": "https://ils.rero.ch/api/documents/9452" } }, { @@ -15250,13 +15250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9452" + "$ref": "https://ils.rero.ch/api/documents/9452" } }, { @@ -15264,13 +15264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9452" + "$ref": "https://ils.rero.ch/api/documents/9452" } }, { @@ -15278,13 +15278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9452" + "$ref": "https://ils.rero.ch/api/documents/9452" } }, { @@ -15292,13 +15292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9452" + "$ref": "https://ils.rero.ch/api/documents/9452" } }, { @@ -15306,13 +15306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9451" + "$ref": "https://ils.rero.ch/api/documents/9451" } }, { @@ -15320,13 +15320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9451" + "$ref": "https://ils.rero.ch/api/documents/9451" } }, { @@ -15334,13 +15334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9450" + "$ref": "https://ils.rero.ch/api/documents/9450" } }, { @@ -15348,13 +15348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9449" + "$ref": "https://ils.rero.ch/api/documents/9449" } }, { @@ -15362,13 +15362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9449" + "$ref": "https://ils.rero.ch/api/documents/9449" } }, { @@ -15376,13 +15376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9449" + "$ref": "https://ils.rero.ch/api/documents/9449" } }, { @@ -15390,13 +15390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9448" + "$ref": "https://ils.rero.ch/api/documents/9448" } }, { @@ -15404,13 +15404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9448" + "$ref": "https://ils.rero.ch/api/documents/9448" } }, { @@ -15418,13 +15418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9448" + "$ref": "https://ils.rero.ch/api/documents/9448" } }, { @@ -15432,13 +15432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9447" + "$ref": "https://ils.rero.ch/api/documents/9447" } }, { @@ -15446,13 +15446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9447" + "$ref": "https://ils.rero.ch/api/documents/9447" } }, { @@ -15460,13 +15460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9446" + "$ref": "https://ils.rero.ch/api/documents/9446" } }, { @@ -15474,13 +15474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9446" + "$ref": "https://ils.rero.ch/api/documents/9446" } }, { @@ -15488,13 +15488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9446" + "$ref": "https://ils.rero.ch/api/documents/9446" } }, { @@ -15502,13 +15502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9446" + "$ref": "https://ils.rero.ch/api/documents/9446" } }, { @@ -15516,13 +15516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9446" + "$ref": "https://ils.rero.ch/api/documents/9446" } }, { @@ -15530,13 +15530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9445" + "$ref": "https://ils.rero.ch/api/documents/9445" } }, { @@ -15544,13 +15544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9445" + "$ref": "https://ils.rero.ch/api/documents/9445" } }, { @@ -15558,13 +15558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9445" + "$ref": "https://ils.rero.ch/api/documents/9445" } }, { @@ -15572,13 +15572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9444" + "$ref": "https://ils.rero.ch/api/documents/9444" } }, { @@ -15586,13 +15586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9444" + "$ref": "https://ils.rero.ch/api/documents/9444" } }, { @@ -15600,13 +15600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9443" + "$ref": "https://ils.rero.ch/api/documents/9443" } }, { @@ -15614,13 +15614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9443" + "$ref": "https://ils.rero.ch/api/documents/9443" } }, { @@ -15628,13 +15628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9443" + "$ref": "https://ils.rero.ch/api/documents/9443" } }, { @@ -15642,13 +15642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9442" + "$ref": "https://ils.rero.ch/api/documents/9442" } }, { @@ -15656,13 +15656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9442" + "$ref": "https://ils.rero.ch/api/documents/9442" } }, { @@ -15670,13 +15670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9441" + "$ref": "https://ils.rero.ch/api/documents/9441" } }, { @@ -15684,13 +15684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9441" + "$ref": "https://ils.rero.ch/api/documents/9441" } }, { @@ -15698,13 +15698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9441" + "$ref": "https://ils.rero.ch/api/documents/9441" } }, { @@ -15712,13 +15712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9440" + "$ref": "https://ils.rero.ch/api/documents/9440" } }, { @@ -15726,13 +15726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9440" + "$ref": "https://ils.rero.ch/api/documents/9440" } }, { @@ -15740,13 +15740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9440" + "$ref": "https://ils.rero.ch/api/documents/9440" } }, { @@ -15754,13 +15754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9440" + "$ref": "https://ils.rero.ch/api/documents/9440" } }, { @@ -15768,13 +15768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9440" + "$ref": "https://ils.rero.ch/api/documents/9440" } }, { @@ -15782,13 +15782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9439" + "$ref": "https://ils.rero.ch/api/documents/9439" } }, { @@ -15796,13 +15796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9439" + "$ref": "https://ils.rero.ch/api/documents/9439" } }, { @@ -15810,13 +15810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9438" + "$ref": "https://ils.rero.ch/api/documents/9438" } }, { @@ -15824,13 +15824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9438" + "$ref": "https://ils.rero.ch/api/documents/9438" } }, { @@ -15838,13 +15838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9438" + "$ref": "https://ils.rero.ch/api/documents/9438" } }, { @@ -15852,13 +15852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9437" + "$ref": "https://ils.rero.ch/api/documents/9437" } }, { @@ -15866,13 +15866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9436" + "$ref": "https://ils.rero.ch/api/documents/9436" } }, { @@ -15880,13 +15880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9436" + "$ref": "https://ils.rero.ch/api/documents/9436" } }, { @@ -15894,13 +15894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9436" + "$ref": "https://ils.rero.ch/api/documents/9436" } }, { @@ -15908,13 +15908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9436" + "$ref": "https://ils.rero.ch/api/documents/9436" } }, { @@ -15922,13 +15922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9435" + "$ref": "https://ils.rero.ch/api/documents/9435" } }, { @@ -15936,13 +15936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9434" + "$ref": "https://ils.rero.ch/api/documents/9434" } }, { @@ -15950,13 +15950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9434" + "$ref": "https://ils.rero.ch/api/documents/9434" } }, { @@ -15964,13 +15964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9434" + "$ref": "https://ils.rero.ch/api/documents/9434" } }, { @@ -15978,13 +15978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9433" + "$ref": "https://ils.rero.ch/api/documents/9433" } }, { @@ -15992,13 +15992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9433" + "$ref": "https://ils.rero.ch/api/documents/9433" } }, { @@ -16006,13 +16006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9432" + "$ref": "https://ils.rero.ch/api/documents/9432" } }, { @@ -16020,13 +16020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9432" + "$ref": "https://ils.rero.ch/api/documents/9432" } }, { @@ -16034,13 +16034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9432" + "$ref": "https://ils.rero.ch/api/documents/9432" } }, { @@ -16048,13 +16048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9431" + "$ref": "https://ils.rero.ch/api/documents/9431" } }, { @@ -16062,13 +16062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9430" + "$ref": "https://ils.rero.ch/api/documents/9430" } }, { @@ -16076,13 +16076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9429" + "$ref": "https://ils.rero.ch/api/documents/9429" } }, { @@ -16090,13 +16090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9429" + "$ref": "https://ils.rero.ch/api/documents/9429" } }, { @@ -16104,13 +16104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9428" + "$ref": "https://ils.rero.ch/api/documents/9428" } }, { @@ -16118,13 +16118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9428" + "$ref": "https://ils.rero.ch/api/documents/9428" } }, { @@ -16132,13 +16132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9428" + "$ref": "https://ils.rero.ch/api/documents/9428" } }, { @@ -16146,13 +16146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9428" + "$ref": "https://ils.rero.ch/api/documents/9428" } }, { @@ -16160,13 +16160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9427" + "$ref": "https://ils.rero.ch/api/documents/9427" } }, { @@ -16174,13 +16174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9426" + "$ref": "https://ils.rero.ch/api/documents/9426" } }, { @@ -16188,13 +16188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9426" + "$ref": "https://ils.rero.ch/api/documents/9426" } }, { @@ -16202,13 +16202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9426" + "$ref": "https://ils.rero.ch/api/documents/9426" } }, { @@ -16216,13 +16216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9425" + "$ref": "https://ils.rero.ch/api/documents/9425" } }, { @@ -16230,13 +16230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9425" + "$ref": "https://ils.rero.ch/api/documents/9425" } }, { @@ -16244,13 +16244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9424" + "$ref": "https://ils.rero.ch/api/documents/9424" } }, { @@ -16258,13 +16258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9424" + "$ref": "https://ils.rero.ch/api/documents/9424" } }, { @@ -16272,13 +16272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9423" + "$ref": "https://ils.rero.ch/api/documents/9423" } }, { @@ -16286,13 +16286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9423" + "$ref": "https://ils.rero.ch/api/documents/9423" } }, { @@ -16300,13 +16300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9423" + "$ref": "https://ils.rero.ch/api/documents/9423" } }, { @@ -16314,13 +16314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9422" + "$ref": "https://ils.rero.ch/api/documents/9422" } }, { @@ -16328,13 +16328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9422" + "$ref": "https://ils.rero.ch/api/documents/9422" } }, { @@ -16342,13 +16342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9421" + "$ref": "https://ils.rero.ch/api/documents/9421" } }, { @@ -16356,13 +16356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9421" + "$ref": "https://ils.rero.ch/api/documents/9421" } }, { @@ -16370,13 +16370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9421" + "$ref": "https://ils.rero.ch/api/documents/9421" } }, { @@ -16384,13 +16384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9421" + "$ref": "https://ils.rero.ch/api/documents/9421" } }, { @@ -16398,13 +16398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9420" + "$ref": "https://ils.rero.ch/api/documents/9420" } }, { @@ -16412,13 +16412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9420" + "$ref": "https://ils.rero.ch/api/documents/9420" } }, { @@ -16426,13 +16426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9419" + "$ref": "https://ils.rero.ch/api/documents/9419" } }, { @@ -16440,13 +16440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9419" + "$ref": "https://ils.rero.ch/api/documents/9419" } }, { @@ -16454,13 +16454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9419" + "$ref": "https://ils.rero.ch/api/documents/9419" } }, { @@ -16468,13 +16468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9418" + "$ref": "https://ils.rero.ch/api/documents/9418" } }, { @@ -16482,13 +16482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9417" + "$ref": "https://ils.rero.ch/api/documents/9417" } }, { @@ -16496,13 +16496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9416" + "$ref": "https://ils.rero.ch/api/documents/9416" } }, { @@ -16510,13 +16510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9415" + "$ref": "https://ils.rero.ch/api/documents/9415" } }, { @@ -16524,13 +16524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9415" + "$ref": "https://ils.rero.ch/api/documents/9415" } }, { @@ -16538,13 +16538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9415" + "$ref": "https://ils.rero.ch/api/documents/9415" } }, { @@ -16552,13 +16552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9415" + "$ref": "https://ils.rero.ch/api/documents/9415" } }, { @@ -16566,13 +16566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9414" + "$ref": "https://ils.rero.ch/api/documents/9414" } }, { @@ -16580,13 +16580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9414" + "$ref": "https://ils.rero.ch/api/documents/9414" } }, { @@ -16594,13 +16594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9413" + "$ref": "https://ils.rero.ch/api/documents/9413" } }, { @@ -16608,13 +16608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9413" + "$ref": "https://ils.rero.ch/api/documents/9413" } }, { @@ -16622,13 +16622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9413" + "$ref": "https://ils.rero.ch/api/documents/9413" } }, { @@ -16636,13 +16636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9413" + "$ref": "https://ils.rero.ch/api/documents/9413" } }, { @@ -16650,13 +16650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9413" + "$ref": "https://ils.rero.ch/api/documents/9413" } }, { @@ -16664,13 +16664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9412" + "$ref": "https://ils.rero.ch/api/documents/9412" } }, { @@ -16678,13 +16678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9412" + "$ref": "https://ils.rero.ch/api/documents/9412" } }, { @@ -16692,13 +16692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9412" + "$ref": "https://ils.rero.ch/api/documents/9412" } }, { @@ -16706,13 +16706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9411" + "$ref": "https://ils.rero.ch/api/documents/9411" } }, { @@ -16720,13 +16720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9411" + "$ref": "https://ils.rero.ch/api/documents/9411" } }, { @@ -16734,13 +16734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9410" + "$ref": "https://ils.rero.ch/api/documents/9410" } }, { @@ -16748,13 +16748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9409" + "$ref": "https://ils.rero.ch/api/documents/9409" } }, { @@ -16762,13 +16762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9408" + "$ref": "https://ils.rero.ch/api/documents/9408" } }, { @@ -16776,13 +16776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9408" + "$ref": "https://ils.rero.ch/api/documents/9408" } }, { @@ -16790,13 +16790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9408" + "$ref": "https://ils.rero.ch/api/documents/9408" } }, { @@ -16804,13 +16804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9407" + "$ref": "https://ils.rero.ch/api/documents/9407" } }, { @@ -16818,13 +16818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9407" + "$ref": "https://ils.rero.ch/api/documents/9407" } }, { @@ -16832,13 +16832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9407" + "$ref": "https://ils.rero.ch/api/documents/9407" } }, { @@ -16846,13 +16846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9407" + "$ref": "https://ils.rero.ch/api/documents/9407" } }, { @@ -16860,13 +16860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9407" + "$ref": "https://ils.rero.ch/api/documents/9407" } }, { @@ -16874,13 +16874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9406" + "$ref": "https://ils.rero.ch/api/documents/9406" } }, { @@ -16888,13 +16888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9406" + "$ref": "https://ils.rero.ch/api/documents/9406" } }, { @@ -16902,13 +16902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9405" + "$ref": "https://ils.rero.ch/api/documents/9405" } }, { @@ -16916,13 +16916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9405" + "$ref": "https://ils.rero.ch/api/documents/9405" } }, { @@ -16930,13 +16930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9405" + "$ref": "https://ils.rero.ch/api/documents/9405" } }, { @@ -16944,13 +16944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9405" + "$ref": "https://ils.rero.ch/api/documents/9405" } }, { @@ -16958,13 +16958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9405" + "$ref": "https://ils.rero.ch/api/documents/9405" } }, { @@ -16972,13 +16972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9404" + "$ref": "https://ils.rero.ch/api/documents/9404" } }, { @@ -16986,13 +16986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9404" + "$ref": "https://ils.rero.ch/api/documents/9404" } }, { @@ -17000,13 +17000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9404" + "$ref": "https://ils.rero.ch/api/documents/9404" } }, { @@ -17014,13 +17014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9404" + "$ref": "https://ils.rero.ch/api/documents/9404" } }, { @@ -17028,13 +17028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9403" + "$ref": "https://ils.rero.ch/api/documents/9403" } }, { @@ -17042,13 +17042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9403" + "$ref": "https://ils.rero.ch/api/documents/9403" } }, { @@ -17056,13 +17056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9403" + "$ref": "https://ils.rero.ch/api/documents/9403" } }, { @@ -17070,13 +17070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9403" + "$ref": "https://ils.rero.ch/api/documents/9403" } }, { @@ -17084,13 +17084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9402" + "$ref": "https://ils.rero.ch/api/documents/9402" } }, { @@ -17098,13 +17098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9402" + "$ref": "https://ils.rero.ch/api/documents/9402" } }, { @@ -17112,13 +17112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9401" + "$ref": "https://ils.rero.ch/api/documents/9401" } }, { @@ -17126,13 +17126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9400" + "$ref": "https://ils.rero.ch/api/documents/9400" } }, { @@ -17140,13 +17140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9400" + "$ref": "https://ils.rero.ch/api/documents/9400" } }, { @@ -17154,13 +17154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9400" + "$ref": "https://ils.rero.ch/api/documents/9400" } }, { @@ -17168,13 +17168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9400" + "$ref": "https://ils.rero.ch/api/documents/9400" } }, { @@ -17182,13 +17182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9400" + "$ref": "https://ils.rero.ch/api/documents/9400" } }, { @@ -17196,13 +17196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9399" + "$ref": "https://ils.rero.ch/api/documents/9399" } }, { @@ -17210,13 +17210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9399" + "$ref": "https://ils.rero.ch/api/documents/9399" } }, { @@ -17224,13 +17224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9399" + "$ref": "https://ils.rero.ch/api/documents/9399" } }, { @@ -17238,13 +17238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9399" + "$ref": "https://ils.rero.ch/api/documents/9399" } }, { @@ -17252,13 +17252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9399" + "$ref": "https://ils.rero.ch/api/documents/9399" } }, { @@ -17266,13 +17266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9398" + "$ref": "https://ils.rero.ch/api/documents/9398" } }, { @@ -17280,13 +17280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9398" + "$ref": "https://ils.rero.ch/api/documents/9398" } }, { @@ -17294,13 +17294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9398" + "$ref": "https://ils.rero.ch/api/documents/9398" } }, { @@ -17308,13 +17308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9397" + "$ref": "https://ils.rero.ch/api/documents/9397" } }, { @@ -17322,13 +17322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9397" + "$ref": "https://ils.rero.ch/api/documents/9397" } }, { @@ -17336,13 +17336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9397" + "$ref": "https://ils.rero.ch/api/documents/9397" } }, { @@ -17350,13 +17350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9397" + "$ref": "https://ils.rero.ch/api/documents/9397" } }, { @@ -17364,13 +17364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9397" + "$ref": "https://ils.rero.ch/api/documents/9397" } }, { @@ -17378,13 +17378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9396" + "$ref": "https://ils.rero.ch/api/documents/9396" } }, { @@ -17392,13 +17392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9396" + "$ref": "https://ils.rero.ch/api/documents/9396" } }, { @@ -17406,13 +17406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9396" + "$ref": "https://ils.rero.ch/api/documents/9396" } }, { @@ -17420,13 +17420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9395" + "$ref": "https://ils.rero.ch/api/documents/9395" } }, { @@ -17434,13 +17434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9395" + "$ref": "https://ils.rero.ch/api/documents/9395" } }, { @@ -17448,13 +17448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9394" + "$ref": "https://ils.rero.ch/api/documents/9394" } }, { @@ -17462,13 +17462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9394" + "$ref": "https://ils.rero.ch/api/documents/9394" } }, { @@ -17476,13 +17476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9393" + "$ref": "https://ils.rero.ch/api/documents/9393" } }, { @@ -17490,13 +17490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9392" + "$ref": "https://ils.rero.ch/api/documents/9392" } }, { @@ -17504,13 +17504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9391" + "$ref": "https://ils.rero.ch/api/documents/9391" } }, { @@ -17518,13 +17518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9391" + "$ref": "https://ils.rero.ch/api/documents/9391" } }, { @@ -17532,13 +17532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9391" + "$ref": "https://ils.rero.ch/api/documents/9391" } }, { @@ -17546,13 +17546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9391" + "$ref": "https://ils.rero.ch/api/documents/9391" } }, { @@ -17560,13 +17560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9391" + "$ref": "https://ils.rero.ch/api/documents/9391" } }, { @@ -17574,13 +17574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9390" + "$ref": "https://ils.rero.ch/api/documents/9390" } }, { @@ -17588,13 +17588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9390" + "$ref": "https://ils.rero.ch/api/documents/9390" } }, { @@ -17602,13 +17602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9389" + "$ref": "https://ils.rero.ch/api/documents/9389" } }, { @@ -17616,13 +17616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9389" + "$ref": "https://ils.rero.ch/api/documents/9389" } }, { @@ -17630,13 +17630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9389" + "$ref": "https://ils.rero.ch/api/documents/9389" } }, { @@ -17644,13 +17644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9389" + "$ref": "https://ils.rero.ch/api/documents/9389" } }, { @@ -17658,13 +17658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9388" + "$ref": "https://ils.rero.ch/api/documents/9388" } }, { @@ -17672,13 +17672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9387" + "$ref": "https://ils.rero.ch/api/documents/9387" } }, { @@ -17686,13 +17686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9386" + "$ref": "https://ils.rero.ch/api/documents/9386" } }, { @@ -17700,13 +17700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9386" + "$ref": "https://ils.rero.ch/api/documents/9386" } }, { @@ -17714,13 +17714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9386" + "$ref": "https://ils.rero.ch/api/documents/9386" } }, { @@ -17728,13 +17728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9385" + "$ref": "https://ils.rero.ch/api/documents/9385" } }, { @@ -17742,13 +17742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9385" + "$ref": "https://ils.rero.ch/api/documents/9385" } }, { @@ -17756,13 +17756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9385" + "$ref": "https://ils.rero.ch/api/documents/9385" } }, { @@ -17770,13 +17770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9385" + "$ref": "https://ils.rero.ch/api/documents/9385" } }, { @@ -17784,13 +17784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9384" + "$ref": "https://ils.rero.ch/api/documents/9384" } }, { @@ -17798,13 +17798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9384" + "$ref": "https://ils.rero.ch/api/documents/9384" } }, { @@ -17812,13 +17812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9384" + "$ref": "https://ils.rero.ch/api/documents/9384" } }, { @@ -17826,13 +17826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9384" + "$ref": "https://ils.rero.ch/api/documents/9384" } }, { @@ -17840,13 +17840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9384" + "$ref": "https://ils.rero.ch/api/documents/9384" } }, { @@ -17854,13 +17854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9383" + "$ref": "https://ils.rero.ch/api/documents/9383" } }, { @@ -17868,13 +17868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9383" + "$ref": "https://ils.rero.ch/api/documents/9383" } }, { @@ -17882,13 +17882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9383" + "$ref": "https://ils.rero.ch/api/documents/9383" } }, { @@ -17896,13 +17896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9382" + "$ref": "https://ils.rero.ch/api/documents/9382" } }, { @@ -17910,13 +17910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9382" + "$ref": "https://ils.rero.ch/api/documents/9382" } }, { @@ -17924,13 +17924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9382" + "$ref": "https://ils.rero.ch/api/documents/9382" } }, { @@ -17938,13 +17938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9381" + "$ref": "https://ils.rero.ch/api/documents/9381" } }, { @@ -17952,13 +17952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9381" + "$ref": "https://ils.rero.ch/api/documents/9381" } }, { @@ -17966,13 +17966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9381" + "$ref": "https://ils.rero.ch/api/documents/9381" } }, { @@ -17980,13 +17980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9381" + "$ref": "https://ils.rero.ch/api/documents/9381" } }, { @@ -17994,13 +17994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9381" + "$ref": "https://ils.rero.ch/api/documents/9381" } }, { @@ -18008,13 +18008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9380" + "$ref": "https://ils.rero.ch/api/documents/9380" } }, { @@ -18022,13 +18022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9380" + "$ref": "https://ils.rero.ch/api/documents/9380" } }, { @@ -18036,13 +18036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9380" + "$ref": "https://ils.rero.ch/api/documents/9380" } }, { @@ -18050,13 +18050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9379" + "$ref": "https://ils.rero.ch/api/documents/9379" } }, { @@ -18064,13 +18064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9379" + "$ref": "https://ils.rero.ch/api/documents/9379" } }, { @@ -18078,13 +18078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9378" + "$ref": "https://ils.rero.ch/api/documents/9378" } }, { @@ -18092,13 +18092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9378" + "$ref": "https://ils.rero.ch/api/documents/9378" } }, { @@ -18106,13 +18106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9378" + "$ref": "https://ils.rero.ch/api/documents/9378" } }, { @@ -18120,13 +18120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9378" + "$ref": "https://ils.rero.ch/api/documents/9378" } }, { @@ -18134,13 +18134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9377" + "$ref": "https://ils.rero.ch/api/documents/9377" } }, { @@ -18148,13 +18148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9377" + "$ref": "https://ils.rero.ch/api/documents/9377" } }, { @@ -18162,13 +18162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9377" + "$ref": "https://ils.rero.ch/api/documents/9377" } }, { @@ -18176,13 +18176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9377" + "$ref": "https://ils.rero.ch/api/documents/9377" } }, { @@ -18190,13 +18190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9376" + "$ref": "https://ils.rero.ch/api/documents/9376" } }, { @@ -18204,13 +18204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9375" + "$ref": "https://ils.rero.ch/api/documents/9375" } }, { @@ -18218,13 +18218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9374" + "$ref": "https://ils.rero.ch/api/documents/9374" } }, { @@ -18232,13 +18232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9374" + "$ref": "https://ils.rero.ch/api/documents/9374" } }, { @@ -18246,13 +18246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9374" + "$ref": "https://ils.rero.ch/api/documents/9374" } }, { @@ -18260,13 +18260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9374" + "$ref": "https://ils.rero.ch/api/documents/9374" } }, { @@ -18274,13 +18274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9374" + "$ref": "https://ils.rero.ch/api/documents/9374" } }, { @@ -18288,13 +18288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9373" + "$ref": "https://ils.rero.ch/api/documents/9373" } }, { @@ -18302,13 +18302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9372" + "$ref": "https://ils.rero.ch/api/documents/9372" } }, { @@ -18316,13 +18316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9372" + "$ref": "https://ils.rero.ch/api/documents/9372" } }, { @@ -18330,13 +18330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9371" + "$ref": "https://ils.rero.ch/api/documents/9371" } }, { @@ -18344,13 +18344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9370" + "$ref": "https://ils.rero.ch/api/documents/9370" } }, { @@ -18358,13 +18358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9370" + "$ref": "https://ils.rero.ch/api/documents/9370" } }, { @@ -18372,13 +18372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9370" + "$ref": "https://ils.rero.ch/api/documents/9370" } }, { @@ -18386,13 +18386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9370" + "$ref": "https://ils.rero.ch/api/documents/9370" } }, { @@ -18400,13 +18400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9369" + "$ref": "https://ils.rero.ch/api/documents/9369" } }, { @@ -18414,13 +18414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9368" + "$ref": "https://ils.rero.ch/api/documents/9368" } }, { @@ -18428,13 +18428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9368" + "$ref": "https://ils.rero.ch/api/documents/9368" } }, { @@ -18442,13 +18442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9367" + "$ref": "https://ils.rero.ch/api/documents/9367" } }, { @@ -18456,13 +18456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9367" + "$ref": "https://ils.rero.ch/api/documents/9367" } }, { @@ -18470,13 +18470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9367" + "$ref": "https://ils.rero.ch/api/documents/9367" } }, { @@ -18484,13 +18484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9366" + "$ref": "https://ils.rero.ch/api/documents/9366" } }, { @@ -18498,13 +18498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9366" + "$ref": "https://ils.rero.ch/api/documents/9366" } }, { @@ -18512,13 +18512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9365" + "$ref": "https://ils.rero.ch/api/documents/9365" } }, { @@ -18526,13 +18526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9365" + "$ref": "https://ils.rero.ch/api/documents/9365" } }, { @@ -18540,13 +18540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9365" + "$ref": "https://ils.rero.ch/api/documents/9365" } }, { @@ -18554,13 +18554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9365" + "$ref": "https://ils.rero.ch/api/documents/9365" } }, { @@ -18568,13 +18568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9364" + "$ref": "https://ils.rero.ch/api/documents/9364" } }, { @@ -18582,13 +18582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9364" + "$ref": "https://ils.rero.ch/api/documents/9364" } }, { @@ -18596,13 +18596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9364" + "$ref": "https://ils.rero.ch/api/documents/9364" } }, { @@ -18610,13 +18610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9364" + "$ref": "https://ils.rero.ch/api/documents/9364" } }, { @@ -18624,13 +18624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9364" + "$ref": "https://ils.rero.ch/api/documents/9364" } }, { @@ -18638,13 +18638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9363" + "$ref": "https://ils.rero.ch/api/documents/9363" } }, { @@ -18652,13 +18652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9362" + "$ref": "https://ils.rero.ch/api/documents/9362" } }, { @@ -18666,13 +18666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9362" + "$ref": "https://ils.rero.ch/api/documents/9362" } }, { @@ -18680,13 +18680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9362" + "$ref": "https://ils.rero.ch/api/documents/9362" } }, { @@ -18694,13 +18694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9361" + "$ref": "https://ils.rero.ch/api/documents/9361" } }, { @@ -18708,13 +18708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9361" + "$ref": "https://ils.rero.ch/api/documents/9361" } }, { @@ -18722,13 +18722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9361" + "$ref": "https://ils.rero.ch/api/documents/9361" } }, { @@ -18736,13 +18736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9361" + "$ref": "https://ils.rero.ch/api/documents/9361" } }, { @@ -18750,13 +18750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9360" + "$ref": "https://ils.rero.ch/api/documents/9360" } }, { @@ -18764,13 +18764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9360" + "$ref": "https://ils.rero.ch/api/documents/9360" } }, { @@ -18778,13 +18778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9360" + "$ref": "https://ils.rero.ch/api/documents/9360" } }, { @@ -18792,13 +18792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9360" + "$ref": "https://ils.rero.ch/api/documents/9360" } }, { @@ -18806,13 +18806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9359" + "$ref": "https://ils.rero.ch/api/documents/9359" } }, { @@ -18820,13 +18820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9359" + "$ref": "https://ils.rero.ch/api/documents/9359" } }, { @@ -18834,13 +18834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9358" + "$ref": "https://ils.rero.ch/api/documents/9358" } }, { @@ -18848,13 +18848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9358" + "$ref": "https://ils.rero.ch/api/documents/9358" } }, { @@ -18862,13 +18862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9357" + "$ref": "https://ils.rero.ch/api/documents/9357" } }, { @@ -18876,13 +18876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9357" + "$ref": "https://ils.rero.ch/api/documents/9357" } }, { @@ -18890,13 +18890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9356" + "$ref": "https://ils.rero.ch/api/documents/9356" } }, { @@ -18904,13 +18904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9356" + "$ref": "https://ils.rero.ch/api/documents/9356" } }, { @@ -18918,13 +18918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9356" + "$ref": "https://ils.rero.ch/api/documents/9356" } }, { @@ -18932,13 +18932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9355" + "$ref": "https://ils.rero.ch/api/documents/9355" } }, { @@ -18946,13 +18946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9355" + "$ref": "https://ils.rero.ch/api/documents/9355" } }, { @@ -18960,13 +18960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9354" + "$ref": "https://ils.rero.ch/api/documents/9354" } }, { @@ -18974,13 +18974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9354" + "$ref": "https://ils.rero.ch/api/documents/9354" } }, { @@ -18988,13 +18988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9353" + "$ref": "https://ils.rero.ch/api/documents/9353" } }, { @@ -19002,13 +19002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9353" + "$ref": "https://ils.rero.ch/api/documents/9353" } }, { @@ -19016,13 +19016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9353" + "$ref": "https://ils.rero.ch/api/documents/9353" } }, { @@ -19030,13 +19030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9352" + "$ref": "https://ils.rero.ch/api/documents/9352" } }, { @@ -19044,13 +19044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9352" + "$ref": "https://ils.rero.ch/api/documents/9352" } }, { @@ -19058,13 +19058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9352" + "$ref": "https://ils.rero.ch/api/documents/9352" } }, { @@ -19072,13 +19072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9352" + "$ref": "https://ils.rero.ch/api/documents/9352" } }, { @@ -19086,13 +19086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9352" + "$ref": "https://ils.rero.ch/api/documents/9352" } }, { @@ -19100,13 +19100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9351" + "$ref": "https://ils.rero.ch/api/documents/9351" } }, { @@ -19114,13 +19114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9350" + "$ref": "https://ils.rero.ch/api/documents/9350" } }, { @@ -19128,13 +19128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9350" + "$ref": "https://ils.rero.ch/api/documents/9350" } }, { @@ -19142,13 +19142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9350" + "$ref": "https://ils.rero.ch/api/documents/9350" } }, { @@ -19156,13 +19156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9350" + "$ref": "https://ils.rero.ch/api/documents/9350" } }, { @@ -19170,13 +19170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9349" + "$ref": "https://ils.rero.ch/api/documents/9349" } }, { @@ -19184,13 +19184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9349" + "$ref": "https://ils.rero.ch/api/documents/9349" } }, { @@ -19198,13 +19198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9349" + "$ref": "https://ils.rero.ch/api/documents/9349" } }, { @@ -19212,13 +19212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9349" + "$ref": "https://ils.rero.ch/api/documents/9349" } }, { @@ -19226,13 +19226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9349" + "$ref": "https://ils.rero.ch/api/documents/9349" } }, { @@ -19240,13 +19240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9348" + "$ref": "https://ils.rero.ch/api/documents/9348" } }, { @@ -19254,13 +19254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9348" + "$ref": "https://ils.rero.ch/api/documents/9348" } }, { @@ -19268,13 +19268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9348" + "$ref": "https://ils.rero.ch/api/documents/9348" } }, { @@ -19282,13 +19282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9348" + "$ref": "https://ils.rero.ch/api/documents/9348" } }, { @@ -19296,13 +19296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9347" + "$ref": "https://ils.rero.ch/api/documents/9347" } }, { @@ -19310,13 +19310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9347" + "$ref": "https://ils.rero.ch/api/documents/9347" } }, { @@ -19324,13 +19324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9347" + "$ref": "https://ils.rero.ch/api/documents/9347" } }, { @@ -19338,13 +19338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9347" + "$ref": "https://ils.rero.ch/api/documents/9347" } }, { @@ -19352,13 +19352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9347" + "$ref": "https://ils.rero.ch/api/documents/9347" } }, { @@ -19366,13 +19366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9346" + "$ref": "https://ils.rero.ch/api/documents/9346" } }, { @@ -19380,13 +19380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9346" + "$ref": "https://ils.rero.ch/api/documents/9346" } }, { @@ -19394,13 +19394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9345" + "$ref": "https://ils.rero.ch/api/documents/9345" } }, { @@ -19408,13 +19408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9344" + "$ref": "https://ils.rero.ch/api/documents/9344" } }, { @@ -19422,13 +19422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9344" + "$ref": "https://ils.rero.ch/api/documents/9344" } }, { @@ -19436,13 +19436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9344" + "$ref": "https://ils.rero.ch/api/documents/9344" } }, { @@ -19450,13 +19450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9344" + "$ref": "https://ils.rero.ch/api/documents/9344" } }, { @@ -19464,13 +19464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9344" + "$ref": "https://ils.rero.ch/api/documents/9344" } }, { @@ -19478,13 +19478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9343" + "$ref": "https://ils.rero.ch/api/documents/9343" } }, { @@ -19492,13 +19492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9343" + "$ref": "https://ils.rero.ch/api/documents/9343" } }, { @@ -19506,13 +19506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9342" + "$ref": "https://ils.rero.ch/api/documents/9342" } }, { @@ -19520,13 +19520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9342" + "$ref": "https://ils.rero.ch/api/documents/9342" } }, { @@ -19534,13 +19534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9342" + "$ref": "https://ils.rero.ch/api/documents/9342" } }, { @@ -19548,13 +19548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9342" + "$ref": "https://ils.rero.ch/api/documents/9342" } }, { @@ -19562,13 +19562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9342" + "$ref": "https://ils.rero.ch/api/documents/9342" } }, { @@ -19576,13 +19576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9341" + "$ref": "https://ils.rero.ch/api/documents/9341" } }, { @@ -19590,13 +19590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9341" + "$ref": "https://ils.rero.ch/api/documents/9341" } }, { @@ -19604,13 +19604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9340" + "$ref": "https://ils.rero.ch/api/documents/9340" } }, { @@ -19618,13 +19618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9340" + "$ref": "https://ils.rero.ch/api/documents/9340" } }, { @@ -19632,13 +19632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9340" + "$ref": "https://ils.rero.ch/api/documents/9340" } }, { @@ -19646,13 +19646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9339" + "$ref": "https://ils.rero.ch/api/documents/9339" } }, { @@ -19660,13 +19660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9339" + "$ref": "https://ils.rero.ch/api/documents/9339" } }, { @@ -19674,13 +19674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9338" + "$ref": "https://ils.rero.ch/api/documents/9338" } }, { @@ -19688,13 +19688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9338" + "$ref": "https://ils.rero.ch/api/documents/9338" } }, { @@ -19702,13 +19702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9337" + "$ref": "https://ils.rero.ch/api/documents/9337" } }, { @@ -19716,13 +19716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9337" + "$ref": "https://ils.rero.ch/api/documents/9337" } }, { @@ -19730,13 +19730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9337" + "$ref": "https://ils.rero.ch/api/documents/9337" } }, { @@ -19744,13 +19744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9337" + "$ref": "https://ils.rero.ch/api/documents/9337" } }, { @@ -19758,13 +19758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9337" + "$ref": "https://ils.rero.ch/api/documents/9337" } }, { @@ -19772,13 +19772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9336" + "$ref": "https://ils.rero.ch/api/documents/9336" } }, { @@ -19786,13 +19786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9336" + "$ref": "https://ils.rero.ch/api/documents/9336" } }, { @@ -19800,13 +19800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9336" + "$ref": "https://ils.rero.ch/api/documents/9336" } }, { @@ -19814,13 +19814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9336" + "$ref": "https://ils.rero.ch/api/documents/9336" } }, { @@ -19828,13 +19828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9336" + "$ref": "https://ils.rero.ch/api/documents/9336" } }, { @@ -19842,13 +19842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9335" + "$ref": "https://ils.rero.ch/api/documents/9335" } }, { @@ -19856,13 +19856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9335" + "$ref": "https://ils.rero.ch/api/documents/9335" } }, { @@ -19870,13 +19870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9335" + "$ref": "https://ils.rero.ch/api/documents/9335" } }, { @@ -19884,13 +19884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9335" + "$ref": "https://ils.rero.ch/api/documents/9335" } }, { @@ -19898,13 +19898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9334" + "$ref": "https://ils.rero.ch/api/documents/9334" } }, { @@ -19912,13 +19912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9334" + "$ref": "https://ils.rero.ch/api/documents/9334" } }, { @@ -19926,13 +19926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9333" + "$ref": "https://ils.rero.ch/api/documents/9333" } }, { @@ -19940,13 +19940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9333" + "$ref": "https://ils.rero.ch/api/documents/9333" } }, { @@ -19954,13 +19954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9332" + "$ref": "https://ils.rero.ch/api/documents/9332" } }, { @@ -19968,13 +19968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9332" + "$ref": "https://ils.rero.ch/api/documents/9332" } }, { @@ -19982,13 +19982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9331" + "$ref": "https://ils.rero.ch/api/documents/9331" } }, { @@ -19996,13 +19996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9331" + "$ref": "https://ils.rero.ch/api/documents/9331" } }, { @@ -20010,13 +20010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9331" + "$ref": "https://ils.rero.ch/api/documents/9331" } }, { @@ -20024,13 +20024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9331" + "$ref": "https://ils.rero.ch/api/documents/9331" } }, { @@ -20038,13 +20038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9331" + "$ref": "https://ils.rero.ch/api/documents/9331" } }, { @@ -20052,13 +20052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9330" + "$ref": "https://ils.rero.ch/api/documents/9330" } }, { @@ -20066,13 +20066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9330" + "$ref": "https://ils.rero.ch/api/documents/9330" } }, { @@ -20080,13 +20080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9330" + "$ref": "https://ils.rero.ch/api/documents/9330" } }, { @@ -20094,13 +20094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9330" + "$ref": "https://ils.rero.ch/api/documents/9330" } }, { @@ -20108,13 +20108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9329" + "$ref": "https://ils.rero.ch/api/documents/9329" } }, { @@ -20122,13 +20122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9328" + "$ref": "https://ils.rero.ch/api/documents/9328" } }, { @@ -20136,13 +20136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9327" + "$ref": "https://ils.rero.ch/api/documents/9327" } }, { @@ -20150,13 +20150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9327" + "$ref": "https://ils.rero.ch/api/documents/9327" } }, { @@ -20164,13 +20164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9326" + "$ref": "https://ils.rero.ch/api/documents/9326" } }, { @@ -20178,13 +20178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9326" + "$ref": "https://ils.rero.ch/api/documents/9326" } }, { @@ -20192,13 +20192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9326" + "$ref": "https://ils.rero.ch/api/documents/9326" } }, { @@ -20206,13 +20206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9326" + "$ref": "https://ils.rero.ch/api/documents/9326" } }, { @@ -20220,13 +20220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9326" + "$ref": "https://ils.rero.ch/api/documents/9326" } }, { @@ -20234,13 +20234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9325" + "$ref": "https://ils.rero.ch/api/documents/9325" } }, { @@ -20248,13 +20248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9325" + "$ref": "https://ils.rero.ch/api/documents/9325" } }, { @@ -20262,13 +20262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9324" + "$ref": "https://ils.rero.ch/api/documents/9324" } }, { @@ -20276,13 +20276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9324" + "$ref": "https://ils.rero.ch/api/documents/9324" } }, { @@ -20290,13 +20290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9324" + "$ref": "https://ils.rero.ch/api/documents/9324" } }, { @@ -20304,13 +20304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9324" + "$ref": "https://ils.rero.ch/api/documents/9324" } }, { @@ -20318,13 +20318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9324" + "$ref": "https://ils.rero.ch/api/documents/9324" } }, { @@ -20332,13 +20332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9323" + "$ref": "https://ils.rero.ch/api/documents/9323" } }, { @@ -20346,13 +20346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9322" + "$ref": "https://ils.rero.ch/api/documents/9322" } }, { @@ -20360,13 +20360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9322" + "$ref": "https://ils.rero.ch/api/documents/9322" } }, { @@ -20374,13 +20374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9321" + "$ref": "https://ils.rero.ch/api/documents/9321" } }, { @@ -20388,13 +20388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9321" + "$ref": "https://ils.rero.ch/api/documents/9321" } }, { @@ -20402,13 +20402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9320" + "$ref": "https://ils.rero.ch/api/documents/9320" } }, { @@ -20416,13 +20416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9320" + "$ref": "https://ils.rero.ch/api/documents/9320" } }, { @@ -20430,13 +20430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9319" + "$ref": "https://ils.rero.ch/api/documents/9319" } }, { @@ -20444,13 +20444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9319" + "$ref": "https://ils.rero.ch/api/documents/9319" } }, { @@ -20458,13 +20458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9318" + "$ref": "https://ils.rero.ch/api/documents/9318" } }, { @@ -20472,13 +20472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9318" + "$ref": "https://ils.rero.ch/api/documents/9318" } }, { @@ -20486,13 +20486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9317" + "$ref": "https://ils.rero.ch/api/documents/9317" } }, { @@ -20500,13 +20500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9316" + "$ref": "https://ils.rero.ch/api/documents/9316" } }, { @@ -20514,13 +20514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9315" + "$ref": "https://ils.rero.ch/api/documents/9315" } }, { @@ -20528,13 +20528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9315" + "$ref": "https://ils.rero.ch/api/documents/9315" } }, { @@ -20542,13 +20542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9315" + "$ref": "https://ils.rero.ch/api/documents/9315" } }, { @@ -20556,13 +20556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9315" + "$ref": "https://ils.rero.ch/api/documents/9315" } }, { @@ -20570,13 +20570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9314" + "$ref": "https://ils.rero.ch/api/documents/9314" } }, { @@ -20584,13 +20584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9314" + "$ref": "https://ils.rero.ch/api/documents/9314" } }, { @@ -20598,13 +20598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9313" + "$ref": "https://ils.rero.ch/api/documents/9313" } }, { @@ -20612,13 +20612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9313" + "$ref": "https://ils.rero.ch/api/documents/9313" } }, { @@ -20626,13 +20626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9313" + "$ref": "https://ils.rero.ch/api/documents/9313" } }, { @@ -20640,13 +20640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9312" + "$ref": "https://ils.rero.ch/api/documents/9312" } }, { @@ -20654,13 +20654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9312" + "$ref": "https://ils.rero.ch/api/documents/9312" } }, { @@ -20668,13 +20668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9312" + "$ref": "https://ils.rero.ch/api/documents/9312" } }, { @@ -20682,13 +20682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9312" + "$ref": "https://ils.rero.ch/api/documents/9312" } }, { @@ -20696,13 +20696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9312" + "$ref": "https://ils.rero.ch/api/documents/9312" } }, { @@ -20710,13 +20710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9311" + "$ref": "https://ils.rero.ch/api/documents/9311" } }, { @@ -20724,13 +20724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9311" + "$ref": "https://ils.rero.ch/api/documents/9311" } }, { @@ -20738,13 +20738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9311" + "$ref": "https://ils.rero.ch/api/documents/9311" } }, { @@ -20752,13 +20752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9310" + "$ref": "https://ils.rero.ch/api/documents/9310" } }, { @@ -20766,13 +20766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9310" + "$ref": "https://ils.rero.ch/api/documents/9310" } }, { @@ -20780,13 +20780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9309" + "$ref": "https://ils.rero.ch/api/documents/9309" } }, { @@ -20794,13 +20794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9309" + "$ref": "https://ils.rero.ch/api/documents/9309" } }, { @@ -20808,13 +20808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9309" + "$ref": "https://ils.rero.ch/api/documents/9309" } }, { @@ -20822,13 +20822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9309" + "$ref": "https://ils.rero.ch/api/documents/9309" } }, { @@ -20836,13 +20836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9308" + "$ref": "https://ils.rero.ch/api/documents/9308" } }, { @@ -20850,13 +20850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9308" + "$ref": "https://ils.rero.ch/api/documents/9308" } }, { @@ -20864,13 +20864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9308" + "$ref": "https://ils.rero.ch/api/documents/9308" } }, { @@ -20878,13 +20878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9308" + "$ref": "https://ils.rero.ch/api/documents/9308" } }, { @@ -20892,13 +20892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9308" + "$ref": "https://ils.rero.ch/api/documents/9308" } }, { @@ -20906,13 +20906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9307" + "$ref": "https://ils.rero.ch/api/documents/9307" } }, { @@ -20920,13 +20920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9306" + "$ref": "https://ils.rero.ch/api/documents/9306" } }, { @@ -20934,13 +20934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9306" + "$ref": "https://ils.rero.ch/api/documents/9306" } }, { @@ -20948,13 +20948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9306" + "$ref": "https://ils.rero.ch/api/documents/9306" } }, { @@ -20962,13 +20962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9306" + "$ref": "https://ils.rero.ch/api/documents/9306" } }, { @@ -20976,13 +20976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9306" + "$ref": "https://ils.rero.ch/api/documents/9306" } }, { @@ -20990,13 +20990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9305" + "$ref": "https://ils.rero.ch/api/documents/9305" } }, { @@ -21004,13 +21004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9305" + "$ref": "https://ils.rero.ch/api/documents/9305" } }, { @@ -21018,13 +21018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9304" + "$ref": "https://ils.rero.ch/api/documents/9304" } }, { @@ -21032,13 +21032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9304" + "$ref": "https://ils.rero.ch/api/documents/9304" } }, { @@ -21046,13 +21046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9303" + "$ref": "https://ils.rero.ch/api/documents/9303" } }, { @@ -21060,13 +21060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9303" + "$ref": "https://ils.rero.ch/api/documents/9303" } }, { @@ -21074,13 +21074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9303" + "$ref": "https://ils.rero.ch/api/documents/9303" } }, { @@ -21088,13 +21088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9302" + "$ref": "https://ils.rero.ch/api/documents/9302" } }, { @@ -21102,13 +21102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9302" + "$ref": "https://ils.rero.ch/api/documents/9302" } }, { @@ -21116,13 +21116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9301" + "$ref": "https://ils.rero.ch/api/documents/9301" } }, { @@ -21130,13 +21130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9300" + "$ref": "https://ils.rero.ch/api/documents/9300" } }, { @@ -21144,13 +21144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9300" + "$ref": "https://ils.rero.ch/api/documents/9300" } }, { @@ -21158,13 +21158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9299" + "$ref": "https://ils.rero.ch/api/documents/9299" } }, { @@ -21172,13 +21172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9299" + "$ref": "https://ils.rero.ch/api/documents/9299" } }, { @@ -21186,13 +21186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9299" + "$ref": "https://ils.rero.ch/api/documents/9299" } }, { @@ -21200,13 +21200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9298" + "$ref": "https://ils.rero.ch/api/documents/9298" } }, { @@ -21214,13 +21214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9298" + "$ref": "https://ils.rero.ch/api/documents/9298" } }, { @@ -21228,13 +21228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9298" + "$ref": "https://ils.rero.ch/api/documents/9298" } }, { @@ -21242,13 +21242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9297" + "$ref": "https://ils.rero.ch/api/documents/9297" } }, { @@ -21256,13 +21256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9297" + "$ref": "https://ils.rero.ch/api/documents/9297" } }, { @@ -21270,13 +21270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9296" + "$ref": "https://ils.rero.ch/api/documents/9296" } }, { @@ -21284,13 +21284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9296" + "$ref": "https://ils.rero.ch/api/documents/9296" } }, { @@ -21298,13 +21298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9295" + "$ref": "https://ils.rero.ch/api/documents/9295" } }, { @@ -21312,13 +21312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9295" + "$ref": "https://ils.rero.ch/api/documents/9295" } }, { @@ -21326,13 +21326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9294" + "$ref": "https://ils.rero.ch/api/documents/9294" } }, { @@ -21340,13 +21340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9294" + "$ref": "https://ils.rero.ch/api/documents/9294" } }, { @@ -21354,13 +21354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9294" + "$ref": "https://ils.rero.ch/api/documents/9294" } }, { @@ -21368,13 +21368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9294" + "$ref": "https://ils.rero.ch/api/documents/9294" } }, { @@ -21382,13 +21382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9293" + "$ref": "https://ils.rero.ch/api/documents/9293" } }, { @@ -21396,13 +21396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9293" + "$ref": "https://ils.rero.ch/api/documents/9293" } }, { @@ -21410,13 +21410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9293" + "$ref": "https://ils.rero.ch/api/documents/9293" } }, { @@ -21424,13 +21424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9292" + "$ref": "https://ils.rero.ch/api/documents/9292" } }, { @@ -21438,13 +21438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9292" + "$ref": "https://ils.rero.ch/api/documents/9292" } }, { @@ -21452,13 +21452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9292" + "$ref": "https://ils.rero.ch/api/documents/9292" } }, { @@ -21466,13 +21466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9291" + "$ref": "https://ils.rero.ch/api/documents/9291" } }, { @@ -21480,13 +21480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9291" + "$ref": "https://ils.rero.ch/api/documents/9291" } }, { @@ -21494,13 +21494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9291" + "$ref": "https://ils.rero.ch/api/documents/9291" } }, { @@ -21508,13 +21508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9291" + "$ref": "https://ils.rero.ch/api/documents/9291" } }, { @@ -21522,13 +21522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9291" + "$ref": "https://ils.rero.ch/api/documents/9291" } }, { @@ -21536,13 +21536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9290" + "$ref": "https://ils.rero.ch/api/documents/9290" } }, { @@ -21550,13 +21550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9290" + "$ref": "https://ils.rero.ch/api/documents/9290" } }, { @@ -21564,13 +21564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9290" + "$ref": "https://ils.rero.ch/api/documents/9290" } }, { @@ -21578,13 +21578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9289" + "$ref": "https://ils.rero.ch/api/documents/9289" } }, { @@ -21592,13 +21592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9289" + "$ref": "https://ils.rero.ch/api/documents/9289" } }, { @@ -21606,13 +21606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9289" + "$ref": "https://ils.rero.ch/api/documents/9289" } }, { @@ -21620,13 +21620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9288" + "$ref": "https://ils.rero.ch/api/documents/9288" } }, { @@ -21634,13 +21634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9288" + "$ref": "https://ils.rero.ch/api/documents/9288" } }, { @@ -21648,13 +21648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9287" + "$ref": "https://ils.rero.ch/api/documents/9287" } }, { @@ -21662,13 +21662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9287" + "$ref": "https://ils.rero.ch/api/documents/9287" } }, { @@ -21676,13 +21676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9287" + "$ref": "https://ils.rero.ch/api/documents/9287" } }, { @@ -21690,13 +21690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9286" + "$ref": "https://ils.rero.ch/api/documents/9286" } }, { @@ -21704,13 +21704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9286" + "$ref": "https://ils.rero.ch/api/documents/9286" } }, { @@ -21718,13 +21718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9286" + "$ref": "https://ils.rero.ch/api/documents/9286" } }, { @@ -21732,13 +21732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9286" + "$ref": "https://ils.rero.ch/api/documents/9286" } }, { @@ -21746,13 +21746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9285" + "$ref": "https://ils.rero.ch/api/documents/9285" } }, { @@ -21760,13 +21760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9285" + "$ref": "https://ils.rero.ch/api/documents/9285" } }, { @@ -21774,13 +21774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9284" + "$ref": "https://ils.rero.ch/api/documents/9284" } }, { @@ -21788,13 +21788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9284" + "$ref": "https://ils.rero.ch/api/documents/9284" } }, { @@ -21802,13 +21802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9284" + "$ref": "https://ils.rero.ch/api/documents/9284" } }, { @@ -21816,13 +21816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9284" + "$ref": "https://ils.rero.ch/api/documents/9284" } }, { @@ -21830,13 +21830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9283" + "$ref": "https://ils.rero.ch/api/documents/9283" } }, { @@ -21844,13 +21844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9283" + "$ref": "https://ils.rero.ch/api/documents/9283" } }, { @@ -21858,13 +21858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9283" + "$ref": "https://ils.rero.ch/api/documents/9283" } }, { @@ -21872,13 +21872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9282" + "$ref": "https://ils.rero.ch/api/documents/9282" } }, { @@ -21886,13 +21886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9282" + "$ref": "https://ils.rero.ch/api/documents/9282" } }, { @@ -21900,13 +21900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9282" + "$ref": "https://ils.rero.ch/api/documents/9282" } }, { @@ -21914,13 +21914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9282" + "$ref": "https://ils.rero.ch/api/documents/9282" } }, { @@ -21928,13 +21928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9282" + "$ref": "https://ils.rero.ch/api/documents/9282" } }, { @@ -21942,13 +21942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9281" + "$ref": "https://ils.rero.ch/api/documents/9281" } }, { @@ -21956,13 +21956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9281" + "$ref": "https://ils.rero.ch/api/documents/9281" } }, { @@ -21970,13 +21970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9281" + "$ref": "https://ils.rero.ch/api/documents/9281" } }, { @@ -21984,13 +21984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9280" + "$ref": "https://ils.rero.ch/api/documents/9280" } }, { @@ -21998,13 +21998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9280" + "$ref": "https://ils.rero.ch/api/documents/9280" } }, { @@ -22012,13 +22012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9280" + "$ref": "https://ils.rero.ch/api/documents/9280" } }, { @@ -22026,13 +22026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9280" + "$ref": "https://ils.rero.ch/api/documents/9280" } }, { @@ -22040,13 +22040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9280" + "$ref": "https://ils.rero.ch/api/documents/9280" } }, { @@ -22054,13 +22054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9279" + "$ref": "https://ils.rero.ch/api/documents/9279" } }, { @@ -22068,13 +22068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9279" + "$ref": "https://ils.rero.ch/api/documents/9279" } }, { @@ -22082,13 +22082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9279" + "$ref": "https://ils.rero.ch/api/documents/9279" } }, { @@ -22096,13 +22096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9279" + "$ref": "https://ils.rero.ch/api/documents/9279" } }, { @@ -22110,13 +22110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9278" + "$ref": "https://ils.rero.ch/api/documents/9278" } }, { @@ -22124,13 +22124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9278" + "$ref": "https://ils.rero.ch/api/documents/9278" } }, { @@ -22138,13 +22138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9278" + "$ref": "https://ils.rero.ch/api/documents/9278" } }, { @@ -22152,13 +22152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9278" + "$ref": "https://ils.rero.ch/api/documents/9278" } }, { @@ -22166,13 +22166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9277" + "$ref": "https://ils.rero.ch/api/documents/9277" } }, { @@ -22180,13 +22180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9277" + "$ref": "https://ils.rero.ch/api/documents/9277" } }, { @@ -22194,13 +22194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9277" + "$ref": "https://ils.rero.ch/api/documents/9277" } }, { @@ -22208,13 +22208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9277" + "$ref": "https://ils.rero.ch/api/documents/9277" } }, { @@ -22222,13 +22222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9276" + "$ref": "https://ils.rero.ch/api/documents/9276" } }, { @@ -22236,13 +22236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9276" + "$ref": "https://ils.rero.ch/api/documents/9276" } }, { @@ -22250,13 +22250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9276" + "$ref": "https://ils.rero.ch/api/documents/9276" } }, { @@ -22264,13 +22264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9276" + "$ref": "https://ils.rero.ch/api/documents/9276" } }, { @@ -22278,13 +22278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9275" + "$ref": "https://ils.rero.ch/api/documents/9275" } }, { @@ -22292,13 +22292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9275" + "$ref": "https://ils.rero.ch/api/documents/9275" } }, { @@ -22306,13 +22306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9275" + "$ref": "https://ils.rero.ch/api/documents/9275" } }, { @@ -22320,13 +22320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9275" + "$ref": "https://ils.rero.ch/api/documents/9275" } }, { @@ -22334,13 +22334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9275" + "$ref": "https://ils.rero.ch/api/documents/9275" } }, { @@ -22348,13 +22348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9274" + "$ref": "https://ils.rero.ch/api/documents/9274" } }, { @@ -22362,13 +22362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9274" + "$ref": "https://ils.rero.ch/api/documents/9274" } }, { @@ -22376,13 +22376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9274" + "$ref": "https://ils.rero.ch/api/documents/9274" } }, { @@ -22390,13 +22390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9273" + "$ref": "https://ils.rero.ch/api/documents/9273" } }, { @@ -22404,13 +22404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9273" + "$ref": "https://ils.rero.ch/api/documents/9273" } }, { @@ -22418,13 +22418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9272" + "$ref": "https://ils.rero.ch/api/documents/9272" } }, { @@ -22432,13 +22432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9272" + "$ref": "https://ils.rero.ch/api/documents/9272" } }, { @@ -22446,13 +22446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9272" + "$ref": "https://ils.rero.ch/api/documents/9272" } }, { @@ -22460,13 +22460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9272" + "$ref": "https://ils.rero.ch/api/documents/9272" } }, { @@ -22474,13 +22474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9271" + "$ref": "https://ils.rero.ch/api/documents/9271" } }, { @@ -22488,13 +22488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9271" + "$ref": "https://ils.rero.ch/api/documents/9271" } }, { @@ -22502,13 +22502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9271" + "$ref": "https://ils.rero.ch/api/documents/9271" } }, { @@ -22516,13 +22516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9270" + "$ref": "https://ils.rero.ch/api/documents/9270" } }, { @@ -22530,13 +22530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9270" + "$ref": "https://ils.rero.ch/api/documents/9270" } }, { @@ -22544,13 +22544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9270" + "$ref": "https://ils.rero.ch/api/documents/9270" } }, { @@ -22558,13 +22558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9270" + "$ref": "https://ils.rero.ch/api/documents/9270" } }, { @@ -22572,13 +22572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9270" + "$ref": "https://ils.rero.ch/api/documents/9270" } }, { @@ -22586,13 +22586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9269" + "$ref": "https://ils.rero.ch/api/documents/9269" } }, { @@ -22600,13 +22600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9269" + "$ref": "https://ils.rero.ch/api/documents/9269" } }, { @@ -22614,13 +22614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9269" + "$ref": "https://ils.rero.ch/api/documents/9269" } }, { @@ -22628,13 +22628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9269" + "$ref": "https://ils.rero.ch/api/documents/9269" } }, { @@ -22642,13 +22642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9269" + "$ref": "https://ils.rero.ch/api/documents/9269" } }, { @@ -22656,13 +22656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9268" + "$ref": "https://ils.rero.ch/api/documents/9268" } }, { @@ -22670,13 +22670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9267" + "$ref": "https://ils.rero.ch/api/documents/9267" } }, { @@ -22684,13 +22684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9267" + "$ref": "https://ils.rero.ch/api/documents/9267" } }, { @@ -22698,13 +22698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9267" + "$ref": "https://ils.rero.ch/api/documents/9267" } }, { @@ -22712,13 +22712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9266" + "$ref": "https://ils.rero.ch/api/documents/9266" } }, { @@ -22726,13 +22726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9266" + "$ref": "https://ils.rero.ch/api/documents/9266" } }, { @@ -22740,13 +22740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9266" + "$ref": "https://ils.rero.ch/api/documents/9266" } }, { @@ -22754,13 +22754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9265" + "$ref": "https://ils.rero.ch/api/documents/9265" } }, { @@ -22768,13 +22768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9265" + "$ref": "https://ils.rero.ch/api/documents/9265" } }, { @@ -22782,13 +22782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9265" + "$ref": "https://ils.rero.ch/api/documents/9265" } }, { @@ -22796,13 +22796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9265" + "$ref": "https://ils.rero.ch/api/documents/9265" } }, { @@ -22810,13 +22810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9264" + "$ref": "https://ils.rero.ch/api/documents/9264" } }, { @@ -22824,13 +22824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9264" + "$ref": "https://ils.rero.ch/api/documents/9264" } }, { @@ -22838,13 +22838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9264" + "$ref": "https://ils.rero.ch/api/documents/9264" } }, { @@ -22852,13 +22852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9264" + "$ref": "https://ils.rero.ch/api/documents/9264" } }, { @@ -22866,13 +22866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9263" + "$ref": "https://ils.rero.ch/api/documents/9263" } }, { @@ -22880,13 +22880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9263" + "$ref": "https://ils.rero.ch/api/documents/9263" } }, { @@ -22894,13 +22894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9263" + "$ref": "https://ils.rero.ch/api/documents/9263" } }, { @@ -22908,13 +22908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9262" + "$ref": "https://ils.rero.ch/api/documents/9262" } }, { @@ -22922,13 +22922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9262" + "$ref": "https://ils.rero.ch/api/documents/9262" } }, { @@ -22936,13 +22936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9262" + "$ref": "https://ils.rero.ch/api/documents/9262" } }, { @@ -22950,13 +22950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9262" + "$ref": "https://ils.rero.ch/api/documents/9262" } }, { @@ -22964,13 +22964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9261" + "$ref": "https://ils.rero.ch/api/documents/9261" } }, { @@ -22978,13 +22978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9260" + "$ref": "https://ils.rero.ch/api/documents/9260" } }, { @@ -22992,13 +22992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9259" + "$ref": "https://ils.rero.ch/api/documents/9259" } }, { @@ -23006,13 +23006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9259" + "$ref": "https://ils.rero.ch/api/documents/9259" } }, { @@ -23020,13 +23020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9259" + "$ref": "https://ils.rero.ch/api/documents/9259" } }, { @@ -23034,13 +23034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9259" + "$ref": "https://ils.rero.ch/api/documents/9259" } }, { @@ -23048,13 +23048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9258" + "$ref": "https://ils.rero.ch/api/documents/9258" } }, { @@ -23062,13 +23062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9257" + "$ref": "https://ils.rero.ch/api/documents/9257" } }, { @@ -23076,13 +23076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9257" + "$ref": "https://ils.rero.ch/api/documents/9257" } }, { @@ -23090,13 +23090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9257" + "$ref": "https://ils.rero.ch/api/documents/9257" } }, { @@ -23104,13 +23104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9257" + "$ref": "https://ils.rero.ch/api/documents/9257" } }, { @@ -23118,13 +23118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9257" + "$ref": "https://ils.rero.ch/api/documents/9257" } }, { @@ -23132,13 +23132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9256" + "$ref": "https://ils.rero.ch/api/documents/9256" } }, { @@ -23146,13 +23146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9256" + "$ref": "https://ils.rero.ch/api/documents/9256" } }, { @@ -23160,13 +23160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9256" + "$ref": "https://ils.rero.ch/api/documents/9256" } }, { @@ -23174,13 +23174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9256" + "$ref": "https://ils.rero.ch/api/documents/9256" } }, { @@ -23188,13 +23188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9256" + "$ref": "https://ils.rero.ch/api/documents/9256" } }, { @@ -23202,13 +23202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9255" + "$ref": "https://ils.rero.ch/api/documents/9255" } }, { @@ -23216,13 +23216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9255" + "$ref": "https://ils.rero.ch/api/documents/9255" } }, { @@ -23230,13 +23230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9254" + "$ref": "https://ils.rero.ch/api/documents/9254" } }, { @@ -23244,13 +23244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9254" + "$ref": "https://ils.rero.ch/api/documents/9254" } }, { @@ -23258,13 +23258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9254" + "$ref": "https://ils.rero.ch/api/documents/9254" } }, { @@ -23272,13 +23272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9253" + "$ref": "https://ils.rero.ch/api/documents/9253" } }, { @@ -23286,13 +23286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9253" + "$ref": "https://ils.rero.ch/api/documents/9253" } }, { @@ -23300,13 +23300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9253" + "$ref": "https://ils.rero.ch/api/documents/9253" } }, { @@ -23314,13 +23314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9253" + "$ref": "https://ils.rero.ch/api/documents/9253" } }, { @@ -23328,13 +23328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9252" + "$ref": "https://ils.rero.ch/api/documents/9252" } }, { @@ -23342,13 +23342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9252" + "$ref": "https://ils.rero.ch/api/documents/9252" } }, { @@ -23356,13 +23356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9252" + "$ref": "https://ils.rero.ch/api/documents/9252" } }, { @@ -23370,13 +23370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9252" + "$ref": "https://ils.rero.ch/api/documents/9252" } }, { @@ -23384,13 +23384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9252" + "$ref": "https://ils.rero.ch/api/documents/9252" } }, { @@ -23398,13 +23398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9251" + "$ref": "https://ils.rero.ch/api/documents/9251" } }, { @@ -23412,13 +23412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9251" + "$ref": "https://ils.rero.ch/api/documents/9251" } }, { @@ -23426,13 +23426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9251" + "$ref": "https://ils.rero.ch/api/documents/9251" } }, { @@ -23440,13 +23440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9251" + "$ref": "https://ils.rero.ch/api/documents/9251" } }, { @@ -23454,13 +23454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9251" + "$ref": "https://ils.rero.ch/api/documents/9251" } }, { @@ -23468,13 +23468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9250" + "$ref": "https://ils.rero.ch/api/documents/9250" } }, { @@ -23482,13 +23482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9250" + "$ref": "https://ils.rero.ch/api/documents/9250" } }, { @@ -23496,13 +23496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9250" + "$ref": "https://ils.rero.ch/api/documents/9250" } }, { @@ -23510,13 +23510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9250" + "$ref": "https://ils.rero.ch/api/documents/9250" } }, { @@ -23524,13 +23524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9250" + "$ref": "https://ils.rero.ch/api/documents/9250" } }, { @@ -23538,13 +23538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9249" + "$ref": "https://ils.rero.ch/api/documents/9249" } }, { @@ -23552,13 +23552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9249" + "$ref": "https://ils.rero.ch/api/documents/9249" } }, { @@ -23566,13 +23566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9249" + "$ref": "https://ils.rero.ch/api/documents/9249" } }, { @@ -23580,13 +23580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9249" + "$ref": "https://ils.rero.ch/api/documents/9249" } }, { @@ -23594,13 +23594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9248" + "$ref": "https://ils.rero.ch/api/documents/9248" } }, { @@ -23608,13 +23608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9248" + "$ref": "https://ils.rero.ch/api/documents/9248" } }, { @@ -23622,13 +23622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9247" + "$ref": "https://ils.rero.ch/api/documents/9247" } }, { @@ -23636,13 +23636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9247" + "$ref": "https://ils.rero.ch/api/documents/9247" } }, { @@ -23650,13 +23650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9247" + "$ref": "https://ils.rero.ch/api/documents/9247" } }, { @@ -23664,13 +23664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9247" + "$ref": "https://ils.rero.ch/api/documents/9247" } }, { @@ -23678,13 +23678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9246" + "$ref": "https://ils.rero.ch/api/documents/9246" } }, { @@ -23692,13 +23692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9246" + "$ref": "https://ils.rero.ch/api/documents/9246" } }, { @@ -23706,13 +23706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9246" + "$ref": "https://ils.rero.ch/api/documents/9246" } }, { @@ -23720,13 +23720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9245" + "$ref": "https://ils.rero.ch/api/documents/9245" } }, { @@ -23734,13 +23734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9245" + "$ref": "https://ils.rero.ch/api/documents/9245" } }, { @@ -23748,13 +23748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9245" + "$ref": "https://ils.rero.ch/api/documents/9245" } }, { @@ -23762,13 +23762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9244" + "$ref": "https://ils.rero.ch/api/documents/9244" } }, { @@ -23776,13 +23776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9244" + "$ref": "https://ils.rero.ch/api/documents/9244" } }, { @@ -23790,13 +23790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9244" + "$ref": "https://ils.rero.ch/api/documents/9244" } }, { @@ -23804,13 +23804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9244" + "$ref": "https://ils.rero.ch/api/documents/9244" } }, { @@ -23818,13 +23818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9243" + "$ref": "https://ils.rero.ch/api/documents/9243" } }, { @@ -23832,13 +23832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9243" + "$ref": "https://ils.rero.ch/api/documents/9243" } }, { @@ -23846,13 +23846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9242" + "$ref": "https://ils.rero.ch/api/documents/9242" } }, { @@ -23860,13 +23860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9242" + "$ref": "https://ils.rero.ch/api/documents/9242" } }, { @@ -23874,13 +23874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9242" + "$ref": "https://ils.rero.ch/api/documents/9242" } }, { @@ -23888,13 +23888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9242" + "$ref": "https://ils.rero.ch/api/documents/9242" } }, { @@ -23902,13 +23902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9241" + "$ref": "https://ils.rero.ch/api/documents/9241" } }, { @@ -23916,13 +23916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9241" + "$ref": "https://ils.rero.ch/api/documents/9241" } }, { @@ -23930,13 +23930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9241" + "$ref": "https://ils.rero.ch/api/documents/9241" } }, { @@ -23944,13 +23944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9241" + "$ref": "https://ils.rero.ch/api/documents/9241" } }, { @@ -23958,13 +23958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9241" + "$ref": "https://ils.rero.ch/api/documents/9241" } }, { @@ -23972,13 +23972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9240" + "$ref": "https://ils.rero.ch/api/documents/9240" } }, { @@ -23986,13 +23986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9240" + "$ref": "https://ils.rero.ch/api/documents/9240" } }, { @@ -24000,13 +24000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9239" + "$ref": "https://ils.rero.ch/api/documents/9239" } }, { @@ -24014,13 +24014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9239" + "$ref": "https://ils.rero.ch/api/documents/9239" } }, { @@ -24028,13 +24028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9239" + "$ref": "https://ils.rero.ch/api/documents/9239" } }, { @@ -24042,13 +24042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9239" + "$ref": "https://ils.rero.ch/api/documents/9239" } }, { @@ -24056,13 +24056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9239" + "$ref": "https://ils.rero.ch/api/documents/9239" } }, { @@ -24070,13 +24070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9238" + "$ref": "https://ils.rero.ch/api/documents/9238" } }, { @@ -24084,13 +24084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9237" + "$ref": "https://ils.rero.ch/api/documents/9237" } }, { @@ -24098,13 +24098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9237" + "$ref": "https://ils.rero.ch/api/documents/9237" } }, { @@ -24112,13 +24112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9237" + "$ref": "https://ils.rero.ch/api/documents/9237" } }, { @@ -24126,13 +24126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9237" + "$ref": "https://ils.rero.ch/api/documents/9237" } }, { @@ -24140,13 +24140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9236" + "$ref": "https://ils.rero.ch/api/documents/9236" } }, { @@ -24154,13 +24154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9236" + "$ref": "https://ils.rero.ch/api/documents/9236" } }, { @@ -24168,13 +24168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9235" + "$ref": "https://ils.rero.ch/api/documents/9235" } }, { @@ -24182,13 +24182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9234" + "$ref": "https://ils.rero.ch/api/documents/9234" } }, { @@ -24196,13 +24196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9234" + "$ref": "https://ils.rero.ch/api/documents/9234" } }, { @@ -24210,13 +24210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9234" + "$ref": "https://ils.rero.ch/api/documents/9234" } }, { @@ -24224,13 +24224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9234" + "$ref": "https://ils.rero.ch/api/documents/9234" } }, { @@ -24238,13 +24238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9233" + "$ref": "https://ils.rero.ch/api/documents/9233" } }, { @@ -24252,13 +24252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9232" + "$ref": "https://ils.rero.ch/api/documents/9232" } }, { @@ -24266,13 +24266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9232" + "$ref": "https://ils.rero.ch/api/documents/9232" } }, { @@ -24280,13 +24280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9232" + "$ref": "https://ils.rero.ch/api/documents/9232" } }, { @@ -24294,13 +24294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9232" + "$ref": "https://ils.rero.ch/api/documents/9232" } }, { @@ -24308,13 +24308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9232" + "$ref": "https://ils.rero.ch/api/documents/9232" } }, { @@ -24322,13 +24322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9231" + "$ref": "https://ils.rero.ch/api/documents/9231" } }, { @@ -24336,13 +24336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9231" + "$ref": "https://ils.rero.ch/api/documents/9231" } }, { @@ -24350,13 +24350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9231" + "$ref": "https://ils.rero.ch/api/documents/9231" } }, { @@ -24364,13 +24364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9230" + "$ref": "https://ils.rero.ch/api/documents/9230" } }, { @@ -24378,13 +24378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9230" + "$ref": "https://ils.rero.ch/api/documents/9230" } }, { @@ -24392,13 +24392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9230" + "$ref": "https://ils.rero.ch/api/documents/9230" } }, { @@ -24406,13 +24406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9230" + "$ref": "https://ils.rero.ch/api/documents/9230" } }, { @@ -24420,13 +24420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9230" + "$ref": "https://ils.rero.ch/api/documents/9230" } }, { @@ -24434,13 +24434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9229" + "$ref": "https://ils.rero.ch/api/documents/9229" } }, { @@ -24448,13 +24448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9229" + "$ref": "https://ils.rero.ch/api/documents/9229" } }, { @@ -24462,13 +24462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9229" + "$ref": "https://ils.rero.ch/api/documents/9229" } }, { @@ -24476,13 +24476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9229" + "$ref": "https://ils.rero.ch/api/documents/9229" } }, { @@ -24490,13 +24490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9229" + "$ref": "https://ils.rero.ch/api/documents/9229" } }, { @@ -24504,13 +24504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9228" + "$ref": "https://ils.rero.ch/api/documents/9228" } }, { @@ -24518,13 +24518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9228" + "$ref": "https://ils.rero.ch/api/documents/9228" } }, { @@ -24532,13 +24532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9228" + "$ref": "https://ils.rero.ch/api/documents/9228" } }, { @@ -24546,13 +24546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9228" + "$ref": "https://ils.rero.ch/api/documents/9228" } }, { @@ -24560,13 +24560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9228" + "$ref": "https://ils.rero.ch/api/documents/9228" } }, { @@ -24574,13 +24574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9227" + "$ref": "https://ils.rero.ch/api/documents/9227" } }, { @@ -24588,13 +24588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9227" + "$ref": "https://ils.rero.ch/api/documents/9227" } }, { @@ -24602,13 +24602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9227" + "$ref": "https://ils.rero.ch/api/documents/9227" } }, { @@ -24616,13 +24616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9227" + "$ref": "https://ils.rero.ch/api/documents/9227" } }, { @@ -24630,13 +24630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9226" + "$ref": "https://ils.rero.ch/api/documents/9226" } }, { @@ -24644,13 +24644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9226" + "$ref": "https://ils.rero.ch/api/documents/9226" } }, { @@ -24658,13 +24658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9226" + "$ref": "https://ils.rero.ch/api/documents/9226" } }, { @@ -24672,13 +24672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9225" + "$ref": "https://ils.rero.ch/api/documents/9225" } }, { @@ -24686,13 +24686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9225" + "$ref": "https://ils.rero.ch/api/documents/9225" } }, { @@ -24700,13 +24700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9224" + "$ref": "https://ils.rero.ch/api/documents/9224" } }, { @@ -24714,13 +24714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9224" + "$ref": "https://ils.rero.ch/api/documents/9224" } }, { @@ -24728,13 +24728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9223" + "$ref": "https://ils.rero.ch/api/documents/9223" } }, { @@ -24742,13 +24742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9223" + "$ref": "https://ils.rero.ch/api/documents/9223" } }, { @@ -24756,13 +24756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9223" + "$ref": "https://ils.rero.ch/api/documents/9223" } }, { @@ -24770,13 +24770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9222" + "$ref": "https://ils.rero.ch/api/documents/9222" } }, { @@ -24784,13 +24784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9222" + "$ref": "https://ils.rero.ch/api/documents/9222" } }, { @@ -24798,13 +24798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9222" + "$ref": "https://ils.rero.ch/api/documents/9222" } }, { @@ -24812,13 +24812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9222" + "$ref": "https://ils.rero.ch/api/documents/9222" } }, { @@ -24826,13 +24826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9222" + "$ref": "https://ils.rero.ch/api/documents/9222" } }, { @@ -24840,13 +24840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9221" + "$ref": "https://ils.rero.ch/api/documents/9221" } }, { @@ -24854,13 +24854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9221" + "$ref": "https://ils.rero.ch/api/documents/9221" } }, { @@ -24868,13 +24868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9221" + "$ref": "https://ils.rero.ch/api/documents/9221" } }, { @@ -24882,13 +24882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9220" + "$ref": "https://ils.rero.ch/api/documents/9220" } }, { @@ -24896,13 +24896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9220" + "$ref": "https://ils.rero.ch/api/documents/9220" } }, { @@ -24910,13 +24910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9220" + "$ref": "https://ils.rero.ch/api/documents/9220" } }, { @@ -24924,13 +24924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9220" + "$ref": "https://ils.rero.ch/api/documents/9220" } }, { @@ -24938,13 +24938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9219" + "$ref": "https://ils.rero.ch/api/documents/9219" } }, { @@ -24952,13 +24952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9219" + "$ref": "https://ils.rero.ch/api/documents/9219" } }, { @@ -24966,13 +24966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9219" + "$ref": "https://ils.rero.ch/api/documents/9219" } }, { @@ -24980,13 +24980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9219" + "$ref": "https://ils.rero.ch/api/documents/9219" } }, { @@ -24994,13 +24994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9218" + "$ref": "https://ils.rero.ch/api/documents/9218" } }, { @@ -25008,13 +25008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9218" + "$ref": "https://ils.rero.ch/api/documents/9218" } }, { @@ -25022,13 +25022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9217" + "$ref": "https://ils.rero.ch/api/documents/9217" } }, { @@ -25036,13 +25036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9217" + "$ref": "https://ils.rero.ch/api/documents/9217" } }, { @@ -25050,13 +25050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9217" + "$ref": "https://ils.rero.ch/api/documents/9217" } }, { @@ -25064,13 +25064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9217" + "$ref": "https://ils.rero.ch/api/documents/9217" } }, { @@ -25078,13 +25078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9216" + "$ref": "https://ils.rero.ch/api/documents/9216" } }, { @@ -25092,13 +25092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9216" + "$ref": "https://ils.rero.ch/api/documents/9216" } }, { @@ -25106,13 +25106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9216" + "$ref": "https://ils.rero.ch/api/documents/9216" } }, { @@ -25120,13 +25120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9216" + "$ref": "https://ils.rero.ch/api/documents/9216" } }, { @@ -25134,13 +25134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9215" + "$ref": "https://ils.rero.ch/api/documents/9215" } }, { @@ -25148,13 +25148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9215" + "$ref": "https://ils.rero.ch/api/documents/9215" } }, { @@ -25162,13 +25162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9215" + "$ref": "https://ils.rero.ch/api/documents/9215" } }, { @@ -25176,13 +25176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9214" + "$ref": "https://ils.rero.ch/api/documents/9214" } }, { @@ -25190,13 +25190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9214" + "$ref": "https://ils.rero.ch/api/documents/9214" } }, { @@ -25204,13 +25204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9213" + "$ref": "https://ils.rero.ch/api/documents/9213" } }, { @@ -25218,13 +25218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9213" + "$ref": "https://ils.rero.ch/api/documents/9213" } }, { @@ -25232,13 +25232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9213" + "$ref": "https://ils.rero.ch/api/documents/9213" } }, { @@ -25246,13 +25246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9213" + "$ref": "https://ils.rero.ch/api/documents/9213" } }, { @@ -25260,13 +25260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9212" + "$ref": "https://ils.rero.ch/api/documents/9212" } }, { @@ -25274,13 +25274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9212" + "$ref": "https://ils.rero.ch/api/documents/9212" } }, { @@ -25288,13 +25288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9211" + "$ref": "https://ils.rero.ch/api/documents/9211" } }, { @@ -25302,13 +25302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9211" + "$ref": "https://ils.rero.ch/api/documents/9211" } }, { @@ -25316,13 +25316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9211" + "$ref": "https://ils.rero.ch/api/documents/9211" } }, { @@ -25330,13 +25330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9211" + "$ref": "https://ils.rero.ch/api/documents/9211" } }, { @@ -25344,13 +25344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9210" + "$ref": "https://ils.rero.ch/api/documents/9210" } }, { @@ -25358,13 +25358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9210" + "$ref": "https://ils.rero.ch/api/documents/9210" } }, { @@ -25372,13 +25372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9210" + "$ref": "https://ils.rero.ch/api/documents/9210" } }, { @@ -25386,13 +25386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9210" + "$ref": "https://ils.rero.ch/api/documents/9210" } }, { @@ -25400,13 +25400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9209" + "$ref": "https://ils.rero.ch/api/documents/9209" } }, { @@ -25414,13 +25414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9208" + "$ref": "https://ils.rero.ch/api/documents/9208" } }, { @@ -25428,13 +25428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9208" + "$ref": "https://ils.rero.ch/api/documents/9208" } }, { @@ -25442,13 +25442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9208" + "$ref": "https://ils.rero.ch/api/documents/9208" } }, { @@ -25456,13 +25456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9207" + "$ref": "https://ils.rero.ch/api/documents/9207" } }, { @@ -25470,13 +25470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9207" + "$ref": "https://ils.rero.ch/api/documents/9207" } }, { @@ -25484,13 +25484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9207" + "$ref": "https://ils.rero.ch/api/documents/9207" } }, { @@ -25498,13 +25498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9207" + "$ref": "https://ils.rero.ch/api/documents/9207" } }, { @@ -25512,13 +25512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9206" + "$ref": "https://ils.rero.ch/api/documents/9206" } }, { @@ -25526,13 +25526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9206" + "$ref": "https://ils.rero.ch/api/documents/9206" } }, { @@ -25540,13 +25540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9206" + "$ref": "https://ils.rero.ch/api/documents/9206" } }, { @@ -25554,13 +25554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9205" + "$ref": "https://ils.rero.ch/api/documents/9205" } }, { @@ -25568,13 +25568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9205" + "$ref": "https://ils.rero.ch/api/documents/9205" } }, { @@ -25582,13 +25582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9205" + "$ref": "https://ils.rero.ch/api/documents/9205" } }, { @@ -25596,13 +25596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9204" + "$ref": "https://ils.rero.ch/api/documents/9204" } }, { @@ -25610,13 +25610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9204" + "$ref": "https://ils.rero.ch/api/documents/9204" } }, { @@ -25624,13 +25624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9204" + "$ref": "https://ils.rero.ch/api/documents/9204" } }, { @@ -25638,13 +25638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9203" + "$ref": "https://ils.rero.ch/api/documents/9203" } }, { @@ -25652,13 +25652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9203" + "$ref": "https://ils.rero.ch/api/documents/9203" } }, { @@ -25666,13 +25666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9203" + "$ref": "https://ils.rero.ch/api/documents/9203" } }, { @@ -25680,13 +25680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9203" + "$ref": "https://ils.rero.ch/api/documents/9203" } }, { @@ -25694,13 +25694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9202" + "$ref": "https://ils.rero.ch/api/documents/9202" } }, { @@ -25708,13 +25708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9202" + "$ref": "https://ils.rero.ch/api/documents/9202" } }, { @@ -25722,13 +25722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9202" + "$ref": "https://ils.rero.ch/api/documents/9202" } }, { @@ -25736,13 +25736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9202" + "$ref": "https://ils.rero.ch/api/documents/9202" } }, { @@ -25750,13 +25750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9202" + "$ref": "https://ils.rero.ch/api/documents/9202" } }, { @@ -25764,13 +25764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9201" + "$ref": "https://ils.rero.ch/api/documents/9201" } }, { @@ -25778,13 +25778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9201" + "$ref": "https://ils.rero.ch/api/documents/9201" } }, { @@ -25792,13 +25792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9200" + "$ref": "https://ils.rero.ch/api/documents/9200" } }, { @@ -25806,13 +25806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9200" + "$ref": "https://ils.rero.ch/api/documents/9200" } }, { @@ -25820,13 +25820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9199" + "$ref": "https://ils.rero.ch/api/documents/9199" } }, { @@ -25834,13 +25834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9199" + "$ref": "https://ils.rero.ch/api/documents/9199" } }, { @@ -25848,13 +25848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9199" + "$ref": "https://ils.rero.ch/api/documents/9199" } }, { @@ -25862,13 +25862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9199" + "$ref": "https://ils.rero.ch/api/documents/9199" } }, { @@ -25876,13 +25876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9199" + "$ref": "https://ils.rero.ch/api/documents/9199" } }, { @@ -25890,13 +25890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9198" + "$ref": "https://ils.rero.ch/api/documents/9198" } }, { @@ -25904,13 +25904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9198" + "$ref": "https://ils.rero.ch/api/documents/9198" } }, { @@ -25918,13 +25918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9198" + "$ref": "https://ils.rero.ch/api/documents/9198" } }, { @@ -25932,13 +25932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9198" + "$ref": "https://ils.rero.ch/api/documents/9198" } }, { @@ -25946,13 +25946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9198" + "$ref": "https://ils.rero.ch/api/documents/9198" } }, { @@ -25960,13 +25960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9197" + "$ref": "https://ils.rero.ch/api/documents/9197" } }, { @@ -25974,13 +25974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9197" + "$ref": "https://ils.rero.ch/api/documents/9197" } }, { @@ -25988,13 +25988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9196" + "$ref": "https://ils.rero.ch/api/documents/9196" } }, { @@ -26002,13 +26002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9196" + "$ref": "https://ils.rero.ch/api/documents/9196" } }, { @@ -26016,13 +26016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9196" + "$ref": "https://ils.rero.ch/api/documents/9196" } }, { @@ -26030,13 +26030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9196" + "$ref": "https://ils.rero.ch/api/documents/9196" } }, { @@ -26044,13 +26044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9196" + "$ref": "https://ils.rero.ch/api/documents/9196" } }, { @@ -26058,13 +26058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9195" + "$ref": "https://ils.rero.ch/api/documents/9195" } }, { @@ -26072,13 +26072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9195" + "$ref": "https://ils.rero.ch/api/documents/9195" } }, { @@ -26086,13 +26086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9195" + "$ref": "https://ils.rero.ch/api/documents/9195" } }, { @@ -26100,13 +26100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9194" + "$ref": "https://ils.rero.ch/api/documents/9194" } }, { @@ -26114,13 +26114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9194" + "$ref": "https://ils.rero.ch/api/documents/9194" } }, { @@ -26128,13 +26128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9194" + "$ref": "https://ils.rero.ch/api/documents/9194" } }, { @@ -26142,13 +26142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9193" + "$ref": "https://ils.rero.ch/api/documents/9193" } }, { @@ -26156,13 +26156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9193" + "$ref": "https://ils.rero.ch/api/documents/9193" } }, { @@ -26170,13 +26170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9193" + "$ref": "https://ils.rero.ch/api/documents/9193" } }, { @@ -26184,13 +26184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9192" + "$ref": "https://ils.rero.ch/api/documents/9192" } }, { @@ -26198,13 +26198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9192" + "$ref": "https://ils.rero.ch/api/documents/9192" } }, { @@ -26212,13 +26212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9192" + "$ref": "https://ils.rero.ch/api/documents/9192" } }, { @@ -26226,13 +26226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9191" + "$ref": "https://ils.rero.ch/api/documents/9191" } }, { @@ -26240,13 +26240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9191" + "$ref": "https://ils.rero.ch/api/documents/9191" } }, { @@ -26254,13 +26254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9191" + "$ref": "https://ils.rero.ch/api/documents/9191" } }, { @@ -26268,13 +26268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9190" + "$ref": "https://ils.rero.ch/api/documents/9190" } }, { @@ -26282,13 +26282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9189" + "$ref": "https://ils.rero.ch/api/documents/9189" } }, { @@ -26296,13 +26296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9189" + "$ref": "https://ils.rero.ch/api/documents/9189" } }, { @@ -26310,13 +26310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9189" + "$ref": "https://ils.rero.ch/api/documents/9189" } }, { @@ -26324,13 +26324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9189" + "$ref": "https://ils.rero.ch/api/documents/9189" } }, { @@ -26338,13 +26338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9189" + "$ref": "https://ils.rero.ch/api/documents/9189" } }, { @@ -26352,13 +26352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9188" + "$ref": "https://ils.rero.ch/api/documents/9188" } }, { @@ -26366,13 +26366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9188" + "$ref": "https://ils.rero.ch/api/documents/9188" } }, { @@ -26380,13 +26380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9188" + "$ref": "https://ils.rero.ch/api/documents/9188" } }, { @@ -26394,13 +26394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9187" + "$ref": "https://ils.rero.ch/api/documents/9187" } }, { @@ -26408,13 +26408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9186" + "$ref": "https://ils.rero.ch/api/documents/9186" } }, { @@ -26422,13 +26422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9186" + "$ref": "https://ils.rero.ch/api/documents/9186" } }, { @@ -26436,13 +26436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9185" + "$ref": "https://ils.rero.ch/api/documents/9185" } }, { @@ -26450,13 +26450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9185" + "$ref": "https://ils.rero.ch/api/documents/9185" } }, { @@ -26464,13 +26464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9184" + "$ref": "https://ils.rero.ch/api/documents/9184" } }, { @@ -26478,13 +26478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9184" + "$ref": "https://ils.rero.ch/api/documents/9184" } }, { @@ -26492,13 +26492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9183" + "$ref": "https://ils.rero.ch/api/documents/9183" } }, { @@ -26506,13 +26506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9182" + "$ref": "https://ils.rero.ch/api/documents/9182" } }, { @@ -26520,13 +26520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9182" + "$ref": "https://ils.rero.ch/api/documents/9182" } }, { @@ -26534,13 +26534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9182" + "$ref": "https://ils.rero.ch/api/documents/9182" } }, { @@ -26548,13 +26548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9182" + "$ref": "https://ils.rero.ch/api/documents/9182" } }, { @@ -26562,13 +26562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9181" + "$ref": "https://ils.rero.ch/api/documents/9181" } }, { @@ -26576,13 +26576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9181" + "$ref": "https://ils.rero.ch/api/documents/9181" } }, { @@ -26590,13 +26590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9181" + "$ref": "https://ils.rero.ch/api/documents/9181" } }, { @@ -26604,13 +26604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9180" + "$ref": "https://ils.rero.ch/api/documents/9180" } }, { @@ -26618,13 +26618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9179" + "$ref": "https://ils.rero.ch/api/documents/9179" } }, { @@ -26632,13 +26632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9179" + "$ref": "https://ils.rero.ch/api/documents/9179" } }, { @@ -26646,13 +26646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9178" + "$ref": "https://ils.rero.ch/api/documents/9178" } }, { @@ -26660,13 +26660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9178" + "$ref": "https://ils.rero.ch/api/documents/9178" } }, { @@ -26674,13 +26674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9178" + "$ref": "https://ils.rero.ch/api/documents/9178" } }, { @@ -26688,13 +26688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9177" + "$ref": "https://ils.rero.ch/api/documents/9177" } }, { @@ -26702,13 +26702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9177" + "$ref": "https://ils.rero.ch/api/documents/9177" } }, { @@ -26716,13 +26716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9177" + "$ref": "https://ils.rero.ch/api/documents/9177" } }, { @@ -26730,13 +26730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9176" + "$ref": "https://ils.rero.ch/api/documents/9176" } }, { @@ -26744,13 +26744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9175" + "$ref": "https://ils.rero.ch/api/documents/9175" } }, { @@ -26758,13 +26758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9174" + "$ref": "https://ils.rero.ch/api/documents/9174" } }, { @@ -26772,13 +26772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9174" + "$ref": "https://ils.rero.ch/api/documents/9174" } }, { @@ -26786,13 +26786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9174" + "$ref": "https://ils.rero.ch/api/documents/9174" } }, { @@ -26800,13 +26800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9174" + "$ref": "https://ils.rero.ch/api/documents/9174" } }, { @@ -26814,13 +26814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9173" + "$ref": "https://ils.rero.ch/api/documents/9173" } }, { @@ -26828,13 +26828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9173" + "$ref": "https://ils.rero.ch/api/documents/9173" } }, { @@ -26842,13 +26842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9173" + "$ref": "https://ils.rero.ch/api/documents/9173" } }, { @@ -26856,13 +26856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9173" + "$ref": "https://ils.rero.ch/api/documents/9173" } }, { @@ -26870,13 +26870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9172" + "$ref": "https://ils.rero.ch/api/documents/9172" } }, { @@ -26884,13 +26884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9172" + "$ref": "https://ils.rero.ch/api/documents/9172" } }, { @@ -26898,13 +26898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9172" + "$ref": "https://ils.rero.ch/api/documents/9172" } }, { @@ -26912,13 +26912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9172" + "$ref": "https://ils.rero.ch/api/documents/9172" } }, { @@ -26926,13 +26926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9171" + "$ref": "https://ils.rero.ch/api/documents/9171" } }, { @@ -26940,13 +26940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9170" + "$ref": "https://ils.rero.ch/api/documents/9170" } }, { @@ -26954,13 +26954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9170" + "$ref": "https://ils.rero.ch/api/documents/9170" } }, { @@ -26968,13 +26968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9169" + "$ref": "https://ils.rero.ch/api/documents/9169" } }, { @@ -26982,13 +26982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9169" + "$ref": "https://ils.rero.ch/api/documents/9169" } }, { @@ -26996,13 +26996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9169" + "$ref": "https://ils.rero.ch/api/documents/9169" } }, { @@ -27010,13 +27010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9169" + "$ref": "https://ils.rero.ch/api/documents/9169" } }, { @@ -27024,13 +27024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9169" + "$ref": "https://ils.rero.ch/api/documents/9169" } }, { @@ -27038,13 +27038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9168" + "$ref": "https://ils.rero.ch/api/documents/9168" } }, { @@ -27052,13 +27052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9168" + "$ref": "https://ils.rero.ch/api/documents/9168" } }, { @@ -27066,13 +27066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9168" + "$ref": "https://ils.rero.ch/api/documents/9168" } }, { @@ -27080,13 +27080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9168" + "$ref": "https://ils.rero.ch/api/documents/9168" } }, { @@ -27094,13 +27094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9168" + "$ref": "https://ils.rero.ch/api/documents/9168" } }, { @@ -27108,13 +27108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9167" + "$ref": "https://ils.rero.ch/api/documents/9167" } }, { @@ -27122,13 +27122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9167" + "$ref": "https://ils.rero.ch/api/documents/9167" } }, { @@ -27136,13 +27136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9166" + "$ref": "https://ils.rero.ch/api/documents/9166" } }, { @@ -27150,13 +27150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9166" + "$ref": "https://ils.rero.ch/api/documents/9166" } }, { @@ -27164,13 +27164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9166" + "$ref": "https://ils.rero.ch/api/documents/9166" } }, { @@ -27178,13 +27178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9166" + "$ref": "https://ils.rero.ch/api/documents/9166" } }, { @@ -27192,13 +27192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9166" + "$ref": "https://ils.rero.ch/api/documents/9166" } }, { @@ -27206,13 +27206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9165" + "$ref": "https://ils.rero.ch/api/documents/9165" } }, { @@ -27220,13 +27220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9165" + "$ref": "https://ils.rero.ch/api/documents/9165" } }, { @@ -27234,13 +27234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9165" + "$ref": "https://ils.rero.ch/api/documents/9165" } }, { @@ -27248,13 +27248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9164" + "$ref": "https://ils.rero.ch/api/documents/9164" } }, { @@ -27262,13 +27262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9163" + "$ref": "https://ils.rero.ch/api/documents/9163" } }, { @@ -27276,13 +27276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9163" + "$ref": "https://ils.rero.ch/api/documents/9163" } }, { @@ -27290,13 +27290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9163" + "$ref": "https://ils.rero.ch/api/documents/9163" } }, { @@ -27304,13 +27304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9163" + "$ref": "https://ils.rero.ch/api/documents/9163" } }, { @@ -27318,13 +27318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9162" + "$ref": "https://ils.rero.ch/api/documents/9162" } }, { @@ -27332,13 +27332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9162" + "$ref": "https://ils.rero.ch/api/documents/9162" } }, { @@ -27346,13 +27346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9162" + "$ref": "https://ils.rero.ch/api/documents/9162" } }, { @@ -27360,13 +27360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9161" + "$ref": "https://ils.rero.ch/api/documents/9161" } }, { @@ -27374,13 +27374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9161" + "$ref": "https://ils.rero.ch/api/documents/9161" } }, { @@ -27388,13 +27388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9161" + "$ref": "https://ils.rero.ch/api/documents/9161" } }, { @@ -27402,13 +27402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9161" + "$ref": "https://ils.rero.ch/api/documents/9161" } }, { @@ -27416,13 +27416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9161" + "$ref": "https://ils.rero.ch/api/documents/9161" } }, { @@ -27430,13 +27430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9160" + "$ref": "https://ils.rero.ch/api/documents/9160" } }, { @@ -27444,13 +27444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9160" + "$ref": "https://ils.rero.ch/api/documents/9160" } }, { @@ -27458,13 +27458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9159" + "$ref": "https://ils.rero.ch/api/documents/9159" } }, { @@ -27472,13 +27472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9158" + "$ref": "https://ils.rero.ch/api/documents/9158" } }, { @@ -27486,13 +27486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9158" + "$ref": "https://ils.rero.ch/api/documents/9158" } }, { @@ -27500,13 +27500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9158" + "$ref": "https://ils.rero.ch/api/documents/9158" } }, { @@ -27514,13 +27514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9157" + "$ref": "https://ils.rero.ch/api/documents/9157" } }, { @@ -27528,13 +27528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9157" + "$ref": "https://ils.rero.ch/api/documents/9157" } }, { @@ -27542,13 +27542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9157" + "$ref": "https://ils.rero.ch/api/documents/9157" } }, { @@ -27556,13 +27556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9157" + "$ref": "https://ils.rero.ch/api/documents/9157" } }, { @@ -27570,13 +27570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9156" + "$ref": "https://ils.rero.ch/api/documents/9156" } }, { @@ -27584,13 +27584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9156" + "$ref": "https://ils.rero.ch/api/documents/9156" } }, { @@ -27598,13 +27598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9155" + "$ref": "https://ils.rero.ch/api/documents/9155" } }, { @@ -27612,13 +27612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9155" + "$ref": "https://ils.rero.ch/api/documents/9155" } }, { @@ -27626,13 +27626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9155" + "$ref": "https://ils.rero.ch/api/documents/9155" } }, { @@ -27640,13 +27640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9154" + "$ref": "https://ils.rero.ch/api/documents/9154" } }, { @@ -27654,13 +27654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9154" + "$ref": "https://ils.rero.ch/api/documents/9154" } }, { @@ -27668,13 +27668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9154" + "$ref": "https://ils.rero.ch/api/documents/9154" } }, { @@ -27682,13 +27682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9154" + "$ref": "https://ils.rero.ch/api/documents/9154" } }, { @@ -27696,13 +27696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9154" + "$ref": "https://ils.rero.ch/api/documents/9154" } }, { @@ -27710,13 +27710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9153" + "$ref": "https://ils.rero.ch/api/documents/9153" } }, { @@ -27724,13 +27724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9153" + "$ref": "https://ils.rero.ch/api/documents/9153" } }, { @@ -27738,13 +27738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9153" + "$ref": "https://ils.rero.ch/api/documents/9153" } }, { @@ -27752,13 +27752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9153" + "$ref": "https://ils.rero.ch/api/documents/9153" } }, { @@ -27766,13 +27766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9152" + "$ref": "https://ils.rero.ch/api/documents/9152" } }, { @@ -27780,13 +27780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9151" + "$ref": "https://ils.rero.ch/api/documents/9151" } }, { @@ -27794,13 +27794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9151" + "$ref": "https://ils.rero.ch/api/documents/9151" } }, { @@ -27808,13 +27808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9150" + "$ref": "https://ils.rero.ch/api/documents/9150" } }, { @@ -27822,13 +27822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9150" + "$ref": "https://ils.rero.ch/api/documents/9150" } }, { @@ -27836,13 +27836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9150" + "$ref": "https://ils.rero.ch/api/documents/9150" } }, { @@ -27850,13 +27850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9150" + "$ref": "https://ils.rero.ch/api/documents/9150" } }, { @@ -27864,13 +27864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9149" + "$ref": "https://ils.rero.ch/api/documents/9149" } }, { @@ -27878,13 +27878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9149" + "$ref": "https://ils.rero.ch/api/documents/9149" } }, { @@ -27892,13 +27892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9149" + "$ref": "https://ils.rero.ch/api/documents/9149" } }, { @@ -27906,13 +27906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9149" + "$ref": "https://ils.rero.ch/api/documents/9149" } }, { @@ -27920,13 +27920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9148" + "$ref": "https://ils.rero.ch/api/documents/9148" } }, { @@ -27934,13 +27934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9148" + "$ref": "https://ils.rero.ch/api/documents/9148" } }, { @@ -27948,13 +27948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9148" + "$ref": "https://ils.rero.ch/api/documents/9148" } }, { @@ -27962,13 +27962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9147" + "$ref": "https://ils.rero.ch/api/documents/9147" } }, { @@ -27976,13 +27976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9146" + "$ref": "https://ils.rero.ch/api/documents/9146" } }, { @@ -27990,13 +27990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9146" + "$ref": "https://ils.rero.ch/api/documents/9146" } }, { @@ -28004,13 +28004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9146" + "$ref": "https://ils.rero.ch/api/documents/9146" } }, { @@ -28018,13 +28018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9145" + "$ref": "https://ils.rero.ch/api/documents/9145" } }, { @@ -28032,13 +28032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9145" + "$ref": "https://ils.rero.ch/api/documents/9145" } }, { @@ -28046,13 +28046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9145" + "$ref": "https://ils.rero.ch/api/documents/9145" } }, { @@ -28060,13 +28060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9145" + "$ref": "https://ils.rero.ch/api/documents/9145" } }, { @@ -28074,13 +28074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9144" + "$ref": "https://ils.rero.ch/api/documents/9144" } }, { @@ -28088,13 +28088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9144" + "$ref": "https://ils.rero.ch/api/documents/9144" } }, { @@ -28102,13 +28102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9144" + "$ref": "https://ils.rero.ch/api/documents/9144" } }, { @@ -28116,13 +28116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9144" + "$ref": "https://ils.rero.ch/api/documents/9144" } }, { @@ -28130,13 +28130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9144" + "$ref": "https://ils.rero.ch/api/documents/9144" } }, { @@ -28144,13 +28144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9143" + "$ref": "https://ils.rero.ch/api/documents/9143" } }, { @@ -28158,13 +28158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9143" + "$ref": "https://ils.rero.ch/api/documents/9143" } }, { @@ -28172,13 +28172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9143" + "$ref": "https://ils.rero.ch/api/documents/9143" } }, { @@ -28186,13 +28186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9143" + "$ref": "https://ils.rero.ch/api/documents/9143" } }, { @@ -28200,13 +28200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9143" + "$ref": "https://ils.rero.ch/api/documents/9143" } }, { @@ -28214,13 +28214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9142" + "$ref": "https://ils.rero.ch/api/documents/9142" } }, { @@ -28228,13 +28228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9142" + "$ref": "https://ils.rero.ch/api/documents/9142" } }, { @@ -28242,13 +28242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9141" + "$ref": "https://ils.rero.ch/api/documents/9141" } }, { @@ -28256,13 +28256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9141" + "$ref": "https://ils.rero.ch/api/documents/9141" } }, { @@ -28270,13 +28270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9140" + "$ref": "https://ils.rero.ch/api/documents/9140" } }, { @@ -28284,13 +28284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9139" + "$ref": "https://ils.rero.ch/api/documents/9139" } }, { @@ -28298,13 +28298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9139" + "$ref": "https://ils.rero.ch/api/documents/9139" } }, { @@ -28312,13 +28312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9139" + "$ref": "https://ils.rero.ch/api/documents/9139" } }, { @@ -28326,13 +28326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9139" + "$ref": "https://ils.rero.ch/api/documents/9139" } }, { @@ -28340,13 +28340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9138" + "$ref": "https://ils.rero.ch/api/documents/9138" } }, { @@ -28354,13 +28354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9138" + "$ref": "https://ils.rero.ch/api/documents/9138" } }, { @@ -28368,13 +28368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9138" + "$ref": "https://ils.rero.ch/api/documents/9138" } }, { @@ -28382,13 +28382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9138" + "$ref": "https://ils.rero.ch/api/documents/9138" } }, { @@ -28396,13 +28396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9137" + "$ref": "https://ils.rero.ch/api/documents/9137" } }, { @@ -28410,13 +28410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9137" + "$ref": "https://ils.rero.ch/api/documents/9137" } }, { @@ -28424,13 +28424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9136" + "$ref": "https://ils.rero.ch/api/documents/9136" } }, { @@ -28438,13 +28438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9136" + "$ref": "https://ils.rero.ch/api/documents/9136" } }, { @@ -28452,13 +28452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9136" + "$ref": "https://ils.rero.ch/api/documents/9136" } }, { @@ -28466,13 +28466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9136" + "$ref": "https://ils.rero.ch/api/documents/9136" } }, { @@ -28480,13 +28480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9135" + "$ref": "https://ils.rero.ch/api/documents/9135" } }, { @@ -28494,13 +28494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9135" + "$ref": "https://ils.rero.ch/api/documents/9135" } }, { @@ -28508,13 +28508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9135" + "$ref": "https://ils.rero.ch/api/documents/9135" } }, { @@ -28522,13 +28522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9135" + "$ref": "https://ils.rero.ch/api/documents/9135" } }, { @@ -28536,13 +28536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9135" + "$ref": "https://ils.rero.ch/api/documents/9135" } }, { @@ -28550,13 +28550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9134" + "$ref": "https://ils.rero.ch/api/documents/9134" } }, { @@ -28564,13 +28564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9134" + "$ref": "https://ils.rero.ch/api/documents/9134" } }, { @@ -28578,13 +28578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9134" + "$ref": "https://ils.rero.ch/api/documents/9134" } }, { @@ -28592,13 +28592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9134" + "$ref": "https://ils.rero.ch/api/documents/9134" } }, { @@ -28606,13 +28606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9133" + "$ref": "https://ils.rero.ch/api/documents/9133" } }, { @@ -28620,13 +28620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9133" + "$ref": "https://ils.rero.ch/api/documents/9133" } }, { @@ -28634,13 +28634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9133" + "$ref": "https://ils.rero.ch/api/documents/9133" } }, { @@ -28648,13 +28648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9133" + "$ref": "https://ils.rero.ch/api/documents/9133" } }, { @@ -28662,13 +28662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9133" + "$ref": "https://ils.rero.ch/api/documents/9133" } }, { @@ -28676,13 +28676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9132" + "$ref": "https://ils.rero.ch/api/documents/9132" } }, { @@ -28690,13 +28690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9131" + "$ref": "https://ils.rero.ch/api/documents/9131" } }, { @@ -28704,13 +28704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9131" + "$ref": "https://ils.rero.ch/api/documents/9131" } }, { @@ -28718,13 +28718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9130" + "$ref": "https://ils.rero.ch/api/documents/9130" } }, { @@ -28732,13 +28732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9130" + "$ref": "https://ils.rero.ch/api/documents/9130" } }, { @@ -28746,13 +28746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9130" + "$ref": "https://ils.rero.ch/api/documents/9130" } }, { @@ -28760,13 +28760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9130" + "$ref": "https://ils.rero.ch/api/documents/9130" } }, { @@ -28774,13 +28774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9130" + "$ref": "https://ils.rero.ch/api/documents/9130" } }, { @@ -28788,13 +28788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9129" + "$ref": "https://ils.rero.ch/api/documents/9129" } }, { @@ -28802,13 +28802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9129" + "$ref": "https://ils.rero.ch/api/documents/9129" } }, { @@ -28816,13 +28816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9129" + "$ref": "https://ils.rero.ch/api/documents/9129" } }, { @@ -28830,13 +28830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9128" + "$ref": "https://ils.rero.ch/api/documents/9128" } }, { @@ -28844,13 +28844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9128" + "$ref": "https://ils.rero.ch/api/documents/9128" } }, { @@ -28858,13 +28858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9128" + "$ref": "https://ils.rero.ch/api/documents/9128" } }, { @@ -28872,13 +28872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9127" + "$ref": "https://ils.rero.ch/api/documents/9127" } }, { @@ -28886,13 +28886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9127" + "$ref": "https://ils.rero.ch/api/documents/9127" } }, { @@ -28900,13 +28900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9126" + "$ref": "https://ils.rero.ch/api/documents/9126" } }, { @@ -28914,13 +28914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9126" + "$ref": "https://ils.rero.ch/api/documents/9126" } }, { @@ -28928,13 +28928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9125" + "$ref": "https://ils.rero.ch/api/documents/9125" } }, { @@ -28942,13 +28942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9125" + "$ref": "https://ils.rero.ch/api/documents/9125" } }, { @@ -28956,13 +28956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9125" + "$ref": "https://ils.rero.ch/api/documents/9125" } }, { @@ -28970,13 +28970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9124" + "$ref": "https://ils.rero.ch/api/documents/9124" } }, { @@ -28984,13 +28984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9124" + "$ref": "https://ils.rero.ch/api/documents/9124" } }, { @@ -28998,13 +28998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9124" + "$ref": "https://ils.rero.ch/api/documents/9124" } }, { @@ -29012,13 +29012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9124" + "$ref": "https://ils.rero.ch/api/documents/9124" } }, { @@ -29026,13 +29026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9123" + "$ref": "https://ils.rero.ch/api/documents/9123" } }, { @@ -29040,13 +29040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9123" + "$ref": "https://ils.rero.ch/api/documents/9123" } }, { @@ -29054,13 +29054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9123" + "$ref": "https://ils.rero.ch/api/documents/9123" } }, { @@ -29068,13 +29068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9122" + "$ref": "https://ils.rero.ch/api/documents/9122" } }, { @@ -29082,13 +29082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9122" + "$ref": "https://ils.rero.ch/api/documents/9122" } }, { @@ -29096,13 +29096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9121" + "$ref": "https://ils.rero.ch/api/documents/9121" } }, { @@ -29110,13 +29110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9121" + "$ref": "https://ils.rero.ch/api/documents/9121" } }, { @@ -29124,13 +29124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9121" + "$ref": "https://ils.rero.ch/api/documents/9121" } }, { @@ -29138,13 +29138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9121" + "$ref": "https://ils.rero.ch/api/documents/9121" } }, { @@ -29152,13 +29152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9121" + "$ref": "https://ils.rero.ch/api/documents/9121" } }, { @@ -29166,13 +29166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9120" + "$ref": "https://ils.rero.ch/api/documents/9120" } }, { @@ -29180,13 +29180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9120" + "$ref": "https://ils.rero.ch/api/documents/9120" } }, { @@ -29194,13 +29194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9120" + "$ref": "https://ils.rero.ch/api/documents/9120" } }, { @@ -29208,13 +29208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9119" + "$ref": "https://ils.rero.ch/api/documents/9119" } }, { @@ -29222,13 +29222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9119" + "$ref": "https://ils.rero.ch/api/documents/9119" } }, { @@ -29236,13 +29236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9119" + "$ref": "https://ils.rero.ch/api/documents/9119" } }, { @@ -29250,13 +29250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9119" + "$ref": "https://ils.rero.ch/api/documents/9119" } }, { @@ -29264,13 +29264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9119" + "$ref": "https://ils.rero.ch/api/documents/9119" } }, { @@ -29278,13 +29278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9118" + "$ref": "https://ils.rero.ch/api/documents/9118" } }, { @@ -29292,13 +29292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9118" + "$ref": "https://ils.rero.ch/api/documents/9118" } }, { @@ -29306,13 +29306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9118" + "$ref": "https://ils.rero.ch/api/documents/9118" } }, { @@ -29320,13 +29320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9118" + "$ref": "https://ils.rero.ch/api/documents/9118" } }, { @@ -29334,13 +29334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9117" + "$ref": "https://ils.rero.ch/api/documents/9117" } }, { @@ -29348,13 +29348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9117" + "$ref": "https://ils.rero.ch/api/documents/9117" } }, { @@ -29362,13 +29362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9117" + "$ref": "https://ils.rero.ch/api/documents/9117" } }, { @@ -29376,13 +29376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9117" + "$ref": "https://ils.rero.ch/api/documents/9117" } }, { @@ -29390,13 +29390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9117" + "$ref": "https://ils.rero.ch/api/documents/9117" } }, { @@ -29404,13 +29404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9116" + "$ref": "https://ils.rero.ch/api/documents/9116" } }, { @@ -29418,13 +29418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9116" + "$ref": "https://ils.rero.ch/api/documents/9116" } }, { @@ -29432,13 +29432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9116" + "$ref": "https://ils.rero.ch/api/documents/9116" } }, { @@ -29446,13 +29446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9116" + "$ref": "https://ils.rero.ch/api/documents/9116" } }, { @@ -29460,13 +29460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9116" + "$ref": "https://ils.rero.ch/api/documents/9116" } }, { @@ -29474,13 +29474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9115" + "$ref": "https://ils.rero.ch/api/documents/9115" } }, { @@ -29488,13 +29488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9115" + "$ref": "https://ils.rero.ch/api/documents/9115" } }, { @@ -29502,13 +29502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9115" + "$ref": "https://ils.rero.ch/api/documents/9115" } }, { @@ -29516,13 +29516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9114" + "$ref": "https://ils.rero.ch/api/documents/9114" } }, { @@ -29530,13 +29530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9114" + "$ref": "https://ils.rero.ch/api/documents/9114" } }, { @@ -29544,13 +29544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9114" + "$ref": "https://ils.rero.ch/api/documents/9114" } }, { @@ -29558,13 +29558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9114" + "$ref": "https://ils.rero.ch/api/documents/9114" } }, { @@ -29572,13 +29572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9114" + "$ref": "https://ils.rero.ch/api/documents/9114" } }, { @@ -29586,13 +29586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9113" + "$ref": "https://ils.rero.ch/api/documents/9113" } }, { @@ -29600,13 +29600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9113" + "$ref": "https://ils.rero.ch/api/documents/9113" } }, { @@ -29614,13 +29614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9113" + "$ref": "https://ils.rero.ch/api/documents/9113" } }, { @@ -29628,13 +29628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9113" + "$ref": "https://ils.rero.ch/api/documents/9113" } }, { @@ -29642,13 +29642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9112" + "$ref": "https://ils.rero.ch/api/documents/9112" } }, { @@ -29656,13 +29656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9112" + "$ref": "https://ils.rero.ch/api/documents/9112" } }, { @@ -29670,13 +29670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9112" + "$ref": "https://ils.rero.ch/api/documents/9112" } }, { @@ -29684,13 +29684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9112" + "$ref": "https://ils.rero.ch/api/documents/9112" } }, { @@ -29698,13 +29698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9112" + "$ref": "https://ils.rero.ch/api/documents/9112" } }, { @@ -29712,13 +29712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9111" + "$ref": "https://ils.rero.ch/api/documents/9111" } }, { @@ -29726,13 +29726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9111" + "$ref": "https://ils.rero.ch/api/documents/9111" } }, { @@ -29740,13 +29740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9110" + "$ref": "https://ils.rero.ch/api/documents/9110" } }, { @@ -29754,13 +29754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9109" + "$ref": "https://ils.rero.ch/api/documents/9109" } }, { @@ -29768,13 +29768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9108" + "$ref": "https://ils.rero.ch/api/documents/9108" } }, { @@ -29782,13 +29782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9108" + "$ref": "https://ils.rero.ch/api/documents/9108" } }, { @@ -29796,13 +29796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9108" + "$ref": "https://ils.rero.ch/api/documents/9108" } }, { @@ -29810,13 +29810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9108" + "$ref": "https://ils.rero.ch/api/documents/9108" } }, { @@ -29824,13 +29824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9108" + "$ref": "https://ils.rero.ch/api/documents/9108" } }, { @@ -29838,13 +29838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9107" + "$ref": "https://ils.rero.ch/api/documents/9107" } }, { @@ -29852,13 +29852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9107" + "$ref": "https://ils.rero.ch/api/documents/9107" } }, { @@ -29866,13 +29866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9107" + "$ref": "https://ils.rero.ch/api/documents/9107" } }, { @@ -29880,13 +29880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9106" + "$ref": "https://ils.rero.ch/api/documents/9106" } }, { @@ -29894,13 +29894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9106" + "$ref": "https://ils.rero.ch/api/documents/9106" } }, { @@ -29908,13 +29908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9105" + "$ref": "https://ils.rero.ch/api/documents/9105" } }, { @@ -29922,13 +29922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9104" + "$ref": "https://ils.rero.ch/api/documents/9104" } }, { @@ -29936,13 +29936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9104" + "$ref": "https://ils.rero.ch/api/documents/9104" } }, { @@ -29950,13 +29950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9104" + "$ref": "https://ils.rero.ch/api/documents/9104" } }, { @@ -29964,13 +29964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9104" + "$ref": "https://ils.rero.ch/api/documents/9104" } }, { @@ -29978,13 +29978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9103" + "$ref": "https://ils.rero.ch/api/documents/9103" } }, { @@ -29992,13 +29992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9103" + "$ref": "https://ils.rero.ch/api/documents/9103" } }, { @@ -30006,13 +30006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9102" + "$ref": "https://ils.rero.ch/api/documents/9102" } }, { @@ -30020,13 +30020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9102" + "$ref": "https://ils.rero.ch/api/documents/9102" } }, { @@ -30034,13 +30034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9102" + "$ref": "https://ils.rero.ch/api/documents/9102" } }, { @@ -30048,13 +30048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9101" + "$ref": "https://ils.rero.ch/api/documents/9101" } }, { @@ -30062,13 +30062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9101" + "$ref": "https://ils.rero.ch/api/documents/9101" } }, { @@ -30076,13 +30076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9100" + "$ref": "https://ils.rero.ch/api/documents/9100" } }, { @@ -30090,13 +30090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9100" + "$ref": "https://ils.rero.ch/api/documents/9100" } }, { @@ -30104,13 +30104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9099" + "$ref": "https://ils.rero.ch/api/documents/9099" } }, { @@ -30118,13 +30118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9099" + "$ref": "https://ils.rero.ch/api/documents/9099" } }, { @@ -30132,13 +30132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9099" + "$ref": "https://ils.rero.ch/api/documents/9099" } }, { @@ -30146,13 +30146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9098" + "$ref": "https://ils.rero.ch/api/documents/9098" } }, { @@ -30160,13 +30160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9098" + "$ref": "https://ils.rero.ch/api/documents/9098" } }, { @@ -30174,13 +30174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9098" + "$ref": "https://ils.rero.ch/api/documents/9098" } }, { @@ -30188,13 +30188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9098" + "$ref": "https://ils.rero.ch/api/documents/9098" } }, { @@ -30202,13 +30202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9097" + "$ref": "https://ils.rero.ch/api/documents/9097" } }, { @@ -30216,13 +30216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9097" + "$ref": "https://ils.rero.ch/api/documents/9097" } }, { @@ -30230,13 +30230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9097" + "$ref": "https://ils.rero.ch/api/documents/9097" } }, { @@ -30244,13 +30244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9097" + "$ref": "https://ils.rero.ch/api/documents/9097" } }, { @@ -30258,13 +30258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9097" + "$ref": "https://ils.rero.ch/api/documents/9097" } }, { @@ -30272,13 +30272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9096" + "$ref": "https://ils.rero.ch/api/documents/9096" } }, { @@ -30286,13 +30286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9096" + "$ref": "https://ils.rero.ch/api/documents/9096" } }, { @@ -30300,13 +30300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9095" + "$ref": "https://ils.rero.ch/api/documents/9095" } }, { @@ -30314,13 +30314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9094" + "$ref": "https://ils.rero.ch/api/documents/9094" } }, { @@ -30328,13 +30328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9094" + "$ref": "https://ils.rero.ch/api/documents/9094" } }, { @@ -30342,13 +30342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9094" + "$ref": "https://ils.rero.ch/api/documents/9094" } }, { @@ -30356,13 +30356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9093" + "$ref": "https://ils.rero.ch/api/documents/9093" } }, { @@ -30370,13 +30370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9092" + "$ref": "https://ils.rero.ch/api/documents/9092" } }, { @@ -30384,13 +30384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9091" + "$ref": "https://ils.rero.ch/api/documents/9091" } }, { @@ -30398,13 +30398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9090" + "$ref": "https://ils.rero.ch/api/documents/9090" } }, { @@ -30412,13 +30412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9089" + "$ref": "https://ils.rero.ch/api/documents/9089" } }, { @@ -30426,13 +30426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9089" + "$ref": "https://ils.rero.ch/api/documents/9089" } }, { @@ -30440,13 +30440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9089" + "$ref": "https://ils.rero.ch/api/documents/9089" } }, { @@ -30454,13 +30454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9089" + "$ref": "https://ils.rero.ch/api/documents/9089" } }, { @@ -30468,13 +30468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9089" + "$ref": "https://ils.rero.ch/api/documents/9089" } }, { @@ -30482,13 +30482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9088" + "$ref": "https://ils.rero.ch/api/documents/9088" } }, { @@ -30496,13 +30496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9088" + "$ref": "https://ils.rero.ch/api/documents/9088" } }, { @@ -30510,13 +30510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9088" + "$ref": "https://ils.rero.ch/api/documents/9088" } }, { @@ -30524,13 +30524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9088" + "$ref": "https://ils.rero.ch/api/documents/9088" } }, { @@ -30538,13 +30538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9088" + "$ref": "https://ils.rero.ch/api/documents/9088" } }, { @@ -30552,13 +30552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9087" + "$ref": "https://ils.rero.ch/api/documents/9087" } }, { @@ -30566,13 +30566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9087" + "$ref": "https://ils.rero.ch/api/documents/9087" } }, { @@ -30580,13 +30580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9086" + "$ref": "https://ils.rero.ch/api/documents/9086" } }, { @@ -30594,13 +30594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9086" + "$ref": "https://ils.rero.ch/api/documents/9086" } }, { @@ -30608,13 +30608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9085" + "$ref": "https://ils.rero.ch/api/documents/9085" } }, { @@ -30622,13 +30622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9085" + "$ref": "https://ils.rero.ch/api/documents/9085" } }, { @@ -30636,13 +30636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9085" + "$ref": "https://ils.rero.ch/api/documents/9085" } }, { @@ -30650,13 +30650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9084" + "$ref": "https://ils.rero.ch/api/documents/9084" } }, { @@ -30664,13 +30664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9084" + "$ref": "https://ils.rero.ch/api/documents/9084" } }, { @@ -30678,13 +30678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9083" + "$ref": "https://ils.rero.ch/api/documents/9083" } }, { @@ -30692,13 +30692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9082" + "$ref": "https://ils.rero.ch/api/documents/9082" } }, { @@ -30706,13 +30706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9082" + "$ref": "https://ils.rero.ch/api/documents/9082" } }, { @@ -30720,13 +30720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9082" + "$ref": "https://ils.rero.ch/api/documents/9082" } }, { @@ -30734,13 +30734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9082" + "$ref": "https://ils.rero.ch/api/documents/9082" } }, { @@ -30748,13 +30748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9081" + "$ref": "https://ils.rero.ch/api/documents/9081" } }, { @@ -30762,13 +30762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9080" + "$ref": "https://ils.rero.ch/api/documents/9080" } }, { @@ -30776,13 +30776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9080" + "$ref": "https://ils.rero.ch/api/documents/9080" } }, { @@ -30790,13 +30790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9080" + "$ref": "https://ils.rero.ch/api/documents/9080" } }, { @@ -30804,13 +30804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9080" + "$ref": "https://ils.rero.ch/api/documents/9080" } }, { @@ -30818,13 +30818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9079" + "$ref": "https://ils.rero.ch/api/documents/9079" } }, { @@ -30832,13 +30832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9079" + "$ref": "https://ils.rero.ch/api/documents/9079" } }, { @@ -30846,13 +30846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9079" + "$ref": "https://ils.rero.ch/api/documents/9079" } }, { @@ -30860,13 +30860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9078" + "$ref": "https://ils.rero.ch/api/documents/9078" } }, { @@ -30874,13 +30874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9078" + "$ref": "https://ils.rero.ch/api/documents/9078" } }, { @@ -30888,13 +30888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9077" + "$ref": "https://ils.rero.ch/api/documents/9077" } }, { @@ -30902,13 +30902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9077" + "$ref": "https://ils.rero.ch/api/documents/9077" } }, { @@ -30916,13 +30916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9076" + "$ref": "https://ils.rero.ch/api/documents/9076" } }, { @@ -30930,13 +30930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9076" + "$ref": "https://ils.rero.ch/api/documents/9076" } }, { @@ -30944,13 +30944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9075" + "$ref": "https://ils.rero.ch/api/documents/9075" } }, { @@ -30958,13 +30958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9075" + "$ref": "https://ils.rero.ch/api/documents/9075" } }, { @@ -30972,13 +30972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9075" + "$ref": "https://ils.rero.ch/api/documents/9075" } }, { @@ -30986,13 +30986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9075" + "$ref": "https://ils.rero.ch/api/documents/9075" } }, { @@ -31000,13 +31000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9074" + "$ref": "https://ils.rero.ch/api/documents/9074" } }, { @@ -31014,13 +31014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9074" + "$ref": "https://ils.rero.ch/api/documents/9074" } }, { @@ -31028,13 +31028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9074" + "$ref": "https://ils.rero.ch/api/documents/9074" } }, { @@ -31042,13 +31042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9074" + "$ref": "https://ils.rero.ch/api/documents/9074" } }, { @@ -31056,13 +31056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9074" + "$ref": "https://ils.rero.ch/api/documents/9074" } }, { @@ -31070,13 +31070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9073" + "$ref": "https://ils.rero.ch/api/documents/9073" } }, { @@ -31084,13 +31084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9073" + "$ref": "https://ils.rero.ch/api/documents/9073" } }, { @@ -31098,13 +31098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9072" + "$ref": "https://ils.rero.ch/api/documents/9072" } }, { @@ -31112,13 +31112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9072" + "$ref": "https://ils.rero.ch/api/documents/9072" } }, { @@ -31126,13 +31126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9072" + "$ref": "https://ils.rero.ch/api/documents/9072" } }, { @@ -31140,13 +31140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9072" + "$ref": "https://ils.rero.ch/api/documents/9072" } }, { @@ -31154,13 +31154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9072" + "$ref": "https://ils.rero.ch/api/documents/9072" } }, { @@ -31168,13 +31168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9071" + "$ref": "https://ils.rero.ch/api/documents/9071" } }, { @@ -31182,13 +31182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9071" + "$ref": "https://ils.rero.ch/api/documents/9071" } }, { @@ -31196,13 +31196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9071" + "$ref": "https://ils.rero.ch/api/documents/9071" } }, { @@ -31210,13 +31210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9071" + "$ref": "https://ils.rero.ch/api/documents/9071" } }, { @@ -31224,13 +31224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9071" + "$ref": "https://ils.rero.ch/api/documents/9071" } }, { @@ -31238,13 +31238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9070" + "$ref": "https://ils.rero.ch/api/documents/9070" } }, { @@ -31252,13 +31252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9069" + "$ref": "https://ils.rero.ch/api/documents/9069" } }, { @@ -31266,13 +31266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9069" + "$ref": "https://ils.rero.ch/api/documents/9069" } }, { @@ -31280,13 +31280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9069" + "$ref": "https://ils.rero.ch/api/documents/9069" } }, { @@ -31294,13 +31294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9069" + "$ref": "https://ils.rero.ch/api/documents/9069" } }, { @@ -31308,13 +31308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9069" + "$ref": "https://ils.rero.ch/api/documents/9069" } }, { @@ -31322,13 +31322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9068" + "$ref": "https://ils.rero.ch/api/documents/9068" } }, { @@ -31336,13 +31336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9068" + "$ref": "https://ils.rero.ch/api/documents/9068" } }, { @@ -31350,13 +31350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9068" + "$ref": "https://ils.rero.ch/api/documents/9068" } }, { @@ -31364,13 +31364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9068" + "$ref": "https://ils.rero.ch/api/documents/9068" } }, { @@ -31378,13 +31378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9068" + "$ref": "https://ils.rero.ch/api/documents/9068" } }, { @@ -31392,13 +31392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9067" + "$ref": "https://ils.rero.ch/api/documents/9067" } }, { @@ -31406,13 +31406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9067" + "$ref": "https://ils.rero.ch/api/documents/9067" } }, { @@ -31420,13 +31420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9066" + "$ref": "https://ils.rero.ch/api/documents/9066" } }, { @@ -31434,13 +31434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9066" + "$ref": "https://ils.rero.ch/api/documents/9066" } }, { @@ -31448,13 +31448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9065" + "$ref": "https://ils.rero.ch/api/documents/9065" } }, { @@ -31462,13 +31462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9065" + "$ref": "https://ils.rero.ch/api/documents/9065" } }, { @@ -31476,13 +31476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9064" + "$ref": "https://ils.rero.ch/api/documents/9064" } }, { @@ -31490,13 +31490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9064" + "$ref": "https://ils.rero.ch/api/documents/9064" } }, { @@ -31504,13 +31504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9063" + "$ref": "https://ils.rero.ch/api/documents/9063" } }, { @@ -31518,13 +31518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9063" + "$ref": "https://ils.rero.ch/api/documents/9063" } }, { @@ -31532,13 +31532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9063" + "$ref": "https://ils.rero.ch/api/documents/9063" } }, { @@ -31546,13 +31546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9063" + "$ref": "https://ils.rero.ch/api/documents/9063" } }, { @@ -31560,13 +31560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9062" + "$ref": "https://ils.rero.ch/api/documents/9062" } }, { @@ -31574,13 +31574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9062" + "$ref": "https://ils.rero.ch/api/documents/9062" } }, { @@ -31588,13 +31588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9061" + "$ref": "https://ils.rero.ch/api/documents/9061" } }, { @@ -31602,13 +31602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9061" + "$ref": "https://ils.rero.ch/api/documents/9061" } }, { @@ -31616,13 +31616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9061" + "$ref": "https://ils.rero.ch/api/documents/9061" } }, { @@ -31630,13 +31630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9061" + "$ref": "https://ils.rero.ch/api/documents/9061" } }, { @@ -31644,13 +31644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9060" + "$ref": "https://ils.rero.ch/api/documents/9060" } }, { @@ -31658,13 +31658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9059" + "$ref": "https://ils.rero.ch/api/documents/9059" } }, { @@ -31672,13 +31672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9059" + "$ref": "https://ils.rero.ch/api/documents/9059" } }, { @@ -31686,13 +31686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9059" + "$ref": "https://ils.rero.ch/api/documents/9059" } }, { @@ -31700,13 +31700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9059" + "$ref": "https://ils.rero.ch/api/documents/9059" } }, { @@ -31714,13 +31714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9058" + "$ref": "https://ils.rero.ch/api/documents/9058" } }, { @@ -31728,13 +31728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9058" + "$ref": "https://ils.rero.ch/api/documents/9058" } }, { @@ -31742,13 +31742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9058" + "$ref": "https://ils.rero.ch/api/documents/9058" } }, { @@ -31756,13 +31756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9057" + "$ref": "https://ils.rero.ch/api/documents/9057" } }, { @@ -31770,13 +31770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9057" + "$ref": "https://ils.rero.ch/api/documents/9057" } }, { @@ -31784,13 +31784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9056" + "$ref": "https://ils.rero.ch/api/documents/9056" } }, { @@ -31798,13 +31798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9056" + "$ref": "https://ils.rero.ch/api/documents/9056" } }, { @@ -31812,13 +31812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9055" + "$ref": "https://ils.rero.ch/api/documents/9055" } }, { @@ -31826,13 +31826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9055" + "$ref": "https://ils.rero.ch/api/documents/9055" } }, { @@ -31840,13 +31840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9055" + "$ref": "https://ils.rero.ch/api/documents/9055" } }, { @@ -31854,13 +31854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9054" + "$ref": "https://ils.rero.ch/api/documents/9054" } }, { @@ -31868,13 +31868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9054" + "$ref": "https://ils.rero.ch/api/documents/9054" } }, { @@ -31882,13 +31882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9054" + "$ref": "https://ils.rero.ch/api/documents/9054" } }, { @@ -31896,13 +31896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9053" + "$ref": "https://ils.rero.ch/api/documents/9053" } }, { @@ -31910,13 +31910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9053" + "$ref": "https://ils.rero.ch/api/documents/9053" } }, { @@ -31924,13 +31924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9053" + "$ref": "https://ils.rero.ch/api/documents/9053" } }, { @@ -31938,13 +31938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9053" + "$ref": "https://ils.rero.ch/api/documents/9053" } }, { @@ -31952,13 +31952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9053" + "$ref": "https://ils.rero.ch/api/documents/9053" } }, { @@ -31966,13 +31966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9052" + "$ref": "https://ils.rero.ch/api/documents/9052" } }, { @@ -31980,13 +31980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9051" + "$ref": "https://ils.rero.ch/api/documents/9051" } }, { @@ -31994,13 +31994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9051" + "$ref": "https://ils.rero.ch/api/documents/9051" } }, { @@ -32008,13 +32008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9051" + "$ref": "https://ils.rero.ch/api/documents/9051" } }, { @@ -32022,13 +32022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9051" + "$ref": "https://ils.rero.ch/api/documents/9051" } }, { @@ -32036,13 +32036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9051" + "$ref": "https://ils.rero.ch/api/documents/9051" } }, { @@ -32050,13 +32050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9050" + "$ref": "https://ils.rero.ch/api/documents/9050" } }, { @@ -32064,13 +32064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9050" + "$ref": "https://ils.rero.ch/api/documents/9050" } }, { @@ -32078,13 +32078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9050" + "$ref": "https://ils.rero.ch/api/documents/9050" } }, { @@ -32092,13 +32092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9049" + "$ref": "https://ils.rero.ch/api/documents/9049" } }, { @@ -32106,13 +32106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9048" + "$ref": "https://ils.rero.ch/api/documents/9048" } }, { @@ -32120,13 +32120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9048" + "$ref": "https://ils.rero.ch/api/documents/9048" } }, { @@ -32134,13 +32134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9048" + "$ref": "https://ils.rero.ch/api/documents/9048" } }, { @@ -32148,13 +32148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9048" + "$ref": "https://ils.rero.ch/api/documents/9048" } }, { @@ -32162,13 +32162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9048" + "$ref": "https://ils.rero.ch/api/documents/9048" } }, { @@ -32176,13 +32176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9047" + "$ref": "https://ils.rero.ch/api/documents/9047" } }, { @@ -32190,13 +32190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9047" + "$ref": "https://ils.rero.ch/api/documents/9047" } }, { @@ -32204,13 +32204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9047" + "$ref": "https://ils.rero.ch/api/documents/9047" } }, { @@ -32218,13 +32218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9046" + "$ref": "https://ils.rero.ch/api/documents/9046" } }, { @@ -32232,13 +32232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9046" + "$ref": "https://ils.rero.ch/api/documents/9046" } }, { @@ -32246,13 +32246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9045" + "$ref": "https://ils.rero.ch/api/documents/9045" } }, { @@ -32260,13 +32260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9044" + "$ref": "https://ils.rero.ch/api/documents/9044" } }, { @@ -32274,13 +32274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9044" + "$ref": "https://ils.rero.ch/api/documents/9044" } }, { @@ -32288,13 +32288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9043" + "$ref": "https://ils.rero.ch/api/documents/9043" } }, { @@ -32302,13 +32302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9042" + "$ref": "https://ils.rero.ch/api/documents/9042" } }, { @@ -32316,13 +32316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9042" + "$ref": "https://ils.rero.ch/api/documents/9042" } }, { @@ -32330,13 +32330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9042" + "$ref": "https://ils.rero.ch/api/documents/9042" } }, { @@ -32344,13 +32344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9041" + "$ref": "https://ils.rero.ch/api/documents/9041" } }, { @@ -32358,13 +32358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9041" + "$ref": "https://ils.rero.ch/api/documents/9041" } }, { @@ -32372,13 +32372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9041" + "$ref": "https://ils.rero.ch/api/documents/9041" } }, { @@ -32386,13 +32386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9041" + "$ref": "https://ils.rero.ch/api/documents/9041" } }, { @@ -32400,13 +32400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9040" + "$ref": "https://ils.rero.ch/api/documents/9040" } }, { @@ -32414,13 +32414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9040" + "$ref": "https://ils.rero.ch/api/documents/9040" } }, { @@ -32428,13 +32428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9039" + "$ref": "https://ils.rero.ch/api/documents/9039" } }, { @@ -32442,13 +32442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9039" + "$ref": "https://ils.rero.ch/api/documents/9039" } }, { @@ -32456,13 +32456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9039" + "$ref": "https://ils.rero.ch/api/documents/9039" } }, { @@ -32470,13 +32470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9039" + "$ref": "https://ils.rero.ch/api/documents/9039" } }, { @@ -32484,13 +32484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9039" + "$ref": "https://ils.rero.ch/api/documents/9039" } }, { @@ -32498,13 +32498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9038" + "$ref": "https://ils.rero.ch/api/documents/9038" } }, { @@ -32512,13 +32512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9038" + "$ref": "https://ils.rero.ch/api/documents/9038" } }, { @@ -32526,13 +32526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9038" + "$ref": "https://ils.rero.ch/api/documents/9038" } }, { @@ -32540,13 +32540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9038" + "$ref": "https://ils.rero.ch/api/documents/9038" } }, { @@ -32554,13 +32554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9038" + "$ref": "https://ils.rero.ch/api/documents/9038" } }, { @@ -32568,13 +32568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9037" + "$ref": "https://ils.rero.ch/api/documents/9037" } }, { @@ -32582,13 +32582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9037" + "$ref": "https://ils.rero.ch/api/documents/9037" } }, { @@ -32596,13 +32596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9037" + "$ref": "https://ils.rero.ch/api/documents/9037" } }, { @@ -32610,13 +32610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9036" + "$ref": "https://ils.rero.ch/api/documents/9036" } }, { @@ -32624,13 +32624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9036" + "$ref": "https://ils.rero.ch/api/documents/9036" } }, { @@ -32638,13 +32638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9036" + "$ref": "https://ils.rero.ch/api/documents/9036" } }, { @@ -32652,13 +32652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9035" + "$ref": "https://ils.rero.ch/api/documents/9035" } }, { @@ -32666,13 +32666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9035" + "$ref": "https://ils.rero.ch/api/documents/9035" } }, { @@ -32680,13 +32680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9034" + "$ref": "https://ils.rero.ch/api/documents/9034" } }, { @@ -32694,13 +32694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9034" + "$ref": "https://ils.rero.ch/api/documents/9034" } }, { @@ -32708,13 +32708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9034" + "$ref": "https://ils.rero.ch/api/documents/9034" } }, { @@ -32722,13 +32722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9034" + "$ref": "https://ils.rero.ch/api/documents/9034" } }, { @@ -32736,13 +32736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9034" + "$ref": "https://ils.rero.ch/api/documents/9034" } }, { @@ -32750,13 +32750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9033" + "$ref": "https://ils.rero.ch/api/documents/9033" } }, { @@ -32764,13 +32764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9033" + "$ref": "https://ils.rero.ch/api/documents/9033" } }, { @@ -32778,13 +32778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9033" + "$ref": "https://ils.rero.ch/api/documents/9033" } }, { @@ -32792,13 +32792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9033" + "$ref": "https://ils.rero.ch/api/documents/9033" } }, { @@ -32806,13 +32806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9032" + "$ref": "https://ils.rero.ch/api/documents/9032" } }, { @@ -32820,13 +32820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9032" + "$ref": "https://ils.rero.ch/api/documents/9032" } }, { @@ -32834,13 +32834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9031" + "$ref": "https://ils.rero.ch/api/documents/9031" } }, { @@ -32848,13 +32848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9031" + "$ref": "https://ils.rero.ch/api/documents/9031" } }, { @@ -32862,13 +32862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9031" + "$ref": "https://ils.rero.ch/api/documents/9031" } }, { @@ -32876,13 +32876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9031" + "$ref": "https://ils.rero.ch/api/documents/9031" } }, { @@ -32890,13 +32890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9030" + "$ref": "https://ils.rero.ch/api/documents/9030" } }, { @@ -32904,13 +32904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9030" + "$ref": "https://ils.rero.ch/api/documents/9030" } }, { @@ -32918,13 +32918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9030" + "$ref": "https://ils.rero.ch/api/documents/9030" } }, { @@ -32932,13 +32932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9030" + "$ref": "https://ils.rero.ch/api/documents/9030" } }, { @@ -32946,13 +32946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9029" + "$ref": "https://ils.rero.ch/api/documents/9029" } }, { @@ -32960,13 +32960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9029" + "$ref": "https://ils.rero.ch/api/documents/9029" } }, { @@ -32974,13 +32974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9029" + "$ref": "https://ils.rero.ch/api/documents/9029" } }, { @@ -32988,13 +32988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9029" + "$ref": "https://ils.rero.ch/api/documents/9029" } }, { @@ -33002,13 +33002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9028" + "$ref": "https://ils.rero.ch/api/documents/9028" } }, { @@ -33016,13 +33016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9028" + "$ref": "https://ils.rero.ch/api/documents/9028" } }, { @@ -33030,13 +33030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9027" + "$ref": "https://ils.rero.ch/api/documents/9027" } }, { @@ -33044,13 +33044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9027" + "$ref": "https://ils.rero.ch/api/documents/9027" } }, { @@ -33058,13 +33058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9026" + "$ref": "https://ils.rero.ch/api/documents/9026" } }, { @@ -33072,13 +33072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9025" + "$ref": "https://ils.rero.ch/api/documents/9025" } }, { @@ -33086,13 +33086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9025" + "$ref": "https://ils.rero.ch/api/documents/9025" } }, { @@ -33100,13 +33100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9025" + "$ref": "https://ils.rero.ch/api/documents/9025" } }, { @@ -33114,13 +33114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9024" + "$ref": "https://ils.rero.ch/api/documents/9024" } }, { @@ -33128,13 +33128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9024" + "$ref": "https://ils.rero.ch/api/documents/9024" } }, { @@ -33142,13 +33142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9023" + "$ref": "https://ils.rero.ch/api/documents/9023" } }, { @@ -33156,13 +33156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9023" + "$ref": "https://ils.rero.ch/api/documents/9023" } }, { @@ -33170,13 +33170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9023" + "$ref": "https://ils.rero.ch/api/documents/9023" } }, { @@ -33184,13 +33184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9023" + "$ref": "https://ils.rero.ch/api/documents/9023" } }, { @@ -33198,13 +33198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9022" + "$ref": "https://ils.rero.ch/api/documents/9022" } }, { @@ -33212,13 +33212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9022" + "$ref": "https://ils.rero.ch/api/documents/9022" } }, { @@ -33226,13 +33226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9021" + "$ref": "https://ils.rero.ch/api/documents/9021" } }, { @@ -33240,13 +33240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9021" + "$ref": "https://ils.rero.ch/api/documents/9021" } }, { @@ -33254,13 +33254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9021" + "$ref": "https://ils.rero.ch/api/documents/9021" } }, { @@ -33268,13 +33268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9021" + "$ref": "https://ils.rero.ch/api/documents/9021" } }, { @@ -33282,13 +33282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9020" + "$ref": "https://ils.rero.ch/api/documents/9020" } }, { @@ -33296,13 +33296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9020" + "$ref": "https://ils.rero.ch/api/documents/9020" } }, { @@ -33310,13 +33310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9020" + "$ref": "https://ils.rero.ch/api/documents/9020" } }, { @@ -33324,13 +33324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9019" + "$ref": "https://ils.rero.ch/api/documents/9019" } }, { @@ -33338,13 +33338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9019" + "$ref": "https://ils.rero.ch/api/documents/9019" } }, { @@ -33352,13 +33352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9019" + "$ref": "https://ils.rero.ch/api/documents/9019" } }, { @@ -33366,13 +33366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9019" + "$ref": "https://ils.rero.ch/api/documents/9019" } }, { @@ -33380,13 +33380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9019" + "$ref": "https://ils.rero.ch/api/documents/9019" } }, { @@ -33394,13 +33394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9018" + "$ref": "https://ils.rero.ch/api/documents/9018" } }, { @@ -33408,13 +33408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9018" + "$ref": "https://ils.rero.ch/api/documents/9018" } }, { @@ -33422,13 +33422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9018" + "$ref": "https://ils.rero.ch/api/documents/9018" } }, { @@ -33436,13 +33436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9017" + "$ref": "https://ils.rero.ch/api/documents/9017" } }, { @@ -33450,13 +33450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9017" + "$ref": "https://ils.rero.ch/api/documents/9017" } }, { @@ -33464,13 +33464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9017" + "$ref": "https://ils.rero.ch/api/documents/9017" } }, { @@ -33478,13 +33478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9017" + "$ref": "https://ils.rero.ch/api/documents/9017" } }, { @@ -33492,13 +33492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9016" + "$ref": "https://ils.rero.ch/api/documents/9016" } }, { @@ -33506,13 +33506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9015" + "$ref": "https://ils.rero.ch/api/documents/9015" } }, { @@ -33520,13 +33520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9015" + "$ref": "https://ils.rero.ch/api/documents/9015" } }, { @@ -33534,13 +33534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9015" + "$ref": "https://ils.rero.ch/api/documents/9015" } }, { @@ -33548,13 +33548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9015" + "$ref": "https://ils.rero.ch/api/documents/9015" } }, { @@ -33562,13 +33562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9015" + "$ref": "https://ils.rero.ch/api/documents/9015" } }, { @@ -33576,13 +33576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9014" + "$ref": "https://ils.rero.ch/api/documents/9014" } }, { @@ -33590,13 +33590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9014" + "$ref": "https://ils.rero.ch/api/documents/9014" } }, { @@ -33604,13 +33604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9014" + "$ref": "https://ils.rero.ch/api/documents/9014" } }, { @@ -33618,13 +33618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9014" + "$ref": "https://ils.rero.ch/api/documents/9014" } }, { @@ -33632,13 +33632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9013" + "$ref": "https://ils.rero.ch/api/documents/9013" } }, { @@ -33646,13 +33646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9013" + "$ref": "https://ils.rero.ch/api/documents/9013" } }, { @@ -33660,13 +33660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9013" + "$ref": "https://ils.rero.ch/api/documents/9013" } }, { @@ -33674,13 +33674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9013" + "$ref": "https://ils.rero.ch/api/documents/9013" } }, { @@ -33688,13 +33688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9012" + "$ref": "https://ils.rero.ch/api/documents/9012" } }, { @@ -33702,13 +33702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9012" + "$ref": "https://ils.rero.ch/api/documents/9012" } }, { @@ -33716,13 +33716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9012" + "$ref": "https://ils.rero.ch/api/documents/9012" } }, { @@ -33730,13 +33730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9012" + "$ref": "https://ils.rero.ch/api/documents/9012" } }, { @@ -33744,13 +33744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9012" + "$ref": "https://ils.rero.ch/api/documents/9012" } }, { @@ -33758,13 +33758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9011" + "$ref": "https://ils.rero.ch/api/documents/9011" } }, { @@ -33772,13 +33772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9011" + "$ref": "https://ils.rero.ch/api/documents/9011" } }, { @@ -33786,13 +33786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9011" + "$ref": "https://ils.rero.ch/api/documents/9011" } }, { @@ -33800,13 +33800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9010" + "$ref": "https://ils.rero.ch/api/documents/9010" } }, { @@ -33814,13 +33814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9010" + "$ref": "https://ils.rero.ch/api/documents/9010" } }, { @@ -33828,13 +33828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9010" + "$ref": "https://ils.rero.ch/api/documents/9010" } }, { @@ -33842,13 +33842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9010" + "$ref": "https://ils.rero.ch/api/documents/9010" } }, { @@ -33856,13 +33856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9009" + "$ref": "https://ils.rero.ch/api/documents/9009" } }, { @@ -33870,13 +33870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9008" + "$ref": "https://ils.rero.ch/api/documents/9008" } }, { @@ -33884,13 +33884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9008" + "$ref": "https://ils.rero.ch/api/documents/9008" } }, { @@ -33898,13 +33898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9008" + "$ref": "https://ils.rero.ch/api/documents/9008" } }, { @@ -33912,13 +33912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9008" + "$ref": "https://ils.rero.ch/api/documents/9008" } }, { @@ -33926,13 +33926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9007" + "$ref": "https://ils.rero.ch/api/documents/9007" } }, { @@ -33940,13 +33940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9006" + "$ref": "https://ils.rero.ch/api/documents/9006" } }, { @@ -33954,13 +33954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9006" + "$ref": "https://ils.rero.ch/api/documents/9006" } }, { @@ -33968,13 +33968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9006" + "$ref": "https://ils.rero.ch/api/documents/9006" } }, { @@ -33982,13 +33982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9006" + "$ref": "https://ils.rero.ch/api/documents/9006" } }, { @@ -33996,13 +33996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9005" + "$ref": "https://ils.rero.ch/api/documents/9005" } }, { @@ -34010,13 +34010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9005" + "$ref": "https://ils.rero.ch/api/documents/9005" } }, { @@ -34024,13 +34024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9005" + "$ref": "https://ils.rero.ch/api/documents/9005" } }, { @@ -34038,13 +34038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9005" + "$ref": "https://ils.rero.ch/api/documents/9005" } }, { @@ -34052,13 +34052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9004" + "$ref": "https://ils.rero.ch/api/documents/9004" } }, { @@ -34066,13 +34066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9004" + "$ref": "https://ils.rero.ch/api/documents/9004" } }, { @@ -34080,13 +34080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9004" + "$ref": "https://ils.rero.ch/api/documents/9004" } }, { @@ -34094,13 +34094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9004" + "$ref": "https://ils.rero.ch/api/documents/9004" } }, { @@ -34108,13 +34108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9004" + "$ref": "https://ils.rero.ch/api/documents/9004" } }, { @@ -34122,13 +34122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9003" + "$ref": "https://ils.rero.ch/api/documents/9003" } }, { @@ -34136,13 +34136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9003" + "$ref": "https://ils.rero.ch/api/documents/9003" } }, { @@ -34150,13 +34150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9003" + "$ref": "https://ils.rero.ch/api/documents/9003" } }, { @@ -34164,13 +34164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9003" + "$ref": "https://ils.rero.ch/api/documents/9003" } }, { @@ -34178,13 +34178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9002" + "$ref": "https://ils.rero.ch/api/documents/9002" } }, { @@ -34192,13 +34192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9001" + "$ref": "https://ils.rero.ch/api/documents/9001" } }, { @@ -34206,13 +34206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9001" + "$ref": "https://ils.rero.ch/api/documents/9001" } }, { @@ -34220,13 +34220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9001" + "$ref": "https://ils.rero.ch/api/documents/9001" } }, { @@ -34234,13 +34234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9001" + "$ref": "https://ils.rero.ch/api/documents/9001" } }, { @@ -34248,13 +34248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9001" + "$ref": "https://ils.rero.ch/api/documents/9001" } }, { @@ -34262,13 +34262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9000" + "$ref": "https://ils.rero.ch/api/documents/9000" } }, { @@ -34276,13 +34276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9000" + "$ref": "https://ils.rero.ch/api/documents/9000" } }, { @@ -34290,13 +34290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8999" + "$ref": "https://ils.rero.ch/api/documents/8999" } }, { @@ -34304,13 +34304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8999" + "$ref": "https://ils.rero.ch/api/documents/8999" } }, { @@ -34318,13 +34318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8999" + "$ref": "https://ils.rero.ch/api/documents/8999" } }, { @@ -34332,13 +34332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8999" + "$ref": "https://ils.rero.ch/api/documents/8999" } }, { @@ -34346,13 +34346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8999" + "$ref": "https://ils.rero.ch/api/documents/8999" } }, { @@ -34360,13 +34360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8998" + "$ref": "https://ils.rero.ch/api/documents/8998" } }, { @@ -34374,13 +34374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8998" + "$ref": "https://ils.rero.ch/api/documents/8998" } }, { @@ -34388,13 +34388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8998" + "$ref": "https://ils.rero.ch/api/documents/8998" } }, { @@ -34402,13 +34402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8998" + "$ref": "https://ils.rero.ch/api/documents/8998" } }, { @@ -34416,13 +34416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8997" + "$ref": "https://ils.rero.ch/api/documents/8997" } }, { @@ -34430,13 +34430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8997" + "$ref": "https://ils.rero.ch/api/documents/8997" } }, { @@ -34444,13 +34444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8996" + "$ref": "https://ils.rero.ch/api/documents/8996" } }, { @@ -34458,13 +34458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8995" + "$ref": "https://ils.rero.ch/api/documents/8995" } }, { @@ -34472,13 +34472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8995" + "$ref": "https://ils.rero.ch/api/documents/8995" } }, { @@ -34486,13 +34486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8994" + "$ref": "https://ils.rero.ch/api/documents/8994" } }, { @@ -34500,13 +34500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8994" + "$ref": "https://ils.rero.ch/api/documents/8994" } }, { @@ -34514,13 +34514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8994" + "$ref": "https://ils.rero.ch/api/documents/8994" } }, { @@ -34528,13 +34528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8994" + "$ref": "https://ils.rero.ch/api/documents/8994" } }, { @@ -34542,13 +34542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8993" + "$ref": "https://ils.rero.ch/api/documents/8993" } }, { @@ -34556,13 +34556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8993" + "$ref": "https://ils.rero.ch/api/documents/8993" } }, { @@ -34570,13 +34570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8993" + "$ref": "https://ils.rero.ch/api/documents/8993" } }, { @@ -34584,13 +34584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8993" + "$ref": "https://ils.rero.ch/api/documents/8993" } }, { @@ -34598,13 +34598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8993" + "$ref": "https://ils.rero.ch/api/documents/8993" } }, { @@ -34612,13 +34612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8992" + "$ref": "https://ils.rero.ch/api/documents/8992" } }, { @@ -34626,13 +34626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8992" + "$ref": "https://ils.rero.ch/api/documents/8992" } }, { @@ -34640,13 +34640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8992" + "$ref": "https://ils.rero.ch/api/documents/8992" } }, { @@ -34654,13 +34654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8992" + "$ref": "https://ils.rero.ch/api/documents/8992" } }, { @@ -34668,13 +34668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8991" + "$ref": "https://ils.rero.ch/api/documents/8991" } }, { @@ -34682,13 +34682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8990" + "$ref": "https://ils.rero.ch/api/documents/8990" } }, { @@ -34696,13 +34696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8990" + "$ref": "https://ils.rero.ch/api/documents/8990" } }, { @@ -34710,13 +34710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8990" + "$ref": "https://ils.rero.ch/api/documents/8990" } }, { @@ -34724,13 +34724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8990" + "$ref": "https://ils.rero.ch/api/documents/8990" } }, { @@ -34738,13 +34738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8989" + "$ref": "https://ils.rero.ch/api/documents/8989" } }, { @@ -34752,13 +34752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8989" + "$ref": "https://ils.rero.ch/api/documents/8989" } }, { @@ -34766,13 +34766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8988" + "$ref": "https://ils.rero.ch/api/documents/8988" } }, { @@ -34780,13 +34780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8987" + "$ref": "https://ils.rero.ch/api/documents/8987" } }, { @@ -34794,13 +34794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8987" + "$ref": "https://ils.rero.ch/api/documents/8987" } }, { @@ -34808,13 +34808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8987" + "$ref": "https://ils.rero.ch/api/documents/8987" } }, { @@ -34822,13 +34822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8986" + "$ref": "https://ils.rero.ch/api/documents/8986" } }, { @@ -34836,13 +34836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8986" + "$ref": "https://ils.rero.ch/api/documents/8986" } }, { @@ -34850,13 +34850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8986" + "$ref": "https://ils.rero.ch/api/documents/8986" } }, { @@ -34864,13 +34864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8986" + "$ref": "https://ils.rero.ch/api/documents/8986" } }, { @@ -34878,13 +34878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8986" + "$ref": "https://ils.rero.ch/api/documents/8986" } }, { @@ -34892,13 +34892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8985" + "$ref": "https://ils.rero.ch/api/documents/8985" } }, { @@ -34906,13 +34906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8984" + "$ref": "https://ils.rero.ch/api/documents/8984" } }, { @@ -34920,13 +34920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8983" + "$ref": "https://ils.rero.ch/api/documents/8983" } }, { @@ -34934,13 +34934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8983" + "$ref": "https://ils.rero.ch/api/documents/8983" } }, { @@ -34948,13 +34948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8983" + "$ref": "https://ils.rero.ch/api/documents/8983" } }, { @@ -34962,13 +34962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8982" + "$ref": "https://ils.rero.ch/api/documents/8982" } }, { @@ -34976,13 +34976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8982" + "$ref": "https://ils.rero.ch/api/documents/8982" } }, { @@ -34990,13 +34990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8981" + "$ref": "https://ils.rero.ch/api/documents/8981" } }, { @@ -35004,13 +35004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8981" + "$ref": "https://ils.rero.ch/api/documents/8981" } }, { @@ -35018,13 +35018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8980" + "$ref": "https://ils.rero.ch/api/documents/8980" } }, { @@ -35032,13 +35032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8980" + "$ref": "https://ils.rero.ch/api/documents/8980" } }, { @@ -35046,13 +35046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8980" + "$ref": "https://ils.rero.ch/api/documents/8980" } }, { @@ -35060,13 +35060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8979" + "$ref": "https://ils.rero.ch/api/documents/8979" } }, { @@ -35074,13 +35074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8979" + "$ref": "https://ils.rero.ch/api/documents/8979" } }, { @@ -35088,13 +35088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8978" + "$ref": "https://ils.rero.ch/api/documents/8978" } }, { @@ -35102,13 +35102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8978" + "$ref": "https://ils.rero.ch/api/documents/8978" } }, { @@ -35116,13 +35116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8978" + "$ref": "https://ils.rero.ch/api/documents/8978" } }, { @@ -35130,13 +35130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8977" + "$ref": "https://ils.rero.ch/api/documents/8977" } }, { @@ -35144,13 +35144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8977" + "$ref": "https://ils.rero.ch/api/documents/8977" } }, { @@ -35158,13 +35158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8977" + "$ref": "https://ils.rero.ch/api/documents/8977" } }, { @@ -35172,13 +35172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8977" + "$ref": "https://ils.rero.ch/api/documents/8977" } }, { @@ -35186,13 +35186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8976" + "$ref": "https://ils.rero.ch/api/documents/8976" } }, { @@ -35200,13 +35200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8975" + "$ref": "https://ils.rero.ch/api/documents/8975" } }, { @@ -35214,13 +35214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8975" + "$ref": "https://ils.rero.ch/api/documents/8975" } }, { @@ -35228,13 +35228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8975" + "$ref": "https://ils.rero.ch/api/documents/8975" } }, { @@ -35242,13 +35242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8975" + "$ref": "https://ils.rero.ch/api/documents/8975" } }, { @@ -35256,13 +35256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8975" + "$ref": "https://ils.rero.ch/api/documents/8975" } }, { @@ -35270,13 +35270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8974" + "$ref": "https://ils.rero.ch/api/documents/8974" } }, { @@ -35284,13 +35284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8974" + "$ref": "https://ils.rero.ch/api/documents/8974" } }, { @@ -35298,13 +35298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8973" + "$ref": "https://ils.rero.ch/api/documents/8973" } }, { @@ -35312,13 +35312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8973" + "$ref": "https://ils.rero.ch/api/documents/8973" } }, { @@ -35326,13 +35326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8973" + "$ref": "https://ils.rero.ch/api/documents/8973" } }, { @@ -35340,13 +35340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8973" + "$ref": "https://ils.rero.ch/api/documents/8973" } }, { @@ -35354,13 +35354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8972" + "$ref": "https://ils.rero.ch/api/documents/8972" } }, { @@ -35368,13 +35368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8972" + "$ref": "https://ils.rero.ch/api/documents/8972" } }, { @@ -35382,13 +35382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8972" + "$ref": "https://ils.rero.ch/api/documents/8972" } }, { @@ -35396,13 +35396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8972" + "$ref": "https://ils.rero.ch/api/documents/8972" } }, { @@ -35410,13 +35410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8971" + "$ref": "https://ils.rero.ch/api/documents/8971" } }, { @@ -35424,13 +35424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8971" + "$ref": "https://ils.rero.ch/api/documents/8971" } }, { @@ -35438,13 +35438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8971" + "$ref": "https://ils.rero.ch/api/documents/8971" } }, { @@ -35452,13 +35452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8971" + "$ref": "https://ils.rero.ch/api/documents/8971" } }, { @@ -35466,13 +35466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8970" + "$ref": "https://ils.rero.ch/api/documents/8970" } }, { @@ -35480,13 +35480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8969" + "$ref": "https://ils.rero.ch/api/documents/8969" } }, { @@ -35494,13 +35494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8969" + "$ref": "https://ils.rero.ch/api/documents/8969" } }, { @@ -35508,13 +35508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8969" + "$ref": "https://ils.rero.ch/api/documents/8969" } }, { @@ -35522,13 +35522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8969" + "$ref": "https://ils.rero.ch/api/documents/8969" } }, { @@ -35536,13 +35536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8969" + "$ref": "https://ils.rero.ch/api/documents/8969" } }, { @@ -35550,13 +35550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8968" + "$ref": "https://ils.rero.ch/api/documents/8968" } }, { @@ -35564,13 +35564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8968" + "$ref": "https://ils.rero.ch/api/documents/8968" } }, { @@ -35578,13 +35578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8968" + "$ref": "https://ils.rero.ch/api/documents/8968" } }, { @@ -35592,13 +35592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8968" + "$ref": "https://ils.rero.ch/api/documents/8968" } }, { @@ -35606,13 +35606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8968" + "$ref": "https://ils.rero.ch/api/documents/8968" } }, { @@ -35620,13 +35620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8967" + "$ref": "https://ils.rero.ch/api/documents/8967" } }, { @@ -35634,13 +35634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8966" + "$ref": "https://ils.rero.ch/api/documents/8966" } }, { @@ -35648,13 +35648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8966" + "$ref": "https://ils.rero.ch/api/documents/8966" } }, { @@ -35662,13 +35662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8966" + "$ref": "https://ils.rero.ch/api/documents/8966" } }, { @@ -35676,13 +35676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8966" + "$ref": "https://ils.rero.ch/api/documents/8966" } }, { @@ -35690,13 +35690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8965" + "$ref": "https://ils.rero.ch/api/documents/8965" } }, { @@ -35704,13 +35704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8965" + "$ref": "https://ils.rero.ch/api/documents/8965" } }, { @@ -35718,13 +35718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8965" + "$ref": "https://ils.rero.ch/api/documents/8965" } }, { @@ -35732,13 +35732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8964" + "$ref": "https://ils.rero.ch/api/documents/8964" } }, { @@ -35746,13 +35746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8964" + "$ref": "https://ils.rero.ch/api/documents/8964" } }, { @@ -35760,13 +35760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8964" + "$ref": "https://ils.rero.ch/api/documents/8964" } }, { @@ -35774,13 +35774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8964" + "$ref": "https://ils.rero.ch/api/documents/8964" } }, { @@ -35788,13 +35788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8964" + "$ref": "https://ils.rero.ch/api/documents/8964" } }, { @@ -35802,13 +35802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8963" + "$ref": "https://ils.rero.ch/api/documents/8963" } }, { @@ -35816,13 +35816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8963" + "$ref": "https://ils.rero.ch/api/documents/8963" } }, { @@ -35830,13 +35830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8963" + "$ref": "https://ils.rero.ch/api/documents/8963" } }, { @@ -35844,13 +35844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8962" + "$ref": "https://ils.rero.ch/api/documents/8962" } }, { @@ -35858,13 +35858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8962" + "$ref": "https://ils.rero.ch/api/documents/8962" } }, { @@ -35872,13 +35872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8962" + "$ref": "https://ils.rero.ch/api/documents/8962" } }, { @@ -35886,13 +35886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8961" + "$ref": "https://ils.rero.ch/api/documents/8961" } }, { @@ -35900,13 +35900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8960" + "$ref": "https://ils.rero.ch/api/documents/8960" } }, { @@ -35914,13 +35914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8960" + "$ref": "https://ils.rero.ch/api/documents/8960" } }, { @@ -35928,13 +35928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8960" + "$ref": "https://ils.rero.ch/api/documents/8960" } }, { @@ -35942,13 +35942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8959" + "$ref": "https://ils.rero.ch/api/documents/8959" } }, { @@ -35956,13 +35956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8959" + "$ref": "https://ils.rero.ch/api/documents/8959" } }, { @@ -35970,13 +35970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8959" + "$ref": "https://ils.rero.ch/api/documents/8959" } }, { @@ -35984,13 +35984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8959" + "$ref": "https://ils.rero.ch/api/documents/8959" } }, { @@ -35998,13 +35998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8958" + "$ref": "https://ils.rero.ch/api/documents/8958" } }, { @@ -36012,13 +36012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8957" + "$ref": "https://ils.rero.ch/api/documents/8957" } }, { @@ -36026,13 +36026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8957" + "$ref": "https://ils.rero.ch/api/documents/8957" } }, { @@ -36040,13 +36040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8956" + "$ref": "https://ils.rero.ch/api/documents/8956" } }, { @@ -36054,13 +36054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8956" + "$ref": "https://ils.rero.ch/api/documents/8956" } }, { @@ -36068,13 +36068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8956" + "$ref": "https://ils.rero.ch/api/documents/8956" } }, { @@ -36082,13 +36082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8956" + "$ref": "https://ils.rero.ch/api/documents/8956" } }, { @@ -36096,13 +36096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8955" + "$ref": "https://ils.rero.ch/api/documents/8955" } }, { @@ -36110,13 +36110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8955" + "$ref": "https://ils.rero.ch/api/documents/8955" } }, { @@ -36124,13 +36124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8955" + "$ref": "https://ils.rero.ch/api/documents/8955" } }, { @@ -36138,13 +36138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8954" + "$ref": "https://ils.rero.ch/api/documents/8954" } }, { @@ -36152,13 +36152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8953" + "$ref": "https://ils.rero.ch/api/documents/8953" } }, { @@ -36166,13 +36166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8953" + "$ref": "https://ils.rero.ch/api/documents/8953" } }, { @@ -36180,13 +36180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8953" + "$ref": "https://ils.rero.ch/api/documents/8953" } }, { @@ -36194,13 +36194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8953" + "$ref": "https://ils.rero.ch/api/documents/8953" } }, { @@ -36208,13 +36208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8953" + "$ref": "https://ils.rero.ch/api/documents/8953" } }, { @@ -36222,13 +36222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8952" + "$ref": "https://ils.rero.ch/api/documents/8952" } }, { @@ -36236,13 +36236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8952" + "$ref": "https://ils.rero.ch/api/documents/8952" } }, { @@ -36250,13 +36250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8951" + "$ref": "https://ils.rero.ch/api/documents/8951" } }, { @@ -36264,13 +36264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8951" + "$ref": "https://ils.rero.ch/api/documents/8951" } }, { @@ -36278,13 +36278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8950" + "$ref": "https://ils.rero.ch/api/documents/8950" } }, { @@ -36292,13 +36292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8950" + "$ref": "https://ils.rero.ch/api/documents/8950" } }, { @@ -36306,13 +36306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8949" + "$ref": "https://ils.rero.ch/api/documents/8949" } }, { @@ -36320,13 +36320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8949" + "$ref": "https://ils.rero.ch/api/documents/8949" } }, { @@ -36334,13 +36334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8949" + "$ref": "https://ils.rero.ch/api/documents/8949" } }, { @@ -36348,13 +36348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8949" + "$ref": "https://ils.rero.ch/api/documents/8949" } }, { @@ -36362,13 +36362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8949" + "$ref": "https://ils.rero.ch/api/documents/8949" } }, { @@ -36376,13 +36376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8948" + "$ref": "https://ils.rero.ch/api/documents/8948" } }, { @@ -36390,13 +36390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8947" + "$ref": "https://ils.rero.ch/api/documents/8947" } }, { @@ -36404,13 +36404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8947" + "$ref": "https://ils.rero.ch/api/documents/8947" } }, { @@ -36418,13 +36418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8947" + "$ref": "https://ils.rero.ch/api/documents/8947" } }, { @@ -36432,13 +36432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8947" + "$ref": "https://ils.rero.ch/api/documents/8947" } }, { @@ -36446,13 +36446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8946" + "$ref": "https://ils.rero.ch/api/documents/8946" } }, { @@ -36460,13 +36460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8946" + "$ref": "https://ils.rero.ch/api/documents/8946" } }, { @@ -36474,13 +36474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8946" + "$ref": "https://ils.rero.ch/api/documents/8946" } }, { @@ -36488,13 +36488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8946" + "$ref": "https://ils.rero.ch/api/documents/8946" } }, { @@ -36502,13 +36502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8946" + "$ref": "https://ils.rero.ch/api/documents/8946" } }, { @@ -36516,13 +36516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8945" + "$ref": "https://ils.rero.ch/api/documents/8945" } }, { @@ -36530,13 +36530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8945" + "$ref": "https://ils.rero.ch/api/documents/8945" } }, { @@ -36544,13 +36544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8945" + "$ref": "https://ils.rero.ch/api/documents/8945" } }, { @@ -36558,13 +36558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8945" + "$ref": "https://ils.rero.ch/api/documents/8945" } }, { @@ -36572,13 +36572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8944" + "$ref": "https://ils.rero.ch/api/documents/8944" } }, { @@ -36586,13 +36586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8944" + "$ref": "https://ils.rero.ch/api/documents/8944" } }, { @@ -36600,13 +36600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8943" + "$ref": "https://ils.rero.ch/api/documents/8943" } }, { @@ -36614,13 +36614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8943" + "$ref": "https://ils.rero.ch/api/documents/8943" } }, { @@ -36628,13 +36628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8943" + "$ref": "https://ils.rero.ch/api/documents/8943" } }, { @@ -36642,13 +36642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8942" + "$ref": "https://ils.rero.ch/api/documents/8942" } }, { @@ -36656,13 +36656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8942" + "$ref": "https://ils.rero.ch/api/documents/8942" } }, { @@ -36670,13 +36670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8942" + "$ref": "https://ils.rero.ch/api/documents/8942" } }, { @@ -36684,13 +36684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8942" + "$ref": "https://ils.rero.ch/api/documents/8942" } }, { @@ -36698,13 +36698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8942" + "$ref": "https://ils.rero.ch/api/documents/8942" } }, { @@ -36712,13 +36712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8941" + "$ref": "https://ils.rero.ch/api/documents/8941" } }, { @@ -36726,13 +36726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8941" + "$ref": "https://ils.rero.ch/api/documents/8941" } }, { @@ -36740,13 +36740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8940" + "$ref": "https://ils.rero.ch/api/documents/8940" } }, { @@ -36754,13 +36754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8940" + "$ref": "https://ils.rero.ch/api/documents/8940" } }, { @@ -36768,13 +36768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8939" + "$ref": "https://ils.rero.ch/api/documents/8939" } }, { @@ -36782,13 +36782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8939" + "$ref": "https://ils.rero.ch/api/documents/8939" } }, { @@ -36796,13 +36796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8939" + "$ref": "https://ils.rero.ch/api/documents/8939" } }, { @@ -36810,13 +36810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8939" + "$ref": "https://ils.rero.ch/api/documents/8939" } }, { @@ -36824,13 +36824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8938" + "$ref": "https://ils.rero.ch/api/documents/8938" } }, { @@ -36838,13 +36838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8938" + "$ref": "https://ils.rero.ch/api/documents/8938" } }, { @@ -36852,13 +36852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8937" + "$ref": "https://ils.rero.ch/api/documents/8937" } }, { @@ -36866,13 +36866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8937" + "$ref": "https://ils.rero.ch/api/documents/8937" } }, { @@ -36880,13 +36880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8937" + "$ref": "https://ils.rero.ch/api/documents/8937" } }, { @@ -36894,13 +36894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8937" + "$ref": "https://ils.rero.ch/api/documents/8937" } }, { @@ -36908,13 +36908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8937" + "$ref": "https://ils.rero.ch/api/documents/8937" } }, { @@ -36922,13 +36922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8936" + "$ref": "https://ils.rero.ch/api/documents/8936" } }, { @@ -36936,13 +36936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8936" + "$ref": "https://ils.rero.ch/api/documents/8936" } }, { @@ -36950,13 +36950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8936" + "$ref": "https://ils.rero.ch/api/documents/8936" } }, { @@ -36964,13 +36964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8935" + "$ref": "https://ils.rero.ch/api/documents/8935" } }, { @@ -36978,13 +36978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8934" + "$ref": "https://ils.rero.ch/api/documents/8934" } }, { @@ -36992,13 +36992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8934" + "$ref": "https://ils.rero.ch/api/documents/8934" } }, { @@ -37006,13 +37006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8934" + "$ref": "https://ils.rero.ch/api/documents/8934" } }, { @@ -37020,13 +37020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8933" + "$ref": "https://ils.rero.ch/api/documents/8933" } }, { @@ -37034,13 +37034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8933" + "$ref": "https://ils.rero.ch/api/documents/8933" } }, { @@ -37048,13 +37048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8933" + "$ref": "https://ils.rero.ch/api/documents/8933" } }, { @@ -37062,13 +37062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8933" + "$ref": "https://ils.rero.ch/api/documents/8933" } }, { @@ -37076,13 +37076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8932" + "$ref": "https://ils.rero.ch/api/documents/8932" } }, { @@ -37090,13 +37090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8931" + "$ref": "https://ils.rero.ch/api/documents/8931" } }, { @@ -37104,13 +37104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8931" + "$ref": "https://ils.rero.ch/api/documents/8931" } }, { @@ -37118,13 +37118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8930" + "$ref": "https://ils.rero.ch/api/documents/8930" } }, { @@ -37132,13 +37132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8930" + "$ref": "https://ils.rero.ch/api/documents/8930" } }, { @@ -37146,13 +37146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8929" + "$ref": "https://ils.rero.ch/api/documents/8929" } }, { @@ -37160,13 +37160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8929" + "$ref": "https://ils.rero.ch/api/documents/8929" } }, { @@ -37174,13 +37174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8929" + "$ref": "https://ils.rero.ch/api/documents/8929" } }, { @@ -37188,13 +37188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8929" + "$ref": "https://ils.rero.ch/api/documents/8929" } }, { @@ -37202,13 +37202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8928" + "$ref": "https://ils.rero.ch/api/documents/8928" } }, { @@ -37216,13 +37216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8928" + "$ref": "https://ils.rero.ch/api/documents/8928" } }, { @@ -37230,13 +37230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8928" + "$ref": "https://ils.rero.ch/api/documents/8928" } }, { @@ -37244,13 +37244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8928" + "$ref": "https://ils.rero.ch/api/documents/8928" } }, { @@ -37258,13 +37258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8927" + "$ref": "https://ils.rero.ch/api/documents/8927" } }, { @@ -37272,13 +37272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8927" + "$ref": "https://ils.rero.ch/api/documents/8927" } }, { @@ -37286,13 +37286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8926" + "$ref": "https://ils.rero.ch/api/documents/8926" } }, { @@ -37300,13 +37300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8926" + "$ref": "https://ils.rero.ch/api/documents/8926" } }, { @@ -37314,13 +37314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8926" + "$ref": "https://ils.rero.ch/api/documents/8926" } }, { @@ -37328,13 +37328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8926" + "$ref": "https://ils.rero.ch/api/documents/8926" } }, { @@ -37342,13 +37342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8926" + "$ref": "https://ils.rero.ch/api/documents/8926" } }, { @@ -37356,13 +37356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8925" + "$ref": "https://ils.rero.ch/api/documents/8925" } }, { @@ -37370,13 +37370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8924" + "$ref": "https://ils.rero.ch/api/documents/8924" } }, { @@ -37384,13 +37384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8924" + "$ref": "https://ils.rero.ch/api/documents/8924" } }, { @@ -37398,13 +37398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8924" + "$ref": "https://ils.rero.ch/api/documents/8924" } }, { @@ -37412,13 +37412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8924" + "$ref": "https://ils.rero.ch/api/documents/8924" } }, { @@ -37426,13 +37426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8924" + "$ref": "https://ils.rero.ch/api/documents/8924" } }, { @@ -37440,13 +37440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8923" + "$ref": "https://ils.rero.ch/api/documents/8923" } }, { @@ -37454,13 +37454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8923" + "$ref": "https://ils.rero.ch/api/documents/8923" } }, { @@ -37468,13 +37468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8923" + "$ref": "https://ils.rero.ch/api/documents/8923" } }, { @@ -37482,13 +37482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8923" + "$ref": "https://ils.rero.ch/api/documents/8923" } }, { @@ -37496,13 +37496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8922" + "$ref": "https://ils.rero.ch/api/documents/8922" } }, { @@ -37510,13 +37510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8922" + "$ref": "https://ils.rero.ch/api/documents/8922" } }, { @@ -37524,13 +37524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8922" + "$ref": "https://ils.rero.ch/api/documents/8922" } }, { @@ -37538,13 +37538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8921" + "$ref": "https://ils.rero.ch/api/documents/8921" } }, { @@ -37552,13 +37552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8920" + "$ref": "https://ils.rero.ch/api/documents/8920" } }, { @@ -37566,13 +37566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8920" + "$ref": "https://ils.rero.ch/api/documents/8920" } }, { @@ -37580,13 +37580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8920" + "$ref": "https://ils.rero.ch/api/documents/8920" } }, { @@ -37594,13 +37594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8920" + "$ref": "https://ils.rero.ch/api/documents/8920" } }, { @@ -37608,13 +37608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8920" + "$ref": "https://ils.rero.ch/api/documents/8920" } }, { @@ -37622,13 +37622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8919" + "$ref": "https://ils.rero.ch/api/documents/8919" } }, { @@ -37636,13 +37636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8919" + "$ref": "https://ils.rero.ch/api/documents/8919" } }, { @@ -37650,13 +37650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8919" + "$ref": "https://ils.rero.ch/api/documents/8919" } }, { @@ -37664,13 +37664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8918" + "$ref": "https://ils.rero.ch/api/documents/8918" } }, { @@ -37678,13 +37678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8917" + "$ref": "https://ils.rero.ch/api/documents/8917" } }, { @@ -37692,13 +37692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8916" + "$ref": "https://ils.rero.ch/api/documents/8916" } }, { @@ -37706,13 +37706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8916" + "$ref": "https://ils.rero.ch/api/documents/8916" } }, { @@ -37720,13 +37720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8916" + "$ref": "https://ils.rero.ch/api/documents/8916" } }, { @@ -37734,13 +37734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8915" + "$ref": "https://ils.rero.ch/api/documents/8915" } }, { @@ -37748,13 +37748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8915" + "$ref": "https://ils.rero.ch/api/documents/8915" } }, { @@ -37762,13 +37762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8915" + "$ref": "https://ils.rero.ch/api/documents/8915" } }, { @@ -37776,13 +37776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8915" + "$ref": "https://ils.rero.ch/api/documents/8915" } }, { @@ -37790,13 +37790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8915" + "$ref": "https://ils.rero.ch/api/documents/8915" } }, { @@ -37804,13 +37804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8914" + "$ref": "https://ils.rero.ch/api/documents/8914" } }, { @@ -37818,13 +37818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8914" + "$ref": "https://ils.rero.ch/api/documents/8914" } }, { @@ -37832,13 +37832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8914" + "$ref": "https://ils.rero.ch/api/documents/8914" } }, { @@ -37846,13 +37846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8914" + "$ref": "https://ils.rero.ch/api/documents/8914" } }, { @@ -37860,13 +37860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8913" + "$ref": "https://ils.rero.ch/api/documents/8913" } }, { @@ -37874,13 +37874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8913" + "$ref": "https://ils.rero.ch/api/documents/8913" } }, { @@ -37888,13 +37888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8913" + "$ref": "https://ils.rero.ch/api/documents/8913" } }, { @@ -37902,13 +37902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8912" + "$ref": "https://ils.rero.ch/api/documents/8912" } }, { @@ -37916,13 +37916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8912" + "$ref": "https://ils.rero.ch/api/documents/8912" } }, { @@ -37930,13 +37930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8911" + "$ref": "https://ils.rero.ch/api/documents/8911" } }, { @@ -37944,13 +37944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8911" + "$ref": "https://ils.rero.ch/api/documents/8911" } }, { @@ -37958,13 +37958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8910" + "$ref": "https://ils.rero.ch/api/documents/8910" } }, { @@ -37972,13 +37972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8910" + "$ref": "https://ils.rero.ch/api/documents/8910" } }, { @@ -37986,13 +37986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8910" + "$ref": "https://ils.rero.ch/api/documents/8910" } }, { @@ -38000,13 +38000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8910" + "$ref": "https://ils.rero.ch/api/documents/8910" } }, { @@ -38014,13 +38014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8909" + "$ref": "https://ils.rero.ch/api/documents/8909" } }, { @@ -38028,13 +38028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8909" + "$ref": "https://ils.rero.ch/api/documents/8909" } }, { @@ -38042,13 +38042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8909" + "$ref": "https://ils.rero.ch/api/documents/8909" } }, { @@ -38056,13 +38056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8909" + "$ref": "https://ils.rero.ch/api/documents/8909" } }, { @@ -38070,13 +38070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8908" + "$ref": "https://ils.rero.ch/api/documents/8908" } }, { @@ -38084,13 +38084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8908" + "$ref": "https://ils.rero.ch/api/documents/8908" } }, { @@ -38098,13 +38098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8908" + "$ref": "https://ils.rero.ch/api/documents/8908" } }, { @@ -38112,13 +38112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8908" + "$ref": "https://ils.rero.ch/api/documents/8908" } }, { @@ -38126,13 +38126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8907" + "$ref": "https://ils.rero.ch/api/documents/8907" } }, { @@ -38140,13 +38140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8907" + "$ref": "https://ils.rero.ch/api/documents/8907" } }, { @@ -38154,13 +38154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8907" + "$ref": "https://ils.rero.ch/api/documents/8907" } }, { @@ -38168,13 +38168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8907" + "$ref": "https://ils.rero.ch/api/documents/8907" } }, { @@ -38182,13 +38182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8907" + "$ref": "https://ils.rero.ch/api/documents/8907" } }, { @@ -38196,13 +38196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8906" + "$ref": "https://ils.rero.ch/api/documents/8906" } }, { @@ -38210,13 +38210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8906" + "$ref": "https://ils.rero.ch/api/documents/8906" } }, { @@ -38224,13 +38224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8905" + "$ref": "https://ils.rero.ch/api/documents/8905" } }, { @@ -38238,13 +38238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8905" + "$ref": "https://ils.rero.ch/api/documents/8905" } }, { @@ -38252,13 +38252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8905" + "$ref": "https://ils.rero.ch/api/documents/8905" } }, { @@ -38266,13 +38266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8905" + "$ref": "https://ils.rero.ch/api/documents/8905" } }, { @@ -38280,13 +38280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8904" + "$ref": "https://ils.rero.ch/api/documents/8904" } }, { @@ -38294,13 +38294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8904" + "$ref": "https://ils.rero.ch/api/documents/8904" } }, { @@ -38308,13 +38308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8903" + "$ref": "https://ils.rero.ch/api/documents/8903" } }, { @@ -38322,13 +38322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8903" + "$ref": "https://ils.rero.ch/api/documents/8903" } }, { @@ -38336,13 +38336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8903" + "$ref": "https://ils.rero.ch/api/documents/8903" } }, { @@ -38350,13 +38350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8903" + "$ref": "https://ils.rero.ch/api/documents/8903" } }, { @@ -38364,13 +38364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8903" + "$ref": "https://ils.rero.ch/api/documents/8903" } }, { @@ -38378,13 +38378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8902" + "$ref": "https://ils.rero.ch/api/documents/8902" } }, { @@ -38392,13 +38392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8902" + "$ref": "https://ils.rero.ch/api/documents/8902" } }, { @@ -38406,13 +38406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8902" + "$ref": "https://ils.rero.ch/api/documents/8902" } }, { @@ -38420,13 +38420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8901" + "$ref": "https://ils.rero.ch/api/documents/8901" } }, { @@ -38434,13 +38434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8901" + "$ref": "https://ils.rero.ch/api/documents/8901" } }, { @@ -38448,13 +38448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8900" + "$ref": "https://ils.rero.ch/api/documents/8900" } }, { @@ -38462,13 +38462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8900" + "$ref": "https://ils.rero.ch/api/documents/8900" } }, { @@ -38476,13 +38476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8900" + "$ref": "https://ils.rero.ch/api/documents/8900" } }, { @@ -38490,13 +38490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8899" + "$ref": "https://ils.rero.ch/api/documents/8899" } }, { @@ -38504,13 +38504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8898" + "$ref": "https://ils.rero.ch/api/documents/8898" } }, { @@ -38518,13 +38518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8898" + "$ref": "https://ils.rero.ch/api/documents/8898" } }, { @@ -38532,13 +38532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8898" + "$ref": "https://ils.rero.ch/api/documents/8898" } }, { @@ -38546,13 +38546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8897" + "$ref": "https://ils.rero.ch/api/documents/8897" } }, { @@ -38560,13 +38560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8896" + "$ref": "https://ils.rero.ch/api/documents/8896" } }, { @@ -38574,13 +38574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8896" + "$ref": "https://ils.rero.ch/api/documents/8896" } }, { @@ -38588,13 +38588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8896" + "$ref": "https://ils.rero.ch/api/documents/8896" } }, { @@ -38602,13 +38602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8896" + "$ref": "https://ils.rero.ch/api/documents/8896" } }, { @@ -38616,13 +38616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8895" + "$ref": "https://ils.rero.ch/api/documents/8895" } }, { @@ -38630,13 +38630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8894" + "$ref": "https://ils.rero.ch/api/documents/8894" } }, { @@ -38644,13 +38644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8893" + "$ref": "https://ils.rero.ch/api/documents/8893" } }, { @@ -38658,13 +38658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8893" + "$ref": "https://ils.rero.ch/api/documents/8893" } }, { @@ -38672,13 +38672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8893" + "$ref": "https://ils.rero.ch/api/documents/8893" } }, { @@ -38686,13 +38686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8893" + "$ref": "https://ils.rero.ch/api/documents/8893" } }, { @@ -38700,13 +38700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8892" + "$ref": "https://ils.rero.ch/api/documents/8892" } }, { @@ -38714,13 +38714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8892" + "$ref": "https://ils.rero.ch/api/documents/8892" } }, { @@ -38728,13 +38728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8892" + "$ref": "https://ils.rero.ch/api/documents/8892" } }, { @@ -38742,13 +38742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8891" + "$ref": "https://ils.rero.ch/api/documents/8891" } }, { @@ -38756,13 +38756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8891" + "$ref": "https://ils.rero.ch/api/documents/8891" } }, { @@ -38770,13 +38770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8890" + "$ref": "https://ils.rero.ch/api/documents/8890" } }, { @@ -38784,13 +38784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8890" + "$ref": "https://ils.rero.ch/api/documents/8890" } }, { @@ -38798,13 +38798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8889" + "$ref": "https://ils.rero.ch/api/documents/8889" } }, { @@ -38812,13 +38812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8889" + "$ref": "https://ils.rero.ch/api/documents/8889" } }, { @@ -38826,13 +38826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8889" + "$ref": "https://ils.rero.ch/api/documents/8889" } }, { @@ -38840,13 +38840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8889" + "$ref": "https://ils.rero.ch/api/documents/8889" } }, { @@ -38854,13 +38854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8889" + "$ref": "https://ils.rero.ch/api/documents/8889" } }, { @@ -38868,13 +38868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8888" + "$ref": "https://ils.rero.ch/api/documents/8888" } }, { @@ -38882,13 +38882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8888" + "$ref": "https://ils.rero.ch/api/documents/8888" } }, { @@ -38896,13 +38896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8888" + "$ref": "https://ils.rero.ch/api/documents/8888" } }, { @@ -38910,13 +38910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8888" + "$ref": "https://ils.rero.ch/api/documents/8888" } }, { @@ -38924,13 +38924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8888" + "$ref": "https://ils.rero.ch/api/documents/8888" } }, { @@ -38938,13 +38938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8887" + "$ref": "https://ils.rero.ch/api/documents/8887" } }, { @@ -38952,13 +38952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8887" + "$ref": "https://ils.rero.ch/api/documents/8887" } }, { @@ -38966,13 +38966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8887" + "$ref": "https://ils.rero.ch/api/documents/8887" } }, { @@ -38980,13 +38980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8886" + "$ref": "https://ils.rero.ch/api/documents/8886" } }, { @@ -38994,13 +38994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8886" + "$ref": "https://ils.rero.ch/api/documents/8886" } }, { @@ -39008,13 +39008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8886" + "$ref": "https://ils.rero.ch/api/documents/8886" } }, { @@ -39022,13 +39022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8886" + "$ref": "https://ils.rero.ch/api/documents/8886" } }, { @@ -39036,13 +39036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8886" + "$ref": "https://ils.rero.ch/api/documents/8886" } }, { @@ -39050,13 +39050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8885" + "$ref": "https://ils.rero.ch/api/documents/8885" } }, { @@ -39064,13 +39064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8885" + "$ref": "https://ils.rero.ch/api/documents/8885" } }, { @@ -39078,13 +39078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8885" + "$ref": "https://ils.rero.ch/api/documents/8885" } }, { @@ -39092,13 +39092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8885" + "$ref": "https://ils.rero.ch/api/documents/8885" } }, { @@ -39106,13 +39106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8885" + "$ref": "https://ils.rero.ch/api/documents/8885" } }, { @@ -39120,13 +39120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8884" + "$ref": "https://ils.rero.ch/api/documents/8884" } }, { @@ -39134,13 +39134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8883" + "$ref": "https://ils.rero.ch/api/documents/8883" } }, { @@ -39148,13 +39148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8883" + "$ref": "https://ils.rero.ch/api/documents/8883" } }, { @@ -39162,13 +39162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8883" + "$ref": "https://ils.rero.ch/api/documents/8883" } }, { @@ -39176,13 +39176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8883" + "$ref": "https://ils.rero.ch/api/documents/8883" } }, { @@ -39190,13 +39190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8882" + "$ref": "https://ils.rero.ch/api/documents/8882" } }, { @@ -39204,13 +39204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8882" + "$ref": "https://ils.rero.ch/api/documents/8882" } }, { @@ -39218,13 +39218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8881" + "$ref": "https://ils.rero.ch/api/documents/8881" } }, { @@ -39232,13 +39232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8881" + "$ref": "https://ils.rero.ch/api/documents/8881" } }, { @@ -39246,13 +39246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8881" + "$ref": "https://ils.rero.ch/api/documents/8881" } }, { @@ -39260,13 +39260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8881" + "$ref": "https://ils.rero.ch/api/documents/8881" } }, { @@ -39274,13 +39274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8881" + "$ref": "https://ils.rero.ch/api/documents/8881" } }, { @@ -39288,13 +39288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8880" + "$ref": "https://ils.rero.ch/api/documents/8880" } }, { @@ -39302,13 +39302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8880" + "$ref": "https://ils.rero.ch/api/documents/8880" } }, { @@ -39316,13 +39316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8880" + "$ref": "https://ils.rero.ch/api/documents/8880" } }, { @@ -39330,13 +39330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8880" + "$ref": "https://ils.rero.ch/api/documents/8880" } }, { @@ -39344,13 +39344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8879" + "$ref": "https://ils.rero.ch/api/documents/8879" } }, { @@ -39358,13 +39358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8878" + "$ref": "https://ils.rero.ch/api/documents/8878" } }, { @@ -39372,13 +39372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8878" + "$ref": "https://ils.rero.ch/api/documents/8878" } }, { @@ -39386,13 +39386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8878" + "$ref": "https://ils.rero.ch/api/documents/8878" } }, { @@ -39400,13 +39400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8878" + "$ref": "https://ils.rero.ch/api/documents/8878" } }, { @@ -39414,13 +39414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8877" + "$ref": "https://ils.rero.ch/api/documents/8877" } }, { @@ -39428,13 +39428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8877" + "$ref": "https://ils.rero.ch/api/documents/8877" } }, { @@ -39442,13 +39442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8877" + "$ref": "https://ils.rero.ch/api/documents/8877" } }, { @@ -39456,13 +39456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8876" + "$ref": "https://ils.rero.ch/api/documents/8876" } }, { @@ -39470,13 +39470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8876" + "$ref": "https://ils.rero.ch/api/documents/8876" } }, { @@ -39484,13 +39484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8876" + "$ref": "https://ils.rero.ch/api/documents/8876" } }, { @@ -39498,13 +39498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8876" + "$ref": "https://ils.rero.ch/api/documents/8876" } }, { @@ -39512,13 +39512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8875" + "$ref": "https://ils.rero.ch/api/documents/8875" } }, { @@ -39526,13 +39526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8874" + "$ref": "https://ils.rero.ch/api/documents/8874" } }, { @@ -39540,13 +39540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8874" + "$ref": "https://ils.rero.ch/api/documents/8874" } }, { @@ -39554,13 +39554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8873" + "$ref": "https://ils.rero.ch/api/documents/8873" } }, { @@ -39568,13 +39568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8873" + "$ref": "https://ils.rero.ch/api/documents/8873" } }, { @@ -39582,13 +39582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8873" + "$ref": "https://ils.rero.ch/api/documents/8873" } }, { @@ -39596,13 +39596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8873" + "$ref": "https://ils.rero.ch/api/documents/8873" } }, { @@ -39610,13 +39610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8872" + "$ref": "https://ils.rero.ch/api/documents/8872" } }, { @@ -39624,13 +39624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8872" + "$ref": "https://ils.rero.ch/api/documents/8872" } }, { @@ -39638,13 +39638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8871" + "$ref": "https://ils.rero.ch/api/documents/8871" } }, { @@ -39652,13 +39652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8871" + "$ref": "https://ils.rero.ch/api/documents/8871" } }, { @@ -39666,13 +39666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8870" + "$ref": "https://ils.rero.ch/api/documents/8870" } }, { @@ -39680,13 +39680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8870" + "$ref": "https://ils.rero.ch/api/documents/8870" } }, { @@ -39694,13 +39694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8869" + "$ref": "https://ils.rero.ch/api/documents/8869" } }, { @@ -39708,13 +39708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8869" + "$ref": "https://ils.rero.ch/api/documents/8869" } }, { @@ -39722,13 +39722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8869" + "$ref": "https://ils.rero.ch/api/documents/8869" } }, { @@ -39736,13 +39736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8869" + "$ref": "https://ils.rero.ch/api/documents/8869" } }, { @@ -39750,13 +39750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8869" + "$ref": "https://ils.rero.ch/api/documents/8869" } }, { @@ -39764,13 +39764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8868" + "$ref": "https://ils.rero.ch/api/documents/8868" } }, { @@ -39778,13 +39778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8868" + "$ref": "https://ils.rero.ch/api/documents/8868" } }, { @@ -39792,13 +39792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8867" + "$ref": "https://ils.rero.ch/api/documents/8867" } }, { @@ -39806,13 +39806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8867" + "$ref": "https://ils.rero.ch/api/documents/8867" } }, { @@ -39820,13 +39820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8866" + "$ref": "https://ils.rero.ch/api/documents/8866" } }, { @@ -39834,13 +39834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8865" + "$ref": "https://ils.rero.ch/api/documents/8865" } }, { @@ -39848,13 +39848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8865" + "$ref": "https://ils.rero.ch/api/documents/8865" } }, { @@ -39862,13 +39862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8864" + "$ref": "https://ils.rero.ch/api/documents/8864" } }, { @@ -39876,13 +39876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8863" + "$ref": "https://ils.rero.ch/api/documents/8863" } }, { @@ -39890,13 +39890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8863" + "$ref": "https://ils.rero.ch/api/documents/8863" } }, { @@ -39904,13 +39904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8863" + "$ref": "https://ils.rero.ch/api/documents/8863" } }, { @@ -39918,13 +39918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8863" + "$ref": "https://ils.rero.ch/api/documents/8863" } }, { @@ -39932,13 +39932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8862" + "$ref": "https://ils.rero.ch/api/documents/8862" } }, { @@ -39946,13 +39946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8861" + "$ref": "https://ils.rero.ch/api/documents/8861" } }, { @@ -39960,13 +39960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8861" + "$ref": "https://ils.rero.ch/api/documents/8861" } }, { @@ -39974,13 +39974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8860" + "$ref": "https://ils.rero.ch/api/documents/8860" } }, { @@ -39988,13 +39988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8860" + "$ref": "https://ils.rero.ch/api/documents/8860" } }, { @@ -40002,13 +40002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8860" + "$ref": "https://ils.rero.ch/api/documents/8860" } }, { @@ -40016,13 +40016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8860" + "$ref": "https://ils.rero.ch/api/documents/8860" } }, { @@ -40030,13 +40030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8860" + "$ref": "https://ils.rero.ch/api/documents/8860" } }, { @@ -40044,13 +40044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8859" + "$ref": "https://ils.rero.ch/api/documents/8859" } }, { @@ -40058,13 +40058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8858" + "$ref": "https://ils.rero.ch/api/documents/8858" } }, { @@ -40072,13 +40072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8858" + "$ref": "https://ils.rero.ch/api/documents/8858" } }, { @@ -40086,13 +40086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8857" + "$ref": "https://ils.rero.ch/api/documents/8857" } }, { @@ -40100,13 +40100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8857" + "$ref": "https://ils.rero.ch/api/documents/8857" } }, { @@ -40114,13 +40114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8856" + "$ref": "https://ils.rero.ch/api/documents/8856" } }, { @@ -40128,13 +40128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8856" + "$ref": "https://ils.rero.ch/api/documents/8856" } }, { @@ -40142,13 +40142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8856" + "$ref": "https://ils.rero.ch/api/documents/8856" } }, { @@ -40156,13 +40156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8855" + "$ref": "https://ils.rero.ch/api/documents/8855" } }, { @@ -40170,13 +40170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8855" + "$ref": "https://ils.rero.ch/api/documents/8855" } }, { @@ -40184,13 +40184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8855" + "$ref": "https://ils.rero.ch/api/documents/8855" } }, { @@ -40198,13 +40198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8854" + "$ref": "https://ils.rero.ch/api/documents/8854" } }, { @@ -40212,13 +40212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8854" + "$ref": "https://ils.rero.ch/api/documents/8854" } }, { @@ -40226,13 +40226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8853" + "$ref": "https://ils.rero.ch/api/documents/8853" } }, { @@ -40240,13 +40240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8853" + "$ref": "https://ils.rero.ch/api/documents/8853" } }, { @@ -40254,13 +40254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8852" + "$ref": "https://ils.rero.ch/api/documents/8852" } }, { @@ -40268,13 +40268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8852" + "$ref": "https://ils.rero.ch/api/documents/8852" } }, { @@ -40282,13 +40282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8852" + "$ref": "https://ils.rero.ch/api/documents/8852" } }, { @@ -40296,13 +40296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8852" + "$ref": "https://ils.rero.ch/api/documents/8852" } }, { @@ -40310,13 +40310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8852" + "$ref": "https://ils.rero.ch/api/documents/8852" } }, { @@ -40324,13 +40324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8851" + "$ref": "https://ils.rero.ch/api/documents/8851" } }, { @@ -40338,13 +40338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8850" + "$ref": "https://ils.rero.ch/api/documents/8850" } }, { @@ -40352,13 +40352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8850" + "$ref": "https://ils.rero.ch/api/documents/8850" } }, { @@ -40366,13 +40366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8850" + "$ref": "https://ils.rero.ch/api/documents/8850" } }, { @@ -40380,13 +40380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8850" + "$ref": "https://ils.rero.ch/api/documents/8850" } }, { @@ -40394,13 +40394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8850" + "$ref": "https://ils.rero.ch/api/documents/8850" } }, { @@ -40408,13 +40408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8849" + "$ref": "https://ils.rero.ch/api/documents/8849" } }, { @@ -40422,13 +40422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8849" + "$ref": "https://ils.rero.ch/api/documents/8849" } }, { @@ -40436,13 +40436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8848" + "$ref": "https://ils.rero.ch/api/documents/8848" } }, { @@ -40450,13 +40450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8848" + "$ref": "https://ils.rero.ch/api/documents/8848" } }, { @@ -40464,13 +40464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8848" + "$ref": "https://ils.rero.ch/api/documents/8848" } }, { @@ -40478,13 +40478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8848" + "$ref": "https://ils.rero.ch/api/documents/8848" } }, { @@ -40492,13 +40492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8847" + "$ref": "https://ils.rero.ch/api/documents/8847" } }, { @@ -40506,13 +40506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8846" + "$ref": "https://ils.rero.ch/api/documents/8846" } }, { @@ -40520,13 +40520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8845" + "$ref": "https://ils.rero.ch/api/documents/8845" } }, { @@ -40534,13 +40534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8845" + "$ref": "https://ils.rero.ch/api/documents/8845" } }, { @@ -40548,13 +40548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8844" + "$ref": "https://ils.rero.ch/api/documents/8844" } }, { @@ -40562,13 +40562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8843" + "$ref": "https://ils.rero.ch/api/documents/8843" } }, { @@ -40576,13 +40576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8842" + "$ref": "https://ils.rero.ch/api/documents/8842" } }, { @@ -40590,13 +40590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8842" + "$ref": "https://ils.rero.ch/api/documents/8842" } }, { @@ -40604,13 +40604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8842" + "$ref": "https://ils.rero.ch/api/documents/8842" } }, { @@ -40618,13 +40618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8842" + "$ref": "https://ils.rero.ch/api/documents/8842" } }, { @@ -40632,13 +40632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8842" + "$ref": "https://ils.rero.ch/api/documents/8842" } }, { @@ -40646,13 +40646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8841" + "$ref": "https://ils.rero.ch/api/documents/8841" } }, { @@ -40660,13 +40660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8841" + "$ref": "https://ils.rero.ch/api/documents/8841" } }, { @@ -40674,13 +40674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8840" + "$ref": "https://ils.rero.ch/api/documents/8840" } }, { @@ -40688,13 +40688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8839" + "$ref": "https://ils.rero.ch/api/documents/8839" } }, { @@ -40702,13 +40702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8839" + "$ref": "https://ils.rero.ch/api/documents/8839" } }, { @@ -40716,13 +40716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8839" + "$ref": "https://ils.rero.ch/api/documents/8839" } }, { @@ -40730,13 +40730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8839" + "$ref": "https://ils.rero.ch/api/documents/8839" } }, { @@ -40744,13 +40744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8839" + "$ref": "https://ils.rero.ch/api/documents/8839" } }, { @@ -40758,13 +40758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8838" + "$ref": "https://ils.rero.ch/api/documents/8838" } }, { @@ -40772,13 +40772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8838" + "$ref": "https://ils.rero.ch/api/documents/8838" } }, { @@ -40786,13 +40786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8838" + "$ref": "https://ils.rero.ch/api/documents/8838" } }, { @@ -40800,13 +40800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8838" + "$ref": "https://ils.rero.ch/api/documents/8838" } }, { @@ -40814,13 +40814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8838" + "$ref": "https://ils.rero.ch/api/documents/8838" } }, { @@ -40828,13 +40828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8837" + "$ref": "https://ils.rero.ch/api/documents/8837" } }, { @@ -40842,13 +40842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8837" + "$ref": "https://ils.rero.ch/api/documents/8837" } }, { @@ -40856,13 +40856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8837" + "$ref": "https://ils.rero.ch/api/documents/8837" } }, { @@ -40870,13 +40870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8836" + "$ref": "https://ils.rero.ch/api/documents/8836" } }, { @@ -40884,13 +40884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8835" + "$ref": "https://ils.rero.ch/api/documents/8835" } }, { @@ -40898,13 +40898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8835" + "$ref": "https://ils.rero.ch/api/documents/8835" } }, { @@ -40912,13 +40912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8835" + "$ref": "https://ils.rero.ch/api/documents/8835" } }, { @@ -40926,13 +40926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8835" + "$ref": "https://ils.rero.ch/api/documents/8835" } }, { @@ -40940,13 +40940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8835" + "$ref": "https://ils.rero.ch/api/documents/8835" } }, { @@ -40954,13 +40954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8834" + "$ref": "https://ils.rero.ch/api/documents/8834" } }, { @@ -40968,13 +40968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8834" + "$ref": "https://ils.rero.ch/api/documents/8834" } }, { @@ -40982,13 +40982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8834" + "$ref": "https://ils.rero.ch/api/documents/8834" } }, { @@ -40996,13 +40996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8833" + "$ref": "https://ils.rero.ch/api/documents/8833" } }, { @@ -41010,13 +41010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8833" + "$ref": "https://ils.rero.ch/api/documents/8833" } }, { @@ -41024,13 +41024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8833" + "$ref": "https://ils.rero.ch/api/documents/8833" } }, { @@ -41038,13 +41038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8833" + "$ref": "https://ils.rero.ch/api/documents/8833" } }, { @@ -41052,13 +41052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8832" + "$ref": "https://ils.rero.ch/api/documents/8832" } }, { @@ -41066,13 +41066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8832" + "$ref": "https://ils.rero.ch/api/documents/8832" } }, { @@ -41080,13 +41080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8831" + "$ref": "https://ils.rero.ch/api/documents/8831" } }, { @@ -41094,13 +41094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8830" + "$ref": "https://ils.rero.ch/api/documents/8830" } }, { @@ -41108,13 +41108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8829" + "$ref": "https://ils.rero.ch/api/documents/8829" } }, { @@ -41122,13 +41122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8829" + "$ref": "https://ils.rero.ch/api/documents/8829" } }, { @@ -41136,13 +41136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8829" + "$ref": "https://ils.rero.ch/api/documents/8829" } }, { @@ -41150,13 +41150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8829" + "$ref": "https://ils.rero.ch/api/documents/8829" } }, { @@ -41164,13 +41164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8829" + "$ref": "https://ils.rero.ch/api/documents/8829" } }, { @@ -41178,13 +41178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8828" + "$ref": "https://ils.rero.ch/api/documents/8828" } }, { @@ -41192,13 +41192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8828" + "$ref": "https://ils.rero.ch/api/documents/8828" } }, { @@ -41206,13 +41206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8827" + "$ref": "https://ils.rero.ch/api/documents/8827" } }, { @@ -41220,13 +41220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8827" + "$ref": "https://ils.rero.ch/api/documents/8827" } }, { @@ -41234,13 +41234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8827" + "$ref": "https://ils.rero.ch/api/documents/8827" } }, { @@ -41248,13 +41248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8827" + "$ref": "https://ils.rero.ch/api/documents/8827" } }, { @@ -41262,13 +41262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8826" + "$ref": "https://ils.rero.ch/api/documents/8826" } }, { @@ -41276,13 +41276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8826" + "$ref": "https://ils.rero.ch/api/documents/8826" } }, { @@ -41290,13 +41290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8826" + "$ref": "https://ils.rero.ch/api/documents/8826" } }, { @@ -41304,13 +41304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8826" + "$ref": "https://ils.rero.ch/api/documents/8826" } }, { @@ -41318,13 +41318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8825" + "$ref": "https://ils.rero.ch/api/documents/8825" } }, { @@ -41332,13 +41332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8825" + "$ref": "https://ils.rero.ch/api/documents/8825" } }, { @@ -41346,13 +41346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8825" + "$ref": "https://ils.rero.ch/api/documents/8825" } }, { @@ -41360,13 +41360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8825" + "$ref": "https://ils.rero.ch/api/documents/8825" } }, { @@ -41374,13 +41374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8825" + "$ref": "https://ils.rero.ch/api/documents/8825" } }, { @@ -41388,13 +41388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8824" + "$ref": "https://ils.rero.ch/api/documents/8824" } }, { @@ -41402,13 +41402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8824" + "$ref": "https://ils.rero.ch/api/documents/8824" } }, { @@ -41416,13 +41416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8824" + "$ref": "https://ils.rero.ch/api/documents/8824" } }, { @@ -41430,13 +41430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8824" + "$ref": "https://ils.rero.ch/api/documents/8824" } }, { @@ -41444,13 +41444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8823" + "$ref": "https://ils.rero.ch/api/documents/8823" } }, { @@ -41458,13 +41458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8823" + "$ref": "https://ils.rero.ch/api/documents/8823" } }, { @@ -41472,13 +41472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8822" + "$ref": "https://ils.rero.ch/api/documents/8822" } }, { @@ -41486,13 +41486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8821" + "$ref": "https://ils.rero.ch/api/documents/8821" } }, { @@ -41500,13 +41500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8820" + "$ref": "https://ils.rero.ch/api/documents/8820" } }, { @@ -41514,13 +41514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8820" + "$ref": "https://ils.rero.ch/api/documents/8820" } }, { @@ -41528,13 +41528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8819" + "$ref": "https://ils.rero.ch/api/documents/8819" } }, { @@ -41542,13 +41542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8819" + "$ref": "https://ils.rero.ch/api/documents/8819" } }, { @@ -41556,13 +41556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8819" + "$ref": "https://ils.rero.ch/api/documents/8819" } }, { @@ -41570,13 +41570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8818" + "$ref": "https://ils.rero.ch/api/documents/8818" } }, { @@ -41584,13 +41584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8818" + "$ref": "https://ils.rero.ch/api/documents/8818" } }, { @@ -41598,13 +41598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8818" + "$ref": "https://ils.rero.ch/api/documents/8818" } }, { @@ -41612,13 +41612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8818" + "$ref": "https://ils.rero.ch/api/documents/8818" } }, { @@ -41626,13 +41626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8817" + "$ref": "https://ils.rero.ch/api/documents/8817" } }, { @@ -41640,13 +41640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8817" + "$ref": "https://ils.rero.ch/api/documents/8817" } }, { @@ -41654,13 +41654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8817" + "$ref": "https://ils.rero.ch/api/documents/8817" } }, { @@ -41668,13 +41668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8817" + "$ref": "https://ils.rero.ch/api/documents/8817" } }, { @@ -41682,13 +41682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8816" + "$ref": "https://ils.rero.ch/api/documents/8816" } }, { @@ -41696,13 +41696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8815" + "$ref": "https://ils.rero.ch/api/documents/8815" } }, { @@ -41710,13 +41710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8815" + "$ref": "https://ils.rero.ch/api/documents/8815" } }, { @@ -41724,13 +41724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8815" + "$ref": "https://ils.rero.ch/api/documents/8815" } }, { @@ -41738,13 +41738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8815" + "$ref": "https://ils.rero.ch/api/documents/8815" } }, { @@ -41752,13 +41752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8815" + "$ref": "https://ils.rero.ch/api/documents/8815" } }, { @@ -41766,13 +41766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8814" + "$ref": "https://ils.rero.ch/api/documents/8814" } }, { @@ -41780,13 +41780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8814" + "$ref": "https://ils.rero.ch/api/documents/8814" } }, { @@ -41794,13 +41794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8814" + "$ref": "https://ils.rero.ch/api/documents/8814" } }, { @@ -41808,13 +41808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8813" + "$ref": "https://ils.rero.ch/api/documents/8813" } }, { @@ -41822,13 +41822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8813" + "$ref": "https://ils.rero.ch/api/documents/8813" } }, { @@ -41836,13 +41836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8813" + "$ref": "https://ils.rero.ch/api/documents/8813" } }, { @@ -41850,13 +41850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8813" + "$ref": "https://ils.rero.ch/api/documents/8813" } }, { @@ -41864,13 +41864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8812" + "$ref": "https://ils.rero.ch/api/documents/8812" } }, { @@ -41878,13 +41878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8812" + "$ref": "https://ils.rero.ch/api/documents/8812" } }, { @@ -41892,13 +41892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8811" + "$ref": "https://ils.rero.ch/api/documents/8811" } }, { @@ -41906,13 +41906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8811" + "$ref": "https://ils.rero.ch/api/documents/8811" } }, { @@ -41920,13 +41920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8811" + "$ref": "https://ils.rero.ch/api/documents/8811" } }, { @@ -41934,13 +41934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8811" + "$ref": "https://ils.rero.ch/api/documents/8811" } }, { @@ -41948,13 +41948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8811" + "$ref": "https://ils.rero.ch/api/documents/8811" } }, { @@ -41962,13 +41962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8810" + "$ref": "https://ils.rero.ch/api/documents/8810" } }, { @@ -41976,13 +41976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8810" + "$ref": "https://ils.rero.ch/api/documents/8810" } }, { @@ -41990,13 +41990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8810" + "$ref": "https://ils.rero.ch/api/documents/8810" } }, { @@ -42004,13 +42004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8809" + "$ref": "https://ils.rero.ch/api/documents/8809" } }, { @@ -42018,13 +42018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8809" + "$ref": "https://ils.rero.ch/api/documents/8809" } }, { @@ -42032,13 +42032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8809" + "$ref": "https://ils.rero.ch/api/documents/8809" } }, { @@ -42046,13 +42046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8809" + "$ref": "https://ils.rero.ch/api/documents/8809" } }, { @@ -42060,13 +42060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8809" + "$ref": "https://ils.rero.ch/api/documents/8809" } }, { @@ -42074,13 +42074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8808" + "$ref": "https://ils.rero.ch/api/documents/8808" } }, { @@ -42088,13 +42088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8808" + "$ref": "https://ils.rero.ch/api/documents/8808" } }, { @@ -42102,13 +42102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8808" + "$ref": "https://ils.rero.ch/api/documents/8808" } }, { @@ -42116,13 +42116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8808" + "$ref": "https://ils.rero.ch/api/documents/8808" } }, { @@ -42130,13 +42130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8808" + "$ref": "https://ils.rero.ch/api/documents/8808" } }, { @@ -42144,13 +42144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8807" + "$ref": "https://ils.rero.ch/api/documents/8807" } }, { @@ -42158,13 +42158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8807" + "$ref": "https://ils.rero.ch/api/documents/8807" } }, { @@ -42172,13 +42172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8807" + "$ref": "https://ils.rero.ch/api/documents/8807" } }, { @@ -42186,13 +42186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8807" + "$ref": "https://ils.rero.ch/api/documents/8807" } }, { @@ -42200,13 +42200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8807" + "$ref": "https://ils.rero.ch/api/documents/8807" } }, { @@ -42214,13 +42214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8806" + "$ref": "https://ils.rero.ch/api/documents/8806" } }, { @@ -42228,13 +42228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8805" + "$ref": "https://ils.rero.ch/api/documents/8805" } }, { @@ -42242,13 +42242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8805" + "$ref": "https://ils.rero.ch/api/documents/8805" } }, { @@ -42256,13 +42256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8805" + "$ref": "https://ils.rero.ch/api/documents/8805" } }, { @@ -42270,13 +42270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8805" + "$ref": "https://ils.rero.ch/api/documents/8805" } }, { @@ -42284,13 +42284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8804" + "$ref": "https://ils.rero.ch/api/documents/8804" } }, { @@ -42298,13 +42298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8804" + "$ref": "https://ils.rero.ch/api/documents/8804" } }, { @@ -42312,13 +42312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8804" + "$ref": "https://ils.rero.ch/api/documents/8804" } }, { @@ -42326,13 +42326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8804" + "$ref": "https://ils.rero.ch/api/documents/8804" } }, { @@ -42340,13 +42340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8804" + "$ref": "https://ils.rero.ch/api/documents/8804" } }, { @@ -42354,13 +42354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8803" + "$ref": "https://ils.rero.ch/api/documents/8803" } }, { @@ -42368,13 +42368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8803" + "$ref": "https://ils.rero.ch/api/documents/8803" } }, { @@ -42382,13 +42382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8803" + "$ref": "https://ils.rero.ch/api/documents/8803" } }, { @@ -42396,13 +42396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8802" + "$ref": "https://ils.rero.ch/api/documents/8802" } }, { @@ -42410,13 +42410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8802" + "$ref": "https://ils.rero.ch/api/documents/8802" } }, { @@ -42424,13 +42424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8802" + "$ref": "https://ils.rero.ch/api/documents/8802" } }, { @@ -42438,13 +42438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8802" + "$ref": "https://ils.rero.ch/api/documents/8802" } }, { @@ -42452,13 +42452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8801" + "$ref": "https://ils.rero.ch/api/documents/8801" } }, { @@ -42466,13 +42466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8801" + "$ref": "https://ils.rero.ch/api/documents/8801" } }, { @@ -42480,13 +42480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8800" + "$ref": "https://ils.rero.ch/api/documents/8800" } }, { @@ -42494,13 +42494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8800" + "$ref": "https://ils.rero.ch/api/documents/8800" } }, { @@ -42508,13 +42508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8800" + "$ref": "https://ils.rero.ch/api/documents/8800" } }, { @@ -42522,13 +42522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8800" + "$ref": "https://ils.rero.ch/api/documents/8800" } }, { @@ -42536,13 +42536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8800" + "$ref": "https://ils.rero.ch/api/documents/8800" } }, { @@ -42550,13 +42550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8799" + "$ref": "https://ils.rero.ch/api/documents/8799" } }, { @@ -42564,13 +42564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8799" + "$ref": "https://ils.rero.ch/api/documents/8799" } }, { @@ -42578,13 +42578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8799" + "$ref": "https://ils.rero.ch/api/documents/8799" } }, { @@ -42592,13 +42592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8799" + "$ref": "https://ils.rero.ch/api/documents/8799" } }, { @@ -42606,13 +42606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8798" + "$ref": "https://ils.rero.ch/api/documents/8798" } }, { @@ -42620,13 +42620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8798" + "$ref": "https://ils.rero.ch/api/documents/8798" } }, { @@ -42634,13 +42634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8797" + "$ref": "https://ils.rero.ch/api/documents/8797" } }, { @@ -42648,13 +42648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8797" + "$ref": "https://ils.rero.ch/api/documents/8797" } }, { @@ -42662,13 +42662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8797" + "$ref": "https://ils.rero.ch/api/documents/8797" } }, { @@ -42676,13 +42676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8797" + "$ref": "https://ils.rero.ch/api/documents/8797" } }, { @@ -42690,13 +42690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8797" + "$ref": "https://ils.rero.ch/api/documents/8797" } }, { @@ -42704,13 +42704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8796" + "$ref": "https://ils.rero.ch/api/documents/8796" } }, { @@ -42718,13 +42718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8795" + "$ref": "https://ils.rero.ch/api/documents/8795" } }, { @@ -42732,13 +42732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8795" + "$ref": "https://ils.rero.ch/api/documents/8795" } }, { @@ -42746,13 +42746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8795" + "$ref": "https://ils.rero.ch/api/documents/8795" } }, { @@ -42760,13 +42760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8795" + "$ref": "https://ils.rero.ch/api/documents/8795" } }, { @@ -42774,13 +42774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8795" + "$ref": "https://ils.rero.ch/api/documents/8795" } }, { @@ -42788,13 +42788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8794" + "$ref": "https://ils.rero.ch/api/documents/8794" } }, { @@ -42802,13 +42802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8794" + "$ref": "https://ils.rero.ch/api/documents/8794" } }, { @@ -42816,13 +42816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8794" + "$ref": "https://ils.rero.ch/api/documents/8794" } }, { @@ -42830,13 +42830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8794" + "$ref": "https://ils.rero.ch/api/documents/8794" } }, { @@ -42844,13 +42844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8794" + "$ref": "https://ils.rero.ch/api/documents/8794" } }, { @@ -42858,13 +42858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8793" + "$ref": "https://ils.rero.ch/api/documents/8793" } }, { @@ -42872,13 +42872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8793" + "$ref": "https://ils.rero.ch/api/documents/8793" } }, { @@ -42886,13 +42886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8792" + "$ref": "https://ils.rero.ch/api/documents/8792" } }, { @@ -42900,13 +42900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8792" + "$ref": "https://ils.rero.ch/api/documents/8792" } }, { @@ -42914,13 +42914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8792" + "$ref": "https://ils.rero.ch/api/documents/8792" } }, { @@ -42928,13 +42928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8792" + "$ref": "https://ils.rero.ch/api/documents/8792" } }, { @@ -42942,13 +42942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8792" + "$ref": "https://ils.rero.ch/api/documents/8792" } }, { @@ -42956,13 +42956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8791" + "$ref": "https://ils.rero.ch/api/documents/8791" } }, { @@ -42970,13 +42970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8791" + "$ref": "https://ils.rero.ch/api/documents/8791" } }, { @@ -42984,13 +42984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8791" + "$ref": "https://ils.rero.ch/api/documents/8791" } }, { @@ -42998,13 +42998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8790" + "$ref": "https://ils.rero.ch/api/documents/8790" } }, { @@ -43012,13 +43012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8790" + "$ref": "https://ils.rero.ch/api/documents/8790" } }, { @@ -43026,13 +43026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8790" + "$ref": "https://ils.rero.ch/api/documents/8790" } }, { @@ -43040,13 +43040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8790" + "$ref": "https://ils.rero.ch/api/documents/8790" } }, { @@ -43054,13 +43054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8790" + "$ref": "https://ils.rero.ch/api/documents/8790" } }, { @@ -43068,13 +43068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8789" + "$ref": "https://ils.rero.ch/api/documents/8789" } }, { @@ -43082,13 +43082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8789" + "$ref": "https://ils.rero.ch/api/documents/8789" } }, { @@ -43096,13 +43096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8788" + "$ref": "https://ils.rero.ch/api/documents/8788" } }, { @@ -43110,13 +43110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8788" + "$ref": "https://ils.rero.ch/api/documents/8788" } }, { @@ -43124,13 +43124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8787" + "$ref": "https://ils.rero.ch/api/documents/8787" } }, { @@ -43138,13 +43138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8786" + "$ref": "https://ils.rero.ch/api/documents/8786" } }, { @@ -43152,13 +43152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8786" + "$ref": "https://ils.rero.ch/api/documents/8786" } }, { @@ -43166,13 +43166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8785" + "$ref": "https://ils.rero.ch/api/documents/8785" } }, { @@ -43180,13 +43180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8785" + "$ref": "https://ils.rero.ch/api/documents/8785" } }, { @@ -43194,13 +43194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8784" + "$ref": "https://ils.rero.ch/api/documents/8784" } }, { @@ -43208,13 +43208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8783" + "$ref": "https://ils.rero.ch/api/documents/8783" } }, { @@ -43222,13 +43222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8783" + "$ref": "https://ils.rero.ch/api/documents/8783" } }, { @@ -43236,13 +43236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8783" + "$ref": "https://ils.rero.ch/api/documents/8783" } }, { @@ -43250,13 +43250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8783" + "$ref": "https://ils.rero.ch/api/documents/8783" } }, { @@ -43264,13 +43264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8782" + "$ref": "https://ils.rero.ch/api/documents/8782" } }, { @@ -43278,13 +43278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8782" + "$ref": "https://ils.rero.ch/api/documents/8782" } }, { @@ -43292,13 +43292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8782" + "$ref": "https://ils.rero.ch/api/documents/8782" } }, { @@ -43306,13 +43306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8782" + "$ref": "https://ils.rero.ch/api/documents/8782" } }, { @@ -43320,13 +43320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8781" + "$ref": "https://ils.rero.ch/api/documents/8781" } }, { @@ -43334,13 +43334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8781" + "$ref": "https://ils.rero.ch/api/documents/8781" } }, { @@ -43348,13 +43348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8781" + "$ref": "https://ils.rero.ch/api/documents/8781" } }, { @@ -43362,13 +43362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8781" + "$ref": "https://ils.rero.ch/api/documents/8781" } }, { @@ -43376,13 +43376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8780" + "$ref": "https://ils.rero.ch/api/documents/8780" } }, { @@ -43390,13 +43390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8780" + "$ref": "https://ils.rero.ch/api/documents/8780" } }, { @@ -43404,13 +43404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8780" + "$ref": "https://ils.rero.ch/api/documents/8780" } }, { @@ -43418,13 +43418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8780" + "$ref": "https://ils.rero.ch/api/documents/8780" } }, { @@ -43432,13 +43432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8780" + "$ref": "https://ils.rero.ch/api/documents/8780" } }, { @@ -43446,13 +43446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8779" + "$ref": "https://ils.rero.ch/api/documents/8779" } }, { @@ -43460,13 +43460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8778" + "$ref": "https://ils.rero.ch/api/documents/8778" } }, { @@ -43474,13 +43474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8778" + "$ref": "https://ils.rero.ch/api/documents/8778" } }, { @@ -43488,13 +43488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8778" + "$ref": "https://ils.rero.ch/api/documents/8778" } }, { @@ -43502,13 +43502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8778" + "$ref": "https://ils.rero.ch/api/documents/8778" } }, { @@ -43516,13 +43516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8778" + "$ref": "https://ils.rero.ch/api/documents/8778" } }, { @@ -43530,13 +43530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8777" + "$ref": "https://ils.rero.ch/api/documents/8777" } }, { @@ -43544,13 +43544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8777" + "$ref": "https://ils.rero.ch/api/documents/8777" } }, { @@ -43558,13 +43558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8777" + "$ref": "https://ils.rero.ch/api/documents/8777" } }, { @@ -43572,13 +43572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8777" + "$ref": "https://ils.rero.ch/api/documents/8777" } }, { @@ -43586,13 +43586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8777" + "$ref": "https://ils.rero.ch/api/documents/8777" } }, { @@ -43600,13 +43600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8776" + "$ref": "https://ils.rero.ch/api/documents/8776" } }, { @@ -43614,13 +43614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8776" + "$ref": "https://ils.rero.ch/api/documents/8776" } }, { @@ -43628,13 +43628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8776" + "$ref": "https://ils.rero.ch/api/documents/8776" } }, { @@ -43642,13 +43642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8776" + "$ref": "https://ils.rero.ch/api/documents/8776" } }, { @@ -43656,13 +43656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8775" + "$ref": "https://ils.rero.ch/api/documents/8775" } }, { @@ -43670,13 +43670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8774" + "$ref": "https://ils.rero.ch/api/documents/8774" } }, { @@ -43684,13 +43684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8774" + "$ref": "https://ils.rero.ch/api/documents/8774" } }, { @@ -43698,13 +43698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8773" + "$ref": "https://ils.rero.ch/api/documents/8773" } }, { @@ -43712,13 +43712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8773" + "$ref": "https://ils.rero.ch/api/documents/8773" } }, { @@ -43726,13 +43726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8773" + "$ref": "https://ils.rero.ch/api/documents/8773" } }, { @@ -43740,13 +43740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8773" + "$ref": "https://ils.rero.ch/api/documents/8773" } }, { @@ -43754,13 +43754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8773" + "$ref": "https://ils.rero.ch/api/documents/8773" } }, { @@ -43768,13 +43768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8772" + "$ref": "https://ils.rero.ch/api/documents/8772" } }, { @@ -43782,13 +43782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8772" + "$ref": "https://ils.rero.ch/api/documents/8772" } }, { @@ -43796,13 +43796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8772" + "$ref": "https://ils.rero.ch/api/documents/8772" } }, { @@ -43810,13 +43810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8772" + "$ref": "https://ils.rero.ch/api/documents/8772" } }, { @@ -43824,13 +43824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8771" + "$ref": "https://ils.rero.ch/api/documents/8771" } }, { @@ -43838,13 +43838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8770" + "$ref": "https://ils.rero.ch/api/documents/8770" } }, { @@ -43852,13 +43852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8770" + "$ref": "https://ils.rero.ch/api/documents/8770" } }, { @@ -43866,13 +43866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8770" + "$ref": "https://ils.rero.ch/api/documents/8770" } }, { @@ -43880,13 +43880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8769" + "$ref": "https://ils.rero.ch/api/documents/8769" } }, { @@ -43894,13 +43894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8769" + "$ref": "https://ils.rero.ch/api/documents/8769" } }, { @@ -43908,13 +43908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8769" + "$ref": "https://ils.rero.ch/api/documents/8769" } }, { @@ -43922,13 +43922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8769" + "$ref": "https://ils.rero.ch/api/documents/8769" } }, { @@ -43936,13 +43936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8768" + "$ref": "https://ils.rero.ch/api/documents/8768" } }, { @@ -43950,13 +43950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8768" + "$ref": "https://ils.rero.ch/api/documents/8768" } }, { @@ -43964,13 +43964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8767" + "$ref": "https://ils.rero.ch/api/documents/8767" } }, { @@ -43978,13 +43978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8767" + "$ref": "https://ils.rero.ch/api/documents/8767" } }, { @@ -43992,13 +43992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8767" + "$ref": "https://ils.rero.ch/api/documents/8767" } }, { @@ -44006,13 +44006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8766" + "$ref": "https://ils.rero.ch/api/documents/8766" } }, { @@ -44020,13 +44020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8766" + "$ref": "https://ils.rero.ch/api/documents/8766" } }, { @@ -44034,13 +44034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8766" + "$ref": "https://ils.rero.ch/api/documents/8766" } }, { @@ -44048,13 +44048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8766" + "$ref": "https://ils.rero.ch/api/documents/8766" } }, { @@ -44062,13 +44062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8766" + "$ref": "https://ils.rero.ch/api/documents/8766" } }, { @@ -44076,13 +44076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8765" + "$ref": "https://ils.rero.ch/api/documents/8765" } }, { @@ -44090,13 +44090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8765" + "$ref": "https://ils.rero.ch/api/documents/8765" } }, { @@ -44104,13 +44104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8765" + "$ref": "https://ils.rero.ch/api/documents/8765" } }, { @@ -44118,13 +44118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8765" + "$ref": "https://ils.rero.ch/api/documents/8765" } }, { @@ -44132,13 +44132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8764" + "$ref": "https://ils.rero.ch/api/documents/8764" } }, { @@ -44146,13 +44146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8763" + "$ref": "https://ils.rero.ch/api/documents/8763" } }, { @@ -44160,13 +44160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8762" + "$ref": "https://ils.rero.ch/api/documents/8762" } }, { @@ -44174,13 +44174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8762" + "$ref": "https://ils.rero.ch/api/documents/8762" } }, { @@ -44188,13 +44188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8762" + "$ref": "https://ils.rero.ch/api/documents/8762" } }, { @@ -44202,13 +44202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8761" + "$ref": "https://ils.rero.ch/api/documents/8761" } }, { @@ -44216,13 +44216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8761" + "$ref": "https://ils.rero.ch/api/documents/8761" } }, { @@ -44230,13 +44230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8761" + "$ref": "https://ils.rero.ch/api/documents/8761" } }, { @@ -44244,13 +44244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8760" + "$ref": "https://ils.rero.ch/api/documents/8760" } }, { @@ -44258,13 +44258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8760" + "$ref": "https://ils.rero.ch/api/documents/8760" } }, { @@ -44272,13 +44272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8760" + "$ref": "https://ils.rero.ch/api/documents/8760" } }, { @@ -44286,13 +44286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8760" + "$ref": "https://ils.rero.ch/api/documents/8760" } }, { @@ -44300,13 +44300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8760" + "$ref": "https://ils.rero.ch/api/documents/8760" } }, { @@ -44314,13 +44314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8759" + "$ref": "https://ils.rero.ch/api/documents/8759" } }, { @@ -44328,13 +44328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8759" + "$ref": "https://ils.rero.ch/api/documents/8759" } }, { @@ -44342,13 +44342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8758" + "$ref": "https://ils.rero.ch/api/documents/8758" } }, { @@ -44356,13 +44356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8758" + "$ref": "https://ils.rero.ch/api/documents/8758" } }, { @@ -44370,13 +44370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8758" + "$ref": "https://ils.rero.ch/api/documents/8758" } }, { @@ -44384,13 +44384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8758" + "$ref": "https://ils.rero.ch/api/documents/8758" } }, { @@ -44398,13 +44398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8757" + "$ref": "https://ils.rero.ch/api/documents/8757" } }, { @@ -44412,13 +44412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8756" + "$ref": "https://ils.rero.ch/api/documents/8756" } }, { @@ -44426,13 +44426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8755" + "$ref": "https://ils.rero.ch/api/documents/8755" } }, { @@ -44440,13 +44440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8754" + "$ref": "https://ils.rero.ch/api/documents/8754" } }, { @@ -44454,13 +44454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8754" + "$ref": "https://ils.rero.ch/api/documents/8754" } }, { @@ -44468,13 +44468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8753" + "$ref": "https://ils.rero.ch/api/documents/8753" } }, { @@ -44482,13 +44482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8753" + "$ref": "https://ils.rero.ch/api/documents/8753" } }, { @@ -44496,13 +44496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8753" + "$ref": "https://ils.rero.ch/api/documents/8753" } }, { @@ -44510,13 +44510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8753" + "$ref": "https://ils.rero.ch/api/documents/8753" } }, { @@ -44524,13 +44524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8752" + "$ref": "https://ils.rero.ch/api/documents/8752" } }, { @@ -44538,13 +44538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8752" + "$ref": "https://ils.rero.ch/api/documents/8752" } }, { @@ -44552,13 +44552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8752" + "$ref": "https://ils.rero.ch/api/documents/8752" } }, { @@ -44566,13 +44566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8752" + "$ref": "https://ils.rero.ch/api/documents/8752" } }, { @@ -44580,13 +44580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8751" + "$ref": "https://ils.rero.ch/api/documents/8751" } }, { @@ -44594,13 +44594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8751" + "$ref": "https://ils.rero.ch/api/documents/8751" } }, { @@ -44608,13 +44608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8751" + "$ref": "https://ils.rero.ch/api/documents/8751" } }, { @@ -44622,13 +44622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8751" + "$ref": "https://ils.rero.ch/api/documents/8751" } }, { @@ -44636,13 +44636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8751" + "$ref": "https://ils.rero.ch/api/documents/8751" } }, { @@ -44650,13 +44650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8750" + "$ref": "https://ils.rero.ch/api/documents/8750" } }, { @@ -44664,13 +44664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8750" + "$ref": "https://ils.rero.ch/api/documents/8750" } }, { @@ -44678,13 +44678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8750" + "$ref": "https://ils.rero.ch/api/documents/8750" } }, { @@ -44692,13 +44692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8750" + "$ref": "https://ils.rero.ch/api/documents/8750" } }, { @@ -44706,13 +44706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8749" + "$ref": "https://ils.rero.ch/api/documents/8749" } }, { @@ -44720,13 +44720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8748" + "$ref": "https://ils.rero.ch/api/documents/8748" } }, { @@ -44734,13 +44734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8747" + "$ref": "https://ils.rero.ch/api/documents/8747" } }, { @@ -44748,13 +44748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8747" + "$ref": "https://ils.rero.ch/api/documents/8747" } }, { @@ -44762,13 +44762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8747" + "$ref": "https://ils.rero.ch/api/documents/8747" } }, { @@ -44776,13 +44776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8747" + "$ref": "https://ils.rero.ch/api/documents/8747" } }, { @@ -44790,13 +44790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8747" + "$ref": "https://ils.rero.ch/api/documents/8747" } }, { @@ -44804,13 +44804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8746" + "$ref": "https://ils.rero.ch/api/documents/8746" } }, { @@ -44818,13 +44818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8746" + "$ref": "https://ils.rero.ch/api/documents/8746" } }, { @@ -44832,13 +44832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8746" + "$ref": "https://ils.rero.ch/api/documents/8746" } }, { @@ -44846,13 +44846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8746" + "$ref": "https://ils.rero.ch/api/documents/8746" } }, { @@ -44860,13 +44860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8746" + "$ref": "https://ils.rero.ch/api/documents/8746" } }, { @@ -44874,13 +44874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8745" + "$ref": "https://ils.rero.ch/api/documents/8745" } }, { @@ -44888,13 +44888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8745" + "$ref": "https://ils.rero.ch/api/documents/8745" } }, { @@ -44902,13 +44902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8744" + "$ref": "https://ils.rero.ch/api/documents/8744" } }, { @@ -44916,13 +44916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8744" + "$ref": "https://ils.rero.ch/api/documents/8744" } }, { @@ -44930,13 +44930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8744" + "$ref": "https://ils.rero.ch/api/documents/8744" } }, { @@ -44944,13 +44944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8744" + "$ref": "https://ils.rero.ch/api/documents/8744" } }, { @@ -44958,13 +44958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8744" + "$ref": "https://ils.rero.ch/api/documents/8744" } }, { @@ -44972,13 +44972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8743" + "$ref": "https://ils.rero.ch/api/documents/8743" } }, { @@ -44986,13 +44986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8743" + "$ref": "https://ils.rero.ch/api/documents/8743" } }, { @@ -45000,13 +45000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8743" + "$ref": "https://ils.rero.ch/api/documents/8743" } }, { @@ -45014,13 +45014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8743" + "$ref": "https://ils.rero.ch/api/documents/8743" } }, { @@ -45028,13 +45028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8743" + "$ref": "https://ils.rero.ch/api/documents/8743" } }, { @@ -45042,13 +45042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8742" + "$ref": "https://ils.rero.ch/api/documents/8742" } }, { @@ -45056,13 +45056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8742" + "$ref": "https://ils.rero.ch/api/documents/8742" } }, { @@ -45070,13 +45070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8742" + "$ref": "https://ils.rero.ch/api/documents/8742" } }, { @@ -45084,13 +45084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8741" + "$ref": "https://ils.rero.ch/api/documents/8741" } }, { @@ -45098,13 +45098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8741" + "$ref": "https://ils.rero.ch/api/documents/8741" } }, { @@ -45112,13 +45112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8740" + "$ref": "https://ils.rero.ch/api/documents/8740" } }, { @@ -45126,13 +45126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8740" + "$ref": "https://ils.rero.ch/api/documents/8740" } }, { @@ -45140,13 +45140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8740" + "$ref": "https://ils.rero.ch/api/documents/8740" } }, { @@ -45154,13 +45154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8739" + "$ref": "https://ils.rero.ch/api/documents/8739" } }, { @@ -45168,13 +45168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8738" + "$ref": "https://ils.rero.ch/api/documents/8738" } }, { @@ -45182,13 +45182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8738" + "$ref": "https://ils.rero.ch/api/documents/8738" } }, { @@ -45196,13 +45196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8738" + "$ref": "https://ils.rero.ch/api/documents/8738" } }, { @@ -45210,13 +45210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8737" + "$ref": "https://ils.rero.ch/api/documents/8737" } }, { @@ -45224,13 +45224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8737" + "$ref": "https://ils.rero.ch/api/documents/8737" } }, { @@ -45238,13 +45238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8737" + "$ref": "https://ils.rero.ch/api/documents/8737" } }, { @@ -45252,13 +45252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8737" + "$ref": "https://ils.rero.ch/api/documents/8737" } }, { @@ -45266,13 +45266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8737" + "$ref": "https://ils.rero.ch/api/documents/8737" } }, { @@ -45280,13 +45280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8736" + "$ref": "https://ils.rero.ch/api/documents/8736" } }, { @@ -45294,13 +45294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8736" + "$ref": "https://ils.rero.ch/api/documents/8736" } }, { @@ -45308,13 +45308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8736" + "$ref": "https://ils.rero.ch/api/documents/8736" } }, { @@ -45322,13 +45322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8735" + "$ref": "https://ils.rero.ch/api/documents/8735" } }, { @@ -45336,13 +45336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8735" + "$ref": "https://ils.rero.ch/api/documents/8735" } }, { @@ -45350,13 +45350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8735" + "$ref": "https://ils.rero.ch/api/documents/8735" } }, { @@ -45364,13 +45364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8734" + "$ref": "https://ils.rero.ch/api/documents/8734" } }, { @@ -45378,13 +45378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8733" + "$ref": "https://ils.rero.ch/api/documents/8733" } }, { @@ -45392,13 +45392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8733" + "$ref": "https://ils.rero.ch/api/documents/8733" } }, { @@ -45406,13 +45406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8733" + "$ref": "https://ils.rero.ch/api/documents/8733" } }, { @@ -45420,13 +45420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8733" + "$ref": "https://ils.rero.ch/api/documents/8733" } }, { @@ -45434,13 +45434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8732" + "$ref": "https://ils.rero.ch/api/documents/8732" } }, { @@ -45448,13 +45448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8732" + "$ref": "https://ils.rero.ch/api/documents/8732" } }, { @@ -45462,13 +45462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8732" + "$ref": "https://ils.rero.ch/api/documents/8732" } }, { @@ -45476,13 +45476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8732" + "$ref": "https://ils.rero.ch/api/documents/8732" } }, { @@ -45490,13 +45490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8732" + "$ref": "https://ils.rero.ch/api/documents/8732" } }, { @@ -45504,13 +45504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8731" + "$ref": "https://ils.rero.ch/api/documents/8731" } }, { @@ -45518,13 +45518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8731" + "$ref": "https://ils.rero.ch/api/documents/8731" } }, { @@ -45532,13 +45532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8731" + "$ref": "https://ils.rero.ch/api/documents/8731" } }, { @@ -45546,13 +45546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8731" + "$ref": "https://ils.rero.ch/api/documents/8731" } }, { @@ -45560,13 +45560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8731" + "$ref": "https://ils.rero.ch/api/documents/8731" } }, { @@ -45574,13 +45574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8730" + "$ref": "https://ils.rero.ch/api/documents/8730" } }, { @@ -45588,13 +45588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8729" + "$ref": "https://ils.rero.ch/api/documents/8729" } }, { @@ -45602,13 +45602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8728" + "$ref": "https://ils.rero.ch/api/documents/8728" } }, { @@ -45616,13 +45616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8728" + "$ref": "https://ils.rero.ch/api/documents/8728" } }, { @@ -45630,13 +45630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8727" + "$ref": "https://ils.rero.ch/api/documents/8727" } }, { @@ -45644,13 +45644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8727" + "$ref": "https://ils.rero.ch/api/documents/8727" } }, { @@ -45658,13 +45658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8727" + "$ref": "https://ils.rero.ch/api/documents/8727" } }, { @@ -45672,13 +45672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8726" + "$ref": "https://ils.rero.ch/api/documents/8726" } }, { @@ -45686,13 +45686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8726" + "$ref": "https://ils.rero.ch/api/documents/8726" } }, { @@ -45700,13 +45700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8726" + "$ref": "https://ils.rero.ch/api/documents/8726" } }, { @@ -45714,13 +45714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8725" + "$ref": "https://ils.rero.ch/api/documents/8725" } }, { @@ -45728,13 +45728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8725" + "$ref": "https://ils.rero.ch/api/documents/8725" } }, { @@ -45742,13 +45742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8724" + "$ref": "https://ils.rero.ch/api/documents/8724" } }, { @@ -45756,13 +45756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8724" + "$ref": "https://ils.rero.ch/api/documents/8724" } }, { @@ -45770,13 +45770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8723" + "$ref": "https://ils.rero.ch/api/documents/8723" } }, { @@ -45784,13 +45784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8723" + "$ref": "https://ils.rero.ch/api/documents/8723" } }, { @@ -45798,13 +45798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8722" + "$ref": "https://ils.rero.ch/api/documents/8722" } }, { @@ -45812,13 +45812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8722" + "$ref": "https://ils.rero.ch/api/documents/8722" } }, { @@ -45826,13 +45826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8722" + "$ref": "https://ils.rero.ch/api/documents/8722" } }, { @@ -45840,13 +45840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8721" + "$ref": "https://ils.rero.ch/api/documents/8721" } }, { @@ -45854,13 +45854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8721" + "$ref": "https://ils.rero.ch/api/documents/8721" } }, { @@ -45868,13 +45868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8721" + "$ref": "https://ils.rero.ch/api/documents/8721" } }, { @@ -45882,13 +45882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8721" + "$ref": "https://ils.rero.ch/api/documents/8721" } }, { @@ -45896,13 +45896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8721" + "$ref": "https://ils.rero.ch/api/documents/8721" } }, { @@ -45910,13 +45910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8720" + "$ref": "https://ils.rero.ch/api/documents/8720" } }, { @@ -45924,13 +45924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8720" + "$ref": "https://ils.rero.ch/api/documents/8720" } }, { @@ -45938,13 +45938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8720" + "$ref": "https://ils.rero.ch/api/documents/8720" } }, { @@ -45952,13 +45952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8719" + "$ref": "https://ils.rero.ch/api/documents/8719" } }, { @@ -45966,13 +45966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8719" + "$ref": "https://ils.rero.ch/api/documents/8719" } }, { @@ -45980,13 +45980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8719" + "$ref": "https://ils.rero.ch/api/documents/8719" } }, { @@ -45994,13 +45994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8719" + "$ref": "https://ils.rero.ch/api/documents/8719" } }, { @@ -46008,13 +46008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8718" + "$ref": "https://ils.rero.ch/api/documents/8718" } }, { @@ -46022,13 +46022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8718" + "$ref": "https://ils.rero.ch/api/documents/8718" } }, { @@ -46036,13 +46036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8718" + "$ref": "https://ils.rero.ch/api/documents/8718" } }, { @@ -46050,13 +46050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8718" + "$ref": "https://ils.rero.ch/api/documents/8718" } }, { @@ -46064,13 +46064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8718" + "$ref": "https://ils.rero.ch/api/documents/8718" } }, { @@ -46078,13 +46078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8717" + "$ref": "https://ils.rero.ch/api/documents/8717" } }, { @@ -46092,13 +46092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8717" + "$ref": "https://ils.rero.ch/api/documents/8717" } }, { @@ -46106,13 +46106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8717" + "$ref": "https://ils.rero.ch/api/documents/8717" } }, { @@ -46120,13 +46120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8717" + "$ref": "https://ils.rero.ch/api/documents/8717" } }, { @@ -46134,13 +46134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8717" + "$ref": "https://ils.rero.ch/api/documents/8717" } }, { @@ -46148,13 +46148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8716" + "$ref": "https://ils.rero.ch/api/documents/8716" } }, { @@ -46162,13 +46162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8716" + "$ref": "https://ils.rero.ch/api/documents/8716" } }, { @@ -46176,13 +46176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8716" + "$ref": "https://ils.rero.ch/api/documents/8716" } }, { @@ -46190,13 +46190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8715" + "$ref": "https://ils.rero.ch/api/documents/8715" } }, { @@ -46204,13 +46204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8715" + "$ref": "https://ils.rero.ch/api/documents/8715" } }, { @@ -46218,13 +46218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8715" + "$ref": "https://ils.rero.ch/api/documents/8715" } }, { @@ -46232,13 +46232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8715" + "$ref": "https://ils.rero.ch/api/documents/8715" } }, { @@ -46246,13 +46246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8714" + "$ref": "https://ils.rero.ch/api/documents/8714" } }, { @@ -46260,13 +46260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8714" + "$ref": "https://ils.rero.ch/api/documents/8714" } }, { @@ -46274,13 +46274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8714" + "$ref": "https://ils.rero.ch/api/documents/8714" } }, { @@ -46288,13 +46288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8714" + "$ref": "https://ils.rero.ch/api/documents/8714" } }, { @@ -46302,13 +46302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8713" + "$ref": "https://ils.rero.ch/api/documents/8713" } }, { @@ -46316,13 +46316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8713" + "$ref": "https://ils.rero.ch/api/documents/8713" } }, { @@ -46330,13 +46330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8713" + "$ref": "https://ils.rero.ch/api/documents/8713" } }, { @@ -46344,13 +46344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8713" + "$ref": "https://ils.rero.ch/api/documents/8713" } }, { @@ -46358,13 +46358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8712" + "$ref": "https://ils.rero.ch/api/documents/8712" } }, { @@ -46372,13 +46372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8712" + "$ref": "https://ils.rero.ch/api/documents/8712" } }, { @@ -46386,13 +46386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8712" + "$ref": "https://ils.rero.ch/api/documents/8712" } }, { @@ -46400,13 +46400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8711" + "$ref": "https://ils.rero.ch/api/documents/8711" } }, { @@ -46414,13 +46414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8711" + "$ref": "https://ils.rero.ch/api/documents/8711" } }, { @@ -46428,13 +46428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8710" + "$ref": "https://ils.rero.ch/api/documents/8710" } }, { @@ -46442,13 +46442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8709" + "$ref": "https://ils.rero.ch/api/documents/8709" } }, { @@ -46456,13 +46456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8709" + "$ref": "https://ils.rero.ch/api/documents/8709" } }, { @@ -46470,13 +46470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8709" + "$ref": "https://ils.rero.ch/api/documents/8709" } }, { @@ -46484,13 +46484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8709" + "$ref": "https://ils.rero.ch/api/documents/8709" } }, { @@ -46498,13 +46498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8708" + "$ref": "https://ils.rero.ch/api/documents/8708" } }, { @@ -46512,13 +46512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8708" + "$ref": "https://ils.rero.ch/api/documents/8708" } }, { @@ -46526,13 +46526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8707" + "$ref": "https://ils.rero.ch/api/documents/8707" } }, { @@ -46540,13 +46540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8707" + "$ref": "https://ils.rero.ch/api/documents/8707" } }, { @@ -46554,13 +46554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8707" + "$ref": "https://ils.rero.ch/api/documents/8707" } }, { @@ -46568,13 +46568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8707" + "$ref": "https://ils.rero.ch/api/documents/8707" } }, { @@ -46582,13 +46582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8706" + "$ref": "https://ils.rero.ch/api/documents/8706" } }, { @@ -46596,13 +46596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8706" + "$ref": "https://ils.rero.ch/api/documents/8706" } }, { @@ -46610,13 +46610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8706" + "$ref": "https://ils.rero.ch/api/documents/8706" } }, { @@ -46624,13 +46624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8706" + "$ref": "https://ils.rero.ch/api/documents/8706" } }, { @@ -46638,13 +46638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8706" + "$ref": "https://ils.rero.ch/api/documents/8706" } }, { @@ -46652,13 +46652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8705" + "$ref": "https://ils.rero.ch/api/documents/8705" } }, { @@ -46666,13 +46666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8705" + "$ref": "https://ils.rero.ch/api/documents/8705" } }, { @@ -46680,13 +46680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8704" + "$ref": "https://ils.rero.ch/api/documents/8704" } }, { @@ -46694,13 +46694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8704" + "$ref": "https://ils.rero.ch/api/documents/8704" } }, { @@ -46708,13 +46708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8704" + "$ref": "https://ils.rero.ch/api/documents/8704" } }, { @@ -46722,13 +46722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8703" + "$ref": "https://ils.rero.ch/api/documents/8703" } }, { @@ -46736,13 +46736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8703" + "$ref": "https://ils.rero.ch/api/documents/8703" } }, { @@ -46750,13 +46750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8703" + "$ref": "https://ils.rero.ch/api/documents/8703" } }, { @@ -46764,13 +46764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8703" + "$ref": "https://ils.rero.ch/api/documents/8703" } }, { @@ -46778,13 +46778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8702" + "$ref": "https://ils.rero.ch/api/documents/8702" } }, { @@ -46792,13 +46792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8702" + "$ref": "https://ils.rero.ch/api/documents/8702" } }, { @@ -46806,13 +46806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8702" + "$ref": "https://ils.rero.ch/api/documents/8702" } }, { @@ -46820,13 +46820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8702" + "$ref": "https://ils.rero.ch/api/documents/8702" } }, { @@ -46834,13 +46834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8702" + "$ref": "https://ils.rero.ch/api/documents/8702" } }, { @@ -46848,13 +46848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8701" + "$ref": "https://ils.rero.ch/api/documents/8701" } }, { @@ -46862,13 +46862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8701" + "$ref": "https://ils.rero.ch/api/documents/8701" } }, { @@ -46876,13 +46876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8701" + "$ref": "https://ils.rero.ch/api/documents/8701" } }, { @@ -46890,13 +46890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8700" + "$ref": "https://ils.rero.ch/api/documents/8700" } }, { @@ -46904,13 +46904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8700" + "$ref": "https://ils.rero.ch/api/documents/8700" } }, { @@ -46918,13 +46918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8700" + "$ref": "https://ils.rero.ch/api/documents/8700" } }, { @@ -46932,13 +46932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8700" + "$ref": "https://ils.rero.ch/api/documents/8700" } }, { @@ -46946,13 +46946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8699" + "$ref": "https://ils.rero.ch/api/documents/8699" } }, { @@ -46960,13 +46960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8699" + "$ref": "https://ils.rero.ch/api/documents/8699" } }, { @@ -46974,13 +46974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8699" + "$ref": "https://ils.rero.ch/api/documents/8699" } }, { @@ -46988,13 +46988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8699" + "$ref": "https://ils.rero.ch/api/documents/8699" } }, { @@ -47002,13 +47002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8698" + "$ref": "https://ils.rero.ch/api/documents/8698" } }, { @@ -47016,13 +47016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8698" + "$ref": "https://ils.rero.ch/api/documents/8698" } }, { @@ -47030,13 +47030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8698" + "$ref": "https://ils.rero.ch/api/documents/8698" } }, { @@ -47044,13 +47044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8698" + "$ref": "https://ils.rero.ch/api/documents/8698" } }, { @@ -47058,13 +47058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8697" + "$ref": "https://ils.rero.ch/api/documents/8697" } }, { @@ -47072,13 +47072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8697" + "$ref": "https://ils.rero.ch/api/documents/8697" } }, { @@ -47086,13 +47086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8696" + "$ref": "https://ils.rero.ch/api/documents/8696" } }, { @@ -47100,13 +47100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8696" + "$ref": "https://ils.rero.ch/api/documents/8696" } }, { @@ -47114,13 +47114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8695" + "$ref": "https://ils.rero.ch/api/documents/8695" } }, { @@ -47128,13 +47128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8695" + "$ref": "https://ils.rero.ch/api/documents/8695" } }, { @@ -47142,13 +47142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8694" + "$ref": "https://ils.rero.ch/api/documents/8694" } }, { @@ -47156,13 +47156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8694" + "$ref": "https://ils.rero.ch/api/documents/8694" } }, { @@ -47170,13 +47170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8694" + "$ref": "https://ils.rero.ch/api/documents/8694" } }, { @@ -47184,13 +47184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8694" + "$ref": "https://ils.rero.ch/api/documents/8694" } }, { @@ -47198,13 +47198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8694" + "$ref": "https://ils.rero.ch/api/documents/8694" } }, { @@ -47212,13 +47212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8693" + "$ref": "https://ils.rero.ch/api/documents/8693" } }, { @@ -47226,13 +47226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8693" + "$ref": "https://ils.rero.ch/api/documents/8693" } }, { @@ -47240,13 +47240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8693" + "$ref": "https://ils.rero.ch/api/documents/8693" } }, { @@ -47254,13 +47254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8693" + "$ref": "https://ils.rero.ch/api/documents/8693" } }, { @@ -47268,13 +47268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8693" + "$ref": "https://ils.rero.ch/api/documents/8693" } }, { @@ -47282,13 +47282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8692" + "$ref": "https://ils.rero.ch/api/documents/8692" } }, { @@ -47296,13 +47296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8691" + "$ref": "https://ils.rero.ch/api/documents/8691" } }, { @@ -47310,13 +47310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8691" + "$ref": "https://ils.rero.ch/api/documents/8691" } }, { @@ -47324,13 +47324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8691" + "$ref": "https://ils.rero.ch/api/documents/8691" } }, { @@ -47338,13 +47338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8691" + "$ref": "https://ils.rero.ch/api/documents/8691" } }, { @@ -47352,13 +47352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8691" + "$ref": "https://ils.rero.ch/api/documents/8691" } }, { @@ -47366,13 +47366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8690" + "$ref": "https://ils.rero.ch/api/documents/8690" } }, { @@ -47380,13 +47380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8690" + "$ref": "https://ils.rero.ch/api/documents/8690" } }, { @@ -47394,13 +47394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8689" + "$ref": "https://ils.rero.ch/api/documents/8689" } }, { @@ -47408,13 +47408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8689" + "$ref": "https://ils.rero.ch/api/documents/8689" } }, { @@ -47422,13 +47422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8688" + "$ref": "https://ils.rero.ch/api/documents/8688" } }, { @@ -47436,13 +47436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8688" + "$ref": "https://ils.rero.ch/api/documents/8688" } }, { @@ -47450,13 +47450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8688" + "$ref": "https://ils.rero.ch/api/documents/8688" } }, { @@ -47464,13 +47464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8688" + "$ref": "https://ils.rero.ch/api/documents/8688" } }, { @@ -47478,13 +47478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8687" + "$ref": "https://ils.rero.ch/api/documents/8687" } }, { @@ -47492,13 +47492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8687" + "$ref": "https://ils.rero.ch/api/documents/8687" } }, { @@ -47506,13 +47506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8686" + "$ref": "https://ils.rero.ch/api/documents/8686" } }, { @@ -47520,13 +47520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8686" + "$ref": "https://ils.rero.ch/api/documents/8686" } }, { @@ -47534,13 +47534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8686" + "$ref": "https://ils.rero.ch/api/documents/8686" } }, { @@ -47548,13 +47548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8686" + "$ref": "https://ils.rero.ch/api/documents/8686" } }, { @@ -47562,13 +47562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8686" + "$ref": "https://ils.rero.ch/api/documents/8686" } }, { @@ -47576,13 +47576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8685" + "$ref": "https://ils.rero.ch/api/documents/8685" } }, { @@ -47590,13 +47590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8685" + "$ref": "https://ils.rero.ch/api/documents/8685" } }, { @@ -47604,13 +47604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8685" + "$ref": "https://ils.rero.ch/api/documents/8685" } }, { @@ -47618,13 +47618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8685" + "$ref": "https://ils.rero.ch/api/documents/8685" } }, { @@ -47632,13 +47632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8685" + "$ref": "https://ils.rero.ch/api/documents/8685" } }, { @@ -47646,13 +47646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8684" + "$ref": "https://ils.rero.ch/api/documents/8684" } }, { @@ -47660,13 +47660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8684" + "$ref": "https://ils.rero.ch/api/documents/8684" } }, { @@ -47674,13 +47674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8683" + "$ref": "https://ils.rero.ch/api/documents/8683" } }, { @@ -47688,13 +47688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8683" + "$ref": "https://ils.rero.ch/api/documents/8683" } }, { @@ -47702,13 +47702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8682" + "$ref": "https://ils.rero.ch/api/documents/8682" } }, { @@ -47716,13 +47716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8681" + "$ref": "https://ils.rero.ch/api/documents/8681" } }, { @@ -47730,13 +47730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8680" + "$ref": "https://ils.rero.ch/api/documents/8680" } }, { @@ -47744,13 +47744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8680" + "$ref": "https://ils.rero.ch/api/documents/8680" } }, { @@ -47758,13 +47758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8680" + "$ref": "https://ils.rero.ch/api/documents/8680" } }, { @@ -47772,13 +47772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8680" + "$ref": "https://ils.rero.ch/api/documents/8680" } }, { @@ -47786,13 +47786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8680" + "$ref": "https://ils.rero.ch/api/documents/8680" } }, { @@ -47800,13 +47800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8679" + "$ref": "https://ils.rero.ch/api/documents/8679" } }, { @@ -47814,13 +47814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8679" + "$ref": "https://ils.rero.ch/api/documents/8679" } }, { @@ -47828,13 +47828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8679" + "$ref": "https://ils.rero.ch/api/documents/8679" } }, { @@ -47842,13 +47842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8678" + "$ref": "https://ils.rero.ch/api/documents/8678" } }, { @@ -47856,13 +47856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8678" + "$ref": "https://ils.rero.ch/api/documents/8678" } }, { @@ -47870,13 +47870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8677" + "$ref": "https://ils.rero.ch/api/documents/8677" } }, { @@ -47884,13 +47884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8677" + "$ref": "https://ils.rero.ch/api/documents/8677" } }, { @@ -47898,13 +47898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8677" + "$ref": "https://ils.rero.ch/api/documents/8677" } }, { @@ -47912,13 +47912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8677" + "$ref": "https://ils.rero.ch/api/documents/8677" } }, { @@ -47926,13 +47926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8676" + "$ref": "https://ils.rero.ch/api/documents/8676" } }, { @@ -47940,13 +47940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8676" + "$ref": "https://ils.rero.ch/api/documents/8676" } }, { @@ -47954,13 +47954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8676" + "$ref": "https://ils.rero.ch/api/documents/8676" } }, { @@ -47968,13 +47968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8676" + "$ref": "https://ils.rero.ch/api/documents/8676" } }, { @@ -47982,13 +47982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8676" + "$ref": "https://ils.rero.ch/api/documents/8676" } }, { @@ -47996,13 +47996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8675" + "$ref": "https://ils.rero.ch/api/documents/8675" } }, { @@ -48010,13 +48010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8675" + "$ref": "https://ils.rero.ch/api/documents/8675" } }, { @@ -48024,13 +48024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8675" + "$ref": "https://ils.rero.ch/api/documents/8675" } }, { @@ -48038,13 +48038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8675" + "$ref": "https://ils.rero.ch/api/documents/8675" } }, { @@ -48052,13 +48052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8675" + "$ref": "https://ils.rero.ch/api/documents/8675" } }, { @@ -48066,13 +48066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8674" + "$ref": "https://ils.rero.ch/api/documents/8674" } }, { @@ -48080,13 +48080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8674" + "$ref": "https://ils.rero.ch/api/documents/8674" } }, { @@ -48094,13 +48094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8673" + "$ref": "https://ils.rero.ch/api/documents/8673" } }, { @@ -48108,13 +48108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8673" + "$ref": "https://ils.rero.ch/api/documents/8673" } }, { @@ -48122,13 +48122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8673" + "$ref": "https://ils.rero.ch/api/documents/8673" } }, { @@ -48136,13 +48136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8673" + "$ref": "https://ils.rero.ch/api/documents/8673" } }, { @@ -48150,13 +48150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8673" + "$ref": "https://ils.rero.ch/api/documents/8673" } }, { @@ -48164,13 +48164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8672" + "$ref": "https://ils.rero.ch/api/documents/8672" } }, { @@ -48178,13 +48178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8672" + "$ref": "https://ils.rero.ch/api/documents/8672" } }, { @@ -48192,13 +48192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8672" + "$ref": "https://ils.rero.ch/api/documents/8672" } }, { @@ -48206,13 +48206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8672" + "$ref": "https://ils.rero.ch/api/documents/8672" } }, { @@ -48220,13 +48220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8671" + "$ref": "https://ils.rero.ch/api/documents/8671" } }, { @@ -48234,13 +48234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8671" + "$ref": "https://ils.rero.ch/api/documents/8671" } }, { @@ -48248,13 +48248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8670" + "$ref": "https://ils.rero.ch/api/documents/8670" } }, { @@ -48262,13 +48262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8670" + "$ref": "https://ils.rero.ch/api/documents/8670" } }, { @@ -48276,13 +48276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8670" + "$ref": "https://ils.rero.ch/api/documents/8670" } }, { @@ -48290,13 +48290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8669" + "$ref": "https://ils.rero.ch/api/documents/8669" } }, { @@ -48304,13 +48304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8669" + "$ref": "https://ils.rero.ch/api/documents/8669" } }, { @@ -48318,13 +48318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8668" + "$ref": "https://ils.rero.ch/api/documents/8668" } }, { @@ -48332,13 +48332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8668" + "$ref": "https://ils.rero.ch/api/documents/8668" } }, { @@ -48346,13 +48346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8668" + "$ref": "https://ils.rero.ch/api/documents/8668" } }, { @@ -48360,13 +48360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8668" + "$ref": "https://ils.rero.ch/api/documents/8668" } }, { @@ -48374,13 +48374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8668" + "$ref": "https://ils.rero.ch/api/documents/8668" } }, { @@ -48388,13 +48388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8667" + "$ref": "https://ils.rero.ch/api/documents/8667" } }, { @@ -48402,13 +48402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8667" + "$ref": "https://ils.rero.ch/api/documents/8667" } }, { @@ -48416,13 +48416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8666" + "$ref": "https://ils.rero.ch/api/documents/8666" } }, { @@ -48430,13 +48430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8666" + "$ref": "https://ils.rero.ch/api/documents/8666" } }, { @@ -48444,13 +48444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8666" + "$ref": "https://ils.rero.ch/api/documents/8666" } }, { @@ -48458,13 +48458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8666" + "$ref": "https://ils.rero.ch/api/documents/8666" } }, { @@ -48472,13 +48472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8666" + "$ref": "https://ils.rero.ch/api/documents/8666" } }, { @@ -48486,13 +48486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8665" + "$ref": "https://ils.rero.ch/api/documents/8665" } }, { @@ -48500,13 +48500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8665" + "$ref": "https://ils.rero.ch/api/documents/8665" } }, { @@ -48514,13 +48514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8665" + "$ref": "https://ils.rero.ch/api/documents/8665" } }, { @@ -48528,13 +48528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8665" + "$ref": "https://ils.rero.ch/api/documents/8665" } }, { @@ -48542,13 +48542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8665" + "$ref": "https://ils.rero.ch/api/documents/8665" } }, { @@ -48556,13 +48556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8664" + "$ref": "https://ils.rero.ch/api/documents/8664" } }, { @@ -48570,13 +48570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8664" + "$ref": "https://ils.rero.ch/api/documents/8664" } }, { @@ -48584,13 +48584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8664" + "$ref": "https://ils.rero.ch/api/documents/8664" } }, { @@ -48598,13 +48598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8664" + "$ref": "https://ils.rero.ch/api/documents/8664" } }, { @@ -48612,13 +48612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8663" + "$ref": "https://ils.rero.ch/api/documents/8663" } }, { @@ -48626,13 +48626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8663" + "$ref": "https://ils.rero.ch/api/documents/8663" } }, { @@ -48640,13 +48640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8663" + "$ref": "https://ils.rero.ch/api/documents/8663" } }, { @@ -48654,13 +48654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8663" + "$ref": "https://ils.rero.ch/api/documents/8663" } }, { @@ -48668,13 +48668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8663" + "$ref": "https://ils.rero.ch/api/documents/8663" } }, { @@ -48682,13 +48682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8662" + "$ref": "https://ils.rero.ch/api/documents/8662" } }, { @@ -48696,13 +48696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8662" + "$ref": "https://ils.rero.ch/api/documents/8662" } }, { @@ -48710,13 +48710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8662" + "$ref": "https://ils.rero.ch/api/documents/8662" } }, { @@ -48724,13 +48724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8661" + "$ref": "https://ils.rero.ch/api/documents/8661" } }, { @@ -48738,13 +48738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8660" + "$ref": "https://ils.rero.ch/api/documents/8660" } }, { @@ -48752,13 +48752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8660" + "$ref": "https://ils.rero.ch/api/documents/8660" } }, { @@ -48766,13 +48766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8659" + "$ref": "https://ils.rero.ch/api/documents/8659" } }, { @@ -48780,13 +48780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8659" + "$ref": "https://ils.rero.ch/api/documents/8659" } }, { @@ -48794,13 +48794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8659" + "$ref": "https://ils.rero.ch/api/documents/8659" } }, { @@ -48808,13 +48808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8659" + "$ref": "https://ils.rero.ch/api/documents/8659" } }, { @@ -48822,13 +48822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8659" + "$ref": "https://ils.rero.ch/api/documents/8659" } }, { @@ -48836,13 +48836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8658" + "$ref": "https://ils.rero.ch/api/documents/8658" } }, { @@ -48850,13 +48850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8657" + "$ref": "https://ils.rero.ch/api/documents/8657" } }, { @@ -48864,13 +48864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8657" + "$ref": "https://ils.rero.ch/api/documents/8657" } }, { @@ -48878,13 +48878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8656" + "$ref": "https://ils.rero.ch/api/documents/8656" } }, { @@ -48892,13 +48892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8656" + "$ref": "https://ils.rero.ch/api/documents/8656" } }, { @@ -48906,13 +48906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8656" + "$ref": "https://ils.rero.ch/api/documents/8656" } }, { @@ -48920,13 +48920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8656" + "$ref": "https://ils.rero.ch/api/documents/8656" } }, { @@ -48934,13 +48934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8656" + "$ref": "https://ils.rero.ch/api/documents/8656" } }, { @@ -48948,13 +48948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8655" + "$ref": "https://ils.rero.ch/api/documents/8655" } }, { @@ -48962,13 +48962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8655" + "$ref": "https://ils.rero.ch/api/documents/8655" } }, { @@ -48976,13 +48976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8655" + "$ref": "https://ils.rero.ch/api/documents/8655" } }, { @@ -48990,13 +48990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8654" + "$ref": "https://ils.rero.ch/api/documents/8654" } }, { @@ -49004,13 +49004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8654" + "$ref": "https://ils.rero.ch/api/documents/8654" } }, { @@ -49018,13 +49018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8654" + "$ref": "https://ils.rero.ch/api/documents/8654" } }, { @@ -49032,13 +49032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8654" + "$ref": "https://ils.rero.ch/api/documents/8654" } }, { @@ -49046,13 +49046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8654" + "$ref": "https://ils.rero.ch/api/documents/8654" } }, { @@ -49060,13 +49060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8653" + "$ref": "https://ils.rero.ch/api/documents/8653" } }, { @@ -49074,13 +49074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8652" + "$ref": "https://ils.rero.ch/api/documents/8652" } }, { @@ -49088,13 +49088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8652" + "$ref": "https://ils.rero.ch/api/documents/8652" } }, { @@ -49102,13 +49102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8652" + "$ref": "https://ils.rero.ch/api/documents/8652" } }, { @@ -49116,13 +49116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8651" + "$ref": "https://ils.rero.ch/api/documents/8651" } }, { @@ -49130,13 +49130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8651" + "$ref": "https://ils.rero.ch/api/documents/8651" } }, { @@ -49144,13 +49144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8651" + "$ref": "https://ils.rero.ch/api/documents/8651" } }, { @@ -49158,13 +49158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8651" + "$ref": "https://ils.rero.ch/api/documents/8651" } }, { @@ -49172,13 +49172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8650" + "$ref": "https://ils.rero.ch/api/documents/8650" } }, { @@ -49186,13 +49186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8650" + "$ref": "https://ils.rero.ch/api/documents/8650" } }, { @@ -49200,13 +49200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8650" + "$ref": "https://ils.rero.ch/api/documents/8650" } }, { @@ -49214,13 +49214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8650" + "$ref": "https://ils.rero.ch/api/documents/8650" } }, { @@ -49228,13 +49228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8650" + "$ref": "https://ils.rero.ch/api/documents/8650" } }, { @@ -49242,13 +49242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8649" + "$ref": "https://ils.rero.ch/api/documents/8649" } }, { @@ -49256,13 +49256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8649" + "$ref": "https://ils.rero.ch/api/documents/8649" } }, { @@ -49270,13 +49270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8648" + "$ref": "https://ils.rero.ch/api/documents/8648" } }, { @@ -49284,13 +49284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8648" + "$ref": "https://ils.rero.ch/api/documents/8648" } }, { @@ -49298,13 +49298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8648" + "$ref": "https://ils.rero.ch/api/documents/8648" } }, { @@ -49312,13 +49312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8647" + "$ref": "https://ils.rero.ch/api/documents/8647" } }, { @@ -49326,13 +49326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8647" + "$ref": "https://ils.rero.ch/api/documents/8647" } }, { @@ -49340,13 +49340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8646" + "$ref": "https://ils.rero.ch/api/documents/8646" } }, { @@ -49354,13 +49354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8646" + "$ref": "https://ils.rero.ch/api/documents/8646" } }, { @@ -49368,13 +49368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8645" + "$ref": "https://ils.rero.ch/api/documents/8645" } }, { @@ -49382,13 +49382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8645" + "$ref": "https://ils.rero.ch/api/documents/8645" } }, { @@ -49396,13 +49396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8645" + "$ref": "https://ils.rero.ch/api/documents/8645" } }, { @@ -49410,13 +49410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8644" + "$ref": "https://ils.rero.ch/api/documents/8644" } }, { @@ -49424,13 +49424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8644" + "$ref": "https://ils.rero.ch/api/documents/8644" } }, { @@ -49438,13 +49438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8644" + "$ref": "https://ils.rero.ch/api/documents/8644" } }, { @@ -49452,13 +49452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8644" + "$ref": "https://ils.rero.ch/api/documents/8644" } }, { @@ -49466,13 +49466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8643" + "$ref": "https://ils.rero.ch/api/documents/8643" } }, { @@ -49480,13 +49480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8642" + "$ref": "https://ils.rero.ch/api/documents/8642" } }, { @@ -49494,13 +49494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8641" + "$ref": "https://ils.rero.ch/api/documents/8641" } }, { @@ -49508,13 +49508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8641" + "$ref": "https://ils.rero.ch/api/documents/8641" } }, { @@ -49522,13 +49522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8641" + "$ref": "https://ils.rero.ch/api/documents/8641" } }, { @@ -49536,13 +49536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8641" + "$ref": "https://ils.rero.ch/api/documents/8641" } }, { @@ -49550,13 +49550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8640" + "$ref": "https://ils.rero.ch/api/documents/8640" } }, { @@ -49564,13 +49564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8640" + "$ref": "https://ils.rero.ch/api/documents/8640" } }, { @@ -49578,13 +49578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8639" + "$ref": "https://ils.rero.ch/api/documents/8639" } }, { @@ -49592,13 +49592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8639" + "$ref": "https://ils.rero.ch/api/documents/8639" } }, { @@ -49606,13 +49606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8638" + "$ref": "https://ils.rero.ch/api/documents/8638" } }, { @@ -49620,13 +49620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8638" + "$ref": "https://ils.rero.ch/api/documents/8638" } }, { @@ -49634,13 +49634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8638" + "$ref": "https://ils.rero.ch/api/documents/8638" } }, { @@ -49648,13 +49648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8638" + "$ref": "https://ils.rero.ch/api/documents/8638" } }, { @@ -49662,13 +49662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8637" + "$ref": "https://ils.rero.ch/api/documents/8637" } }, { @@ -49676,13 +49676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8637" + "$ref": "https://ils.rero.ch/api/documents/8637" } }, { @@ -49690,13 +49690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8636" + "$ref": "https://ils.rero.ch/api/documents/8636" } }, { @@ -49704,13 +49704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8636" + "$ref": "https://ils.rero.ch/api/documents/8636" } }, { @@ -49718,13 +49718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8636" + "$ref": "https://ils.rero.ch/api/documents/8636" } }, { @@ -49732,13 +49732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8636" + "$ref": "https://ils.rero.ch/api/documents/8636" } }, { @@ -49746,13 +49746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8636" + "$ref": "https://ils.rero.ch/api/documents/8636" } }, { @@ -49760,13 +49760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8635" + "$ref": "https://ils.rero.ch/api/documents/8635" } }, { @@ -49774,13 +49774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8635" + "$ref": "https://ils.rero.ch/api/documents/8635" } }, { @@ -49788,13 +49788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8635" + "$ref": "https://ils.rero.ch/api/documents/8635" } }, { @@ -49802,13 +49802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8634" + "$ref": "https://ils.rero.ch/api/documents/8634" } }, { @@ -49816,13 +49816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8634" + "$ref": "https://ils.rero.ch/api/documents/8634" } }, { @@ -49830,13 +49830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8634" + "$ref": "https://ils.rero.ch/api/documents/8634" } }, { @@ -49844,13 +49844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8633" + "$ref": "https://ils.rero.ch/api/documents/8633" } }, { @@ -49858,13 +49858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8632" + "$ref": "https://ils.rero.ch/api/documents/8632" } }, { @@ -49872,13 +49872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8632" + "$ref": "https://ils.rero.ch/api/documents/8632" } }, { @@ -49886,13 +49886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8632" + "$ref": "https://ils.rero.ch/api/documents/8632" } }, { @@ -49900,13 +49900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8632" + "$ref": "https://ils.rero.ch/api/documents/8632" } }, { @@ -49914,13 +49914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8631" + "$ref": "https://ils.rero.ch/api/documents/8631" } }, { @@ -49928,13 +49928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8631" + "$ref": "https://ils.rero.ch/api/documents/8631" } }, { @@ -49942,13 +49942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8630" + "$ref": "https://ils.rero.ch/api/documents/8630" } }, { @@ -49956,13 +49956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8630" + "$ref": "https://ils.rero.ch/api/documents/8630" } }, { @@ -49970,13 +49970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8630" + "$ref": "https://ils.rero.ch/api/documents/8630" } }, { @@ -49984,13 +49984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8630" + "$ref": "https://ils.rero.ch/api/documents/8630" } }, { @@ -49998,13 +49998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8629" + "$ref": "https://ils.rero.ch/api/documents/8629" } }, { @@ -50012,13 +50012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8629" + "$ref": "https://ils.rero.ch/api/documents/8629" } }, { @@ -50026,13 +50026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8629" + "$ref": "https://ils.rero.ch/api/documents/8629" } }, { @@ -50040,13 +50040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8629" + "$ref": "https://ils.rero.ch/api/documents/8629" } }, { @@ -50054,13 +50054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8629" + "$ref": "https://ils.rero.ch/api/documents/8629" } }, { @@ -50068,13 +50068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8628" + "$ref": "https://ils.rero.ch/api/documents/8628" } }, { @@ -50082,13 +50082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8628" + "$ref": "https://ils.rero.ch/api/documents/8628" } }, { @@ -50096,13 +50096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8628" + "$ref": "https://ils.rero.ch/api/documents/8628" } }, { @@ -50110,13 +50110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8628" + "$ref": "https://ils.rero.ch/api/documents/8628" } }, { @@ -50124,13 +50124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8627" + "$ref": "https://ils.rero.ch/api/documents/8627" } }, { @@ -50138,13 +50138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8627" + "$ref": "https://ils.rero.ch/api/documents/8627" } }, { @@ -50152,13 +50152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8626" + "$ref": "https://ils.rero.ch/api/documents/8626" } }, { @@ -50166,13 +50166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8626" + "$ref": "https://ils.rero.ch/api/documents/8626" } }, { @@ -50180,13 +50180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8625" + "$ref": "https://ils.rero.ch/api/documents/8625" } }, { @@ -50194,13 +50194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8625" + "$ref": "https://ils.rero.ch/api/documents/8625" } }, { @@ -50208,13 +50208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8625" + "$ref": "https://ils.rero.ch/api/documents/8625" } }, { @@ -50222,13 +50222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8625" + "$ref": "https://ils.rero.ch/api/documents/8625" } }, { @@ -50236,13 +50236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8624" + "$ref": "https://ils.rero.ch/api/documents/8624" } }, { @@ -50250,13 +50250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8624" + "$ref": "https://ils.rero.ch/api/documents/8624" } }, { @@ -50264,13 +50264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8624" + "$ref": "https://ils.rero.ch/api/documents/8624" } }, { @@ -50278,13 +50278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8623" + "$ref": "https://ils.rero.ch/api/documents/8623" } }, { @@ -50292,13 +50292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8623" + "$ref": "https://ils.rero.ch/api/documents/8623" } }, { @@ -50306,13 +50306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8623" + "$ref": "https://ils.rero.ch/api/documents/8623" } }, { @@ -50320,13 +50320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8623" + "$ref": "https://ils.rero.ch/api/documents/8623" } }, { @@ -50334,13 +50334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8623" + "$ref": "https://ils.rero.ch/api/documents/8623" } }, { @@ -50348,13 +50348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8622" + "$ref": "https://ils.rero.ch/api/documents/8622" } }, { @@ -50362,13 +50362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8621" + "$ref": "https://ils.rero.ch/api/documents/8621" } }, { @@ -50376,13 +50376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8621" + "$ref": "https://ils.rero.ch/api/documents/8621" } }, { @@ -50390,13 +50390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8620" + "$ref": "https://ils.rero.ch/api/documents/8620" } }, { @@ -50404,13 +50404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8620" + "$ref": "https://ils.rero.ch/api/documents/8620" } }, { @@ -50418,13 +50418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8619" + "$ref": "https://ils.rero.ch/api/documents/8619" } }, { @@ -50432,13 +50432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8618" + "$ref": "https://ils.rero.ch/api/documents/8618" } }, { @@ -50446,13 +50446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8618" + "$ref": "https://ils.rero.ch/api/documents/8618" } }, { @@ -50460,13 +50460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8618" + "$ref": "https://ils.rero.ch/api/documents/8618" } }, { @@ -50474,13 +50474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8617" + "$ref": "https://ils.rero.ch/api/documents/8617" } }, { @@ -50488,13 +50488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8616" + "$ref": "https://ils.rero.ch/api/documents/8616" } }, { @@ -50502,13 +50502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8616" + "$ref": "https://ils.rero.ch/api/documents/8616" } }, { @@ -50516,13 +50516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8615" + "$ref": "https://ils.rero.ch/api/documents/8615" } }, { @@ -50530,13 +50530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8615" + "$ref": "https://ils.rero.ch/api/documents/8615" } }, { @@ -50544,13 +50544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8615" + "$ref": "https://ils.rero.ch/api/documents/8615" } }, { @@ -50558,13 +50558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8614" + "$ref": "https://ils.rero.ch/api/documents/8614" } }, { @@ -50572,13 +50572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8614" + "$ref": "https://ils.rero.ch/api/documents/8614" } }, { @@ -50586,13 +50586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8614" + "$ref": "https://ils.rero.ch/api/documents/8614" } }, { @@ -50600,13 +50600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8614" + "$ref": "https://ils.rero.ch/api/documents/8614" } }, { @@ -50614,13 +50614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8613" + "$ref": "https://ils.rero.ch/api/documents/8613" } }, { @@ -50628,13 +50628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8613" + "$ref": "https://ils.rero.ch/api/documents/8613" } }, { @@ -50642,13 +50642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8612" + "$ref": "https://ils.rero.ch/api/documents/8612" } }, { @@ -50656,13 +50656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8611" + "$ref": "https://ils.rero.ch/api/documents/8611" } }, { @@ -50670,13 +50670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8611" + "$ref": "https://ils.rero.ch/api/documents/8611" } }, { @@ -50684,13 +50684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8611" + "$ref": "https://ils.rero.ch/api/documents/8611" } }, { @@ -50698,13 +50698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8611" + "$ref": "https://ils.rero.ch/api/documents/8611" } }, { @@ -50712,13 +50712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8610" + "$ref": "https://ils.rero.ch/api/documents/8610" } }, { @@ -50726,13 +50726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8609" + "$ref": "https://ils.rero.ch/api/documents/8609" } }, { @@ -50740,13 +50740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8609" + "$ref": "https://ils.rero.ch/api/documents/8609" } }, { @@ -50754,13 +50754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8608" + "$ref": "https://ils.rero.ch/api/documents/8608" } }, { @@ -50768,13 +50768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8608" + "$ref": "https://ils.rero.ch/api/documents/8608" } }, { @@ -50782,13 +50782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8607" + "$ref": "https://ils.rero.ch/api/documents/8607" } }, { @@ -50796,13 +50796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8607" + "$ref": "https://ils.rero.ch/api/documents/8607" } }, { @@ -50810,13 +50810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8607" + "$ref": "https://ils.rero.ch/api/documents/8607" } }, { @@ -50824,13 +50824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8606" + "$ref": "https://ils.rero.ch/api/documents/8606" } }, { @@ -50838,13 +50838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8606" + "$ref": "https://ils.rero.ch/api/documents/8606" } }, { @@ -50852,13 +50852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8605" + "$ref": "https://ils.rero.ch/api/documents/8605" } }, { @@ -50866,13 +50866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8605" + "$ref": "https://ils.rero.ch/api/documents/8605" } }, { @@ -50880,13 +50880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8604" + "$ref": "https://ils.rero.ch/api/documents/8604" } }, { @@ -50894,13 +50894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8603" + "$ref": "https://ils.rero.ch/api/documents/8603" } }, { @@ -50908,13 +50908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8603" + "$ref": "https://ils.rero.ch/api/documents/8603" } }, { @@ -50922,13 +50922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8603" + "$ref": "https://ils.rero.ch/api/documents/8603" } }, { @@ -50936,13 +50936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8603" + "$ref": "https://ils.rero.ch/api/documents/8603" } }, { @@ -50950,13 +50950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8602" + "$ref": "https://ils.rero.ch/api/documents/8602" } }, { @@ -50964,13 +50964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8602" + "$ref": "https://ils.rero.ch/api/documents/8602" } }, { @@ -50978,13 +50978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8602" + "$ref": "https://ils.rero.ch/api/documents/8602" } }, { @@ -50992,13 +50992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8602" + "$ref": "https://ils.rero.ch/api/documents/8602" } }, { @@ -51006,13 +51006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8602" + "$ref": "https://ils.rero.ch/api/documents/8602" } }, { @@ -51020,13 +51020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8601" + "$ref": "https://ils.rero.ch/api/documents/8601" } }, { @@ -51034,13 +51034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8600" + "$ref": "https://ils.rero.ch/api/documents/8600" } }, { @@ -51048,13 +51048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8600" + "$ref": "https://ils.rero.ch/api/documents/8600" } }, { @@ -51062,13 +51062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8600" + "$ref": "https://ils.rero.ch/api/documents/8600" } }, { @@ -51076,13 +51076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8600" + "$ref": "https://ils.rero.ch/api/documents/8600" } }, { @@ -51090,13 +51090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8599" + "$ref": "https://ils.rero.ch/api/documents/8599" } }, { @@ -51104,13 +51104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8598" + "$ref": "https://ils.rero.ch/api/documents/8598" } }, { @@ -51118,13 +51118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8598" + "$ref": "https://ils.rero.ch/api/documents/8598" } }, { @@ -51132,13 +51132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8598" + "$ref": "https://ils.rero.ch/api/documents/8598" } }, { @@ -51146,13 +51146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8598" + "$ref": "https://ils.rero.ch/api/documents/8598" } }, { @@ -51160,13 +51160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8597" + "$ref": "https://ils.rero.ch/api/documents/8597" } }, { @@ -51174,13 +51174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8596" + "$ref": "https://ils.rero.ch/api/documents/8596" } }, { @@ -51188,13 +51188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8595" + "$ref": "https://ils.rero.ch/api/documents/8595" } }, { @@ -51202,13 +51202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8595" + "$ref": "https://ils.rero.ch/api/documents/8595" } }, { @@ -51216,13 +51216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8595" + "$ref": "https://ils.rero.ch/api/documents/8595" } }, { @@ -51230,13 +51230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8595" + "$ref": "https://ils.rero.ch/api/documents/8595" } }, { @@ -51244,13 +51244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8595" + "$ref": "https://ils.rero.ch/api/documents/8595" } }, { @@ -51258,13 +51258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8594" + "$ref": "https://ils.rero.ch/api/documents/8594" } }, { @@ -51272,13 +51272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8593" + "$ref": "https://ils.rero.ch/api/documents/8593" } }, { @@ -51286,13 +51286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8593" + "$ref": "https://ils.rero.ch/api/documents/8593" } }, { @@ -51300,13 +51300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8593" + "$ref": "https://ils.rero.ch/api/documents/8593" } }, { @@ -51314,13 +51314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8592" + "$ref": "https://ils.rero.ch/api/documents/8592" } }, { @@ -51328,13 +51328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8592" + "$ref": "https://ils.rero.ch/api/documents/8592" } }, { @@ -51342,13 +51342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8592" + "$ref": "https://ils.rero.ch/api/documents/8592" } }, { @@ -51356,13 +51356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8592" + "$ref": "https://ils.rero.ch/api/documents/8592" } }, { @@ -51370,13 +51370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8591" + "$ref": "https://ils.rero.ch/api/documents/8591" } }, { @@ -51384,13 +51384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8591" + "$ref": "https://ils.rero.ch/api/documents/8591" } }, { @@ -51398,13 +51398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8591" + "$ref": "https://ils.rero.ch/api/documents/8591" } }, { @@ -51412,13 +51412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8591" + "$ref": "https://ils.rero.ch/api/documents/8591" } }, { @@ -51426,13 +51426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8590" + "$ref": "https://ils.rero.ch/api/documents/8590" } }, { @@ -51440,13 +51440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8590" + "$ref": "https://ils.rero.ch/api/documents/8590" } }, { @@ -51454,13 +51454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8589" + "$ref": "https://ils.rero.ch/api/documents/8589" } }, { @@ -51468,13 +51468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8588" + "$ref": "https://ils.rero.ch/api/documents/8588" } }, { @@ -51482,13 +51482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8588" + "$ref": "https://ils.rero.ch/api/documents/8588" } }, { @@ -51496,13 +51496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8588" + "$ref": "https://ils.rero.ch/api/documents/8588" } }, { @@ -51510,13 +51510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8588" + "$ref": "https://ils.rero.ch/api/documents/8588" } }, { @@ -51524,13 +51524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8588" + "$ref": "https://ils.rero.ch/api/documents/8588" } }, { @@ -51538,13 +51538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8587" + "$ref": "https://ils.rero.ch/api/documents/8587" } }, { @@ -51552,13 +51552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8587" + "$ref": "https://ils.rero.ch/api/documents/8587" } }, { @@ -51566,13 +51566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8587" + "$ref": "https://ils.rero.ch/api/documents/8587" } }, { @@ -51580,13 +51580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8586" + "$ref": "https://ils.rero.ch/api/documents/8586" } }, { @@ -51594,13 +51594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8585" + "$ref": "https://ils.rero.ch/api/documents/8585" } }, { @@ -51608,13 +51608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8585" + "$ref": "https://ils.rero.ch/api/documents/8585" } }, { @@ -51622,13 +51622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8585" + "$ref": "https://ils.rero.ch/api/documents/8585" } }, { @@ -51636,13 +51636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8584" + "$ref": "https://ils.rero.ch/api/documents/8584" } }, { @@ -51650,13 +51650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8584" + "$ref": "https://ils.rero.ch/api/documents/8584" } }, { @@ -51664,13 +51664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8584" + "$ref": "https://ils.rero.ch/api/documents/8584" } }, { @@ -51678,13 +51678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8584" + "$ref": "https://ils.rero.ch/api/documents/8584" } }, { @@ -51692,13 +51692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8583" + "$ref": "https://ils.rero.ch/api/documents/8583" } }, { @@ -51706,13 +51706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8582" + "$ref": "https://ils.rero.ch/api/documents/8582" } }, { @@ -51720,13 +51720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8582" + "$ref": "https://ils.rero.ch/api/documents/8582" } }, { @@ -51734,13 +51734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8582" + "$ref": "https://ils.rero.ch/api/documents/8582" } }, { @@ -51748,13 +51748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8582" + "$ref": "https://ils.rero.ch/api/documents/8582" } }, { @@ -51762,13 +51762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8581" + "$ref": "https://ils.rero.ch/api/documents/8581" } }, { @@ -51776,13 +51776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8581" + "$ref": "https://ils.rero.ch/api/documents/8581" } }, { @@ -51790,13 +51790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8580" + "$ref": "https://ils.rero.ch/api/documents/8580" } }, { @@ -51804,13 +51804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8580" + "$ref": "https://ils.rero.ch/api/documents/8580" } }, { @@ -51818,13 +51818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8580" + "$ref": "https://ils.rero.ch/api/documents/8580" } }, { @@ -51832,13 +51832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8580" + "$ref": "https://ils.rero.ch/api/documents/8580" } }, { @@ -51846,13 +51846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8579" + "$ref": "https://ils.rero.ch/api/documents/8579" } }, { @@ -51860,13 +51860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8579" + "$ref": "https://ils.rero.ch/api/documents/8579" } }, { @@ -51874,13 +51874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8579" + "$ref": "https://ils.rero.ch/api/documents/8579" } }, { @@ -51888,13 +51888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8579" + "$ref": "https://ils.rero.ch/api/documents/8579" } }, { @@ -51902,13 +51902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8579" + "$ref": "https://ils.rero.ch/api/documents/8579" } }, { @@ -51916,13 +51916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8578" + "$ref": "https://ils.rero.ch/api/documents/8578" } }, { @@ -51930,13 +51930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8578" + "$ref": "https://ils.rero.ch/api/documents/8578" } }, { @@ -51944,13 +51944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8578" + "$ref": "https://ils.rero.ch/api/documents/8578" } }, { @@ -51958,13 +51958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8577" + "$ref": "https://ils.rero.ch/api/documents/8577" } }, { @@ -51972,13 +51972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8577" + "$ref": "https://ils.rero.ch/api/documents/8577" } }, { @@ -51986,13 +51986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8577" + "$ref": "https://ils.rero.ch/api/documents/8577" } }, { @@ -52000,13 +52000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8577" + "$ref": "https://ils.rero.ch/api/documents/8577" } }, { @@ -52014,13 +52014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8577" + "$ref": "https://ils.rero.ch/api/documents/8577" } }, { @@ -52028,13 +52028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8576" + "$ref": "https://ils.rero.ch/api/documents/8576" } }, { @@ -52042,13 +52042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8576" + "$ref": "https://ils.rero.ch/api/documents/8576" } }, { @@ -52056,13 +52056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8576" + "$ref": "https://ils.rero.ch/api/documents/8576" } }, { @@ -52070,13 +52070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8575" + "$ref": "https://ils.rero.ch/api/documents/8575" } }, { @@ -52084,13 +52084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8574" + "$ref": "https://ils.rero.ch/api/documents/8574" } }, { @@ -52098,13 +52098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8574" + "$ref": "https://ils.rero.ch/api/documents/8574" } }, { @@ -52112,13 +52112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8574" + "$ref": "https://ils.rero.ch/api/documents/8574" } }, { @@ -52126,13 +52126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8573" + "$ref": "https://ils.rero.ch/api/documents/8573" } }, { @@ -52140,13 +52140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8573" + "$ref": "https://ils.rero.ch/api/documents/8573" } }, { @@ -52154,13 +52154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8573" + "$ref": "https://ils.rero.ch/api/documents/8573" } }, { @@ -52168,13 +52168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8573" + "$ref": "https://ils.rero.ch/api/documents/8573" } }, { @@ -52182,13 +52182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8573" + "$ref": "https://ils.rero.ch/api/documents/8573" } }, { @@ -52196,13 +52196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8572" + "$ref": "https://ils.rero.ch/api/documents/8572" } }, { @@ -52210,13 +52210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8572" + "$ref": "https://ils.rero.ch/api/documents/8572" } }, { @@ -52224,13 +52224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8572" + "$ref": "https://ils.rero.ch/api/documents/8572" } }, { @@ -52238,13 +52238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8571" + "$ref": "https://ils.rero.ch/api/documents/8571" } }, { @@ -52252,13 +52252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8571" + "$ref": "https://ils.rero.ch/api/documents/8571" } }, { @@ -52266,13 +52266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8570" + "$ref": "https://ils.rero.ch/api/documents/8570" } }, { @@ -52280,13 +52280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8570" + "$ref": "https://ils.rero.ch/api/documents/8570" } }, { @@ -52294,13 +52294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8570" + "$ref": "https://ils.rero.ch/api/documents/8570" } }, { @@ -52308,13 +52308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8570" + "$ref": "https://ils.rero.ch/api/documents/8570" } }, { @@ -52322,13 +52322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8569" + "$ref": "https://ils.rero.ch/api/documents/8569" } }, { @@ -52336,13 +52336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8569" + "$ref": "https://ils.rero.ch/api/documents/8569" } }, { @@ -52350,13 +52350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8569" + "$ref": "https://ils.rero.ch/api/documents/8569" } }, { @@ -52364,13 +52364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8569" + "$ref": "https://ils.rero.ch/api/documents/8569" } }, { @@ -52378,13 +52378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8569" + "$ref": "https://ils.rero.ch/api/documents/8569" } }, { @@ -52392,13 +52392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8568" + "$ref": "https://ils.rero.ch/api/documents/8568" } }, { @@ -52406,13 +52406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8568" + "$ref": "https://ils.rero.ch/api/documents/8568" } }, { @@ -52420,13 +52420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8568" + "$ref": "https://ils.rero.ch/api/documents/8568" } }, { @@ -52434,13 +52434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8567" + "$ref": "https://ils.rero.ch/api/documents/8567" } }, { @@ -52448,13 +52448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8567" + "$ref": "https://ils.rero.ch/api/documents/8567" } }, { @@ -52462,13 +52462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8567" + "$ref": "https://ils.rero.ch/api/documents/8567" } }, { @@ -52476,13 +52476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8567" + "$ref": "https://ils.rero.ch/api/documents/8567" } }, { @@ -52490,13 +52490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8566" + "$ref": "https://ils.rero.ch/api/documents/8566" } }, { @@ -52504,13 +52504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8566" + "$ref": "https://ils.rero.ch/api/documents/8566" } }, { @@ -52518,13 +52518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8565" + "$ref": "https://ils.rero.ch/api/documents/8565" } }, { @@ -52532,13 +52532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8565" + "$ref": "https://ils.rero.ch/api/documents/8565" } }, { @@ -52546,13 +52546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8565" + "$ref": "https://ils.rero.ch/api/documents/8565" } }, { @@ -52560,13 +52560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8565" + "$ref": "https://ils.rero.ch/api/documents/8565" } }, { @@ -52574,13 +52574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8565" + "$ref": "https://ils.rero.ch/api/documents/8565" } }, { @@ -52588,13 +52588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8564" + "$ref": "https://ils.rero.ch/api/documents/8564" } }, { @@ -52602,13 +52602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8564" + "$ref": "https://ils.rero.ch/api/documents/8564" } }, { @@ -52616,13 +52616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8564" + "$ref": "https://ils.rero.ch/api/documents/8564" } }, { @@ -52630,13 +52630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8564" + "$ref": "https://ils.rero.ch/api/documents/8564" } }, { @@ -52644,13 +52644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8563" + "$ref": "https://ils.rero.ch/api/documents/8563" } }, { @@ -52658,13 +52658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8563" + "$ref": "https://ils.rero.ch/api/documents/8563" } }, { @@ -52672,13 +52672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8563" + "$ref": "https://ils.rero.ch/api/documents/8563" } }, { @@ -52686,13 +52686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8562" + "$ref": "https://ils.rero.ch/api/documents/8562" } }, { @@ -52700,13 +52700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8562" + "$ref": "https://ils.rero.ch/api/documents/8562" } }, { @@ -52714,13 +52714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8562" + "$ref": "https://ils.rero.ch/api/documents/8562" } }, { @@ -52728,13 +52728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8562" + "$ref": "https://ils.rero.ch/api/documents/8562" } }, { @@ -52742,13 +52742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8562" + "$ref": "https://ils.rero.ch/api/documents/8562" } }, { @@ -52756,13 +52756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8561" + "$ref": "https://ils.rero.ch/api/documents/8561" } }, { @@ -52770,13 +52770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8561" + "$ref": "https://ils.rero.ch/api/documents/8561" } }, { @@ -52784,13 +52784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8561" + "$ref": "https://ils.rero.ch/api/documents/8561" } }, { @@ -52798,13 +52798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8561" + "$ref": "https://ils.rero.ch/api/documents/8561" } }, { @@ -52812,13 +52812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8560" + "$ref": "https://ils.rero.ch/api/documents/8560" } }, { @@ -52826,13 +52826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8560" + "$ref": "https://ils.rero.ch/api/documents/8560" } }, { @@ -52840,13 +52840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8559" + "$ref": "https://ils.rero.ch/api/documents/8559" } }, { @@ -52854,13 +52854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8559" + "$ref": "https://ils.rero.ch/api/documents/8559" } }, { @@ -52868,13 +52868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8558" + "$ref": "https://ils.rero.ch/api/documents/8558" } }, { @@ -52882,13 +52882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8557" + "$ref": "https://ils.rero.ch/api/documents/8557" } }, { @@ -52896,13 +52896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8556" + "$ref": "https://ils.rero.ch/api/documents/8556" } }, { @@ -52910,13 +52910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8556" + "$ref": "https://ils.rero.ch/api/documents/8556" } }, { @@ -52924,13 +52924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8556" + "$ref": "https://ils.rero.ch/api/documents/8556" } }, { @@ -52938,13 +52938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8556" + "$ref": "https://ils.rero.ch/api/documents/8556" } }, { @@ -52952,13 +52952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8556" + "$ref": "https://ils.rero.ch/api/documents/8556" } }, { @@ -52966,13 +52966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8555" + "$ref": "https://ils.rero.ch/api/documents/8555" } }, { @@ -52980,13 +52980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8554" + "$ref": "https://ils.rero.ch/api/documents/8554" } }, { @@ -52994,13 +52994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8554" + "$ref": "https://ils.rero.ch/api/documents/8554" } }, { @@ -53008,13 +53008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8554" + "$ref": "https://ils.rero.ch/api/documents/8554" } }, { @@ -53022,13 +53022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8553" + "$ref": "https://ils.rero.ch/api/documents/8553" } }, { @@ -53036,13 +53036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8553" + "$ref": "https://ils.rero.ch/api/documents/8553" } }, { @@ -53050,13 +53050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8553" + "$ref": "https://ils.rero.ch/api/documents/8553" } }, { @@ -53064,13 +53064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8553" + "$ref": "https://ils.rero.ch/api/documents/8553" } }, { @@ -53078,13 +53078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8553" + "$ref": "https://ils.rero.ch/api/documents/8553" } }, { @@ -53092,13 +53092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8552" + "$ref": "https://ils.rero.ch/api/documents/8552" } }, { @@ -53106,13 +53106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8552" + "$ref": "https://ils.rero.ch/api/documents/8552" } }, { @@ -53120,13 +53120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8552" + "$ref": "https://ils.rero.ch/api/documents/8552" } }, { @@ -53134,13 +53134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8551" + "$ref": "https://ils.rero.ch/api/documents/8551" } }, { @@ -53148,13 +53148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8551" + "$ref": "https://ils.rero.ch/api/documents/8551" } }, { @@ -53162,13 +53162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8551" + "$ref": "https://ils.rero.ch/api/documents/8551" } }, { @@ -53176,13 +53176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8550" + "$ref": "https://ils.rero.ch/api/documents/8550" } }, { @@ -53190,13 +53190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8550" + "$ref": "https://ils.rero.ch/api/documents/8550" } }, { @@ -53204,13 +53204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8550" + "$ref": "https://ils.rero.ch/api/documents/8550" } }, { @@ -53218,13 +53218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8550" + "$ref": "https://ils.rero.ch/api/documents/8550" } }, { @@ -53232,13 +53232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8549" + "$ref": "https://ils.rero.ch/api/documents/8549" } }, { @@ -53246,13 +53246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8548" + "$ref": "https://ils.rero.ch/api/documents/8548" } }, { @@ -53260,13 +53260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8548" + "$ref": "https://ils.rero.ch/api/documents/8548" } }, { @@ -53274,13 +53274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8547" + "$ref": "https://ils.rero.ch/api/documents/8547" } }, { @@ -53288,13 +53288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8546" + "$ref": "https://ils.rero.ch/api/documents/8546" } }, { @@ -53302,13 +53302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8546" + "$ref": "https://ils.rero.ch/api/documents/8546" } }, { @@ -53316,13 +53316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8546" + "$ref": "https://ils.rero.ch/api/documents/8546" } }, { @@ -53330,13 +53330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8545" + "$ref": "https://ils.rero.ch/api/documents/8545" } }, { @@ -53344,13 +53344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8544" + "$ref": "https://ils.rero.ch/api/documents/8544" } }, { @@ -53358,13 +53358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8544" + "$ref": "https://ils.rero.ch/api/documents/8544" } }, { @@ -53372,13 +53372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8544" + "$ref": "https://ils.rero.ch/api/documents/8544" } }, { @@ -53386,13 +53386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8544" + "$ref": "https://ils.rero.ch/api/documents/8544" } }, { @@ -53400,13 +53400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8543" + "$ref": "https://ils.rero.ch/api/documents/8543" } }, { @@ -53414,13 +53414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8543" + "$ref": "https://ils.rero.ch/api/documents/8543" } }, { @@ -53428,13 +53428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8543" + "$ref": "https://ils.rero.ch/api/documents/8543" } }, { @@ -53442,13 +53442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8542" + "$ref": "https://ils.rero.ch/api/documents/8542" } }, { @@ -53456,13 +53456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8542" + "$ref": "https://ils.rero.ch/api/documents/8542" } }, { @@ -53470,13 +53470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8542" + "$ref": "https://ils.rero.ch/api/documents/8542" } }, { @@ -53484,13 +53484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8542" + "$ref": "https://ils.rero.ch/api/documents/8542" } }, { @@ -53498,13 +53498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8541" + "$ref": "https://ils.rero.ch/api/documents/8541" } }, { @@ -53512,13 +53512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8541" + "$ref": "https://ils.rero.ch/api/documents/8541" } }, { @@ -53526,13 +53526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8541" + "$ref": "https://ils.rero.ch/api/documents/8541" } }, { @@ -53540,13 +53540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8541" + "$ref": "https://ils.rero.ch/api/documents/8541" } }, { @@ -53554,13 +53554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8540" + "$ref": "https://ils.rero.ch/api/documents/8540" } }, { @@ -53568,13 +53568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8539" + "$ref": "https://ils.rero.ch/api/documents/8539" } }, { @@ -53582,13 +53582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8539" + "$ref": "https://ils.rero.ch/api/documents/8539" } }, { @@ -53596,13 +53596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8539" + "$ref": "https://ils.rero.ch/api/documents/8539" } }, { @@ -53610,13 +53610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8539" + "$ref": "https://ils.rero.ch/api/documents/8539" } }, { @@ -53624,13 +53624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8539" + "$ref": "https://ils.rero.ch/api/documents/8539" } }, { @@ -53638,13 +53638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8538" + "$ref": "https://ils.rero.ch/api/documents/8538" } }, { @@ -53652,13 +53652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8538" + "$ref": "https://ils.rero.ch/api/documents/8538" } }, { @@ -53666,13 +53666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8538" + "$ref": "https://ils.rero.ch/api/documents/8538" } }, { @@ -53680,13 +53680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8538" + "$ref": "https://ils.rero.ch/api/documents/8538" } }, { @@ -53694,13 +53694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8537" + "$ref": "https://ils.rero.ch/api/documents/8537" } }, { @@ -53708,13 +53708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8536" + "$ref": "https://ils.rero.ch/api/documents/8536" } }, { @@ -53722,13 +53722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8535" + "$ref": "https://ils.rero.ch/api/documents/8535" } }, { @@ -53736,13 +53736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8535" + "$ref": "https://ils.rero.ch/api/documents/8535" } }, { @@ -53750,13 +53750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8535" + "$ref": "https://ils.rero.ch/api/documents/8535" } }, { @@ -53764,13 +53764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8535" + "$ref": "https://ils.rero.ch/api/documents/8535" } }, { @@ -53778,13 +53778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8534" + "$ref": "https://ils.rero.ch/api/documents/8534" } }, { @@ -53792,13 +53792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8534" + "$ref": "https://ils.rero.ch/api/documents/8534" } }, { @@ -53806,13 +53806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8534" + "$ref": "https://ils.rero.ch/api/documents/8534" } }, { @@ -53820,13 +53820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8533" + "$ref": "https://ils.rero.ch/api/documents/8533" } }, { @@ -53834,13 +53834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8532" + "$ref": "https://ils.rero.ch/api/documents/8532" } }, { @@ -53848,13 +53848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8532" + "$ref": "https://ils.rero.ch/api/documents/8532" } }, { @@ -53862,13 +53862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8532" + "$ref": "https://ils.rero.ch/api/documents/8532" } }, { @@ -53876,13 +53876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8531" + "$ref": "https://ils.rero.ch/api/documents/8531" } }, { @@ -53890,13 +53890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8530" + "$ref": "https://ils.rero.ch/api/documents/8530" } }, { @@ -53904,13 +53904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8529" + "$ref": "https://ils.rero.ch/api/documents/8529" } }, { @@ -53918,13 +53918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8528" + "$ref": "https://ils.rero.ch/api/documents/8528" } }, { @@ -53932,13 +53932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8528" + "$ref": "https://ils.rero.ch/api/documents/8528" } }, { @@ -53946,13 +53946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8528" + "$ref": "https://ils.rero.ch/api/documents/8528" } }, { @@ -53960,13 +53960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8527" + "$ref": "https://ils.rero.ch/api/documents/8527" } }, { @@ -53974,13 +53974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8527" + "$ref": "https://ils.rero.ch/api/documents/8527" } }, { @@ -53988,13 +53988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8527" + "$ref": "https://ils.rero.ch/api/documents/8527" } }, { @@ -54002,13 +54002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8527" + "$ref": "https://ils.rero.ch/api/documents/8527" } }, { @@ -54016,13 +54016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8527" + "$ref": "https://ils.rero.ch/api/documents/8527" } }, { @@ -54030,13 +54030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8526" + "$ref": "https://ils.rero.ch/api/documents/8526" } }, { @@ -54044,13 +54044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8525" + "$ref": "https://ils.rero.ch/api/documents/8525" } }, { @@ -54058,13 +54058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8525" + "$ref": "https://ils.rero.ch/api/documents/8525" } }, { @@ -54072,13 +54072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8525" + "$ref": "https://ils.rero.ch/api/documents/8525" } }, { @@ -54086,13 +54086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8525" + "$ref": "https://ils.rero.ch/api/documents/8525" } }, { @@ -54100,13 +54100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8524" + "$ref": "https://ils.rero.ch/api/documents/8524" } }, { @@ -54114,13 +54114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8524" + "$ref": "https://ils.rero.ch/api/documents/8524" } }, { @@ -54128,13 +54128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8524" + "$ref": "https://ils.rero.ch/api/documents/8524" } }, { @@ -54142,13 +54142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8523" + "$ref": "https://ils.rero.ch/api/documents/8523" } }, { @@ -54156,13 +54156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8523" + "$ref": "https://ils.rero.ch/api/documents/8523" } }, { @@ -54170,13 +54170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8523" + "$ref": "https://ils.rero.ch/api/documents/8523" } }, { @@ -54184,13 +54184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8522" + "$ref": "https://ils.rero.ch/api/documents/8522" } }, { @@ -54198,13 +54198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8522" + "$ref": "https://ils.rero.ch/api/documents/8522" } }, { @@ -54212,13 +54212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8522" + "$ref": "https://ils.rero.ch/api/documents/8522" } }, { @@ -54226,13 +54226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8522" + "$ref": "https://ils.rero.ch/api/documents/8522" } }, { @@ -54240,13 +54240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8521" + "$ref": "https://ils.rero.ch/api/documents/8521" } }, { @@ -54254,13 +54254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8521" + "$ref": "https://ils.rero.ch/api/documents/8521" } }, { @@ -54268,13 +54268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8521" + "$ref": "https://ils.rero.ch/api/documents/8521" } }, { @@ -54282,13 +54282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8521" + "$ref": "https://ils.rero.ch/api/documents/8521" } }, { @@ -54296,13 +54296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8521" + "$ref": "https://ils.rero.ch/api/documents/8521" } }, { @@ -54310,13 +54310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8520" + "$ref": "https://ils.rero.ch/api/documents/8520" } }, { @@ -54324,13 +54324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8519" + "$ref": "https://ils.rero.ch/api/documents/8519" } }, { @@ -54338,13 +54338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8519" + "$ref": "https://ils.rero.ch/api/documents/8519" } }, { @@ -54352,13 +54352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8519" + "$ref": "https://ils.rero.ch/api/documents/8519" } }, { @@ -54366,13 +54366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8519" + "$ref": "https://ils.rero.ch/api/documents/8519" } }, { @@ -54380,13 +54380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8519" + "$ref": "https://ils.rero.ch/api/documents/8519" } }, { @@ -54394,13 +54394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8518" + "$ref": "https://ils.rero.ch/api/documents/8518" } }, { @@ -54408,13 +54408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8518" + "$ref": "https://ils.rero.ch/api/documents/8518" } }, { @@ -54422,13 +54422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8518" + "$ref": "https://ils.rero.ch/api/documents/8518" } }, { @@ -54436,13 +54436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8518" + "$ref": "https://ils.rero.ch/api/documents/8518" } }, { @@ -54450,13 +54450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8518" + "$ref": "https://ils.rero.ch/api/documents/8518" } }, { @@ -54464,13 +54464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8517" + "$ref": "https://ils.rero.ch/api/documents/8517" } }, { @@ -54478,13 +54478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8517" + "$ref": "https://ils.rero.ch/api/documents/8517" } }, { @@ -54492,13 +54492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8517" + "$ref": "https://ils.rero.ch/api/documents/8517" } }, { @@ -54506,13 +54506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8517" + "$ref": "https://ils.rero.ch/api/documents/8517" } }, { @@ -54520,13 +54520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8516" + "$ref": "https://ils.rero.ch/api/documents/8516" } }, { @@ -54534,13 +54534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8516" + "$ref": "https://ils.rero.ch/api/documents/8516" } }, { @@ -54548,13 +54548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8516" + "$ref": "https://ils.rero.ch/api/documents/8516" } }, { @@ -54562,13 +54562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8516" + "$ref": "https://ils.rero.ch/api/documents/8516" } }, { @@ -54576,13 +54576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8515" + "$ref": "https://ils.rero.ch/api/documents/8515" } }, { @@ -54590,13 +54590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8514" + "$ref": "https://ils.rero.ch/api/documents/8514" } }, { @@ -54604,13 +54604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8514" + "$ref": "https://ils.rero.ch/api/documents/8514" } }, { @@ -54618,13 +54618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8514" + "$ref": "https://ils.rero.ch/api/documents/8514" } }, { @@ -54632,13 +54632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8514" + "$ref": "https://ils.rero.ch/api/documents/8514" } }, { @@ -54646,13 +54646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8514" + "$ref": "https://ils.rero.ch/api/documents/8514" } }, { @@ -54660,13 +54660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8513" + "$ref": "https://ils.rero.ch/api/documents/8513" } }, { @@ -54674,13 +54674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8512" + "$ref": "https://ils.rero.ch/api/documents/8512" } }, { @@ -54688,13 +54688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8512" + "$ref": "https://ils.rero.ch/api/documents/8512" } }, { @@ -54702,13 +54702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8512" + "$ref": "https://ils.rero.ch/api/documents/8512" } }, { @@ -54716,13 +54716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8512" + "$ref": "https://ils.rero.ch/api/documents/8512" } }, { @@ -54730,13 +54730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8511" + "$ref": "https://ils.rero.ch/api/documents/8511" } }, { @@ -54744,13 +54744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8511" + "$ref": "https://ils.rero.ch/api/documents/8511" } }, { @@ -54758,13 +54758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8510" + "$ref": "https://ils.rero.ch/api/documents/8510" } }, { @@ -54772,13 +54772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8510" + "$ref": "https://ils.rero.ch/api/documents/8510" } }, { @@ -54786,13 +54786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8510" + "$ref": "https://ils.rero.ch/api/documents/8510" } }, { @@ -54800,13 +54800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8510" + "$ref": "https://ils.rero.ch/api/documents/8510" } }, { @@ -54814,13 +54814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8510" + "$ref": "https://ils.rero.ch/api/documents/8510" } }, { @@ -54828,13 +54828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8509" + "$ref": "https://ils.rero.ch/api/documents/8509" } }, { @@ -54842,13 +54842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8509" + "$ref": "https://ils.rero.ch/api/documents/8509" } }, { @@ -54856,13 +54856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8509" + "$ref": "https://ils.rero.ch/api/documents/8509" } }, { @@ -54870,13 +54870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8509" + "$ref": "https://ils.rero.ch/api/documents/8509" } }, { @@ -54884,13 +54884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8509" + "$ref": "https://ils.rero.ch/api/documents/8509" } }, { @@ -54898,13 +54898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8508" + "$ref": "https://ils.rero.ch/api/documents/8508" } }, { @@ -54912,13 +54912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8508" + "$ref": "https://ils.rero.ch/api/documents/8508" } }, { @@ -54926,13 +54926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8508" + "$ref": "https://ils.rero.ch/api/documents/8508" } }, { @@ -54940,13 +54940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8507" + "$ref": "https://ils.rero.ch/api/documents/8507" } }, { @@ -54954,13 +54954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8507" + "$ref": "https://ils.rero.ch/api/documents/8507" } }, { @@ -54968,13 +54968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8507" + "$ref": "https://ils.rero.ch/api/documents/8507" } }, { @@ -54982,13 +54982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8507" + "$ref": "https://ils.rero.ch/api/documents/8507" } }, { @@ -54996,13 +54996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8506" + "$ref": "https://ils.rero.ch/api/documents/8506" } }, { @@ -55010,13 +55010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8506" + "$ref": "https://ils.rero.ch/api/documents/8506" } }, { @@ -55024,13 +55024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8505" + "$ref": "https://ils.rero.ch/api/documents/8505" } }, { @@ -55038,13 +55038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8504" + "$ref": "https://ils.rero.ch/api/documents/8504" } }, { @@ -55052,13 +55052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8503" + "$ref": "https://ils.rero.ch/api/documents/8503" } }, { @@ -55066,13 +55066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8503" + "$ref": "https://ils.rero.ch/api/documents/8503" } }, { @@ -55080,13 +55080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8503" + "$ref": "https://ils.rero.ch/api/documents/8503" } }, { @@ -55094,13 +55094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8503" + "$ref": "https://ils.rero.ch/api/documents/8503" } }, { @@ -55108,13 +55108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8503" + "$ref": "https://ils.rero.ch/api/documents/8503" } }, { @@ -55122,13 +55122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8502" + "$ref": "https://ils.rero.ch/api/documents/8502" } }, { @@ -55136,13 +55136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8502" + "$ref": "https://ils.rero.ch/api/documents/8502" } }, { @@ -55150,13 +55150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8502" + "$ref": "https://ils.rero.ch/api/documents/8502" } }, { @@ -55164,13 +55164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8502" + "$ref": "https://ils.rero.ch/api/documents/8502" } }, { @@ -55178,13 +55178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8501" + "$ref": "https://ils.rero.ch/api/documents/8501" } }, { @@ -55192,13 +55192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8501" + "$ref": "https://ils.rero.ch/api/documents/8501" } }, { @@ -55206,13 +55206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8501" + "$ref": "https://ils.rero.ch/api/documents/8501" } }, { @@ -55220,13 +55220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8501" + "$ref": "https://ils.rero.ch/api/documents/8501" } }, { @@ -55234,13 +55234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8500" + "$ref": "https://ils.rero.ch/api/documents/8500" } }, { @@ -55248,13 +55248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8500" + "$ref": "https://ils.rero.ch/api/documents/8500" } }, { @@ -55262,13 +55262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8500" + "$ref": "https://ils.rero.ch/api/documents/8500" } }, { @@ -55276,13 +55276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8500" + "$ref": "https://ils.rero.ch/api/documents/8500" } }, { @@ -55290,13 +55290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8500" + "$ref": "https://ils.rero.ch/api/documents/8500" } }, { @@ -55304,13 +55304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8499" + "$ref": "https://ils.rero.ch/api/documents/8499" } }, { @@ -55318,13 +55318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8499" + "$ref": "https://ils.rero.ch/api/documents/8499" } }, { @@ -55332,13 +55332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8499" + "$ref": "https://ils.rero.ch/api/documents/8499" } }, { @@ -55346,13 +55346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8498" + "$ref": "https://ils.rero.ch/api/documents/8498" } }, { @@ -55360,13 +55360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8497" + "$ref": "https://ils.rero.ch/api/documents/8497" } }, { @@ -55374,13 +55374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8497" + "$ref": "https://ils.rero.ch/api/documents/8497" } }, { @@ -55388,13 +55388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8497" + "$ref": "https://ils.rero.ch/api/documents/8497" } }, { @@ -55402,13 +55402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8497" + "$ref": "https://ils.rero.ch/api/documents/8497" } }, { @@ -55416,13 +55416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8497" + "$ref": "https://ils.rero.ch/api/documents/8497" } }, { @@ -55430,13 +55430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8496" + "$ref": "https://ils.rero.ch/api/documents/8496" } }, { @@ -55444,13 +55444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8496" + "$ref": "https://ils.rero.ch/api/documents/8496" } }, { @@ -55458,13 +55458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8495" + "$ref": "https://ils.rero.ch/api/documents/8495" } }, { @@ -55472,13 +55472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8494" + "$ref": "https://ils.rero.ch/api/documents/8494" } }, { @@ -55486,13 +55486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8494" + "$ref": "https://ils.rero.ch/api/documents/8494" } }, { @@ -55500,13 +55500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8494" + "$ref": "https://ils.rero.ch/api/documents/8494" } }, { @@ -55514,13 +55514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8494" + "$ref": "https://ils.rero.ch/api/documents/8494" } }, { @@ -55528,13 +55528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8494" + "$ref": "https://ils.rero.ch/api/documents/8494" } }, { @@ -55542,13 +55542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8493" + "$ref": "https://ils.rero.ch/api/documents/8493" } }, { @@ -55556,13 +55556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8493" + "$ref": "https://ils.rero.ch/api/documents/8493" } }, { @@ -55570,13 +55570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8492" + "$ref": "https://ils.rero.ch/api/documents/8492" } }, { @@ -55584,13 +55584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8492" + "$ref": "https://ils.rero.ch/api/documents/8492" } }, { @@ -55598,13 +55598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8492" + "$ref": "https://ils.rero.ch/api/documents/8492" } }, { @@ -55612,13 +55612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8492" + "$ref": "https://ils.rero.ch/api/documents/8492" } }, { @@ -55626,13 +55626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8491" + "$ref": "https://ils.rero.ch/api/documents/8491" } }, { @@ -55640,13 +55640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8490" + "$ref": "https://ils.rero.ch/api/documents/8490" } }, { @@ -55654,13 +55654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8490" + "$ref": "https://ils.rero.ch/api/documents/8490" } }, { @@ -55668,13 +55668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8490" + "$ref": "https://ils.rero.ch/api/documents/8490" } }, { @@ -55682,13 +55682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8490" + "$ref": "https://ils.rero.ch/api/documents/8490" } }, { @@ -55696,13 +55696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8489" + "$ref": "https://ils.rero.ch/api/documents/8489" } }, { @@ -55710,13 +55710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8489" + "$ref": "https://ils.rero.ch/api/documents/8489" } }, { @@ -55724,13 +55724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8489" + "$ref": "https://ils.rero.ch/api/documents/8489" } }, { @@ -55738,13 +55738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8488" + "$ref": "https://ils.rero.ch/api/documents/8488" } }, { @@ -55752,13 +55752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8488" + "$ref": "https://ils.rero.ch/api/documents/8488" } }, { @@ -55766,13 +55766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8487" + "$ref": "https://ils.rero.ch/api/documents/8487" } }, { @@ -55780,13 +55780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8487" + "$ref": "https://ils.rero.ch/api/documents/8487" } }, { @@ -55794,13 +55794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8486" + "$ref": "https://ils.rero.ch/api/documents/8486" } }, { @@ -55808,13 +55808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8486" + "$ref": "https://ils.rero.ch/api/documents/8486" } }, { @@ -55822,13 +55822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8486" + "$ref": "https://ils.rero.ch/api/documents/8486" } }, { @@ -55836,13 +55836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8486" + "$ref": "https://ils.rero.ch/api/documents/8486" } }, { @@ -55850,13 +55850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8486" + "$ref": "https://ils.rero.ch/api/documents/8486" } }, { @@ -55864,13 +55864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8485" + "$ref": "https://ils.rero.ch/api/documents/8485" } }, { @@ -55878,13 +55878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8485" + "$ref": "https://ils.rero.ch/api/documents/8485" } }, { @@ -55892,13 +55892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8485" + "$ref": "https://ils.rero.ch/api/documents/8485" } }, { @@ -55906,13 +55906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8485" + "$ref": "https://ils.rero.ch/api/documents/8485" } }, { @@ -55920,13 +55920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8485" + "$ref": "https://ils.rero.ch/api/documents/8485" } }, { @@ -55934,13 +55934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8484" + "$ref": "https://ils.rero.ch/api/documents/8484" } }, { @@ -55948,13 +55948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8484" + "$ref": "https://ils.rero.ch/api/documents/8484" } }, { @@ -55962,13 +55962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8484" + "$ref": "https://ils.rero.ch/api/documents/8484" } }, { @@ -55976,13 +55976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8484" + "$ref": "https://ils.rero.ch/api/documents/8484" } }, { @@ -55990,13 +55990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8483" + "$ref": "https://ils.rero.ch/api/documents/8483" } }, { @@ -56004,13 +56004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8483" + "$ref": "https://ils.rero.ch/api/documents/8483" } }, { @@ -56018,13 +56018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8483" + "$ref": "https://ils.rero.ch/api/documents/8483" } }, { @@ -56032,13 +56032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8483" + "$ref": "https://ils.rero.ch/api/documents/8483" } }, { @@ -56046,13 +56046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8483" + "$ref": "https://ils.rero.ch/api/documents/8483" } }, { @@ -56060,13 +56060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8482" + "$ref": "https://ils.rero.ch/api/documents/8482" } }, { @@ -56074,13 +56074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8482" + "$ref": "https://ils.rero.ch/api/documents/8482" } }, { @@ -56088,13 +56088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8482" + "$ref": "https://ils.rero.ch/api/documents/8482" } }, { @@ -56102,13 +56102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8482" + "$ref": "https://ils.rero.ch/api/documents/8482" } }, { @@ -56116,13 +56116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8481" + "$ref": "https://ils.rero.ch/api/documents/8481" } }, { @@ -56130,13 +56130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8481" + "$ref": "https://ils.rero.ch/api/documents/8481" } }, { @@ -56144,13 +56144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8481" + "$ref": "https://ils.rero.ch/api/documents/8481" } }, { @@ -56158,13 +56158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8480" + "$ref": "https://ils.rero.ch/api/documents/8480" } }, { @@ -56172,13 +56172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8479" + "$ref": "https://ils.rero.ch/api/documents/8479" } }, { @@ -56186,13 +56186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8478" + "$ref": "https://ils.rero.ch/api/documents/8478" } }, { @@ -56200,13 +56200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8478" + "$ref": "https://ils.rero.ch/api/documents/8478" } }, { @@ -56214,13 +56214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8478" + "$ref": "https://ils.rero.ch/api/documents/8478" } }, { @@ -56228,13 +56228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8477" + "$ref": "https://ils.rero.ch/api/documents/8477" } }, { @@ -56242,13 +56242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8477" + "$ref": "https://ils.rero.ch/api/documents/8477" } }, { @@ -56256,13 +56256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8477" + "$ref": "https://ils.rero.ch/api/documents/8477" } }, { @@ -56270,13 +56270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8476" + "$ref": "https://ils.rero.ch/api/documents/8476" } }, { @@ -56284,13 +56284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8475" + "$ref": "https://ils.rero.ch/api/documents/8475" } }, { @@ -56298,13 +56298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8475" + "$ref": "https://ils.rero.ch/api/documents/8475" } }, { @@ -56312,13 +56312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8475" + "$ref": "https://ils.rero.ch/api/documents/8475" } }, { @@ -56326,13 +56326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8475" + "$ref": "https://ils.rero.ch/api/documents/8475" } }, { @@ -56340,13 +56340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8474" + "$ref": "https://ils.rero.ch/api/documents/8474" } }, { @@ -56354,13 +56354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8474" + "$ref": "https://ils.rero.ch/api/documents/8474" } }, { @@ -56368,13 +56368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8474" + "$ref": "https://ils.rero.ch/api/documents/8474" } }, { @@ -56382,13 +56382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8474" + "$ref": "https://ils.rero.ch/api/documents/8474" } }, { @@ -56396,13 +56396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8474" + "$ref": "https://ils.rero.ch/api/documents/8474" } }, { @@ -56410,13 +56410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8473" + "$ref": "https://ils.rero.ch/api/documents/8473" } }, { @@ -56424,13 +56424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8472" + "$ref": "https://ils.rero.ch/api/documents/8472" } }, { @@ -56438,13 +56438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8472" + "$ref": "https://ils.rero.ch/api/documents/8472" } }, { @@ -56452,13 +56452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8472" + "$ref": "https://ils.rero.ch/api/documents/8472" } }, { @@ -56466,13 +56466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8472" + "$ref": "https://ils.rero.ch/api/documents/8472" } }, { @@ -56480,13 +56480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8472" + "$ref": "https://ils.rero.ch/api/documents/8472" } }, { @@ -56494,13 +56494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8471" + "$ref": "https://ils.rero.ch/api/documents/8471" } }, { @@ -56508,13 +56508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8471" + "$ref": "https://ils.rero.ch/api/documents/8471" } }, { @@ -56522,13 +56522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8471" + "$ref": "https://ils.rero.ch/api/documents/8471" } }, { @@ -56536,13 +56536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8471" + "$ref": "https://ils.rero.ch/api/documents/8471" } }, { @@ -56550,13 +56550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8471" + "$ref": "https://ils.rero.ch/api/documents/8471" } }, { @@ -56564,13 +56564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8470" + "$ref": "https://ils.rero.ch/api/documents/8470" } }, { @@ -56578,13 +56578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8470" + "$ref": "https://ils.rero.ch/api/documents/8470" } }, { @@ -56592,13 +56592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8470" + "$ref": "https://ils.rero.ch/api/documents/8470" } }, { @@ -56606,13 +56606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8469" + "$ref": "https://ils.rero.ch/api/documents/8469" } }, { @@ -56620,13 +56620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8469" + "$ref": "https://ils.rero.ch/api/documents/8469" } }, { @@ -56634,13 +56634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8468" + "$ref": "https://ils.rero.ch/api/documents/8468" } }, { @@ -56648,13 +56648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8468" + "$ref": "https://ils.rero.ch/api/documents/8468" } }, { @@ -56662,13 +56662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8468" + "$ref": "https://ils.rero.ch/api/documents/8468" } }, { @@ -56676,13 +56676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8467" + "$ref": "https://ils.rero.ch/api/documents/8467" } }, { @@ -56690,13 +56690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8467" + "$ref": "https://ils.rero.ch/api/documents/8467" } }, { @@ -56704,13 +56704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8467" + "$ref": "https://ils.rero.ch/api/documents/8467" } }, { @@ -56718,13 +56718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8467" + "$ref": "https://ils.rero.ch/api/documents/8467" } }, { @@ -56732,13 +56732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8466" + "$ref": "https://ils.rero.ch/api/documents/8466" } }, { @@ -56746,13 +56746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8465" + "$ref": "https://ils.rero.ch/api/documents/8465" } }, { @@ -56760,13 +56760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8465" + "$ref": "https://ils.rero.ch/api/documents/8465" } }, { @@ -56774,13 +56774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8465" + "$ref": "https://ils.rero.ch/api/documents/8465" } }, { @@ -56788,13 +56788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8465" + "$ref": "https://ils.rero.ch/api/documents/8465" } }, { @@ -56802,13 +56802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8464" + "$ref": "https://ils.rero.ch/api/documents/8464" } }, { @@ -56816,13 +56816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8463" + "$ref": "https://ils.rero.ch/api/documents/8463" } }, { @@ -56830,13 +56830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8463" + "$ref": "https://ils.rero.ch/api/documents/8463" } }, { @@ -56844,13 +56844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8463" + "$ref": "https://ils.rero.ch/api/documents/8463" } }, { @@ -56858,13 +56858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8463" + "$ref": "https://ils.rero.ch/api/documents/8463" } }, { @@ -56872,13 +56872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8463" + "$ref": "https://ils.rero.ch/api/documents/8463" } }, { @@ -56886,13 +56886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8462" + "$ref": "https://ils.rero.ch/api/documents/8462" } }, { @@ -56900,13 +56900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8461" + "$ref": "https://ils.rero.ch/api/documents/8461" } }, { @@ -56914,13 +56914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8461" + "$ref": "https://ils.rero.ch/api/documents/8461" } }, { @@ -56928,13 +56928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8461" + "$ref": "https://ils.rero.ch/api/documents/8461" } }, { @@ -56942,13 +56942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8460" + "$ref": "https://ils.rero.ch/api/documents/8460" } }, { @@ -56956,13 +56956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8459" + "$ref": "https://ils.rero.ch/api/documents/8459" } }, { @@ -56970,13 +56970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8459" + "$ref": "https://ils.rero.ch/api/documents/8459" } }, { @@ -56984,13 +56984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8458" + "$ref": "https://ils.rero.ch/api/documents/8458" } }, { @@ -56998,13 +56998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8458" + "$ref": "https://ils.rero.ch/api/documents/8458" } }, { @@ -57012,13 +57012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8458" + "$ref": "https://ils.rero.ch/api/documents/8458" } }, { @@ -57026,13 +57026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8457" + "$ref": "https://ils.rero.ch/api/documents/8457" } }, { @@ -57040,13 +57040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8457" + "$ref": "https://ils.rero.ch/api/documents/8457" } }, { @@ -57054,13 +57054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8457" + "$ref": "https://ils.rero.ch/api/documents/8457" } }, { @@ -57068,13 +57068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8456" + "$ref": "https://ils.rero.ch/api/documents/8456" } }, { @@ -57082,13 +57082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8456" + "$ref": "https://ils.rero.ch/api/documents/8456" } }, { @@ -57096,13 +57096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8455" + "$ref": "https://ils.rero.ch/api/documents/8455" } }, { @@ -57110,13 +57110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8455" + "$ref": "https://ils.rero.ch/api/documents/8455" } }, { @@ -57124,13 +57124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8454" + "$ref": "https://ils.rero.ch/api/documents/8454" } }, { @@ -57138,13 +57138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8454" + "$ref": "https://ils.rero.ch/api/documents/8454" } }, { @@ -57152,13 +57152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8453" + "$ref": "https://ils.rero.ch/api/documents/8453" } }, { @@ -57166,13 +57166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8453" + "$ref": "https://ils.rero.ch/api/documents/8453" } }, { @@ -57180,13 +57180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8453" + "$ref": "https://ils.rero.ch/api/documents/8453" } }, { @@ -57194,13 +57194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8453" + "$ref": "https://ils.rero.ch/api/documents/8453" } }, { @@ -57208,13 +57208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8452" + "$ref": "https://ils.rero.ch/api/documents/8452" } }, { @@ -57222,13 +57222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8451" + "$ref": "https://ils.rero.ch/api/documents/8451" } }, { @@ -57236,13 +57236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8451" + "$ref": "https://ils.rero.ch/api/documents/8451" } }, { @@ -57250,13 +57250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8451" + "$ref": "https://ils.rero.ch/api/documents/8451" } }, { @@ -57264,13 +57264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8450" + "$ref": "https://ils.rero.ch/api/documents/8450" } }, { @@ -57278,13 +57278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8449" + "$ref": "https://ils.rero.ch/api/documents/8449" } }, { @@ -57292,13 +57292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8449" + "$ref": "https://ils.rero.ch/api/documents/8449" } }, { @@ -57306,13 +57306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8448" + "$ref": "https://ils.rero.ch/api/documents/8448" } }, { @@ -57320,13 +57320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8448" + "$ref": "https://ils.rero.ch/api/documents/8448" } }, { @@ -57334,13 +57334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8447" + "$ref": "https://ils.rero.ch/api/documents/8447" } }, { @@ -57348,13 +57348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8447" + "$ref": "https://ils.rero.ch/api/documents/8447" } }, { @@ -57362,13 +57362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8447" + "$ref": "https://ils.rero.ch/api/documents/8447" } }, { @@ -57376,13 +57376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8446" + "$ref": "https://ils.rero.ch/api/documents/8446" } }, { @@ -57390,13 +57390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8446" + "$ref": "https://ils.rero.ch/api/documents/8446" } }, { @@ -57404,13 +57404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8446" + "$ref": "https://ils.rero.ch/api/documents/8446" } }, { @@ -57418,13 +57418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8446" + "$ref": "https://ils.rero.ch/api/documents/8446" } }, { @@ -57432,13 +57432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8445" + "$ref": "https://ils.rero.ch/api/documents/8445" } }, { @@ -57446,13 +57446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8444" + "$ref": "https://ils.rero.ch/api/documents/8444" } }, { @@ -57460,13 +57460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8444" + "$ref": "https://ils.rero.ch/api/documents/8444" } }, { @@ -57474,13 +57474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8444" + "$ref": "https://ils.rero.ch/api/documents/8444" } }, { @@ -57488,13 +57488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8444" + "$ref": "https://ils.rero.ch/api/documents/8444" } }, { @@ -57502,13 +57502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8443" + "$ref": "https://ils.rero.ch/api/documents/8443" } }, { @@ -57516,13 +57516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8442" + "$ref": "https://ils.rero.ch/api/documents/8442" } }, { @@ -57530,13 +57530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8442" + "$ref": "https://ils.rero.ch/api/documents/8442" } }, { @@ -57544,13 +57544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8442" + "$ref": "https://ils.rero.ch/api/documents/8442" } }, { @@ -57558,13 +57558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8442" + "$ref": "https://ils.rero.ch/api/documents/8442" } }, { @@ -57572,13 +57572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8441" + "$ref": "https://ils.rero.ch/api/documents/8441" } }, { @@ -57586,13 +57586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8441" + "$ref": "https://ils.rero.ch/api/documents/8441" } }, { @@ -57600,13 +57600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8441" + "$ref": "https://ils.rero.ch/api/documents/8441" } }, { @@ -57614,13 +57614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8441" + "$ref": "https://ils.rero.ch/api/documents/8441" } }, { @@ -57628,13 +57628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8441" + "$ref": "https://ils.rero.ch/api/documents/8441" } }, { @@ -57642,13 +57642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8440" + "$ref": "https://ils.rero.ch/api/documents/8440" } }, { @@ -57656,13 +57656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8440" + "$ref": "https://ils.rero.ch/api/documents/8440" } }, { @@ -57670,13 +57670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8439" + "$ref": "https://ils.rero.ch/api/documents/8439" } }, { @@ -57684,13 +57684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8439" + "$ref": "https://ils.rero.ch/api/documents/8439" } }, { @@ -57698,13 +57698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8438" + "$ref": "https://ils.rero.ch/api/documents/8438" } }, { @@ -57712,13 +57712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8438" + "$ref": "https://ils.rero.ch/api/documents/8438" } }, { @@ -57726,13 +57726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8438" + "$ref": "https://ils.rero.ch/api/documents/8438" } }, { @@ -57740,13 +57740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8437" + "$ref": "https://ils.rero.ch/api/documents/8437" } }, { @@ -57754,13 +57754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8437" + "$ref": "https://ils.rero.ch/api/documents/8437" } }, { @@ -57768,13 +57768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8437" + "$ref": "https://ils.rero.ch/api/documents/8437" } }, { @@ -57782,13 +57782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8437" + "$ref": "https://ils.rero.ch/api/documents/8437" } }, { @@ -57796,13 +57796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8436" + "$ref": "https://ils.rero.ch/api/documents/8436" } }, { @@ -57810,13 +57810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8436" + "$ref": "https://ils.rero.ch/api/documents/8436" } }, { @@ -57824,13 +57824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8436" + "$ref": "https://ils.rero.ch/api/documents/8436" } }, { @@ -57838,13 +57838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8435" + "$ref": "https://ils.rero.ch/api/documents/8435" } }, { @@ -57852,13 +57852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8435" + "$ref": "https://ils.rero.ch/api/documents/8435" } }, { @@ -57866,13 +57866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8435" + "$ref": "https://ils.rero.ch/api/documents/8435" } }, { @@ -57880,13 +57880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8435" + "$ref": "https://ils.rero.ch/api/documents/8435" } }, { @@ -57894,13 +57894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8434" + "$ref": "https://ils.rero.ch/api/documents/8434" } }, { @@ -57908,13 +57908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8434" + "$ref": "https://ils.rero.ch/api/documents/8434" } }, { @@ -57922,13 +57922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8434" + "$ref": "https://ils.rero.ch/api/documents/8434" } }, { @@ -57936,13 +57936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8433" + "$ref": "https://ils.rero.ch/api/documents/8433" } }, { @@ -57950,13 +57950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8433" + "$ref": "https://ils.rero.ch/api/documents/8433" } }, { @@ -57964,13 +57964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8433" + "$ref": "https://ils.rero.ch/api/documents/8433" } }, { @@ -57978,13 +57978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8433" + "$ref": "https://ils.rero.ch/api/documents/8433" } }, { @@ -57992,13 +57992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8433" + "$ref": "https://ils.rero.ch/api/documents/8433" } }, { @@ -58006,13 +58006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8432" + "$ref": "https://ils.rero.ch/api/documents/8432" } }, { @@ -58020,13 +58020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8432" + "$ref": "https://ils.rero.ch/api/documents/8432" } }, { @@ -58034,13 +58034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8431" + "$ref": "https://ils.rero.ch/api/documents/8431" } }, { @@ -58048,13 +58048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8431" + "$ref": "https://ils.rero.ch/api/documents/8431" } }, { @@ -58062,13 +58062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8431" + "$ref": "https://ils.rero.ch/api/documents/8431" } }, { @@ -58076,13 +58076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8431" + "$ref": "https://ils.rero.ch/api/documents/8431" } }, { @@ -58090,13 +58090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8430" + "$ref": "https://ils.rero.ch/api/documents/8430" } }, { @@ -58104,13 +58104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8430" + "$ref": "https://ils.rero.ch/api/documents/8430" } }, { @@ -58118,13 +58118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8429" + "$ref": "https://ils.rero.ch/api/documents/8429" } }, { @@ -58132,13 +58132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8428" + "$ref": "https://ils.rero.ch/api/documents/8428" } }, { @@ -58146,13 +58146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8427" + "$ref": "https://ils.rero.ch/api/documents/8427" } }, { @@ -58160,13 +58160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8427" + "$ref": "https://ils.rero.ch/api/documents/8427" } }, { @@ -58174,13 +58174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8427" + "$ref": "https://ils.rero.ch/api/documents/8427" } }, { @@ -58188,13 +58188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8427" + "$ref": "https://ils.rero.ch/api/documents/8427" } }, { @@ -58202,13 +58202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8426" + "$ref": "https://ils.rero.ch/api/documents/8426" } }, { @@ -58216,13 +58216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8426" + "$ref": "https://ils.rero.ch/api/documents/8426" } }, { @@ -58230,13 +58230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8426" + "$ref": "https://ils.rero.ch/api/documents/8426" } }, { @@ -58244,13 +58244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8426" + "$ref": "https://ils.rero.ch/api/documents/8426" } }, { @@ -58258,13 +58258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8426" + "$ref": "https://ils.rero.ch/api/documents/8426" } }, { @@ -58272,13 +58272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8425" + "$ref": "https://ils.rero.ch/api/documents/8425" } }, { @@ -58286,13 +58286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8425" + "$ref": "https://ils.rero.ch/api/documents/8425" } }, { @@ -58300,13 +58300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8424" + "$ref": "https://ils.rero.ch/api/documents/8424" } }, { @@ -58314,13 +58314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8423" + "$ref": "https://ils.rero.ch/api/documents/8423" } }, { @@ -58328,13 +58328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8423" + "$ref": "https://ils.rero.ch/api/documents/8423" } }, { @@ -58342,13 +58342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8423" + "$ref": "https://ils.rero.ch/api/documents/8423" } }, { @@ -58356,13 +58356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8423" + "$ref": "https://ils.rero.ch/api/documents/8423" } }, { @@ -58370,13 +58370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8422" + "$ref": "https://ils.rero.ch/api/documents/8422" } }, { @@ -58384,13 +58384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8422" + "$ref": "https://ils.rero.ch/api/documents/8422" } }, { @@ -58398,13 +58398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8422" + "$ref": "https://ils.rero.ch/api/documents/8422" } }, { @@ -58412,13 +58412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8421" + "$ref": "https://ils.rero.ch/api/documents/8421" } }, { @@ -58426,13 +58426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8421" + "$ref": "https://ils.rero.ch/api/documents/8421" } }, { @@ -58440,13 +58440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8420" + "$ref": "https://ils.rero.ch/api/documents/8420" } }, { @@ -58454,13 +58454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8420" + "$ref": "https://ils.rero.ch/api/documents/8420" } }, { @@ -58468,13 +58468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8420" + "$ref": "https://ils.rero.ch/api/documents/8420" } }, { @@ -58482,13 +58482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8419" + "$ref": "https://ils.rero.ch/api/documents/8419" } }, { @@ -58496,13 +58496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8419" + "$ref": "https://ils.rero.ch/api/documents/8419" } }, { @@ -58510,13 +58510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8418" + "$ref": "https://ils.rero.ch/api/documents/8418" } }, { @@ -58524,13 +58524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8417" + "$ref": "https://ils.rero.ch/api/documents/8417" } }, { @@ -58538,13 +58538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8417" + "$ref": "https://ils.rero.ch/api/documents/8417" } }, { @@ -58552,13 +58552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8417" + "$ref": "https://ils.rero.ch/api/documents/8417" } }, { @@ -58566,13 +58566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8417" + "$ref": "https://ils.rero.ch/api/documents/8417" } }, { @@ -58580,13 +58580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8417" + "$ref": "https://ils.rero.ch/api/documents/8417" } }, { @@ -58594,13 +58594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8416" + "$ref": "https://ils.rero.ch/api/documents/8416" } }, { @@ -58608,13 +58608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8416" + "$ref": "https://ils.rero.ch/api/documents/8416" } }, { @@ -58622,13 +58622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8415" + "$ref": "https://ils.rero.ch/api/documents/8415" } }, { @@ -58636,13 +58636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8415" + "$ref": "https://ils.rero.ch/api/documents/8415" } }, { @@ -58650,13 +58650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8415" + "$ref": "https://ils.rero.ch/api/documents/8415" } }, { @@ -58664,13 +58664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8415" + "$ref": "https://ils.rero.ch/api/documents/8415" } }, { @@ -58678,13 +58678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8414" + "$ref": "https://ils.rero.ch/api/documents/8414" } }, { @@ -58692,13 +58692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8414" + "$ref": "https://ils.rero.ch/api/documents/8414" } }, { @@ -58706,13 +58706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8413" + "$ref": "https://ils.rero.ch/api/documents/8413" } }, { @@ -58720,13 +58720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8412" + "$ref": "https://ils.rero.ch/api/documents/8412" } }, { @@ -58734,13 +58734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8412" + "$ref": "https://ils.rero.ch/api/documents/8412" } }, { @@ -58748,13 +58748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8412" + "$ref": "https://ils.rero.ch/api/documents/8412" } }, { @@ -58762,13 +58762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8412" + "$ref": "https://ils.rero.ch/api/documents/8412" } }, { @@ -58776,13 +58776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8411" + "$ref": "https://ils.rero.ch/api/documents/8411" } }, { @@ -58790,13 +58790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8411" + "$ref": "https://ils.rero.ch/api/documents/8411" } }, { @@ -58804,13 +58804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8411" + "$ref": "https://ils.rero.ch/api/documents/8411" } }, { @@ -58818,13 +58818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8411" + "$ref": "https://ils.rero.ch/api/documents/8411" } }, { @@ -58832,13 +58832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8411" + "$ref": "https://ils.rero.ch/api/documents/8411" } }, { @@ -58846,13 +58846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8410" + "$ref": "https://ils.rero.ch/api/documents/8410" } }, { @@ -58860,13 +58860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8410" + "$ref": "https://ils.rero.ch/api/documents/8410" } }, { @@ -58874,13 +58874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8410" + "$ref": "https://ils.rero.ch/api/documents/8410" } }, { @@ -58888,13 +58888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8409" + "$ref": "https://ils.rero.ch/api/documents/8409" } }, { @@ -58902,13 +58902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8409" + "$ref": "https://ils.rero.ch/api/documents/8409" } }, { @@ -58916,13 +58916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8409" + "$ref": "https://ils.rero.ch/api/documents/8409" } }, { @@ -58930,13 +58930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8409" + "$ref": "https://ils.rero.ch/api/documents/8409" } }, { @@ -58944,13 +58944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8408" + "$ref": "https://ils.rero.ch/api/documents/8408" } }, { @@ -58958,13 +58958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8408" + "$ref": "https://ils.rero.ch/api/documents/8408" } }, { @@ -58972,13 +58972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8408" + "$ref": "https://ils.rero.ch/api/documents/8408" } }, { @@ -58986,13 +58986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8408" + "$ref": "https://ils.rero.ch/api/documents/8408" } }, { @@ -59000,13 +59000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8407" + "$ref": "https://ils.rero.ch/api/documents/8407" } }, { @@ -59014,13 +59014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8407" + "$ref": "https://ils.rero.ch/api/documents/8407" } }, { @@ -59028,13 +59028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8407" + "$ref": "https://ils.rero.ch/api/documents/8407" } }, { @@ -59042,13 +59042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8407" + "$ref": "https://ils.rero.ch/api/documents/8407" } }, { @@ -59056,13 +59056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8407" + "$ref": "https://ils.rero.ch/api/documents/8407" } }, { @@ -59070,13 +59070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8406" + "$ref": "https://ils.rero.ch/api/documents/8406" } }, { @@ -59084,13 +59084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8406" + "$ref": "https://ils.rero.ch/api/documents/8406" } }, { @@ -59098,13 +59098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8406" + "$ref": "https://ils.rero.ch/api/documents/8406" } }, { @@ -59112,13 +59112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8406" + "$ref": "https://ils.rero.ch/api/documents/8406" } }, { @@ -59126,13 +59126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8405" + "$ref": "https://ils.rero.ch/api/documents/8405" } }, { @@ -59140,13 +59140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8405" + "$ref": "https://ils.rero.ch/api/documents/8405" } }, { @@ -59154,13 +59154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8404" + "$ref": "https://ils.rero.ch/api/documents/8404" } }, { @@ -59168,13 +59168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8404" + "$ref": "https://ils.rero.ch/api/documents/8404" } }, { @@ -59182,13 +59182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8404" + "$ref": "https://ils.rero.ch/api/documents/8404" } }, { @@ -59196,13 +59196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8404" + "$ref": "https://ils.rero.ch/api/documents/8404" } }, { @@ -59210,13 +59210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8403" + "$ref": "https://ils.rero.ch/api/documents/8403" } }, { @@ -59224,13 +59224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8403" + "$ref": "https://ils.rero.ch/api/documents/8403" } }, { @@ -59238,13 +59238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8403" + "$ref": "https://ils.rero.ch/api/documents/8403" } }, { @@ -59252,13 +59252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8402" + "$ref": "https://ils.rero.ch/api/documents/8402" } }, { @@ -59266,13 +59266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8402" + "$ref": "https://ils.rero.ch/api/documents/8402" } }, { @@ -59280,13 +59280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8401" + "$ref": "https://ils.rero.ch/api/documents/8401" } }, { @@ -59294,13 +59294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8400" + "$ref": "https://ils.rero.ch/api/documents/8400" } }, { @@ -59308,13 +59308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8400" + "$ref": "https://ils.rero.ch/api/documents/8400" } }, { @@ -59322,13 +59322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8400" + "$ref": "https://ils.rero.ch/api/documents/8400" } }, { @@ -59336,13 +59336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8400" + "$ref": "https://ils.rero.ch/api/documents/8400" } }, { @@ -59350,13 +59350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8399" + "$ref": "https://ils.rero.ch/api/documents/8399" } }, { @@ -59364,13 +59364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8399" + "$ref": "https://ils.rero.ch/api/documents/8399" } }, { @@ -59378,13 +59378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8399" + "$ref": "https://ils.rero.ch/api/documents/8399" } }, { @@ -59392,13 +59392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8399" + "$ref": "https://ils.rero.ch/api/documents/8399" } }, { @@ -59406,13 +59406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8398" + "$ref": "https://ils.rero.ch/api/documents/8398" } }, { @@ -59420,13 +59420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8398" + "$ref": "https://ils.rero.ch/api/documents/8398" } }, { @@ -59434,13 +59434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8397" + "$ref": "https://ils.rero.ch/api/documents/8397" } }, { @@ -59448,13 +59448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8397" + "$ref": "https://ils.rero.ch/api/documents/8397" } }, { @@ -59462,13 +59462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8397" + "$ref": "https://ils.rero.ch/api/documents/8397" } }, { @@ -59476,13 +59476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8397" + "$ref": "https://ils.rero.ch/api/documents/8397" } }, { @@ -59490,13 +59490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8397" + "$ref": "https://ils.rero.ch/api/documents/8397" } }, { @@ -59504,13 +59504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8396" + "$ref": "https://ils.rero.ch/api/documents/8396" } }, { @@ -59518,13 +59518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8396" + "$ref": "https://ils.rero.ch/api/documents/8396" } }, { @@ -59532,13 +59532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8396" + "$ref": "https://ils.rero.ch/api/documents/8396" } }, { @@ -59546,13 +59546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8396" + "$ref": "https://ils.rero.ch/api/documents/8396" } }, { @@ -59560,13 +59560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8395" + "$ref": "https://ils.rero.ch/api/documents/8395" } }, { @@ -59574,13 +59574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8395" + "$ref": "https://ils.rero.ch/api/documents/8395" } }, { @@ -59588,13 +59588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8394" + "$ref": "https://ils.rero.ch/api/documents/8394" } }, { @@ -59602,13 +59602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8393" + "$ref": "https://ils.rero.ch/api/documents/8393" } }, { @@ -59616,13 +59616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8393" + "$ref": "https://ils.rero.ch/api/documents/8393" } }, { @@ -59630,13 +59630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8393" + "$ref": "https://ils.rero.ch/api/documents/8393" } }, { @@ -59644,13 +59644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8393" + "$ref": "https://ils.rero.ch/api/documents/8393" } }, { @@ -59658,13 +59658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8392" + "$ref": "https://ils.rero.ch/api/documents/8392" } }, { @@ -59672,13 +59672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8391" + "$ref": "https://ils.rero.ch/api/documents/8391" } }, { @@ -59686,13 +59686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8390" + "$ref": "https://ils.rero.ch/api/documents/8390" } }, { @@ -59700,13 +59700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8390" + "$ref": "https://ils.rero.ch/api/documents/8390" } }, { @@ -59714,13 +59714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8389" + "$ref": "https://ils.rero.ch/api/documents/8389" } }, { @@ -59728,13 +59728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8388" + "$ref": "https://ils.rero.ch/api/documents/8388" } }, { @@ -59742,13 +59742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8388" + "$ref": "https://ils.rero.ch/api/documents/8388" } }, { @@ -59756,13 +59756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8388" + "$ref": "https://ils.rero.ch/api/documents/8388" } }, { @@ -59770,13 +59770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8388" + "$ref": "https://ils.rero.ch/api/documents/8388" } }, { @@ -59784,13 +59784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8388" + "$ref": "https://ils.rero.ch/api/documents/8388" } }, { @@ -59798,13 +59798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8387" + "$ref": "https://ils.rero.ch/api/documents/8387" } }, { @@ -59812,13 +59812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8386" + "$ref": "https://ils.rero.ch/api/documents/8386" } }, { @@ -59826,13 +59826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8386" + "$ref": "https://ils.rero.ch/api/documents/8386" } }, { @@ -59840,13 +59840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8386" + "$ref": "https://ils.rero.ch/api/documents/8386" } }, { @@ -59854,13 +59854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8385" + "$ref": "https://ils.rero.ch/api/documents/8385" } }, { @@ -59868,13 +59868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8384" + "$ref": "https://ils.rero.ch/api/documents/8384" } }, { @@ -59882,13 +59882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8383" + "$ref": "https://ils.rero.ch/api/documents/8383" } }, { @@ -59896,13 +59896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8383" + "$ref": "https://ils.rero.ch/api/documents/8383" } }, { @@ -59910,13 +59910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8383" + "$ref": "https://ils.rero.ch/api/documents/8383" } }, { @@ -59924,13 +59924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8383" + "$ref": "https://ils.rero.ch/api/documents/8383" } }, { @@ -59938,13 +59938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8383" + "$ref": "https://ils.rero.ch/api/documents/8383" } }, { @@ -59952,13 +59952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8382" + "$ref": "https://ils.rero.ch/api/documents/8382" } }, { @@ -59966,13 +59966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8381" + "$ref": "https://ils.rero.ch/api/documents/8381" } }, { @@ -59980,13 +59980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8381" + "$ref": "https://ils.rero.ch/api/documents/8381" } }, { @@ -59994,13 +59994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8381" + "$ref": "https://ils.rero.ch/api/documents/8381" } }, { @@ -60008,13 +60008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8381" + "$ref": "https://ils.rero.ch/api/documents/8381" } }, { @@ -60022,13 +60022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8381" + "$ref": "https://ils.rero.ch/api/documents/8381" } }, { @@ -60036,13 +60036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8380" + "$ref": "https://ils.rero.ch/api/documents/8380" } }, { @@ -60050,13 +60050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8380" + "$ref": "https://ils.rero.ch/api/documents/8380" } }, { @@ -60064,13 +60064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8379" + "$ref": "https://ils.rero.ch/api/documents/8379" } }, { @@ -60078,13 +60078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8379" + "$ref": "https://ils.rero.ch/api/documents/8379" } }, { @@ -60092,13 +60092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8379" + "$ref": "https://ils.rero.ch/api/documents/8379" } }, { @@ -60106,13 +60106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8379" + "$ref": "https://ils.rero.ch/api/documents/8379" } }, { @@ -60120,13 +60120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8379" + "$ref": "https://ils.rero.ch/api/documents/8379" } }, { @@ -60134,13 +60134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8378" + "$ref": "https://ils.rero.ch/api/documents/8378" } }, { @@ -60148,13 +60148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8378" + "$ref": "https://ils.rero.ch/api/documents/8378" } }, { @@ -60162,13 +60162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8377" + "$ref": "https://ils.rero.ch/api/documents/8377" } }, { @@ -60176,13 +60176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8377" + "$ref": "https://ils.rero.ch/api/documents/8377" } }, { @@ -60190,13 +60190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8376" + "$ref": "https://ils.rero.ch/api/documents/8376" } }, { @@ -60204,13 +60204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8375" + "$ref": "https://ils.rero.ch/api/documents/8375" } }, { @@ -60218,13 +60218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8375" + "$ref": "https://ils.rero.ch/api/documents/8375" } }, { @@ -60232,13 +60232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8375" + "$ref": "https://ils.rero.ch/api/documents/8375" } }, { @@ -60246,13 +60246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8375" + "$ref": "https://ils.rero.ch/api/documents/8375" } }, { @@ -60260,13 +60260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8375" + "$ref": "https://ils.rero.ch/api/documents/8375" } }, { @@ -60274,13 +60274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8374" + "$ref": "https://ils.rero.ch/api/documents/8374" } }, { @@ -60288,13 +60288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8374" + "$ref": "https://ils.rero.ch/api/documents/8374" } }, { @@ -60302,13 +60302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8373" + "$ref": "https://ils.rero.ch/api/documents/8373" } }, { @@ -60316,13 +60316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8373" + "$ref": "https://ils.rero.ch/api/documents/8373" } }, { @@ -60330,13 +60330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8373" + "$ref": "https://ils.rero.ch/api/documents/8373" } }, { @@ -60344,13 +60344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8373" + "$ref": "https://ils.rero.ch/api/documents/8373" } }, { @@ -60358,13 +60358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8373" + "$ref": "https://ils.rero.ch/api/documents/8373" } }, { @@ -60372,13 +60372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8372" + "$ref": "https://ils.rero.ch/api/documents/8372" } }, { @@ -60386,13 +60386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8372" + "$ref": "https://ils.rero.ch/api/documents/8372" } }, { @@ -60400,13 +60400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8372" + "$ref": "https://ils.rero.ch/api/documents/8372" } }, { @@ -60414,13 +60414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8372" + "$ref": "https://ils.rero.ch/api/documents/8372" } }, { @@ -60428,13 +60428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8371" + "$ref": "https://ils.rero.ch/api/documents/8371" } }, { @@ -60442,13 +60442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8370" + "$ref": "https://ils.rero.ch/api/documents/8370" } }, { @@ -60456,13 +60456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8370" + "$ref": "https://ils.rero.ch/api/documents/8370" } }, { @@ -60470,13 +60470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8370" + "$ref": "https://ils.rero.ch/api/documents/8370" } }, { @@ -60484,13 +60484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8370" + "$ref": "https://ils.rero.ch/api/documents/8370" } }, { @@ -60498,13 +60498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8370" + "$ref": "https://ils.rero.ch/api/documents/8370" } }, { @@ -60512,13 +60512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8369" + "$ref": "https://ils.rero.ch/api/documents/8369" } }, { @@ -60526,13 +60526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8369" + "$ref": "https://ils.rero.ch/api/documents/8369" } }, { @@ -60540,13 +60540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8369" + "$ref": "https://ils.rero.ch/api/documents/8369" } }, { @@ -60554,13 +60554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8368" + "$ref": "https://ils.rero.ch/api/documents/8368" } }, { @@ -60568,13 +60568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8368" + "$ref": "https://ils.rero.ch/api/documents/8368" } }, { @@ -60582,13 +60582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8367" + "$ref": "https://ils.rero.ch/api/documents/8367" } }, { @@ -60596,13 +60596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8367" + "$ref": "https://ils.rero.ch/api/documents/8367" } }, { @@ -60610,13 +60610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8367" + "$ref": "https://ils.rero.ch/api/documents/8367" } }, { @@ -60624,13 +60624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8366" + "$ref": "https://ils.rero.ch/api/documents/8366" } }, { @@ -60638,13 +60638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8366" + "$ref": "https://ils.rero.ch/api/documents/8366" } }, { @@ -60652,13 +60652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8366" + "$ref": "https://ils.rero.ch/api/documents/8366" } }, { @@ -60666,13 +60666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8365" + "$ref": "https://ils.rero.ch/api/documents/8365" } }, { @@ -60680,13 +60680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8365" + "$ref": "https://ils.rero.ch/api/documents/8365" } }, { @@ -60694,13 +60694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8365" + "$ref": "https://ils.rero.ch/api/documents/8365" } }, { @@ -60708,13 +60708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8365" + "$ref": "https://ils.rero.ch/api/documents/8365" } }, { @@ -60722,13 +60722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8365" + "$ref": "https://ils.rero.ch/api/documents/8365" } }, { @@ -60736,13 +60736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8364" + "$ref": "https://ils.rero.ch/api/documents/8364" } }, { @@ -60750,13 +60750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8364" + "$ref": "https://ils.rero.ch/api/documents/8364" } }, { @@ -60764,13 +60764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8364" + "$ref": "https://ils.rero.ch/api/documents/8364" } }, { @@ -60778,13 +60778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8364" + "$ref": "https://ils.rero.ch/api/documents/8364" } }, { @@ -60792,13 +60792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8363" + "$ref": "https://ils.rero.ch/api/documents/8363" } }, { @@ -60806,13 +60806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8363" + "$ref": "https://ils.rero.ch/api/documents/8363" } }, { @@ -60820,13 +60820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8363" + "$ref": "https://ils.rero.ch/api/documents/8363" } }, { @@ -60834,13 +60834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8363" + "$ref": "https://ils.rero.ch/api/documents/8363" } }, { @@ -60848,13 +60848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8362" + "$ref": "https://ils.rero.ch/api/documents/8362" } }, { @@ -60862,13 +60862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8362" + "$ref": "https://ils.rero.ch/api/documents/8362" } }, { @@ -60876,13 +60876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8362" + "$ref": "https://ils.rero.ch/api/documents/8362" } }, { @@ -60890,13 +60890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8362" + "$ref": "https://ils.rero.ch/api/documents/8362" } }, { @@ -60904,13 +60904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8362" + "$ref": "https://ils.rero.ch/api/documents/8362" } }, { @@ -60918,13 +60918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8361" + "$ref": "https://ils.rero.ch/api/documents/8361" } }, { @@ -60932,13 +60932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8361" + "$ref": "https://ils.rero.ch/api/documents/8361" } }, { @@ -60946,13 +60946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8360" + "$ref": "https://ils.rero.ch/api/documents/8360" } }, { @@ -60960,13 +60960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8360" + "$ref": "https://ils.rero.ch/api/documents/8360" } }, { @@ -60974,13 +60974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8360" + "$ref": "https://ils.rero.ch/api/documents/8360" } }, { @@ -60988,13 +60988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8360" + "$ref": "https://ils.rero.ch/api/documents/8360" } }, { @@ -61002,13 +61002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8360" + "$ref": "https://ils.rero.ch/api/documents/8360" } }, { @@ -61016,13 +61016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8359" + "$ref": "https://ils.rero.ch/api/documents/8359" } }, { @@ -61030,13 +61030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8359" + "$ref": "https://ils.rero.ch/api/documents/8359" } }, { @@ -61044,13 +61044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8358" + "$ref": "https://ils.rero.ch/api/documents/8358" } }, { @@ -61058,13 +61058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8358" + "$ref": "https://ils.rero.ch/api/documents/8358" } }, { @@ -61072,13 +61072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8358" + "$ref": "https://ils.rero.ch/api/documents/8358" } }, { @@ -61086,13 +61086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8358" + "$ref": "https://ils.rero.ch/api/documents/8358" } }, { @@ -61100,13 +61100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8357" + "$ref": "https://ils.rero.ch/api/documents/8357" } }, { @@ -61114,13 +61114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8357" + "$ref": "https://ils.rero.ch/api/documents/8357" } }, { @@ -61128,13 +61128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8357" + "$ref": "https://ils.rero.ch/api/documents/8357" } }, { @@ -61142,13 +61142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8357" + "$ref": "https://ils.rero.ch/api/documents/8357" } }, { @@ -61156,13 +61156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8356" + "$ref": "https://ils.rero.ch/api/documents/8356" } }, { @@ -61170,13 +61170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8355" + "$ref": "https://ils.rero.ch/api/documents/8355" } }, { @@ -61184,13 +61184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8355" + "$ref": "https://ils.rero.ch/api/documents/8355" } }, { @@ -61198,13 +61198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8355" + "$ref": "https://ils.rero.ch/api/documents/8355" } }, { @@ -61212,13 +61212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8354" + "$ref": "https://ils.rero.ch/api/documents/8354" } }, { @@ -61226,13 +61226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8354" + "$ref": "https://ils.rero.ch/api/documents/8354" } }, { @@ -61240,13 +61240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8354" + "$ref": "https://ils.rero.ch/api/documents/8354" } }, { @@ -61254,13 +61254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8353" + "$ref": "https://ils.rero.ch/api/documents/8353" } }, { @@ -61268,13 +61268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8352" + "$ref": "https://ils.rero.ch/api/documents/8352" } }, { @@ -61282,13 +61282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8352" + "$ref": "https://ils.rero.ch/api/documents/8352" } }, { @@ -61296,13 +61296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8352" + "$ref": "https://ils.rero.ch/api/documents/8352" } }, { @@ -61310,13 +61310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8352" + "$ref": "https://ils.rero.ch/api/documents/8352" } }, { @@ -61324,13 +61324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8351" + "$ref": "https://ils.rero.ch/api/documents/8351" } }, { @@ -61338,13 +61338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8351" + "$ref": "https://ils.rero.ch/api/documents/8351" } }, { @@ -61352,13 +61352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8351" + "$ref": "https://ils.rero.ch/api/documents/8351" } }, { @@ -61366,13 +61366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8351" + "$ref": "https://ils.rero.ch/api/documents/8351" } }, { @@ -61380,13 +61380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8350" + "$ref": "https://ils.rero.ch/api/documents/8350" } }, { @@ -61394,13 +61394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8350" + "$ref": "https://ils.rero.ch/api/documents/8350" } }, { @@ -61408,13 +61408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8350" + "$ref": "https://ils.rero.ch/api/documents/8350" } }, { @@ -61422,13 +61422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8350" + "$ref": "https://ils.rero.ch/api/documents/8350" } }, { @@ -61436,13 +61436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8349" + "$ref": "https://ils.rero.ch/api/documents/8349" } }, { @@ -61450,13 +61450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8349" + "$ref": "https://ils.rero.ch/api/documents/8349" } }, { @@ -61464,13 +61464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8349" + "$ref": "https://ils.rero.ch/api/documents/8349" } }, { @@ -61478,13 +61478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8348" + "$ref": "https://ils.rero.ch/api/documents/8348" } }, { @@ -61492,13 +61492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8347" + "$ref": "https://ils.rero.ch/api/documents/8347" } }, { @@ -61506,13 +61506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8347" + "$ref": "https://ils.rero.ch/api/documents/8347" } }, { @@ -61520,13 +61520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8346" + "$ref": "https://ils.rero.ch/api/documents/8346" } }, { @@ -61534,13 +61534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8346" + "$ref": "https://ils.rero.ch/api/documents/8346" } }, { @@ -61548,13 +61548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8346" + "$ref": "https://ils.rero.ch/api/documents/8346" } }, { @@ -61562,13 +61562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8346" + "$ref": "https://ils.rero.ch/api/documents/8346" } }, { @@ -61576,13 +61576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8346" + "$ref": "https://ils.rero.ch/api/documents/8346" } }, { @@ -61590,13 +61590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8345" + "$ref": "https://ils.rero.ch/api/documents/8345" } }, { @@ -61604,13 +61604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8345" + "$ref": "https://ils.rero.ch/api/documents/8345" } }, { @@ -61618,13 +61618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8345" + "$ref": "https://ils.rero.ch/api/documents/8345" } }, { @@ -61632,13 +61632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8345" + "$ref": "https://ils.rero.ch/api/documents/8345" } }, { @@ -61646,13 +61646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8344" + "$ref": "https://ils.rero.ch/api/documents/8344" } }, { @@ -61660,13 +61660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8344" + "$ref": "https://ils.rero.ch/api/documents/8344" } }, { @@ -61674,13 +61674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8344" + "$ref": "https://ils.rero.ch/api/documents/8344" } }, { @@ -61688,13 +61688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8344" + "$ref": "https://ils.rero.ch/api/documents/8344" } }, { @@ -61702,13 +61702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8343" + "$ref": "https://ils.rero.ch/api/documents/8343" } }, { @@ -61716,13 +61716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8343" + "$ref": "https://ils.rero.ch/api/documents/8343" } }, { @@ -61730,13 +61730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8343" + "$ref": "https://ils.rero.ch/api/documents/8343" } }, { @@ -61744,13 +61744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8342" + "$ref": "https://ils.rero.ch/api/documents/8342" } }, { @@ -61758,13 +61758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8342" + "$ref": "https://ils.rero.ch/api/documents/8342" } }, { @@ -61772,13 +61772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8342" + "$ref": "https://ils.rero.ch/api/documents/8342" } }, { @@ -61786,13 +61786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8342" + "$ref": "https://ils.rero.ch/api/documents/8342" } }, { @@ -61800,13 +61800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8342" + "$ref": "https://ils.rero.ch/api/documents/8342" } }, { @@ -61814,13 +61814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8341" + "$ref": "https://ils.rero.ch/api/documents/8341" } }, { @@ -61828,13 +61828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8341" + "$ref": "https://ils.rero.ch/api/documents/8341" } }, { @@ -61842,13 +61842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8341" + "$ref": "https://ils.rero.ch/api/documents/8341" } }, { @@ -61856,13 +61856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8340" + "$ref": "https://ils.rero.ch/api/documents/8340" } }, { @@ -61870,13 +61870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8340" + "$ref": "https://ils.rero.ch/api/documents/8340" } }, { @@ -61884,13 +61884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8340" + "$ref": "https://ils.rero.ch/api/documents/8340" } }, { @@ -61898,13 +61898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8339" + "$ref": "https://ils.rero.ch/api/documents/8339" } }, { @@ -61912,13 +61912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8338" + "$ref": "https://ils.rero.ch/api/documents/8338" } }, { @@ -61926,13 +61926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8338" + "$ref": "https://ils.rero.ch/api/documents/8338" } }, { @@ -61940,13 +61940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8337" + "$ref": "https://ils.rero.ch/api/documents/8337" } }, { @@ -61954,13 +61954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8337" + "$ref": "https://ils.rero.ch/api/documents/8337" } }, { @@ -61968,13 +61968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8336" + "$ref": "https://ils.rero.ch/api/documents/8336" } }, { @@ -61982,13 +61982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8336" + "$ref": "https://ils.rero.ch/api/documents/8336" } }, { @@ -61996,13 +61996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8336" + "$ref": "https://ils.rero.ch/api/documents/8336" } }, { @@ -62010,13 +62010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8336" + "$ref": "https://ils.rero.ch/api/documents/8336" } }, { @@ -62024,13 +62024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8335" + "$ref": "https://ils.rero.ch/api/documents/8335" } }, { @@ -62038,13 +62038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8335" + "$ref": "https://ils.rero.ch/api/documents/8335" } }, { @@ -62052,13 +62052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8335" + "$ref": "https://ils.rero.ch/api/documents/8335" } }, { @@ -62066,13 +62066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8335" + "$ref": "https://ils.rero.ch/api/documents/8335" } }, { @@ -62080,13 +62080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8335" + "$ref": "https://ils.rero.ch/api/documents/8335" } }, { @@ -62094,13 +62094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8334" + "$ref": "https://ils.rero.ch/api/documents/8334" } }, { @@ -62108,13 +62108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8334" + "$ref": "https://ils.rero.ch/api/documents/8334" } }, { @@ -62122,13 +62122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8333" + "$ref": "https://ils.rero.ch/api/documents/8333" } }, { @@ -62136,13 +62136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8333" + "$ref": "https://ils.rero.ch/api/documents/8333" } }, { @@ -62150,13 +62150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8333" + "$ref": "https://ils.rero.ch/api/documents/8333" } }, { @@ -62164,13 +62164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8333" + "$ref": "https://ils.rero.ch/api/documents/8333" } }, { @@ -62178,13 +62178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8333" + "$ref": "https://ils.rero.ch/api/documents/8333" } }, { @@ -62192,13 +62192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8332" + "$ref": "https://ils.rero.ch/api/documents/8332" } }, { @@ -62206,13 +62206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8331" + "$ref": "https://ils.rero.ch/api/documents/8331" } }, { @@ -62220,13 +62220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8331" + "$ref": "https://ils.rero.ch/api/documents/8331" } }, { @@ -62234,13 +62234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8331" + "$ref": "https://ils.rero.ch/api/documents/8331" } }, { @@ -62248,13 +62248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8331" + "$ref": "https://ils.rero.ch/api/documents/8331" } }, { @@ -62262,13 +62262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8330" + "$ref": "https://ils.rero.ch/api/documents/8330" } }, { @@ -62276,13 +62276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8330" + "$ref": "https://ils.rero.ch/api/documents/8330" } }, { @@ -62290,13 +62290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8330" + "$ref": "https://ils.rero.ch/api/documents/8330" } }, { @@ -62304,13 +62304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8330" + "$ref": "https://ils.rero.ch/api/documents/8330" } }, { @@ -62318,13 +62318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8330" + "$ref": "https://ils.rero.ch/api/documents/8330" } }, { @@ -62332,13 +62332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8329" + "$ref": "https://ils.rero.ch/api/documents/8329" } }, { @@ -62346,13 +62346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8328" + "$ref": "https://ils.rero.ch/api/documents/8328" } }, { @@ -62360,13 +62360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8328" + "$ref": "https://ils.rero.ch/api/documents/8328" } }, { @@ -62374,13 +62374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8328" + "$ref": "https://ils.rero.ch/api/documents/8328" } }, { @@ -62388,13 +62388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8327" + "$ref": "https://ils.rero.ch/api/documents/8327" } }, { @@ -62402,13 +62402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8326" + "$ref": "https://ils.rero.ch/api/documents/8326" } }, { @@ -62416,13 +62416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8326" + "$ref": "https://ils.rero.ch/api/documents/8326" } }, { @@ -62430,13 +62430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8325" + "$ref": "https://ils.rero.ch/api/documents/8325" } }, { @@ -62444,13 +62444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8324" + "$ref": "https://ils.rero.ch/api/documents/8324" } }, { @@ -62458,13 +62458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8324" + "$ref": "https://ils.rero.ch/api/documents/8324" } }, { @@ -62472,13 +62472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8324" + "$ref": "https://ils.rero.ch/api/documents/8324" } }, { @@ -62486,13 +62486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8324" + "$ref": "https://ils.rero.ch/api/documents/8324" } }, { @@ -62500,13 +62500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8324" + "$ref": "https://ils.rero.ch/api/documents/8324" } }, { @@ -62514,13 +62514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8323" + "$ref": "https://ils.rero.ch/api/documents/8323" } }, { @@ -62528,13 +62528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8322" + "$ref": "https://ils.rero.ch/api/documents/8322" } }, { @@ -62542,13 +62542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8322" + "$ref": "https://ils.rero.ch/api/documents/8322" } }, { @@ -62556,13 +62556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8322" + "$ref": "https://ils.rero.ch/api/documents/8322" } }, { @@ -62570,13 +62570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8321" + "$ref": "https://ils.rero.ch/api/documents/8321" } }, { @@ -62584,13 +62584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8320" + "$ref": "https://ils.rero.ch/api/documents/8320" } }, { @@ -62598,13 +62598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8320" + "$ref": "https://ils.rero.ch/api/documents/8320" } }, { @@ -62612,13 +62612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8320" + "$ref": "https://ils.rero.ch/api/documents/8320" } }, { @@ -62626,13 +62626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8320" + "$ref": "https://ils.rero.ch/api/documents/8320" } }, { @@ -62640,13 +62640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8320" + "$ref": "https://ils.rero.ch/api/documents/8320" } }, { @@ -62654,13 +62654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8319" + "$ref": "https://ils.rero.ch/api/documents/8319" } }, { @@ -62668,13 +62668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8319" + "$ref": "https://ils.rero.ch/api/documents/8319" } }, { @@ -62682,13 +62682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8319" + "$ref": "https://ils.rero.ch/api/documents/8319" } }, { @@ -62696,13 +62696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8319" + "$ref": "https://ils.rero.ch/api/documents/8319" } }, { @@ -62710,13 +62710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8319" + "$ref": "https://ils.rero.ch/api/documents/8319" } }, { @@ -62724,13 +62724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8318" + "$ref": "https://ils.rero.ch/api/documents/8318" } }, { @@ -62738,13 +62738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8317" + "$ref": "https://ils.rero.ch/api/documents/8317" } }, { @@ -62752,13 +62752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8317" + "$ref": "https://ils.rero.ch/api/documents/8317" } }, { @@ -62766,13 +62766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8317" + "$ref": "https://ils.rero.ch/api/documents/8317" } }, { @@ -62780,13 +62780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8317" + "$ref": "https://ils.rero.ch/api/documents/8317" } }, { @@ -62794,13 +62794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8316" + "$ref": "https://ils.rero.ch/api/documents/8316" } }, { @@ -62808,13 +62808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8316" + "$ref": "https://ils.rero.ch/api/documents/8316" } }, { @@ -62822,13 +62822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8316" + "$ref": "https://ils.rero.ch/api/documents/8316" } }, { @@ -62836,13 +62836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8316" + "$ref": "https://ils.rero.ch/api/documents/8316" } }, { @@ -62850,13 +62850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8316" + "$ref": "https://ils.rero.ch/api/documents/8316" } }, { @@ -62864,13 +62864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8315" + "$ref": "https://ils.rero.ch/api/documents/8315" } }, { @@ -62878,13 +62878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8315" + "$ref": "https://ils.rero.ch/api/documents/8315" } }, { @@ -62892,13 +62892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8315" + "$ref": "https://ils.rero.ch/api/documents/8315" } }, { @@ -62906,13 +62906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8315" + "$ref": "https://ils.rero.ch/api/documents/8315" } }, { @@ -62920,13 +62920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8314" + "$ref": "https://ils.rero.ch/api/documents/8314" } }, { @@ -62934,13 +62934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8314" + "$ref": "https://ils.rero.ch/api/documents/8314" } }, { @@ -62948,13 +62948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8314" + "$ref": "https://ils.rero.ch/api/documents/8314" } }, { @@ -62962,13 +62962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8314" + "$ref": "https://ils.rero.ch/api/documents/8314" } }, { @@ -62976,13 +62976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8314" + "$ref": "https://ils.rero.ch/api/documents/8314" } }, { @@ -62990,13 +62990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8313" + "$ref": "https://ils.rero.ch/api/documents/8313" } }, { @@ -63004,13 +63004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8312" + "$ref": "https://ils.rero.ch/api/documents/8312" } }, { @@ -63018,13 +63018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8312" + "$ref": "https://ils.rero.ch/api/documents/8312" } }, { @@ -63032,13 +63032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8312" + "$ref": "https://ils.rero.ch/api/documents/8312" } }, { @@ -63046,13 +63046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8312" + "$ref": "https://ils.rero.ch/api/documents/8312" } }, { @@ -63060,13 +63060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8312" + "$ref": "https://ils.rero.ch/api/documents/8312" } }, { @@ -63074,13 +63074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8311" + "$ref": "https://ils.rero.ch/api/documents/8311" } }, { @@ -63088,13 +63088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8310" + "$ref": "https://ils.rero.ch/api/documents/8310" } }, { @@ -63102,13 +63102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8310" + "$ref": "https://ils.rero.ch/api/documents/8310" } }, { @@ -63116,13 +63116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8310" + "$ref": "https://ils.rero.ch/api/documents/8310" } }, { @@ -63130,13 +63130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8310" + "$ref": "https://ils.rero.ch/api/documents/8310" } }, { @@ -63144,13 +63144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8310" + "$ref": "https://ils.rero.ch/api/documents/8310" } }, { @@ -63158,13 +63158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8309" + "$ref": "https://ils.rero.ch/api/documents/8309" } }, { @@ -63172,13 +63172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8309" + "$ref": "https://ils.rero.ch/api/documents/8309" } }, { @@ -63186,13 +63186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8309" + "$ref": "https://ils.rero.ch/api/documents/8309" } }, { @@ -63200,13 +63200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8309" + "$ref": "https://ils.rero.ch/api/documents/8309" } }, { @@ -63214,13 +63214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8308" + "$ref": "https://ils.rero.ch/api/documents/8308" } }, { @@ -63228,13 +63228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8308" + "$ref": "https://ils.rero.ch/api/documents/8308" } }, { @@ -63242,13 +63242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8308" + "$ref": "https://ils.rero.ch/api/documents/8308" } }, { @@ -63256,13 +63256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8308" + "$ref": "https://ils.rero.ch/api/documents/8308" } }, { @@ -63270,13 +63270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8308" + "$ref": "https://ils.rero.ch/api/documents/8308" } }, { @@ -63284,13 +63284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8307" + "$ref": "https://ils.rero.ch/api/documents/8307" } }, { @@ -63298,13 +63298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8307" + "$ref": "https://ils.rero.ch/api/documents/8307" } }, { @@ -63312,13 +63312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8307" + "$ref": "https://ils.rero.ch/api/documents/8307" } }, { @@ -63326,13 +63326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8307" + "$ref": "https://ils.rero.ch/api/documents/8307" } }, { @@ -63340,13 +63340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8307" + "$ref": "https://ils.rero.ch/api/documents/8307" } }, { @@ -63354,13 +63354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8306" + "$ref": "https://ils.rero.ch/api/documents/8306" } }, { @@ -63368,13 +63368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8306" + "$ref": "https://ils.rero.ch/api/documents/8306" } }, { @@ -63382,13 +63382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8306" + "$ref": "https://ils.rero.ch/api/documents/8306" } }, { @@ -63396,13 +63396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8306" + "$ref": "https://ils.rero.ch/api/documents/8306" } }, { @@ -63410,13 +63410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8305" + "$ref": "https://ils.rero.ch/api/documents/8305" } }, { @@ -63424,13 +63424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8304" + "$ref": "https://ils.rero.ch/api/documents/8304" } }, { @@ -63438,13 +63438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8304" + "$ref": "https://ils.rero.ch/api/documents/8304" } }, { @@ -63452,13 +63452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8304" + "$ref": "https://ils.rero.ch/api/documents/8304" } }, { @@ -63466,13 +63466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8303" + "$ref": "https://ils.rero.ch/api/documents/8303" } }, { @@ -63480,13 +63480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8302" + "$ref": "https://ils.rero.ch/api/documents/8302" } }, { @@ -63494,13 +63494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8302" + "$ref": "https://ils.rero.ch/api/documents/8302" } }, { @@ -63508,13 +63508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8301" + "$ref": "https://ils.rero.ch/api/documents/8301" } }, { @@ -63522,13 +63522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8301" + "$ref": "https://ils.rero.ch/api/documents/8301" } }, { @@ -63536,13 +63536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8301" + "$ref": "https://ils.rero.ch/api/documents/8301" } }, { @@ -63550,13 +63550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8300" + "$ref": "https://ils.rero.ch/api/documents/8300" } }, { @@ -63564,13 +63564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8299" + "$ref": "https://ils.rero.ch/api/documents/8299" } }, { @@ -63578,13 +63578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8299" + "$ref": "https://ils.rero.ch/api/documents/8299" } }, { @@ -63592,13 +63592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8299" + "$ref": "https://ils.rero.ch/api/documents/8299" } }, { @@ -63606,13 +63606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8299" + "$ref": "https://ils.rero.ch/api/documents/8299" } }, { @@ -63620,13 +63620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8298" + "$ref": "https://ils.rero.ch/api/documents/8298" } }, { @@ -63634,13 +63634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8298" + "$ref": "https://ils.rero.ch/api/documents/8298" } }, { @@ -63648,13 +63648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8297" + "$ref": "https://ils.rero.ch/api/documents/8297" } }, { @@ -63662,13 +63662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8297" + "$ref": "https://ils.rero.ch/api/documents/8297" } }, { @@ -63676,13 +63676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8297" + "$ref": "https://ils.rero.ch/api/documents/8297" } }, { @@ -63690,13 +63690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8297" + "$ref": "https://ils.rero.ch/api/documents/8297" } }, { @@ -63704,13 +63704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8296" + "$ref": "https://ils.rero.ch/api/documents/8296" } }, { @@ -63718,13 +63718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8296" + "$ref": "https://ils.rero.ch/api/documents/8296" } }, { @@ -63732,13 +63732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8296" + "$ref": "https://ils.rero.ch/api/documents/8296" } }, { @@ -63746,13 +63746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8295" + "$ref": "https://ils.rero.ch/api/documents/8295" } }, { @@ -63760,13 +63760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8295" + "$ref": "https://ils.rero.ch/api/documents/8295" } }, { @@ -63774,13 +63774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8294" + "$ref": "https://ils.rero.ch/api/documents/8294" } }, { @@ -63788,13 +63788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8294" + "$ref": "https://ils.rero.ch/api/documents/8294" } }, { @@ -63802,13 +63802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8293" + "$ref": "https://ils.rero.ch/api/documents/8293" } }, { @@ -63816,13 +63816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8293" + "$ref": "https://ils.rero.ch/api/documents/8293" } }, { @@ -63830,13 +63830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8293" + "$ref": "https://ils.rero.ch/api/documents/8293" } }, { @@ -63844,13 +63844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8293" + "$ref": "https://ils.rero.ch/api/documents/8293" } }, { @@ -63858,13 +63858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8293" + "$ref": "https://ils.rero.ch/api/documents/8293" } }, { @@ -63872,13 +63872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8292" + "$ref": "https://ils.rero.ch/api/documents/8292" } }, { @@ -63886,13 +63886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8291" + "$ref": "https://ils.rero.ch/api/documents/8291" } }, { @@ -63900,13 +63900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8291" + "$ref": "https://ils.rero.ch/api/documents/8291" } }, { @@ -63914,13 +63914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8291" + "$ref": "https://ils.rero.ch/api/documents/8291" } }, { @@ -63928,13 +63928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8291" + "$ref": "https://ils.rero.ch/api/documents/8291" } }, { @@ -63942,13 +63942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8291" + "$ref": "https://ils.rero.ch/api/documents/8291" } }, { @@ -63956,13 +63956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8290" + "$ref": "https://ils.rero.ch/api/documents/8290" } }, { @@ -63970,13 +63970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8290" + "$ref": "https://ils.rero.ch/api/documents/8290" } }, { @@ -63984,13 +63984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8290" + "$ref": "https://ils.rero.ch/api/documents/8290" } }, { @@ -63998,13 +63998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8290" + "$ref": "https://ils.rero.ch/api/documents/8290" } }, { @@ -64012,13 +64012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8289" + "$ref": "https://ils.rero.ch/api/documents/8289" } }, { @@ -64026,13 +64026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8289" + "$ref": "https://ils.rero.ch/api/documents/8289" } }, { @@ -64040,13 +64040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8289" + "$ref": "https://ils.rero.ch/api/documents/8289" } }, { @@ -64054,13 +64054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8289" + "$ref": "https://ils.rero.ch/api/documents/8289" } }, { @@ -64068,13 +64068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8288" + "$ref": "https://ils.rero.ch/api/documents/8288" } }, { @@ -64082,13 +64082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8287" + "$ref": "https://ils.rero.ch/api/documents/8287" } }, { @@ -64096,13 +64096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8287" + "$ref": "https://ils.rero.ch/api/documents/8287" } }, { @@ -64110,13 +64110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8286" + "$ref": "https://ils.rero.ch/api/documents/8286" } }, { @@ -64124,13 +64124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8286" + "$ref": "https://ils.rero.ch/api/documents/8286" } }, { @@ -64138,13 +64138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8286" + "$ref": "https://ils.rero.ch/api/documents/8286" } }, { @@ -64152,13 +64152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8286" + "$ref": "https://ils.rero.ch/api/documents/8286" } }, { @@ -64166,13 +64166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8286" + "$ref": "https://ils.rero.ch/api/documents/8286" } }, { @@ -64180,13 +64180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8285" + "$ref": "https://ils.rero.ch/api/documents/8285" } }, { @@ -64194,13 +64194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8285" + "$ref": "https://ils.rero.ch/api/documents/8285" } }, { @@ -64208,13 +64208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8285" + "$ref": "https://ils.rero.ch/api/documents/8285" } }, { @@ -64222,13 +64222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8284" + "$ref": "https://ils.rero.ch/api/documents/8284" } }, { @@ -64236,13 +64236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8284" + "$ref": "https://ils.rero.ch/api/documents/8284" } }, { @@ -64250,13 +64250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8284" + "$ref": "https://ils.rero.ch/api/documents/8284" } }, { @@ -64264,13 +64264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8284" + "$ref": "https://ils.rero.ch/api/documents/8284" } }, { @@ -64278,13 +64278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8283" + "$ref": "https://ils.rero.ch/api/documents/8283" } }, { @@ -64292,13 +64292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8282" + "$ref": "https://ils.rero.ch/api/documents/8282" } }, { @@ -64306,13 +64306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8282" + "$ref": "https://ils.rero.ch/api/documents/8282" } }, { @@ -64320,13 +64320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8282" + "$ref": "https://ils.rero.ch/api/documents/8282" } }, { @@ -64334,13 +64334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8282" + "$ref": "https://ils.rero.ch/api/documents/8282" } }, { @@ -64348,13 +64348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8281" + "$ref": "https://ils.rero.ch/api/documents/8281" } }, { @@ -64362,13 +64362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8281" + "$ref": "https://ils.rero.ch/api/documents/8281" } }, { @@ -64376,13 +64376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8281" + "$ref": "https://ils.rero.ch/api/documents/8281" } }, { @@ -64390,13 +64390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8281" + "$ref": "https://ils.rero.ch/api/documents/8281" } }, { @@ -64404,13 +64404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8281" + "$ref": "https://ils.rero.ch/api/documents/8281" } }, { @@ -64418,13 +64418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8280" + "$ref": "https://ils.rero.ch/api/documents/8280" } }, { @@ -64432,13 +64432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8280" + "$ref": "https://ils.rero.ch/api/documents/8280" } }, { @@ -64446,13 +64446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8280" + "$ref": "https://ils.rero.ch/api/documents/8280" } }, { @@ -64460,13 +64460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8280" + "$ref": "https://ils.rero.ch/api/documents/8280" } }, { @@ -64474,13 +64474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8280" + "$ref": "https://ils.rero.ch/api/documents/8280" } }, { @@ -64488,13 +64488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8279" + "$ref": "https://ils.rero.ch/api/documents/8279" } }, { @@ -64502,13 +64502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8279" + "$ref": "https://ils.rero.ch/api/documents/8279" } }, { @@ -64516,13 +64516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8278" + "$ref": "https://ils.rero.ch/api/documents/8278" } }, { @@ -64530,13 +64530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8278" + "$ref": "https://ils.rero.ch/api/documents/8278" } }, { @@ -64544,13 +64544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8278" + "$ref": "https://ils.rero.ch/api/documents/8278" } }, { @@ -64558,13 +64558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8278" + "$ref": "https://ils.rero.ch/api/documents/8278" } }, { @@ -64572,13 +64572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8277" + "$ref": "https://ils.rero.ch/api/documents/8277" } }, { @@ -64586,13 +64586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8276" + "$ref": "https://ils.rero.ch/api/documents/8276" } }, { @@ -64600,13 +64600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8276" + "$ref": "https://ils.rero.ch/api/documents/8276" } }, { @@ -64614,13 +64614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8276" + "$ref": "https://ils.rero.ch/api/documents/8276" } }, { @@ -64628,13 +64628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8275" + "$ref": "https://ils.rero.ch/api/documents/8275" } }, { @@ -64642,13 +64642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8275" + "$ref": "https://ils.rero.ch/api/documents/8275" } }, { @@ -64656,13 +64656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8275" + "$ref": "https://ils.rero.ch/api/documents/8275" } }, { @@ -64670,13 +64670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8275" + "$ref": "https://ils.rero.ch/api/documents/8275" } }, { @@ -64684,13 +64684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8274" + "$ref": "https://ils.rero.ch/api/documents/8274" } }, { @@ -64698,13 +64698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8274" + "$ref": "https://ils.rero.ch/api/documents/8274" } }, { @@ -64712,13 +64712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8274" + "$ref": "https://ils.rero.ch/api/documents/8274" } }, { @@ -64726,13 +64726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8273" + "$ref": "https://ils.rero.ch/api/documents/8273" } }, { @@ -64740,13 +64740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8273" + "$ref": "https://ils.rero.ch/api/documents/8273" } }, { @@ -64754,13 +64754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8273" + "$ref": "https://ils.rero.ch/api/documents/8273" } }, { @@ -64768,13 +64768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8273" + "$ref": "https://ils.rero.ch/api/documents/8273" } }, { @@ -64782,13 +64782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8273" + "$ref": "https://ils.rero.ch/api/documents/8273" } }, { @@ -64796,13 +64796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8272" + "$ref": "https://ils.rero.ch/api/documents/8272" } }, { @@ -64810,13 +64810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8272" + "$ref": "https://ils.rero.ch/api/documents/8272" } }, { @@ -64824,13 +64824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8272" + "$ref": "https://ils.rero.ch/api/documents/8272" } }, { @@ -64838,13 +64838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8272" + "$ref": "https://ils.rero.ch/api/documents/8272" } }, { @@ -64852,13 +64852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8271" + "$ref": "https://ils.rero.ch/api/documents/8271" } }, { @@ -64866,13 +64866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8271" + "$ref": "https://ils.rero.ch/api/documents/8271" } }, { @@ -64880,13 +64880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8271" + "$ref": "https://ils.rero.ch/api/documents/8271" } }, { @@ -64894,13 +64894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8271" + "$ref": "https://ils.rero.ch/api/documents/8271" } }, { @@ -64908,13 +64908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8270" + "$ref": "https://ils.rero.ch/api/documents/8270" } }, { @@ -64922,13 +64922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8270" + "$ref": "https://ils.rero.ch/api/documents/8270" } }, { @@ -64936,13 +64936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8270" + "$ref": "https://ils.rero.ch/api/documents/8270" } }, { @@ -64950,13 +64950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8269" + "$ref": "https://ils.rero.ch/api/documents/8269" } }, { @@ -64964,13 +64964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8269" + "$ref": "https://ils.rero.ch/api/documents/8269" } }, { @@ -64978,13 +64978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8269" + "$ref": "https://ils.rero.ch/api/documents/8269" } }, { @@ -64992,13 +64992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8269" + "$ref": "https://ils.rero.ch/api/documents/8269" } }, { @@ -65006,13 +65006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8269" + "$ref": "https://ils.rero.ch/api/documents/8269" } }, { @@ -65020,13 +65020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8268" + "$ref": "https://ils.rero.ch/api/documents/8268" } }, { @@ -65034,13 +65034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8268" + "$ref": "https://ils.rero.ch/api/documents/8268" } }, { @@ -65048,13 +65048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8268" + "$ref": "https://ils.rero.ch/api/documents/8268" } }, { @@ -65062,13 +65062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8268" + "$ref": "https://ils.rero.ch/api/documents/8268" } }, { @@ -65076,13 +65076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8268" + "$ref": "https://ils.rero.ch/api/documents/8268" } }, { @@ -65090,13 +65090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8267" + "$ref": "https://ils.rero.ch/api/documents/8267" } }, { @@ -65104,13 +65104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8266" + "$ref": "https://ils.rero.ch/api/documents/8266" } }, { @@ -65118,13 +65118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8265" + "$ref": "https://ils.rero.ch/api/documents/8265" } }, { @@ -65132,13 +65132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8265" + "$ref": "https://ils.rero.ch/api/documents/8265" } }, { @@ -65146,13 +65146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8265" + "$ref": "https://ils.rero.ch/api/documents/8265" } }, { @@ -65160,13 +65160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8265" + "$ref": "https://ils.rero.ch/api/documents/8265" } }, { @@ -65174,13 +65174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8264" + "$ref": "https://ils.rero.ch/api/documents/8264" } }, { @@ -65188,13 +65188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8264" + "$ref": "https://ils.rero.ch/api/documents/8264" } }, { @@ -65202,13 +65202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8264" + "$ref": "https://ils.rero.ch/api/documents/8264" } }, { @@ -65216,13 +65216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8264" + "$ref": "https://ils.rero.ch/api/documents/8264" } }, { @@ -65230,13 +65230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8264" + "$ref": "https://ils.rero.ch/api/documents/8264" } }, { @@ -65244,13 +65244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8263" + "$ref": "https://ils.rero.ch/api/documents/8263" } }, { @@ -65258,13 +65258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8263" + "$ref": "https://ils.rero.ch/api/documents/8263" } }, { @@ -65272,13 +65272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8263" + "$ref": "https://ils.rero.ch/api/documents/8263" } }, { @@ -65286,13 +65286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8263" + "$ref": "https://ils.rero.ch/api/documents/8263" } }, { @@ -65300,13 +65300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8262" + "$ref": "https://ils.rero.ch/api/documents/8262" } }, { @@ -65314,13 +65314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8261" + "$ref": "https://ils.rero.ch/api/documents/8261" } }, { @@ -65328,13 +65328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8260" + "$ref": "https://ils.rero.ch/api/documents/8260" } }, { @@ -65342,13 +65342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8260" + "$ref": "https://ils.rero.ch/api/documents/8260" } }, { @@ -65356,13 +65356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8260" + "$ref": "https://ils.rero.ch/api/documents/8260" } }, { @@ -65370,13 +65370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8259" + "$ref": "https://ils.rero.ch/api/documents/8259" } }, { @@ -65384,13 +65384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8259" + "$ref": "https://ils.rero.ch/api/documents/8259" } }, { @@ -65398,13 +65398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8258" + "$ref": "https://ils.rero.ch/api/documents/8258" } }, { @@ -65412,13 +65412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8258" + "$ref": "https://ils.rero.ch/api/documents/8258" } }, { @@ -65426,13 +65426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8257" + "$ref": "https://ils.rero.ch/api/documents/8257" } }, { @@ -65440,13 +65440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8257" + "$ref": "https://ils.rero.ch/api/documents/8257" } }, { @@ -65454,13 +65454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8257" + "$ref": "https://ils.rero.ch/api/documents/8257" } }, { @@ -65468,13 +65468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8257" + "$ref": "https://ils.rero.ch/api/documents/8257" } }, { @@ -65482,13 +65482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8256" + "$ref": "https://ils.rero.ch/api/documents/8256" } }, { @@ -65496,13 +65496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8255" + "$ref": "https://ils.rero.ch/api/documents/8255" } }, { @@ -65510,13 +65510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8254" + "$ref": "https://ils.rero.ch/api/documents/8254" } }, { @@ -65524,13 +65524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8254" + "$ref": "https://ils.rero.ch/api/documents/8254" } }, { @@ -65538,13 +65538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8254" + "$ref": "https://ils.rero.ch/api/documents/8254" } }, { @@ -65552,13 +65552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8253" + "$ref": "https://ils.rero.ch/api/documents/8253" } }, { @@ -65566,13 +65566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8253" + "$ref": "https://ils.rero.ch/api/documents/8253" } }, { @@ -65580,13 +65580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8253" + "$ref": "https://ils.rero.ch/api/documents/8253" } }, { @@ -65594,13 +65594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8252" + "$ref": "https://ils.rero.ch/api/documents/8252" } }, { @@ -65608,13 +65608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8251" + "$ref": "https://ils.rero.ch/api/documents/8251" } }, { @@ -65622,13 +65622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8250" + "$ref": "https://ils.rero.ch/api/documents/8250" } }, { @@ -65636,13 +65636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8250" + "$ref": "https://ils.rero.ch/api/documents/8250" } }, { @@ -65650,13 +65650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8250" + "$ref": "https://ils.rero.ch/api/documents/8250" } }, { @@ -65664,13 +65664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8250" + "$ref": "https://ils.rero.ch/api/documents/8250" } }, { @@ -65678,13 +65678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8250" + "$ref": "https://ils.rero.ch/api/documents/8250" } }, { @@ -65692,13 +65692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8249" + "$ref": "https://ils.rero.ch/api/documents/8249" } }, { @@ -65706,13 +65706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8248" + "$ref": "https://ils.rero.ch/api/documents/8248" } }, { @@ -65720,13 +65720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8248" + "$ref": "https://ils.rero.ch/api/documents/8248" } }, { @@ -65734,13 +65734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8248" + "$ref": "https://ils.rero.ch/api/documents/8248" } }, { @@ -65748,13 +65748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8248" + "$ref": "https://ils.rero.ch/api/documents/8248" } }, { @@ -65762,13 +65762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8248" + "$ref": "https://ils.rero.ch/api/documents/8248" } }, { @@ -65776,13 +65776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8247" + "$ref": "https://ils.rero.ch/api/documents/8247" } }, { @@ -65790,13 +65790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8247" + "$ref": "https://ils.rero.ch/api/documents/8247" } }, { @@ -65804,13 +65804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8246" + "$ref": "https://ils.rero.ch/api/documents/8246" } }, { @@ -65818,13 +65818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8246" + "$ref": "https://ils.rero.ch/api/documents/8246" } }, { @@ -65832,13 +65832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8246" + "$ref": "https://ils.rero.ch/api/documents/8246" } }, { @@ -65846,13 +65846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8245" + "$ref": "https://ils.rero.ch/api/documents/8245" } }, { @@ -65860,13 +65860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8244" + "$ref": "https://ils.rero.ch/api/documents/8244" } }, { @@ -65874,13 +65874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8244" + "$ref": "https://ils.rero.ch/api/documents/8244" } }, { @@ -65888,13 +65888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8244" + "$ref": "https://ils.rero.ch/api/documents/8244" } }, { @@ -65902,13 +65902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8244" + "$ref": "https://ils.rero.ch/api/documents/8244" } }, { @@ -65916,13 +65916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8243" + "$ref": "https://ils.rero.ch/api/documents/8243" } }, { @@ -65930,13 +65930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8243" + "$ref": "https://ils.rero.ch/api/documents/8243" } }, { @@ -65944,13 +65944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8243" + "$ref": "https://ils.rero.ch/api/documents/8243" } }, { @@ -65958,13 +65958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8242" + "$ref": "https://ils.rero.ch/api/documents/8242" } }, { @@ -65972,13 +65972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8242" + "$ref": "https://ils.rero.ch/api/documents/8242" } }, { @@ -65986,13 +65986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8242" + "$ref": "https://ils.rero.ch/api/documents/8242" } }, { @@ -66000,13 +66000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8242" + "$ref": "https://ils.rero.ch/api/documents/8242" } }, { @@ -66014,13 +66014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8242" + "$ref": "https://ils.rero.ch/api/documents/8242" } }, { @@ -66028,13 +66028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8241" + "$ref": "https://ils.rero.ch/api/documents/8241" } }, { @@ -66042,13 +66042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8241" + "$ref": "https://ils.rero.ch/api/documents/8241" } }, { @@ -66056,13 +66056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8241" + "$ref": "https://ils.rero.ch/api/documents/8241" } }, { @@ -66070,13 +66070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8241" + "$ref": "https://ils.rero.ch/api/documents/8241" } }, { @@ -66084,13 +66084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8240" + "$ref": "https://ils.rero.ch/api/documents/8240" } }, { @@ -66098,13 +66098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8239" + "$ref": "https://ils.rero.ch/api/documents/8239" } }, { @@ -66112,13 +66112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8238" + "$ref": "https://ils.rero.ch/api/documents/8238" } }, { @@ -66126,13 +66126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8238" + "$ref": "https://ils.rero.ch/api/documents/8238" } }, { @@ -66140,13 +66140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8237" + "$ref": "https://ils.rero.ch/api/documents/8237" } }, { @@ -66154,13 +66154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8237" + "$ref": "https://ils.rero.ch/api/documents/8237" } }, { @@ -66168,13 +66168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8237" + "$ref": "https://ils.rero.ch/api/documents/8237" } }, { @@ -66182,13 +66182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8237" + "$ref": "https://ils.rero.ch/api/documents/8237" } }, { @@ -66196,13 +66196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8236" + "$ref": "https://ils.rero.ch/api/documents/8236" } }, { @@ -66210,13 +66210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8236" + "$ref": "https://ils.rero.ch/api/documents/8236" } }, { @@ -66224,13 +66224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8236" + "$ref": "https://ils.rero.ch/api/documents/8236" } }, { @@ -66238,13 +66238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8235" + "$ref": "https://ils.rero.ch/api/documents/8235" } }, { @@ -66252,13 +66252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8234" + "$ref": "https://ils.rero.ch/api/documents/8234" } }, { @@ -66266,13 +66266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8233" + "$ref": "https://ils.rero.ch/api/documents/8233" } }, { @@ -66280,13 +66280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8233" + "$ref": "https://ils.rero.ch/api/documents/8233" } }, { @@ -66294,13 +66294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8233" + "$ref": "https://ils.rero.ch/api/documents/8233" } }, { @@ -66308,13 +66308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8233" + "$ref": "https://ils.rero.ch/api/documents/8233" } }, { @@ -66322,13 +66322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8233" + "$ref": "https://ils.rero.ch/api/documents/8233" } }, { @@ -66336,13 +66336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8232" + "$ref": "https://ils.rero.ch/api/documents/8232" } }, { @@ -66350,13 +66350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8231" + "$ref": "https://ils.rero.ch/api/documents/8231" } }, { @@ -66364,13 +66364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8231" + "$ref": "https://ils.rero.ch/api/documents/8231" } }, { @@ -66378,13 +66378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8231" + "$ref": "https://ils.rero.ch/api/documents/8231" } }, { @@ -66392,13 +66392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8231" + "$ref": "https://ils.rero.ch/api/documents/8231" } }, { @@ -66406,13 +66406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8231" + "$ref": "https://ils.rero.ch/api/documents/8231" } }, { @@ -66420,13 +66420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8230" + "$ref": "https://ils.rero.ch/api/documents/8230" } }, { @@ -66434,13 +66434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8230" + "$ref": "https://ils.rero.ch/api/documents/8230" } }, { @@ -66448,13 +66448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8229" + "$ref": "https://ils.rero.ch/api/documents/8229" } }, { @@ -66462,13 +66462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8229" + "$ref": "https://ils.rero.ch/api/documents/8229" } }, { @@ -66476,13 +66476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8229" + "$ref": "https://ils.rero.ch/api/documents/8229" } }, { @@ -66490,13 +66490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8229" + "$ref": "https://ils.rero.ch/api/documents/8229" } }, { @@ -66504,13 +66504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8228" + "$ref": "https://ils.rero.ch/api/documents/8228" } }, { @@ -66518,13 +66518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8228" + "$ref": "https://ils.rero.ch/api/documents/8228" } }, { @@ -66532,13 +66532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8227" + "$ref": "https://ils.rero.ch/api/documents/8227" } }, { @@ -66546,13 +66546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8227" + "$ref": "https://ils.rero.ch/api/documents/8227" } }, { @@ -66560,13 +66560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8227" + "$ref": "https://ils.rero.ch/api/documents/8227" } }, { @@ -66574,13 +66574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8227" + "$ref": "https://ils.rero.ch/api/documents/8227" } }, { @@ -66588,13 +66588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8226" + "$ref": "https://ils.rero.ch/api/documents/8226" } }, { @@ -66602,13 +66602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8226" + "$ref": "https://ils.rero.ch/api/documents/8226" } }, { @@ -66616,13 +66616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8226" + "$ref": "https://ils.rero.ch/api/documents/8226" } }, { @@ -66630,13 +66630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8226" + "$ref": "https://ils.rero.ch/api/documents/8226" } }, { @@ -66644,13 +66644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8226" + "$ref": "https://ils.rero.ch/api/documents/8226" } }, { @@ -66658,13 +66658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8225" + "$ref": "https://ils.rero.ch/api/documents/8225" } }, { @@ -66672,13 +66672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8225" + "$ref": "https://ils.rero.ch/api/documents/8225" } }, { @@ -66686,13 +66686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8225" + "$ref": "https://ils.rero.ch/api/documents/8225" } }, { @@ -66700,13 +66700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8225" + "$ref": "https://ils.rero.ch/api/documents/8225" } }, { @@ -66714,13 +66714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8225" + "$ref": "https://ils.rero.ch/api/documents/8225" } }, { @@ -66728,13 +66728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8224" + "$ref": "https://ils.rero.ch/api/documents/8224" } }, { @@ -66742,13 +66742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8224" + "$ref": "https://ils.rero.ch/api/documents/8224" } }, { @@ -66756,13 +66756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8224" + "$ref": "https://ils.rero.ch/api/documents/8224" } }, { @@ -66770,13 +66770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8223" + "$ref": "https://ils.rero.ch/api/documents/8223" } }, { @@ -66784,13 +66784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8223" + "$ref": "https://ils.rero.ch/api/documents/8223" } }, { @@ -66798,13 +66798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8223" + "$ref": "https://ils.rero.ch/api/documents/8223" } }, { @@ -66812,13 +66812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8223" + "$ref": "https://ils.rero.ch/api/documents/8223" } }, { @@ -66826,13 +66826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8223" + "$ref": "https://ils.rero.ch/api/documents/8223" } }, { @@ -66840,13 +66840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8222" + "$ref": "https://ils.rero.ch/api/documents/8222" } }, { @@ -66854,13 +66854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8222" + "$ref": "https://ils.rero.ch/api/documents/8222" } }, { @@ -66868,13 +66868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8222" + "$ref": "https://ils.rero.ch/api/documents/8222" } }, { @@ -66882,13 +66882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8222" + "$ref": "https://ils.rero.ch/api/documents/8222" } }, { @@ -66896,13 +66896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8222" + "$ref": "https://ils.rero.ch/api/documents/8222" } }, { @@ -66910,13 +66910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8221" + "$ref": "https://ils.rero.ch/api/documents/8221" } }, { @@ -66924,13 +66924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8221" + "$ref": "https://ils.rero.ch/api/documents/8221" } }, { @@ -66938,13 +66938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8221" + "$ref": "https://ils.rero.ch/api/documents/8221" } }, { @@ -66952,13 +66952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8221" + "$ref": "https://ils.rero.ch/api/documents/8221" } }, { @@ -66966,13 +66966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8220" + "$ref": "https://ils.rero.ch/api/documents/8220" } }, { @@ -66980,13 +66980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8220" + "$ref": "https://ils.rero.ch/api/documents/8220" } }, { @@ -66994,13 +66994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8220" + "$ref": "https://ils.rero.ch/api/documents/8220" } }, { @@ -67008,13 +67008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8220" + "$ref": "https://ils.rero.ch/api/documents/8220" } }, { @@ -67022,13 +67022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8219" + "$ref": "https://ils.rero.ch/api/documents/8219" } }, { @@ -67036,13 +67036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8219" + "$ref": "https://ils.rero.ch/api/documents/8219" } }, { @@ -67050,13 +67050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8218" + "$ref": "https://ils.rero.ch/api/documents/8218" } }, { @@ -67064,13 +67064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8218" + "$ref": "https://ils.rero.ch/api/documents/8218" } }, { @@ -67078,13 +67078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8218" + "$ref": "https://ils.rero.ch/api/documents/8218" } }, { @@ -67092,13 +67092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8218" + "$ref": "https://ils.rero.ch/api/documents/8218" } }, { @@ -67106,13 +67106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8218" + "$ref": "https://ils.rero.ch/api/documents/8218" } }, { @@ -67120,13 +67120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8217" + "$ref": "https://ils.rero.ch/api/documents/8217" } }, { @@ -67134,13 +67134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8216" + "$ref": "https://ils.rero.ch/api/documents/8216" } }, { @@ -67148,13 +67148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8215" + "$ref": "https://ils.rero.ch/api/documents/8215" } }, { @@ -67162,13 +67162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8215" + "$ref": "https://ils.rero.ch/api/documents/8215" } }, { @@ -67176,13 +67176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8214" + "$ref": "https://ils.rero.ch/api/documents/8214" } }, { @@ -67190,13 +67190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8214" + "$ref": "https://ils.rero.ch/api/documents/8214" } }, { @@ -67204,13 +67204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8214" + "$ref": "https://ils.rero.ch/api/documents/8214" } }, { @@ -67218,13 +67218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8214" + "$ref": "https://ils.rero.ch/api/documents/8214" } }, { @@ -67232,13 +67232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8214" + "$ref": "https://ils.rero.ch/api/documents/8214" } }, { @@ -67246,13 +67246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8213" + "$ref": "https://ils.rero.ch/api/documents/8213" } }, { @@ -67260,13 +67260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8213" + "$ref": "https://ils.rero.ch/api/documents/8213" } }, { @@ -67274,13 +67274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8213" + "$ref": "https://ils.rero.ch/api/documents/8213" } }, { @@ -67288,13 +67288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8213" + "$ref": "https://ils.rero.ch/api/documents/8213" } }, { @@ -67302,13 +67302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8212" + "$ref": "https://ils.rero.ch/api/documents/8212" } }, { @@ -67316,13 +67316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8211" + "$ref": "https://ils.rero.ch/api/documents/8211" } }, { @@ -67330,13 +67330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8211" + "$ref": "https://ils.rero.ch/api/documents/8211" } }, { @@ -67344,13 +67344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8210" + "$ref": "https://ils.rero.ch/api/documents/8210" } }, { @@ -67358,13 +67358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8210" + "$ref": "https://ils.rero.ch/api/documents/8210" } }, { @@ -67372,13 +67372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8210" + "$ref": "https://ils.rero.ch/api/documents/8210" } }, { @@ -67386,13 +67386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8210" + "$ref": "https://ils.rero.ch/api/documents/8210" } }, { @@ -67400,13 +67400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8209" + "$ref": "https://ils.rero.ch/api/documents/8209" } }, { @@ -67414,13 +67414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8209" + "$ref": "https://ils.rero.ch/api/documents/8209" } }, { @@ -67428,13 +67428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8208" + "$ref": "https://ils.rero.ch/api/documents/8208" } }, { @@ -67442,13 +67442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8208" + "$ref": "https://ils.rero.ch/api/documents/8208" } }, { @@ -67456,13 +67456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8208" + "$ref": "https://ils.rero.ch/api/documents/8208" } }, { @@ -67470,13 +67470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8207" + "$ref": "https://ils.rero.ch/api/documents/8207" } }, { @@ -67484,13 +67484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8207" + "$ref": "https://ils.rero.ch/api/documents/8207" } }, { @@ -67498,13 +67498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8206" + "$ref": "https://ils.rero.ch/api/documents/8206" } }, { @@ -67512,13 +67512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8206" + "$ref": "https://ils.rero.ch/api/documents/8206" } }, { @@ -67526,13 +67526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8206" + "$ref": "https://ils.rero.ch/api/documents/8206" } }, { @@ -67540,13 +67540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8206" + "$ref": "https://ils.rero.ch/api/documents/8206" } }, { @@ -67554,13 +67554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8205" + "$ref": "https://ils.rero.ch/api/documents/8205" } }, { @@ -67568,13 +67568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8205" + "$ref": "https://ils.rero.ch/api/documents/8205" } }, { @@ -67582,13 +67582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8205" + "$ref": "https://ils.rero.ch/api/documents/8205" } }, { @@ -67596,13 +67596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8204" + "$ref": "https://ils.rero.ch/api/documents/8204" } }, { @@ -67610,13 +67610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8204" + "$ref": "https://ils.rero.ch/api/documents/8204" } }, { @@ -67624,13 +67624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8204" + "$ref": "https://ils.rero.ch/api/documents/8204" } }, { @@ -67638,13 +67638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8204" + "$ref": "https://ils.rero.ch/api/documents/8204" } }, { @@ -67652,13 +67652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8203" + "$ref": "https://ils.rero.ch/api/documents/8203" } }, { @@ -67666,13 +67666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8203" + "$ref": "https://ils.rero.ch/api/documents/8203" } }, { @@ -67680,13 +67680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8203" + "$ref": "https://ils.rero.ch/api/documents/8203" } }, { @@ -67694,13 +67694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8203" + "$ref": "https://ils.rero.ch/api/documents/8203" } }, { @@ -67708,13 +67708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8202" + "$ref": "https://ils.rero.ch/api/documents/8202" } }, { @@ -67722,13 +67722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8202" + "$ref": "https://ils.rero.ch/api/documents/8202" } }, { @@ -67736,13 +67736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8202" + "$ref": "https://ils.rero.ch/api/documents/8202" } }, { @@ -67750,13 +67750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8201" + "$ref": "https://ils.rero.ch/api/documents/8201" } }, { @@ -67764,13 +67764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8201" + "$ref": "https://ils.rero.ch/api/documents/8201" } }, { @@ -67778,13 +67778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8201" + "$ref": "https://ils.rero.ch/api/documents/8201" } }, { @@ -67792,13 +67792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8201" + "$ref": "https://ils.rero.ch/api/documents/8201" } }, { @@ -67806,13 +67806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8201" + "$ref": "https://ils.rero.ch/api/documents/8201" } }, { @@ -67820,13 +67820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8200" + "$ref": "https://ils.rero.ch/api/documents/8200" } }, { @@ -67834,13 +67834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8200" + "$ref": "https://ils.rero.ch/api/documents/8200" } }, { @@ -67848,13 +67848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8200" + "$ref": "https://ils.rero.ch/api/documents/8200" } }, { @@ -67862,13 +67862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8199" + "$ref": "https://ils.rero.ch/api/documents/8199" } }, { @@ -67876,13 +67876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8199" + "$ref": "https://ils.rero.ch/api/documents/8199" } }, { @@ -67890,13 +67890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8198" + "$ref": "https://ils.rero.ch/api/documents/8198" } }, { @@ -67904,13 +67904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8198" + "$ref": "https://ils.rero.ch/api/documents/8198" } }, { @@ -67918,13 +67918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8198" + "$ref": "https://ils.rero.ch/api/documents/8198" } }, { @@ -67932,13 +67932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8197" + "$ref": "https://ils.rero.ch/api/documents/8197" } }, { @@ -67946,13 +67946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8197" + "$ref": "https://ils.rero.ch/api/documents/8197" } }, { @@ -67960,13 +67960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8197" + "$ref": "https://ils.rero.ch/api/documents/8197" } }, { @@ -67974,13 +67974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8197" + "$ref": "https://ils.rero.ch/api/documents/8197" } }, { @@ -67988,13 +67988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8197" + "$ref": "https://ils.rero.ch/api/documents/8197" } }, { @@ -68002,13 +68002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8196" + "$ref": "https://ils.rero.ch/api/documents/8196" } }, { @@ -68016,13 +68016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8196" + "$ref": "https://ils.rero.ch/api/documents/8196" } }, { @@ -68030,13 +68030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8196" + "$ref": "https://ils.rero.ch/api/documents/8196" } }, { @@ -68044,13 +68044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8196" + "$ref": "https://ils.rero.ch/api/documents/8196" } }, { @@ -68058,13 +68058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8196" + "$ref": "https://ils.rero.ch/api/documents/8196" } }, { @@ -68072,13 +68072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8195" + "$ref": "https://ils.rero.ch/api/documents/8195" } }, { @@ -68086,13 +68086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8195" + "$ref": "https://ils.rero.ch/api/documents/8195" } }, { @@ -68100,13 +68100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8195" + "$ref": "https://ils.rero.ch/api/documents/8195" } }, { @@ -68114,13 +68114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8195" + "$ref": "https://ils.rero.ch/api/documents/8195" } }, { @@ -68128,13 +68128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8195" + "$ref": "https://ils.rero.ch/api/documents/8195" } }, { @@ -68142,13 +68142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8194" + "$ref": "https://ils.rero.ch/api/documents/8194" } }, { @@ -68156,13 +68156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8194" + "$ref": "https://ils.rero.ch/api/documents/8194" } }, { @@ -68170,13 +68170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8194" + "$ref": "https://ils.rero.ch/api/documents/8194" } }, { @@ -68184,13 +68184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8193" + "$ref": "https://ils.rero.ch/api/documents/8193" } }, { @@ -68198,13 +68198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8193" + "$ref": "https://ils.rero.ch/api/documents/8193" } }, { @@ -68212,13 +68212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8193" + "$ref": "https://ils.rero.ch/api/documents/8193" } }, { @@ -68226,13 +68226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8192" + "$ref": "https://ils.rero.ch/api/documents/8192" } }, { @@ -68240,13 +68240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8192" + "$ref": "https://ils.rero.ch/api/documents/8192" } }, { @@ -68254,13 +68254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8191" + "$ref": "https://ils.rero.ch/api/documents/8191" } }, { @@ -68268,13 +68268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8191" + "$ref": "https://ils.rero.ch/api/documents/8191" } }, { @@ -68282,13 +68282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8191" + "$ref": "https://ils.rero.ch/api/documents/8191" } }, { @@ -68296,13 +68296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8190" + "$ref": "https://ils.rero.ch/api/documents/8190" } }, { @@ -68310,13 +68310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8190" + "$ref": "https://ils.rero.ch/api/documents/8190" } }, { @@ -68324,13 +68324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8190" + "$ref": "https://ils.rero.ch/api/documents/8190" } }, { @@ -68338,13 +68338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8190" + "$ref": "https://ils.rero.ch/api/documents/8190" } }, { @@ -68352,13 +68352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8189" + "$ref": "https://ils.rero.ch/api/documents/8189" } }, { @@ -68366,13 +68366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8188" + "$ref": "https://ils.rero.ch/api/documents/8188" } }, { @@ -68380,13 +68380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8188" + "$ref": "https://ils.rero.ch/api/documents/8188" } }, { @@ -68394,13 +68394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8188" + "$ref": "https://ils.rero.ch/api/documents/8188" } }, { @@ -68408,13 +68408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8188" + "$ref": "https://ils.rero.ch/api/documents/8188" } }, { @@ -68422,13 +68422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8188" + "$ref": "https://ils.rero.ch/api/documents/8188" } }, { @@ -68436,13 +68436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8187" + "$ref": "https://ils.rero.ch/api/documents/8187" } }, { @@ -68450,13 +68450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8187" + "$ref": "https://ils.rero.ch/api/documents/8187" } }, { @@ -68464,13 +68464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8186" + "$ref": "https://ils.rero.ch/api/documents/8186" } }, { @@ -68478,13 +68478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8186" + "$ref": "https://ils.rero.ch/api/documents/8186" } }, { @@ -68492,13 +68492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8186" + "$ref": "https://ils.rero.ch/api/documents/8186" } }, { @@ -68506,13 +68506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8186" + "$ref": "https://ils.rero.ch/api/documents/8186" } }, { @@ -68520,13 +68520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8186" + "$ref": "https://ils.rero.ch/api/documents/8186" } }, { @@ -68534,13 +68534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8185" + "$ref": "https://ils.rero.ch/api/documents/8185" } }, { @@ -68548,13 +68548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8185" + "$ref": "https://ils.rero.ch/api/documents/8185" } }, { @@ -68562,13 +68562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8185" + "$ref": "https://ils.rero.ch/api/documents/8185" } }, { @@ -68576,13 +68576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8184" + "$ref": "https://ils.rero.ch/api/documents/8184" } }, { @@ -68590,13 +68590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8184" + "$ref": "https://ils.rero.ch/api/documents/8184" } }, { @@ -68604,13 +68604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8183" + "$ref": "https://ils.rero.ch/api/documents/8183" } }, { @@ -68618,13 +68618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8183" + "$ref": "https://ils.rero.ch/api/documents/8183" } }, { @@ -68632,13 +68632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8182" + "$ref": "https://ils.rero.ch/api/documents/8182" } }, { @@ -68646,13 +68646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8182" + "$ref": "https://ils.rero.ch/api/documents/8182" } }, { @@ -68660,13 +68660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8182" + "$ref": "https://ils.rero.ch/api/documents/8182" } }, { @@ -68674,13 +68674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8181" + "$ref": "https://ils.rero.ch/api/documents/8181" } }, { @@ -68688,13 +68688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8181" + "$ref": "https://ils.rero.ch/api/documents/8181" } }, { @@ -68702,13 +68702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8181" + "$ref": "https://ils.rero.ch/api/documents/8181" } }, { @@ -68716,13 +68716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8181" + "$ref": "https://ils.rero.ch/api/documents/8181" } }, { @@ -68730,13 +68730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8180" + "$ref": "https://ils.rero.ch/api/documents/8180" } }, { @@ -68744,13 +68744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8180" + "$ref": "https://ils.rero.ch/api/documents/8180" } }, { @@ -68758,13 +68758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8179" + "$ref": "https://ils.rero.ch/api/documents/8179" } }, { @@ -68772,13 +68772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8179" + "$ref": "https://ils.rero.ch/api/documents/8179" } }, { @@ -68786,13 +68786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8179" + "$ref": "https://ils.rero.ch/api/documents/8179" } }, { @@ -68800,13 +68800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8179" + "$ref": "https://ils.rero.ch/api/documents/8179" } }, { @@ -68814,13 +68814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8179" + "$ref": "https://ils.rero.ch/api/documents/8179" } }, { @@ -68828,13 +68828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8178" + "$ref": "https://ils.rero.ch/api/documents/8178" } }, { @@ -68842,13 +68842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8178" + "$ref": "https://ils.rero.ch/api/documents/8178" } }, { @@ -68856,13 +68856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8178" + "$ref": "https://ils.rero.ch/api/documents/8178" } }, { @@ -68870,13 +68870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8178" + "$ref": "https://ils.rero.ch/api/documents/8178" } }, { @@ -68884,13 +68884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8178" + "$ref": "https://ils.rero.ch/api/documents/8178" } }, { @@ -68898,13 +68898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8177" + "$ref": "https://ils.rero.ch/api/documents/8177" } }, { @@ -68912,13 +68912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8176" + "$ref": "https://ils.rero.ch/api/documents/8176" } }, { @@ -68926,13 +68926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8176" + "$ref": "https://ils.rero.ch/api/documents/8176" } }, { @@ -68940,13 +68940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8176" + "$ref": "https://ils.rero.ch/api/documents/8176" } }, { @@ -68954,13 +68954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8176" + "$ref": "https://ils.rero.ch/api/documents/8176" } }, { @@ -68968,13 +68968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8175" + "$ref": "https://ils.rero.ch/api/documents/8175" } }, { @@ -68982,13 +68982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8175" + "$ref": "https://ils.rero.ch/api/documents/8175" } }, { @@ -68996,13 +68996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8175" + "$ref": "https://ils.rero.ch/api/documents/8175" } }, { @@ -69010,13 +69010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8175" + "$ref": "https://ils.rero.ch/api/documents/8175" } }, { @@ -69024,13 +69024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8175" + "$ref": "https://ils.rero.ch/api/documents/8175" } }, { @@ -69038,13 +69038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8174" + "$ref": "https://ils.rero.ch/api/documents/8174" } }, { @@ -69052,13 +69052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8174" + "$ref": "https://ils.rero.ch/api/documents/8174" } }, { @@ -69066,13 +69066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8174" + "$ref": "https://ils.rero.ch/api/documents/8174" } }, { @@ -69080,13 +69080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8174" + "$ref": "https://ils.rero.ch/api/documents/8174" } }, { @@ -69094,13 +69094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8173" + "$ref": "https://ils.rero.ch/api/documents/8173" } }, { @@ -69108,13 +69108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8173" + "$ref": "https://ils.rero.ch/api/documents/8173" } }, { @@ -69122,13 +69122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8173" + "$ref": "https://ils.rero.ch/api/documents/8173" } }, { @@ -69136,13 +69136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8172" + "$ref": "https://ils.rero.ch/api/documents/8172" } }, { @@ -69150,13 +69150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8172" + "$ref": "https://ils.rero.ch/api/documents/8172" } }, { @@ -69164,13 +69164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8172" + "$ref": "https://ils.rero.ch/api/documents/8172" } }, { @@ -69178,13 +69178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8172" + "$ref": "https://ils.rero.ch/api/documents/8172" } }, { @@ -69192,13 +69192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8172" + "$ref": "https://ils.rero.ch/api/documents/8172" } }, { @@ -69206,13 +69206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8171" + "$ref": "https://ils.rero.ch/api/documents/8171" } }, { @@ -69220,13 +69220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8171" + "$ref": "https://ils.rero.ch/api/documents/8171" } }, { @@ -69234,13 +69234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8171" + "$ref": "https://ils.rero.ch/api/documents/8171" } }, { @@ -69248,13 +69248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8171" + "$ref": "https://ils.rero.ch/api/documents/8171" } }, { @@ -69262,13 +69262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8171" + "$ref": "https://ils.rero.ch/api/documents/8171" } }, { @@ -69276,13 +69276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8170" + "$ref": "https://ils.rero.ch/api/documents/8170" } }, { @@ -69290,13 +69290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8170" + "$ref": "https://ils.rero.ch/api/documents/8170" } }, { @@ -69304,13 +69304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8170" + "$ref": "https://ils.rero.ch/api/documents/8170" } }, { @@ -69318,13 +69318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8170" + "$ref": "https://ils.rero.ch/api/documents/8170" } }, { @@ -69332,13 +69332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8170" + "$ref": "https://ils.rero.ch/api/documents/8170" } }, { @@ -69346,13 +69346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8169" + "$ref": "https://ils.rero.ch/api/documents/8169" } }, { @@ -69360,13 +69360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8169" + "$ref": "https://ils.rero.ch/api/documents/8169" } }, { @@ -69374,13 +69374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8169" + "$ref": "https://ils.rero.ch/api/documents/8169" } }, { @@ -69388,13 +69388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8169" + "$ref": "https://ils.rero.ch/api/documents/8169" } }, { @@ -69402,13 +69402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8169" + "$ref": "https://ils.rero.ch/api/documents/8169" } }, { @@ -69416,13 +69416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8168" + "$ref": "https://ils.rero.ch/api/documents/8168" } }, { @@ -69430,13 +69430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8168" + "$ref": "https://ils.rero.ch/api/documents/8168" } }, { @@ -69444,13 +69444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8167" + "$ref": "https://ils.rero.ch/api/documents/8167" } }, { @@ -69458,13 +69458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8167" + "$ref": "https://ils.rero.ch/api/documents/8167" } }, { @@ -69472,13 +69472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8166" + "$ref": "https://ils.rero.ch/api/documents/8166" } }, { @@ -69486,13 +69486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8166" + "$ref": "https://ils.rero.ch/api/documents/8166" } }, { @@ -69500,13 +69500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8166" + "$ref": "https://ils.rero.ch/api/documents/8166" } }, { @@ -69514,13 +69514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8165" + "$ref": "https://ils.rero.ch/api/documents/8165" } }, { @@ -69528,13 +69528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8164" + "$ref": "https://ils.rero.ch/api/documents/8164" } }, { @@ -69542,13 +69542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8164" + "$ref": "https://ils.rero.ch/api/documents/8164" } }, { @@ -69556,13 +69556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8164" + "$ref": "https://ils.rero.ch/api/documents/8164" } }, { @@ -69570,13 +69570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8164" + "$ref": "https://ils.rero.ch/api/documents/8164" } }, { @@ -69584,13 +69584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8164" + "$ref": "https://ils.rero.ch/api/documents/8164" } }, { @@ -69598,13 +69598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8163" + "$ref": "https://ils.rero.ch/api/documents/8163" } }, { @@ -69612,13 +69612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8163" + "$ref": "https://ils.rero.ch/api/documents/8163" } }, { @@ -69626,13 +69626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8163" + "$ref": "https://ils.rero.ch/api/documents/8163" } }, { @@ -69640,13 +69640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8163" + "$ref": "https://ils.rero.ch/api/documents/8163" } }, { @@ -69654,13 +69654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8163" + "$ref": "https://ils.rero.ch/api/documents/8163" } }, { @@ -69668,13 +69668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8162" + "$ref": "https://ils.rero.ch/api/documents/8162" } }, { @@ -69682,13 +69682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8162" + "$ref": "https://ils.rero.ch/api/documents/8162" } }, { @@ -69696,13 +69696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8162" + "$ref": "https://ils.rero.ch/api/documents/8162" } }, { @@ -69710,13 +69710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8162" + "$ref": "https://ils.rero.ch/api/documents/8162" } }, { @@ -69724,13 +69724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8161" + "$ref": "https://ils.rero.ch/api/documents/8161" } }, { @@ -69738,13 +69738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8161" + "$ref": "https://ils.rero.ch/api/documents/8161" } }, { @@ -69752,13 +69752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8161" + "$ref": "https://ils.rero.ch/api/documents/8161" } }, { @@ -69766,13 +69766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8160" + "$ref": "https://ils.rero.ch/api/documents/8160" } }, { @@ -69780,13 +69780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8160" + "$ref": "https://ils.rero.ch/api/documents/8160" } }, { @@ -69794,13 +69794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8160" + "$ref": "https://ils.rero.ch/api/documents/8160" } }, { @@ -69808,13 +69808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8160" + "$ref": "https://ils.rero.ch/api/documents/8160" } }, { @@ -69822,13 +69822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8159" + "$ref": "https://ils.rero.ch/api/documents/8159" } }, { @@ -69836,13 +69836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8159" + "$ref": "https://ils.rero.ch/api/documents/8159" } }, { @@ -69850,13 +69850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8159" + "$ref": "https://ils.rero.ch/api/documents/8159" } }, { @@ -69864,13 +69864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8159" + "$ref": "https://ils.rero.ch/api/documents/8159" } }, { @@ -69878,13 +69878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8159" + "$ref": "https://ils.rero.ch/api/documents/8159" } }, { @@ -69892,13 +69892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8158" + "$ref": "https://ils.rero.ch/api/documents/8158" } }, { @@ -69906,13 +69906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8158" + "$ref": "https://ils.rero.ch/api/documents/8158" } }, { @@ -69920,13 +69920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8158" + "$ref": "https://ils.rero.ch/api/documents/8158" } }, { @@ -69934,13 +69934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8158" + "$ref": "https://ils.rero.ch/api/documents/8158" } }, { @@ -69948,13 +69948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8158" + "$ref": "https://ils.rero.ch/api/documents/8158" } }, { @@ -69962,13 +69962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8157" + "$ref": "https://ils.rero.ch/api/documents/8157" } }, { @@ -69976,13 +69976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8156" + "$ref": "https://ils.rero.ch/api/documents/8156" } }, { @@ -69990,13 +69990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8156" + "$ref": "https://ils.rero.ch/api/documents/8156" } }, { @@ -70004,13 +70004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8156" + "$ref": "https://ils.rero.ch/api/documents/8156" } }, { @@ -70018,13 +70018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8155" + "$ref": "https://ils.rero.ch/api/documents/8155" } }, { @@ -70032,13 +70032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8155" + "$ref": "https://ils.rero.ch/api/documents/8155" } }, { @@ -70046,13 +70046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8155" + "$ref": "https://ils.rero.ch/api/documents/8155" } }, { @@ -70060,13 +70060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8155" + "$ref": "https://ils.rero.ch/api/documents/8155" } }, { @@ -70074,13 +70074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8154" + "$ref": "https://ils.rero.ch/api/documents/8154" } }, { @@ -70088,13 +70088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8153" + "$ref": "https://ils.rero.ch/api/documents/8153" } }, { @@ -70102,13 +70102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8153" + "$ref": "https://ils.rero.ch/api/documents/8153" } }, { @@ -70116,13 +70116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8152" + "$ref": "https://ils.rero.ch/api/documents/8152" } }, { @@ -70130,13 +70130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8152" + "$ref": "https://ils.rero.ch/api/documents/8152" } }, { @@ -70144,13 +70144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8152" + "$ref": "https://ils.rero.ch/api/documents/8152" } }, { @@ -70158,13 +70158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8152" + "$ref": "https://ils.rero.ch/api/documents/8152" } }, { @@ -70172,13 +70172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8151" + "$ref": "https://ils.rero.ch/api/documents/8151" } }, { @@ -70186,13 +70186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8151" + "$ref": "https://ils.rero.ch/api/documents/8151" } }, { @@ -70200,13 +70200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8151" + "$ref": "https://ils.rero.ch/api/documents/8151" } }, { @@ -70214,13 +70214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8151" + "$ref": "https://ils.rero.ch/api/documents/8151" } }, { @@ -70228,13 +70228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8150" + "$ref": "https://ils.rero.ch/api/documents/8150" } }, { @@ -70242,13 +70242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8150" + "$ref": "https://ils.rero.ch/api/documents/8150" } }, { @@ -70256,13 +70256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8149" + "$ref": "https://ils.rero.ch/api/documents/8149" } }, { @@ -70270,13 +70270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8149" + "$ref": "https://ils.rero.ch/api/documents/8149" } }, { @@ -70284,13 +70284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8148" + "$ref": "https://ils.rero.ch/api/documents/8148" } }, { @@ -70298,13 +70298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8148" + "$ref": "https://ils.rero.ch/api/documents/8148" } }, { @@ -70312,13 +70312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8147" + "$ref": "https://ils.rero.ch/api/documents/8147" } }, { @@ -70326,13 +70326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8147" + "$ref": "https://ils.rero.ch/api/documents/8147" } }, { @@ -70340,13 +70340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8147" + "$ref": "https://ils.rero.ch/api/documents/8147" } }, { @@ -70354,13 +70354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8147" + "$ref": "https://ils.rero.ch/api/documents/8147" } }, { @@ -70368,13 +70368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8147" + "$ref": "https://ils.rero.ch/api/documents/8147" } }, { @@ -70382,13 +70382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8146" + "$ref": "https://ils.rero.ch/api/documents/8146" } }, { @@ -70396,13 +70396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8145" + "$ref": "https://ils.rero.ch/api/documents/8145" } }, { @@ -70410,13 +70410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8145" + "$ref": "https://ils.rero.ch/api/documents/8145" } }, { @@ -70424,13 +70424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8145" + "$ref": "https://ils.rero.ch/api/documents/8145" } }, { @@ -70438,13 +70438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8145" + "$ref": "https://ils.rero.ch/api/documents/8145" } }, { @@ -70452,13 +70452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8144" + "$ref": "https://ils.rero.ch/api/documents/8144" } }, { @@ -70466,13 +70466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8143" + "$ref": "https://ils.rero.ch/api/documents/8143" } }, { @@ -70480,13 +70480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8143" + "$ref": "https://ils.rero.ch/api/documents/8143" } }, { @@ -70494,13 +70494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8143" + "$ref": "https://ils.rero.ch/api/documents/8143" } }, { @@ -70508,13 +70508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8143" + "$ref": "https://ils.rero.ch/api/documents/8143" } }, { @@ -70522,13 +70522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8142" + "$ref": "https://ils.rero.ch/api/documents/8142" } }, { @@ -70536,13 +70536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8142" + "$ref": "https://ils.rero.ch/api/documents/8142" } }, { @@ -70550,13 +70550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8142" + "$ref": "https://ils.rero.ch/api/documents/8142" } }, { @@ -70564,13 +70564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8142" + "$ref": "https://ils.rero.ch/api/documents/8142" } }, { @@ -70578,13 +70578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8141" + "$ref": "https://ils.rero.ch/api/documents/8141" } }, { @@ -70592,13 +70592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8141" + "$ref": "https://ils.rero.ch/api/documents/8141" } }, { @@ -70606,13 +70606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8140" + "$ref": "https://ils.rero.ch/api/documents/8140" } }, { @@ -70620,13 +70620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8139" + "$ref": "https://ils.rero.ch/api/documents/8139" } }, { @@ -70634,13 +70634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8138" + "$ref": "https://ils.rero.ch/api/documents/8138" } }, { @@ -70648,13 +70648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8138" + "$ref": "https://ils.rero.ch/api/documents/8138" } }, { @@ -70662,13 +70662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8138" + "$ref": "https://ils.rero.ch/api/documents/8138" } }, { @@ -70676,13 +70676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8138" + "$ref": "https://ils.rero.ch/api/documents/8138" } }, { @@ -70690,13 +70690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8138" + "$ref": "https://ils.rero.ch/api/documents/8138" } }, { @@ -70704,13 +70704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8137" + "$ref": "https://ils.rero.ch/api/documents/8137" } }, { @@ -70718,13 +70718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8137" + "$ref": "https://ils.rero.ch/api/documents/8137" } }, { @@ -70732,13 +70732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8137" + "$ref": "https://ils.rero.ch/api/documents/8137" } }, { @@ -70746,13 +70746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8136" + "$ref": "https://ils.rero.ch/api/documents/8136" } }, { @@ -70760,13 +70760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8136" + "$ref": "https://ils.rero.ch/api/documents/8136" } }, { @@ -70774,13 +70774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8135" + "$ref": "https://ils.rero.ch/api/documents/8135" } }, { @@ -70788,13 +70788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8134" + "$ref": "https://ils.rero.ch/api/documents/8134" } }, { @@ -70802,13 +70802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8134" + "$ref": "https://ils.rero.ch/api/documents/8134" } }, { @@ -70816,13 +70816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8134" + "$ref": "https://ils.rero.ch/api/documents/8134" } }, { @@ -70830,13 +70830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8133" + "$ref": "https://ils.rero.ch/api/documents/8133" } }, { @@ -70844,13 +70844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8133" + "$ref": "https://ils.rero.ch/api/documents/8133" } }, { @@ -70858,13 +70858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8133" + "$ref": "https://ils.rero.ch/api/documents/8133" } }, { @@ -70872,13 +70872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8132" + "$ref": "https://ils.rero.ch/api/documents/8132" } }, { @@ -70886,13 +70886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8132" + "$ref": "https://ils.rero.ch/api/documents/8132" } }, { @@ -70900,13 +70900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8132" + "$ref": "https://ils.rero.ch/api/documents/8132" } }, { @@ -70914,13 +70914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8132" + "$ref": "https://ils.rero.ch/api/documents/8132" } }, { @@ -70928,13 +70928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8132" + "$ref": "https://ils.rero.ch/api/documents/8132" } }, { @@ -70942,13 +70942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8131" + "$ref": "https://ils.rero.ch/api/documents/8131" } }, { @@ -70956,13 +70956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8131" + "$ref": "https://ils.rero.ch/api/documents/8131" } }, { @@ -70970,13 +70970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8130" + "$ref": "https://ils.rero.ch/api/documents/8130" } }, { @@ -70984,13 +70984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8129" + "$ref": "https://ils.rero.ch/api/documents/8129" } }, { @@ -70998,13 +70998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8129" + "$ref": "https://ils.rero.ch/api/documents/8129" } }, { @@ -71012,13 +71012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8129" + "$ref": "https://ils.rero.ch/api/documents/8129" } }, { @@ -71026,13 +71026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8129" + "$ref": "https://ils.rero.ch/api/documents/8129" } }, { @@ -71040,13 +71040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8128" + "$ref": "https://ils.rero.ch/api/documents/8128" } }, { @@ -71054,13 +71054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8128" + "$ref": "https://ils.rero.ch/api/documents/8128" } }, { @@ -71068,13 +71068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8128" + "$ref": "https://ils.rero.ch/api/documents/8128" } }, { @@ -71082,13 +71082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8127" + "$ref": "https://ils.rero.ch/api/documents/8127" } }, { @@ -71096,13 +71096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8126" + "$ref": "https://ils.rero.ch/api/documents/8126" } }, { @@ -71110,13 +71110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8126" + "$ref": "https://ils.rero.ch/api/documents/8126" } }, { @@ -71124,13 +71124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8126" + "$ref": "https://ils.rero.ch/api/documents/8126" } }, { @@ -71138,13 +71138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8126" + "$ref": "https://ils.rero.ch/api/documents/8126" } }, { @@ -71152,13 +71152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8125" + "$ref": "https://ils.rero.ch/api/documents/8125" } }, { @@ -71166,13 +71166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8124" + "$ref": "https://ils.rero.ch/api/documents/8124" } }, { @@ -71180,13 +71180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8124" + "$ref": "https://ils.rero.ch/api/documents/8124" } }, { @@ -71194,13 +71194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8123" + "$ref": "https://ils.rero.ch/api/documents/8123" } }, { @@ -71208,13 +71208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8123" + "$ref": "https://ils.rero.ch/api/documents/8123" } }, { @@ -71222,13 +71222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8123" + "$ref": "https://ils.rero.ch/api/documents/8123" } }, { @@ -71236,13 +71236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8122" + "$ref": "https://ils.rero.ch/api/documents/8122" } }, { @@ -71250,13 +71250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8122" + "$ref": "https://ils.rero.ch/api/documents/8122" } }, { @@ -71264,13 +71264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8122" + "$ref": "https://ils.rero.ch/api/documents/8122" } }, { @@ -71278,13 +71278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8122" + "$ref": "https://ils.rero.ch/api/documents/8122" } }, { @@ -71292,13 +71292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8122" + "$ref": "https://ils.rero.ch/api/documents/8122" } }, { @@ -71306,13 +71306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8121" + "$ref": "https://ils.rero.ch/api/documents/8121" } }, { @@ -71320,13 +71320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8121" + "$ref": "https://ils.rero.ch/api/documents/8121" } }, { @@ -71334,13 +71334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8120" + "$ref": "https://ils.rero.ch/api/documents/8120" } }, { @@ -71348,13 +71348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8120" + "$ref": "https://ils.rero.ch/api/documents/8120" } }, { @@ -71362,13 +71362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8120" + "$ref": "https://ils.rero.ch/api/documents/8120" } }, { @@ -71376,13 +71376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8120" + "$ref": "https://ils.rero.ch/api/documents/8120" } }, { @@ -71390,13 +71390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8119" + "$ref": "https://ils.rero.ch/api/documents/8119" } }, { @@ -71404,13 +71404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8119" + "$ref": "https://ils.rero.ch/api/documents/8119" } }, { @@ -71418,13 +71418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8119" + "$ref": "https://ils.rero.ch/api/documents/8119" } }, { @@ -71432,13 +71432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8119" + "$ref": "https://ils.rero.ch/api/documents/8119" } }, { @@ -71446,13 +71446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8119" + "$ref": "https://ils.rero.ch/api/documents/8119" } }, { @@ -71460,13 +71460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8118" + "$ref": "https://ils.rero.ch/api/documents/8118" } }, { @@ -71474,13 +71474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8118" + "$ref": "https://ils.rero.ch/api/documents/8118" } }, { @@ -71488,13 +71488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8118" + "$ref": "https://ils.rero.ch/api/documents/8118" } }, { @@ -71502,13 +71502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8117" + "$ref": "https://ils.rero.ch/api/documents/8117" } }, { @@ -71516,13 +71516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8117" + "$ref": "https://ils.rero.ch/api/documents/8117" } }, { @@ -71530,13 +71530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8116" + "$ref": "https://ils.rero.ch/api/documents/8116" } }, { @@ -71544,13 +71544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8116" + "$ref": "https://ils.rero.ch/api/documents/8116" } }, { @@ -71558,13 +71558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8116" + "$ref": "https://ils.rero.ch/api/documents/8116" } }, { @@ -71572,13 +71572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8115" + "$ref": "https://ils.rero.ch/api/documents/8115" } }, { @@ -71586,13 +71586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8114" + "$ref": "https://ils.rero.ch/api/documents/8114" } }, { @@ -71600,13 +71600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8114" + "$ref": "https://ils.rero.ch/api/documents/8114" } }, { @@ -71614,13 +71614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8114" + "$ref": "https://ils.rero.ch/api/documents/8114" } }, { @@ -71628,13 +71628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8113" + "$ref": "https://ils.rero.ch/api/documents/8113" } }, { @@ -71642,13 +71642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8112" + "$ref": "https://ils.rero.ch/api/documents/8112" } }, { @@ -71656,13 +71656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8112" + "$ref": "https://ils.rero.ch/api/documents/8112" } }, { @@ -71670,13 +71670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8112" + "$ref": "https://ils.rero.ch/api/documents/8112" } }, { @@ -71684,13 +71684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8112" + "$ref": "https://ils.rero.ch/api/documents/8112" } }, { @@ -71698,13 +71698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8112" + "$ref": "https://ils.rero.ch/api/documents/8112" } }, { @@ -71712,13 +71712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8111" + "$ref": "https://ils.rero.ch/api/documents/8111" } }, { @@ -71726,13 +71726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8111" + "$ref": "https://ils.rero.ch/api/documents/8111" } }, { @@ -71740,13 +71740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8111" + "$ref": "https://ils.rero.ch/api/documents/8111" } }, { @@ -71754,13 +71754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8111" + "$ref": "https://ils.rero.ch/api/documents/8111" } }, { @@ -71768,13 +71768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8110" + "$ref": "https://ils.rero.ch/api/documents/8110" } }, { @@ -71782,13 +71782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8110" + "$ref": "https://ils.rero.ch/api/documents/8110" } }, { @@ -71796,13 +71796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8109" + "$ref": "https://ils.rero.ch/api/documents/8109" } }, { @@ -71810,13 +71810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8109" + "$ref": "https://ils.rero.ch/api/documents/8109" } }, { @@ -71824,13 +71824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8108" + "$ref": "https://ils.rero.ch/api/documents/8108" } }, { @@ -71838,13 +71838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8108" + "$ref": "https://ils.rero.ch/api/documents/8108" } }, { @@ -71852,13 +71852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8108" + "$ref": "https://ils.rero.ch/api/documents/8108" } }, { @@ -71866,13 +71866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8108" + "$ref": "https://ils.rero.ch/api/documents/8108" } }, { @@ -71880,13 +71880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8107" + "$ref": "https://ils.rero.ch/api/documents/8107" } }, { @@ -71894,13 +71894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8106" + "$ref": "https://ils.rero.ch/api/documents/8106" } }, { @@ -71908,13 +71908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8106" + "$ref": "https://ils.rero.ch/api/documents/8106" } }, { @@ -71922,13 +71922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8106" + "$ref": "https://ils.rero.ch/api/documents/8106" } }, { @@ -71936,13 +71936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8106" + "$ref": "https://ils.rero.ch/api/documents/8106" } }, { @@ -71950,13 +71950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8106" + "$ref": "https://ils.rero.ch/api/documents/8106" } }, { @@ -71964,13 +71964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8105" + "$ref": "https://ils.rero.ch/api/documents/8105" } }, { @@ -71978,13 +71978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8105" + "$ref": "https://ils.rero.ch/api/documents/8105" } }, { @@ -71992,13 +71992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8105" + "$ref": "https://ils.rero.ch/api/documents/8105" } }, { @@ -72006,13 +72006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8104" + "$ref": "https://ils.rero.ch/api/documents/8104" } }, { @@ -72020,13 +72020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8104" + "$ref": "https://ils.rero.ch/api/documents/8104" } }, { @@ -72034,13 +72034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8103" + "$ref": "https://ils.rero.ch/api/documents/8103" } }, { @@ -72048,13 +72048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8103" + "$ref": "https://ils.rero.ch/api/documents/8103" } }, { @@ -72062,13 +72062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8102" + "$ref": "https://ils.rero.ch/api/documents/8102" } }, { @@ -72076,13 +72076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8101" + "$ref": "https://ils.rero.ch/api/documents/8101" } }, { @@ -72090,13 +72090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8101" + "$ref": "https://ils.rero.ch/api/documents/8101" } }, { @@ -72104,13 +72104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8101" + "$ref": "https://ils.rero.ch/api/documents/8101" } }, { @@ -72118,13 +72118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8101" + "$ref": "https://ils.rero.ch/api/documents/8101" } }, { @@ -72132,13 +72132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8100" + "$ref": "https://ils.rero.ch/api/documents/8100" } }, { @@ -72146,13 +72146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8100" + "$ref": "https://ils.rero.ch/api/documents/8100" } }, { @@ -72160,13 +72160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8099" + "$ref": "https://ils.rero.ch/api/documents/8099" } }, { @@ -72174,13 +72174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8098" + "$ref": "https://ils.rero.ch/api/documents/8098" } }, { @@ -72188,13 +72188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8097" + "$ref": "https://ils.rero.ch/api/documents/8097" } }, { @@ -72202,13 +72202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8097" + "$ref": "https://ils.rero.ch/api/documents/8097" } }, { @@ -72216,13 +72216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8097" + "$ref": "https://ils.rero.ch/api/documents/8097" } }, { @@ -72230,13 +72230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8096" + "$ref": "https://ils.rero.ch/api/documents/8096" } }, { @@ -72244,13 +72244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8096" + "$ref": "https://ils.rero.ch/api/documents/8096" } }, { @@ -72258,13 +72258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8096" + "$ref": "https://ils.rero.ch/api/documents/8096" } }, { @@ -72272,13 +72272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8095" + "$ref": "https://ils.rero.ch/api/documents/8095" } }, { @@ -72286,13 +72286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8094" + "$ref": "https://ils.rero.ch/api/documents/8094" } }, { @@ -72300,13 +72300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8094" + "$ref": "https://ils.rero.ch/api/documents/8094" } }, { @@ -72314,13 +72314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8094" + "$ref": "https://ils.rero.ch/api/documents/8094" } }, { @@ -72328,13 +72328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8093" + "$ref": "https://ils.rero.ch/api/documents/8093" } }, { @@ -72342,13 +72342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8093" + "$ref": "https://ils.rero.ch/api/documents/8093" } }, { @@ -72356,13 +72356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8093" + "$ref": "https://ils.rero.ch/api/documents/8093" } }, { @@ -72370,13 +72370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8093" + "$ref": "https://ils.rero.ch/api/documents/8093" } }, { @@ -72384,13 +72384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8093" + "$ref": "https://ils.rero.ch/api/documents/8093" } }, { @@ -72398,13 +72398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8092" + "$ref": "https://ils.rero.ch/api/documents/8092" } }, { @@ -72412,13 +72412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8091" + "$ref": "https://ils.rero.ch/api/documents/8091" } }, { @@ -72426,13 +72426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8091" + "$ref": "https://ils.rero.ch/api/documents/8091" } }, { @@ -72440,13 +72440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8091" + "$ref": "https://ils.rero.ch/api/documents/8091" } }, { @@ -72454,13 +72454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8090" + "$ref": "https://ils.rero.ch/api/documents/8090" } }, { @@ -72468,13 +72468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8089" + "$ref": "https://ils.rero.ch/api/documents/8089" } }, { @@ -72482,13 +72482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8089" + "$ref": "https://ils.rero.ch/api/documents/8089" } }, { @@ -72496,13 +72496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8088" + "$ref": "https://ils.rero.ch/api/documents/8088" } }, { @@ -72510,13 +72510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8088" + "$ref": "https://ils.rero.ch/api/documents/8088" } }, { @@ -72524,13 +72524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8087" + "$ref": "https://ils.rero.ch/api/documents/8087" } }, { @@ -72538,13 +72538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8087" + "$ref": "https://ils.rero.ch/api/documents/8087" } }, { @@ -72552,13 +72552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8086" + "$ref": "https://ils.rero.ch/api/documents/8086" } }, { @@ -72566,13 +72566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8086" + "$ref": "https://ils.rero.ch/api/documents/8086" } }, { @@ -72580,13 +72580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8086" + "$ref": "https://ils.rero.ch/api/documents/8086" } }, { @@ -72594,13 +72594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8085" + "$ref": "https://ils.rero.ch/api/documents/8085" } }, { @@ -72608,13 +72608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8084" + "$ref": "https://ils.rero.ch/api/documents/8084" } }, { @@ -72622,13 +72622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8084" + "$ref": "https://ils.rero.ch/api/documents/8084" } }, { @@ -72636,13 +72636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8084" + "$ref": "https://ils.rero.ch/api/documents/8084" } }, { @@ -72650,13 +72650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8084" + "$ref": "https://ils.rero.ch/api/documents/8084" } }, { @@ -72664,13 +72664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8084" + "$ref": "https://ils.rero.ch/api/documents/8084" } }, { @@ -72678,13 +72678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8083" + "$ref": "https://ils.rero.ch/api/documents/8083" } }, { @@ -72692,13 +72692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8082" + "$ref": "https://ils.rero.ch/api/documents/8082" } }, { @@ -72706,13 +72706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8082" + "$ref": "https://ils.rero.ch/api/documents/8082" } }, { @@ -72720,13 +72720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8082" + "$ref": "https://ils.rero.ch/api/documents/8082" } }, { @@ -72734,13 +72734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8082" + "$ref": "https://ils.rero.ch/api/documents/8082" } }, { @@ -72748,13 +72748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8082" + "$ref": "https://ils.rero.ch/api/documents/8082" } }, { @@ -72762,13 +72762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8081" + "$ref": "https://ils.rero.ch/api/documents/8081" } }, { @@ -72776,13 +72776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8081" + "$ref": "https://ils.rero.ch/api/documents/8081" } }, { @@ -72790,13 +72790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8081" + "$ref": "https://ils.rero.ch/api/documents/8081" } }, { @@ -72804,13 +72804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8081" + "$ref": "https://ils.rero.ch/api/documents/8081" } }, { @@ -72818,13 +72818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8080" + "$ref": "https://ils.rero.ch/api/documents/8080" } }, { @@ -72832,13 +72832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8080" + "$ref": "https://ils.rero.ch/api/documents/8080" } }, { @@ -72846,13 +72846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8080" + "$ref": "https://ils.rero.ch/api/documents/8080" } }, { @@ -72860,13 +72860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8079" + "$ref": "https://ils.rero.ch/api/documents/8079" } }, { @@ -72874,13 +72874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8079" + "$ref": "https://ils.rero.ch/api/documents/8079" } }, { @@ -72888,13 +72888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8079" + "$ref": "https://ils.rero.ch/api/documents/8079" } }, { @@ -72902,13 +72902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8079" + "$ref": "https://ils.rero.ch/api/documents/8079" } }, { @@ -72916,13 +72916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8078" + "$ref": "https://ils.rero.ch/api/documents/8078" } }, { @@ -72930,13 +72930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8078" + "$ref": "https://ils.rero.ch/api/documents/8078" } }, { @@ -72944,13 +72944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8078" + "$ref": "https://ils.rero.ch/api/documents/8078" } }, { @@ -72958,13 +72958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8078" + "$ref": "https://ils.rero.ch/api/documents/8078" } }, { @@ -72972,13 +72972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8077" + "$ref": "https://ils.rero.ch/api/documents/8077" } }, { @@ -72986,13 +72986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8076" + "$ref": "https://ils.rero.ch/api/documents/8076" } }, { @@ -73000,13 +73000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8076" + "$ref": "https://ils.rero.ch/api/documents/8076" } }, { @@ -73014,13 +73014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8076" + "$ref": "https://ils.rero.ch/api/documents/8076" } }, { @@ -73028,13 +73028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8075" + "$ref": "https://ils.rero.ch/api/documents/8075" } }, { @@ -73042,13 +73042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8075" + "$ref": "https://ils.rero.ch/api/documents/8075" } }, { @@ -73056,13 +73056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8075" + "$ref": "https://ils.rero.ch/api/documents/8075" } }, { @@ -73070,13 +73070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8075" + "$ref": "https://ils.rero.ch/api/documents/8075" } }, { @@ -73084,13 +73084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8075" + "$ref": "https://ils.rero.ch/api/documents/8075" } }, { @@ -73098,13 +73098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8074" + "$ref": "https://ils.rero.ch/api/documents/8074" } }, { @@ -73112,13 +73112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8074" + "$ref": "https://ils.rero.ch/api/documents/8074" } }, { @@ -73126,13 +73126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8073" + "$ref": "https://ils.rero.ch/api/documents/8073" } }, { @@ -73140,13 +73140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8073" + "$ref": "https://ils.rero.ch/api/documents/8073" } }, { @@ -73154,13 +73154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8073" + "$ref": "https://ils.rero.ch/api/documents/8073" } }, { @@ -73168,13 +73168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8072" + "$ref": "https://ils.rero.ch/api/documents/8072" } }, { @@ -73182,13 +73182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8072" + "$ref": "https://ils.rero.ch/api/documents/8072" } }, { @@ -73196,13 +73196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8072" + "$ref": "https://ils.rero.ch/api/documents/8072" } }, { @@ -73210,13 +73210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8072" + "$ref": "https://ils.rero.ch/api/documents/8072" } }, { @@ -73224,13 +73224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8072" + "$ref": "https://ils.rero.ch/api/documents/8072" } }, { @@ -73238,13 +73238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8071" + "$ref": "https://ils.rero.ch/api/documents/8071" } }, { @@ -73252,13 +73252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8071" + "$ref": "https://ils.rero.ch/api/documents/8071" } }, { @@ -73266,13 +73266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8071" + "$ref": "https://ils.rero.ch/api/documents/8071" } }, { @@ -73280,13 +73280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8070" + "$ref": "https://ils.rero.ch/api/documents/8070" } }, { @@ -73294,13 +73294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8070" + "$ref": "https://ils.rero.ch/api/documents/8070" } }, { @@ -73308,13 +73308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8069" + "$ref": "https://ils.rero.ch/api/documents/8069" } }, { @@ -73322,13 +73322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8068" + "$ref": "https://ils.rero.ch/api/documents/8068" } }, { @@ -73336,13 +73336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8068" + "$ref": "https://ils.rero.ch/api/documents/8068" } }, { @@ -73350,13 +73350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8068" + "$ref": "https://ils.rero.ch/api/documents/8068" } }, { @@ -73364,13 +73364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8068" + "$ref": "https://ils.rero.ch/api/documents/8068" } }, { @@ -73378,13 +73378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8067" + "$ref": "https://ils.rero.ch/api/documents/8067" } }, { @@ -73392,13 +73392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8067" + "$ref": "https://ils.rero.ch/api/documents/8067" } }, { @@ -73406,13 +73406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8067" + "$ref": "https://ils.rero.ch/api/documents/8067" } }, { @@ -73420,13 +73420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8067" + "$ref": "https://ils.rero.ch/api/documents/8067" } }, { @@ -73434,13 +73434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8066" + "$ref": "https://ils.rero.ch/api/documents/8066" } }, { @@ -73448,13 +73448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8066" + "$ref": "https://ils.rero.ch/api/documents/8066" } }, { @@ -73462,13 +73462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8065" + "$ref": "https://ils.rero.ch/api/documents/8065" } }, { @@ -73476,13 +73476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8065" + "$ref": "https://ils.rero.ch/api/documents/8065" } }, { @@ -73490,13 +73490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8065" + "$ref": "https://ils.rero.ch/api/documents/8065" } }, { @@ -73504,13 +73504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8064" + "$ref": "https://ils.rero.ch/api/documents/8064" } }, { @@ -73518,13 +73518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8064" + "$ref": "https://ils.rero.ch/api/documents/8064" } }, { @@ -73532,13 +73532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8064" + "$ref": "https://ils.rero.ch/api/documents/8064" } }, { @@ -73546,13 +73546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8064" + "$ref": "https://ils.rero.ch/api/documents/8064" } }, { @@ -73560,13 +73560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8063" + "$ref": "https://ils.rero.ch/api/documents/8063" } }, { @@ -73574,13 +73574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8063" + "$ref": "https://ils.rero.ch/api/documents/8063" } }, { @@ -73588,13 +73588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8063" + "$ref": "https://ils.rero.ch/api/documents/8063" } }, { @@ -73602,13 +73602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8063" + "$ref": "https://ils.rero.ch/api/documents/8063" } }, { @@ -73616,13 +73616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8062" + "$ref": "https://ils.rero.ch/api/documents/8062" } }, { @@ -73630,13 +73630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8062" + "$ref": "https://ils.rero.ch/api/documents/8062" } }, { @@ -73644,13 +73644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8062" + "$ref": "https://ils.rero.ch/api/documents/8062" } }, { @@ -73658,13 +73658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8062" + "$ref": "https://ils.rero.ch/api/documents/8062" } }, { @@ -73672,13 +73672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8062" + "$ref": "https://ils.rero.ch/api/documents/8062" } }, { @@ -73686,13 +73686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8061" + "$ref": "https://ils.rero.ch/api/documents/8061" } }, { @@ -73700,13 +73700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8061" + "$ref": "https://ils.rero.ch/api/documents/8061" } }, { @@ -73714,13 +73714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8061" + "$ref": "https://ils.rero.ch/api/documents/8061" } }, { @@ -73728,13 +73728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8060" + "$ref": "https://ils.rero.ch/api/documents/8060" } }, { @@ -73742,13 +73742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8060" + "$ref": "https://ils.rero.ch/api/documents/8060" } }, { @@ -73756,13 +73756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8059" + "$ref": "https://ils.rero.ch/api/documents/8059" } }, { @@ -73770,13 +73770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8059" + "$ref": "https://ils.rero.ch/api/documents/8059" } }, { @@ -73784,13 +73784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8059" + "$ref": "https://ils.rero.ch/api/documents/8059" } }, { @@ -73798,13 +73798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8059" + "$ref": "https://ils.rero.ch/api/documents/8059" } }, { @@ -73812,13 +73812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8058" + "$ref": "https://ils.rero.ch/api/documents/8058" } }, { @@ -73826,13 +73826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8058" + "$ref": "https://ils.rero.ch/api/documents/8058" } }, { @@ -73840,13 +73840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8058" + "$ref": "https://ils.rero.ch/api/documents/8058" } }, { @@ -73854,13 +73854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8058" + "$ref": "https://ils.rero.ch/api/documents/8058" } }, { @@ -73868,13 +73868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8057" + "$ref": "https://ils.rero.ch/api/documents/8057" } }, { @@ -73882,13 +73882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8057" + "$ref": "https://ils.rero.ch/api/documents/8057" } }, { @@ -73896,13 +73896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8057" + "$ref": "https://ils.rero.ch/api/documents/8057" } }, { @@ -73910,13 +73910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8056" + "$ref": "https://ils.rero.ch/api/documents/8056" } }, { @@ -73924,13 +73924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8056" + "$ref": "https://ils.rero.ch/api/documents/8056" } }, { @@ -73938,13 +73938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8055" + "$ref": "https://ils.rero.ch/api/documents/8055" } }, { @@ -73952,13 +73952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8054" + "$ref": "https://ils.rero.ch/api/documents/8054" } }, { @@ -73966,13 +73966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8054" + "$ref": "https://ils.rero.ch/api/documents/8054" } }, { @@ -73980,13 +73980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8053" + "$ref": "https://ils.rero.ch/api/documents/8053" } }, { @@ -73994,13 +73994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8053" + "$ref": "https://ils.rero.ch/api/documents/8053" } }, { @@ -74008,13 +74008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8053" + "$ref": "https://ils.rero.ch/api/documents/8053" } }, { @@ -74022,13 +74022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8053" + "$ref": "https://ils.rero.ch/api/documents/8053" } }, { @@ -74036,13 +74036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8052" + "$ref": "https://ils.rero.ch/api/documents/8052" } }, { @@ -74050,13 +74050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8052" + "$ref": "https://ils.rero.ch/api/documents/8052" } }, { @@ -74064,13 +74064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8052" + "$ref": "https://ils.rero.ch/api/documents/8052" } }, { @@ -74078,13 +74078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8051" + "$ref": "https://ils.rero.ch/api/documents/8051" } }, { @@ -74092,13 +74092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8051" + "$ref": "https://ils.rero.ch/api/documents/8051" } }, { @@ -74106,13 +74106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8050" + "$ref": "https://ils.rero.ch/api/documents/8050" } }, { @@ -74120,13 +74120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8050" + "$ref": "https://ils.rero.ch/api/documents/8050" } }, { @@ -74134,13 +74134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8049" + "$ref": "https://ils.rero.ch/api/documents/8049" } }, { @@ -74148,13 +74148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8049" + "$ref": "https://ils.rero.ch/api/documents/8049" } }, { @@ -74162,13 +74162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8048" + "$ref": "https://ils.rero.ch/api/documents/8048" } }, { @@ -74176,13 +74176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8048" + "$ref": "https://ils.rero.ch/api/documents/8048" } }, { @@ -74190,13 +74190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8048" + "$ref": "https://ils.rero.ch/api/documents/8048" } }, { @@ -74204,13 +74204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8047" + "$ref": "https://ils.rero.ch/api/documents/8047" } }, { @@ -74218,13 +74218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8046" + "$ref": "https://ils.rero.ch/api/documents/8046" } }, { @@ -74232,13 +74232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8046" + "$ref": "https://ils.rero.ch/api/documents/8046" } }, { @@ -74246,13 +74246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8046" + "$ref": "https://ils.rero.ch/api/documents/8046" } }, { @@ -74260,13 +74260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8046" + "$ref": "https://ils.rero.ch/api/documents/8046" } }, { @@ -74274,13 +74274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8046" + "$ref": "https://ils.rero.ch/api/documents/8046" } }, { @@ -74288,13 +74288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8045" + "$ref": "https://ils.rero.ch/api/documents/8045" } }, { @@ -74302,13 +74302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8045" + "$ref": "https://ils.rero.ch/api/documents/8045" } }, { @@ -74316,13 +74316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8044" + "$ref": "https://ils.rero.ch/api/documents/8044" } }, { @@ -74330,13 +74330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8044" + "$ref": "https://ils.rero.ch/api/documents/8044" } }, { @@ -74344,13 +74344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8044" + "$ref": "https://ils.rero.ch/api/documents/8044" } }, { @@ -74358,13 +74358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8044" + "$ref": "https://ils.rero.ch/api/documents/8044" } }, { @@ -74372,13 +74372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8044" + "$ref": "https://ils.rero.ch/api/documents/8044" } }, { @@ -74386,13 +74386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8043" + "$ref": "https://ils.rero.ch/api/documents/8043" } }, { @@ -74400,13 +74400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8043" + "$ref": "https://ils.rero.ch/api/documents/8043" } }, { @@ -74414,13 +74414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8043" + "$ref": "https://ils.rero.ch/api/documents/8043" } }, { @@ -74428,13 +74428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8042" + "$ref": "https://ils.rero.ch/api/documents/8042" } }, { @@ -74442,13 +74442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8042" + "$ref": "https://ils.rero.ch/api/documents/8042" } }, { @@ -74456,13 +74456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8042" + "$ref": "https://ils.rero.ch/api/documents/8042" } }, { @@ -74470,13 +74470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8041" + "$ref": "https://ils.rero.ch/api/documents/8041" } }, { @@ -74484,13 +74484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8041" + "$ref": "https://ils.rero.ch/api/documents/8041" } }, { @@ -74498,13 +74498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8040" + "$ref": "https://ils.rero.ch/api/documents/8040" } }, { @@ -74512,13 +74512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8040" + "$ref": "https://ils.rero.ch/api/documents/8040" } }, { @@ -74526,13 +74526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8039" + "$ref": "https://ils.rero.ch/api/documents/8039" } }, { @@ -74540,13 +74540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8039" + "$ref": "https://ils.rero.ch/api/documents/8039" } }, { @@ -74554,13 +74554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8039" + "$ref": "https://ils.rero.ch/api/documents/8039" } }, { @@ -74568,13 +74568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8039" + "$ref": "https://ils.rero.ch/api/documents/8039" } }, { @@ -74582,13 +74582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8038" + "$ref": "https://ils.rero.ch/api/documents/8038" } }, { @@ -74596,13 +74596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8038" + "$ref": "https://ils.rero.ch/api/documents/8038" } }, { @@ -74610,13 +74610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8038" + "$ref": "https://ils.rero.ch/api/documents/8038" } }, { @@ -74624,13 +74624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8038" + "$ref": "https://ils.rero.ch/api/documents/8038" } }, { @@ -74638,13 +74638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8038" + "$ref": "https://ils.rero.ch/api/documents/8038" } }, { @@ -74652,13 +74652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8037" + "$ref": "https://ils.rero.ch/api/documents/8037" } }, { @@ -74666,13 +74666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8037" + "$ref": "https://ils.rero.ch/api/documents/8037" } }, { @@ -74680,13 +74680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8037" + "$ref": "https://ils.rero.ch/api/documents/8037" } }, { @@ -74694,13 +74694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8037" + "$ref": "https://ils.rero.ch/api/documents/8037" } }, { @@ -74708,13 +74708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8036" + "$ref": "https://ils.rero.ch/api/documents/8036" } }, { @@ -74722,13 +74722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8036" + "$ref": "https://ils.rero.ch/api/documents/8036" } }, { @@ -74736,13 +74736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8036" + "$ref": "https://ils.rero.ch/api/documents/8036" } }, { @@ -74750,13 +74750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8036" + "$ref": "https://ils.rero.ch/api/documents/8036" } }, { @@ -74764,13 +74764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8036" + "$ref": "https://ils.rero.ch/api/documents/8036" } }, { @@ -74778,13 +74778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8035" + "$ref": "https://ils.rero.ch/api/documents/8035" } }, { @@ -74792,13 +74792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8035" + "$ref": "https://ils.rero.ch/api/documents/8035" } }, { @@ -74806,13 +74806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8035" + "$ref": "https://ils.rero.ch/api/documents/8035" } }, { @@ -74820,13 +74820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8035" + "$ref": "https://ils.rero.ch/api/documents/8035" } }, { @@ -74834,13 +74834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8035" + "$ref": "https://ils.rero.ch/api/documents/8035" } }, { @@ -74848,13 +74848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8034" + "$ref": "https://ils.rero.ch/api/documents/8034" } }, { @@ -74862,13 +74862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8034" + "$ref": "https://ils.rero.ch/api/documents/8034" } }, { @@ -74876,13 +74876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8034" + "$ref": "https://ils.rero.ch/api/documents/8034" } }, { @@ -74890,13 +74890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8034" + "$ref": "https://ils.rero.ch/api/documents/8034" } }, { @@ -74904,13 +74904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8033" + "$ref": "https://ils.rero.ch/api/documents/8033" } }, { @@ -74918,13 +74918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8032" + "$ref": "https://ils.rero.ch/api/documents/8032" } }, { @@ -74932,13 +74932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8031" + "$ref": "https://ils.rero.ch/api/documents/8031" } }, { @@ -74946,13 +74946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8031" + "$ref": "https://ils.rero.ch/api/documents/8031" } }, { @@ -74960,13 +74960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8031" + "$ref": "https://ils.rero.ch/api/documents/8031" } }, { @@ -74974,13 +74974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8031" + "$ref": "https://ils.rero.ch/api/documents/8031" } }, { @@ -74988,13 +74988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8031" + "$ref": "https://ils.rero.ch/api/documents/8031" } }, { @@ -75002,13 +75002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8030" + "$ref": "https://ils.rero.ch/api/documents/8030" } }, { @@ -75016,13 +75016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8029" + "$ref": "https://ils.rero.ch/api/documents/8029" } }, { @@ -75030,13 +75030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8029" + "$ref": "https://ils.rero.ch/api/documents/8029" } }, { @@ -75044,13 +75044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8029" + "$ref": "https://ils.rero.ch/api/documents/8029" } }, { @@ -75058,13 +75058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8029" + "$ref": "https://ils.rero.ch/api/documents/8029" } }, { @@ -75072,13 +75072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8028" + "$ref": "https://ils.rero.ch/api/documents/8028" } }, { @@ -75086,13 +75086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8028" + "$ref": "https://ils.rero.ch/api/documents/8028" } }, { @@ -75100,13 +75100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8027" + "$ref": "https://ils.rero.ch/api/documents/8027" } }, { @@ -75114,13 +75114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8027" + "$ref": "https://ils.rero.ch/api/documents/8027" } }, { @@ -75128,13 +75128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8026" + "$ref": "https://ils.rero.ch/api/documents/8026" } }, { @@ -75142,13 +75142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8026" + "$ref": "https://ils.rero.ch/api/documents/8026" } }, { @@ -75156,13 +75156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8025" + "$ref": "https://ils.rero.ch/api/documents/8025" } }, { @@ -75170,13 +75170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8025" + "$ref": "https://ils.rero.ch/api/documents/8025" } }, { @@ -75184,13 +75184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8024" + "$ref": "https://ils.rero.ch/api/documents/8024" } }, { @@ -75198,13 +75198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8023" + "$ref": "https://ils.rero.ch/api/documents/8023" } }, { @@ -75212,13 +75212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8023" + "$ref": "https://ils.rero.ch/api/documents/8023" } }, { @@ -75226,13 +75226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8022" + "$ref": "https://ils.rero.ch/api/documents/8022" } }, { @@ -75240,13 +75240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8022" + "$ref": "https://ils.rero.ch/api/documents/8022" } }, { @@ -75254,13 +75254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8022" + "$ref": "https://ils.rero.ch/api/documents/8022" } }, { @@ -75268,13 +75268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8021" + "$ref": "https://ils.rero.ch/api/documents/8021" } }, { @@ -75282,13 +75282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8021" + "$ref": "https://ils.rero.ch/api/documents/8021" } }, { @@ -75296,13 +75296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8020" + "$ref": "https://ils.rero.ch/api/documents/8020" } }, { @@ -75310,13 +75310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8019" + "$ref": "https://ils.rero.ch/api/documents/8019" } }, { @@ -75324,13 +75324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8019" + "$ref": "https://ils.rero.ch/api/documents/8019" } }, { @@ -75338,13 +75338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8018" + "$ref": "https://ils.rero.ch/api/documents/8018" } }, { @@ -75352,13 +75352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8018" + "$ref": "https://ils.rero.ch/api/documents/8018" } }, { @@ -75366,13 +75366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8018" + "$ref": "https://ils.rero.ch/api/documents/8018" } }, { @@ -75380,13 +75380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8018" + "$ref": "https://ils.rero.ch/api/documents/8018" } }, { @@ -75394,13 +75394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8018" + "$ref": "https://ils.rero.ch/api/documents/8018" } }, { @@ -75408,13 +75408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8017" + "$ref": "https://ils.rero.ch/api/documents/8017" } }, { @@ -75422,13 +75422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8017" + "$ref": "https://ils.rero.ch/api/documents/8017" } }, { @@ -75436,13 +75436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8017" + "$ref": "https://ils.rero.ch/api/documents/8017" } }, { @@ -75450,13 +75450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8017" + "$ref": "https://ils.rero.ch/api/documents/8017" } }, { @@ -75464,13 +75464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8016" + "$ref": "https://ils.rero.ch/api/documents/8016" } }, { @@ -75478,13 +75478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8016" + "$ref": "https://ils.rero.ch/api/documents/8016" } }, { @@ -75492,13 +75492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8016" + "$ref": "https://ils.rero.ch/api/documents/8016" } }, { @@ -75506,13 +75506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8016" + "$ref": "https://ils.rero.ch/api/documents/8016" } }, { @@ -75520,13 +75520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8016" + "$ref": "https://ils.rero.ch/api/documents/8016" } }, { @@ -75534,13 +75534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8015" + "$ref": "https://ils.rero.ch/api/documents/8015" } }, { @@ -75548,13 +75548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8015" + "$ref": "https://ils.rero.ch/api/documents/8015" } }, { @@ -75562,13 +75562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8015" + "$ref": "https://ils.rero.ch/api/documents/8015" } }, { @@ -75576,13 +75576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8015" + "$ref": "https://ils.rero.ch/api/documents/8015" } }, { @@ -75590,13 +75590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8014" + "$ref": "https://ils.rero.ch/api/documents/8014" } }, { @@ -75604,13 +75604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8014" + "$ref": "https://ils.rero.ch/api/documents/8014" } }, { @@ -75618,13 +75618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8014" + "$ref": "https://ils.rero.ch/api/documents/8014" } }, { @@ -75632,13 +75632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8014" + "$ref": "https://ils.rero.ch/api/documents/8014" } }, { @@ -75646,13 +75646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8013" + "$ref": "https://ils.rero.ch/api/documents/8013" } }, { @@ -75660,13 +75660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8012" + "$ref": "https://ils.rero.ch/api/documents/8012" } }, { @@ -75674,13 +75674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8012" + "$ref": "https://ils.rero.ch/api/documents/8012" } }, { @@ -75688,13 +75688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8012" + "$ref": "https://ils.rero.ch/api/documents/8012" } }, { @@ -75702,13 +75702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8012" + "$ref": "https://ils.rero.ch/api/documents/8012" } }, { @@ -75716,13 +75716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8012" + "$ref": "https://ils.rero.ch/api/documents/8012" } }, { @@ -75730,13 +75730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8011" + "$ref": "https://ils.rero.ch/api/documents/8011" } }, { @@ -75744,13 +75744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8011" + "$ref": "https://ils.rero.ch/api/documents/8011" } }, { @@ -75758,13 +75758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8011" + "$ref": "https://ils.rero.ch/api/documents/8011" } }, { @@ -75772,13 +75772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8010" + "$ref": "https://ils.rero.ch/api/documents/8010" } }, { @@ -75786,13 +75786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8010" + "$ref": "https://ils.rero.ch/api/documents/8010" } }, { @@ -75800,13 +75800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8010" + "$ref": "https://ils.rero.ch/api/documents/8010" } }, { @@ -75814,13 +75814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8010" + "$ref": "https://ils.rero.ch/api/documents/8010" } }, { @@ -75828,13 +75828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8010" + "$ref": "https://ils.rero.ch/api/documents/8010" } }, { @@ -75842,13 +75842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8009" + "$ref": "https://ils.rero.ch/api/documents/8009" } }, { @@ -75856,13 +75856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8009" + "$ref": "https://ils.rero.ch/api/documents/8009" } }, { @@ -75870,13 +75870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8008" + "$ref": "https://ils.rero.ch/api/documents/8008" } }, { @@ -75884,13 +75884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8008" + "$ref": "https://ils.rero.ch/api/documents/8008" } }, { @@ -75898,13 +75898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8008" + "$ref": "https://ils.rero.ch/api/documents/8008" } }, { @@ -75912,13 +75912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8007" + "$ref": "https://ils.rero.ch/api/documents/8007" } }, { @@ -75926,13 +75926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8007" + "$ref": "https://ils.rero.ch/api/documents/8007" } }, { @@ -75940,13 +75940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8007" + "$ref": "https://ils.rero.ch/api/documents/8007" } }, { @@ -75954,13 +75954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8007" + "$ref": "https://ils.rero.ch/api/documents/8007" } }, { @@ -75968,13 +75968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8007" + "$ref": "https://ils.rero.ch/api/documents/8007" } }, { @@ -75982,13 +75982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8006" + "$ref": "https://ils.rero.ch/api/documents/8006" } }, { @@ -75996,13 +75996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8006" + "$ref": "https://ils.rero.ch/api/documents/8006" } }, { @@ -76010,13 +76010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8006" + "$ref": "https://ils.rero.ch/api/documents/8006" } }, { @@ -76024,13 +76024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8006" + "$ref": "https://ils.rero.ch/api/documents/8006" } }, { @@ -76038,13 +76038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8006" + "$ref": "https://ils.rero.ch/api/documents/8006" } }, { @@ -76052,13 +76052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8005" + "$ref": "https://ils.rero.ch/api/documents/8005" } }, { @@ -76066,13 +76066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8005" + "$ref": "https://ils.rero.ch/api/documents/8005" } }, { @@ -76080,13 +76080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8005" + "$ref": "https://ils.rero.ch/api/documents/8005" } }, { @@ -76094,13 +76094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8005" + "$ref": "https://ils.rero.ch/api/documents/8005" } }, { @@ -76108,13 +76108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8005" + "$ref": "https://ils.rero.ch/api/documents/8005" } }, { @@ -76122,13 +76122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8004" + "$ref": "https://ils.rero.ch/api/documents/8004" } }, { @@ -76136,13 +76136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8004" + "$ref": "https://ils.rero.ch/api/documents/8004" } }, { @@ -76150,13 +76150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8003" + "$ref": "https://ils.rero.ch/api/documents/8003" } }, { @@ -76164,13 +76164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8002" + "$ref": "https://ils.rero.ch/api/documents/8002" } }, { @@ -76178,13 +76178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8002" + "$ref": "https://ils.rero.ch/api/documents/8002" } }, { @@ -76192,13 +76192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8002" + "$ref": "https://ils.rero.ch/api/documents/8002" } }, { @@ -76206,13 +76206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8002" + "$ref": "https://ils.rero.ch/api/documents/8002" } }, { @@ -76220,13 +76220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8001" + "$ref": "https://ils.rero.ch/api/documents/8001" } }, { @@ -76234,13 +76234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8001" + "$ref": "https://ils.rero.ch/api/documents/8001" } }, { @@ -76248,13 +76248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8001" + "$ref": "https://ils.rero.ch/api/documents/8001" } }, { @@ -76262,13 +76262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8001" + "$ref": "https://ils.rero.ch/api/documents/8001" } }, { @@ -76276,13 +76276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8001" + "$ref": "https://ils.rero.ch/api/documents/8001" } }, { @@ -76290,13 +76290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8000" + "$ref": "https://ils.rero.ch/api/documents/8000" } }, { @@ -76304,13 +76304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8000" + "$ref": "https://ils.rero.ch/api/documents/8000" } }, { @@ -76318,13 +76318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8000" + "$ref": "https://ils.rero.ch/api/documents/8000" } }, { @@ -76332,13 +76332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7999" + "$ref": "https://ils.rero.ch/api/documents/7999" } }, { @@ -76346,13 +76346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7999" + "$ref": "https://ils.rero.ch/api/documents/7999" } }, { @@ -76360,13 +76360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7999" + "$ref": "https://ils.rero.ch/api/documents/7999" } }, { @@ -76374,13 +76374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7999" + "$ref": "https://ils.rero.ch/api/documents/7999" } }, { @@ -76388,13 +76388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7999" + "$ref": "https://ils.rero.ch/api/documents/7999" } }, { @@ -76402,13 +76402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7998" + "$ref": "https://ils.rero.ch/api/documents/7998" } }, { @@ -76416,13 +76416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7998" + "$ref": "https://ils.rero.ch/api/documents/7998" } }, { @@ -76430,13 +76430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7998" + "$ref": "https://ils.rero.ch/api/documents/7998" } }, { @@ -76444,13 +76444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7997" + "$ref": "https://ils.rero.ch/api/documents/7997" } }, { @@ -76458,13 +76458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7996" + "$ref": "https://ils.rero.ch/api/documents/7996" } }, { @@ -76472,13 +76472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7995" + "$ref": "https://ils.rero.ch/api/documents/7995" } }, { @@ -76486,13 +76486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7995" + "$ref": "https://ils.rero.ch/api/documents/7995" } }, { @@ -76500,13 +76500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7995" + "$ref": "https://ils.rero.ch/api/documents/7995" } }, { @@ -76514,13 +76514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7995" + "$ref": "https://ils.rero.ch/api/documents/7995" } }, { @@ -76528,13 +76528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7995" + "$ref": "https://ils.rero.ch/api/documents/7995" } }, { @@ -76542,13 +76542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7994" + "$ref": "https://ils.rero.ch/api/documents/7994" } }, { @@ -76556,13 +76556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7994" + "$ref": "https://ils.rero.ch/api/documents/7994" } }, { @@ -76570,13 +76570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7994" + "$ref": "https://ils.rero.ch/api/documents/7994" } }, { @@ -76584,13 +76584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7994" + "$ref": "https://ils.rero.ch/api/documents/7994" } }, { @@ -76598,13 +76598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7994" + "$ref": "https://ils.rero.ch/api/documents/7994" } }, { @@ -76612,13 +76612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7993" + "$ref": "https://ils.rero.ch/api/documents/7993" } }, { @@ -76626,13 +76626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7993" + "$ref": "https://ils.rero.ch/api/documents/7993" } }, { @@ -76640,13 +76640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7993" + "$ref": "https://ils.rero.ch/api/documents/7993" } }, { @@ -76654,13 +76654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7993" + "$ref": "https://ils.rero.ch/api/documents/7993" } }, { @@ -76668,13 +76668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7992" + "$ref": "https://ils.rero.ch/api/documents/7992" } }, { @@ -76682,13 +76682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7992" + "$ref": "https://ils.rero.ch/api/documents/7992" } }, { @@ -76696,13 +76696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7992" + "$ref": "https://ils.rero.ch/api/documents/7992" } }, { @@ -76710,13 +76710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7992" + "$ref": "https://ils.rero.ch/api/documents/7992" } }, { @@ -76724,13 +76724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7991" + "$ref": "https://ils.rero.ch/api/documents/7991" } }, { @@ -76738,13 +76738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7990" + "$ref": "https://ils.rero.ch/api/documents/7990" } }, { @@ -76752,13 +76752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7990" + "$ref": "https://ils.rero.ch/api/documents/7990" } }, { @@ -76766,13 +76766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7990" + "$ref": "https://ils.rero.ch/api/documents/7990" } }, { @@ -76780,13 +76780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7989" + "$ref": "https://ils.rero.ch/api/documents/7989" } }, { @@ -76794,13 +76794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7989" + "$ref": "https://ils.rero.ch/api/documents/7989" } }, { @@ -76808,13 +76808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7989" + "$ref": "https://ils.rero.ch/api/documents/7989" } }, { @@ -76822,13 +76822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7989" + "$ref": "https://ils.rero.ch/api/documents/7989" } }, { @@ -76836,13 +76836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7989" + "$ref": "https://ils.rero.ch/api/documents/7989" } }, { @@ -76850,13 +76850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7988" + "$ref": "https://ils.rero.ch/api/documents/7988" } }, { @@ -76864,13 +76864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7987" + "$ref": "https://ils.rero.ch/api/documents/7987" } }, { @@ -76878,13 +76878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7987" + "$ref": "https://ils.rero.ch/api/documents/7987" } }, { @@ -76892,13 +76892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7986" + "$ref": "https://ils.rero.ch/api/documents/7986" } }, { @@ -76906,13 +76906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7986" + "$ref": "https://ils.rero.ch/api/documents/7986" } }, { @@ -76920,13 +76920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7986" + "$ref": "https://ils.rero.ch/api/documents/7986" } }, { @@ -76934,13 +76934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7985" + "$ref": "https://ils.rero.ch/api/documents/7985" } }, { @@ -76948,13 +76948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7984" + "$ref": "https://ils.rero.ch/api/documents/7984" } }, { @@ -76962,13 +76962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7984" + "$ref": "https://ils.rero.ch/api/documents/7984" } }, { @@ -76976,13 +76976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7984" + "$ref": "https://ils.rero.ch/api/documents/7984" } }, { @@ -76990,13 +76990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7983" + "$ref": "https://ils.rero.ch/api/documents/7983" } }, { @@ -77004,13 +77004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7983" + "$ref": "https://ils.rero.ch/api/documents/7983" } }, { @@ -77018,13 +77018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7982" + "$ref": "https://ils.rero.ch/api/documents/7982" } }, { @@ -77032,13 +77032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7982" + "$ref": "https://ils.rero.ch/api/documents/7982" } }, { @@ -77046,13 +77046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7982" + "$ref": "https://ils.rero.ch/api/documents/7982" } }, { @@ -77060,13 +77060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7981" + "$ref": "https://ils.rero.ch/api/documents/7981" } }, { @@ -77074,13 +77074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7981" + "$ref": "https://ils.rero.ch/api/documents/7981" } }, { @@ -77088,13 +77088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7980" + "$ref": "https://ils.rero.ch/api/documents/7980" } }, { @@ -77102,13 +77102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7980" + "$ref": "https://ils.rero.ch/api/documents/7980" } }, { @@ -77116,13 +77116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7980" + "$ref": "https://ils.rero.ch/api/documents/7980" } }, { @@ -77130,13 +77130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7980" + "$ref": "https://ils.rero.ch/api/documents/7980" } }, { @@ -77144,13 +77144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7980" + "$ref": "https://ils.rero.ch/api/documents/7980" } }, { @@ -77158,13 +77158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7979" + "$ref": "https://ils.rero.ch/api/documents/7979" } }, { @@ -77172,13 +77172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7979" + "$ref": "https://ils.rero.ch/api/documents/7979" } }, { @@ -77186,13 +77186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7979" + "$ref": "https://ils.rero.ch/api/documents/7979" } }, { @@ -77200,13 +77200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7979" + "$ref": "https://ils.rero.ch/api/documents/7979" } }, { @@ -77214,13 +77214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7979" + "$ref": "https://ils.rero.ch/api/documents/7979" } }, { @@ -77228,13 +77228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7978" + "$ref": "https://ils.rero.ch/api/documents/7978" } }, { @@ -77242,13 +77242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7977" + "$ref": "https://ils.rero.ch/api/documents/7977" } }, { @@ -77256,13 +77256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7977" + "$ref": "https://ils.rero.ch/api/documents/7977" } }, { @@ -77270,13 +77270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7976" + "$ref": "https://ils.rero.ch/api/documents/7976" } }, { @@ -77284,13 +77284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7976" + "$ref": "https://ils.rero.ch/api/documents/7976" } }, { @@ -77298,13 +77298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7976" + "$ref": "https://ils.rero.ch/api/documents/7976" } }, { @@ -77312,13 +77312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7976" + "$ref": "https://ils.rero.ch/api/documents/7976" } }, { @@ -77326,13 +77326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7976" + "$ref": "https://ils.rero.ch/api/documents/7976" } }, { @@ -77340,13 +77340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7975" + "$ref": "https://ils.rero.ch/api/documents/7975" } }, { @@ -77354,13 +77354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7975" + "$ref": "https://ils.rero.ch/api/documents/7975" } }, { @@ -77368,13 +77368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7975" + "$ref": "https://ils.rero.ch/api/documents/7975" } }, { @@ -77382,13 +77382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7975" + "$ref": "https://ils.rero.ch/api/documents/7975" } }, { @@ -77396,13 +77396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7975" + "$ref": "https://ils.rero.ch/api/documents/7975" } }, { @@ -77410,13 +77410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7974" + "$ref": "https://ils.rero.ch/api/documents/7974" } }, { @@ -77424,13 +77424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7973" + "$ref": "https://ils.rero.ch/api/documents/7973" } }, { @@ -77438,13 +77438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7973" + "$ref": "https://ils.rero.ch/api/documents/7973" } }, { @@ -77452,13 +77452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7972" + "$ref": "https://ils.rero.ch/api/documents/7972" } }, { @@ -77466,13 +77466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7972" + "$ref": "https://ils.rero.ch/api/documents/7972" } }, { @@ -77480,13 +77480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7971" + "$ref": "https://ils.rero.ch/api/documents/7971" } }, { @@ -77494,13 +77494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7971" + "$ref": "https://ils.rero.ch/api/documents/7971" } }, { @@ -77508,13 +77508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7970" + "$ref": "https://ils.rero.ch/api/documents/7970" } }, { @@ -77522,13 +77522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7970" + "$ref": "https://ils.rero.ch/api/documents/7970" } }, { @@ -77536,13 +77536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7970" + "$ref": "https://ils.rero.ch/api/documents/7970" } }, { @@ -77550,13 +77550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7969" + "$ref": "https://ils.rero.ch/api/documents/7969" } }, { @@ -77564,13 +77564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7969" + "$ref": "https://ils.rero.ch/api/documents/7969" } }, { @@ -77578,13 +77578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7968" + "$ref": "https://ils.rero.ch/api/documents/7968" } }, { @@ -77592,13 +77592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7968" + "$ref": "https://ils.rero.ch/api/documents/7968" } }, { @@ -77606,13 +77606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7968" + "$ref": "https://ils.rero.ch/api/documents/7968" } }, { @@ -77620,13 +77620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7968" + "$ref": "https://ils.rero.ch/api/documents/7968" } }, { @@ -77634,13 +77634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7968" + "$ref": "https://ils.rero.ch/api/documents/7968" } }, { @@ -77648,13 +77648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7967" + "$ref": "https://ils.rero.ch/api/documents/7967" } }, { @@ -77662,13 +77662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7967" + "$ref": "https://ils.rero.ch/api/documents/7967" } }, { @@ -77676,13 +77676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7966" + "$ref": "https://ils.rero.ch/api/documents/7966" } }, { @@ -77690,13 +77690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7965" + "$ref": "https://ils.rero.ch/api/documents/7965" } }, { @@ -77704,13 +77704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7964" + "$ref": "https://ils.rero.ch/api/documents/7964" } }, { @@ -77718,13 +77718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7964" + "$ref": "https://ils.rero.ch/api/documents/7964" } }, { @@ -77732,13 +77732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7963" + "$ref": "https://ils.rero.ch/api/documents/7963" } }, { @@ -77746,13 +77746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7963" + "$ref": "https://ils.rero.ch/api/documents/7963" } }, { @@ -77760,13 +77760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7963" + "$ref": "https://ils.rero.ch/api/documents/7963" } }, { @@ -77774,13 +77774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7963" + "$ref": "https://ils.rero.ch/api/documents/7963" } }, { @@ -77788,13 +77788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7963" + "$ref": "https://ils.rero.ch/api/documents/7963" } }, { @@ -77802,13 +77802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7962" + "$ref": "https://ils.rero.ch/api/documents/7962" } }, { @@ -77816,13 +77816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7961" + "$ref": "https://ils.rero.ch/api/documents/7961" } }, { @@ -77830,13 +77830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7961" + "$ref": "https://ils.rero.ch/api/documents/7961" } }, { @@ -77844,13 +77844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7961" + "$ref": "https://ils.rero.ch/api/documents/7961" } }, { @@ -77858,13 +77858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7961" + "$ref": "https://ils.rero.ch/api/documents/7961" } }, { @@ -77872,13 +77872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7960" + "$ref": "https://ils.rero.ch/api/documents/7960" } }, { @@ -77886,13 +77886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7959" + "$ref": "https://ils.rero.ch/api/documents/7959" } }, { @@ -77900,13 +77900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7959" + "$ref": "https://ils.rero.ch/api/documents/7959" } }, { @@ -77914,13 +77914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7959" + "$ref": "https://ils.rero.ch/api/documents/7959" } }, { @@ -77928,13 +77928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7959" + "$ref": "https://ils.rero.ch/api/documents/7959" } }, { @@ -77942,13 +77942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7958" + "$ref": "https://ils.rero.ch/api/documents/7958" } }, { @@ -77956,13 +77956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7958" + "$ref": "https://ils.rero.ch/api/documents/7958" } }, { @@ -77970,13 +77970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7958" + "$ref": "https://ils.rero.ch/api/documents/7958" } }, { @@ -77984,13 +77984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7957" + "$ref": "https://ils.rero.ch/api/documents/7957" } }, { @@ -77998,13 +77998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7956" + "$ref": "https://ils.rero.ch/api/documents/7956" } }, { @@ -78012,13 +78012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7955" + "$ref": "https://ils.rero.ch/api/documents/7955" } }, { @@ -78026,13 +78026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7955" + "$ref": "https://ils.rero.ch/api/documents/7955" } }, { @@ -78040,13 +78040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7954" + "$ref": "https://ils.rero.ch/api/documents/7954" } }, { @@ -78054,13 +78054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7954" + "$ref": "https://ils.rero.ch/api/documents/7954" } }, { @@ -78068,13 +78068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7954" + "$ref": "https://ils.rero.ch/api/documents/7954" } }, { @@ -78082,13 +78082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7954" + "$ref": "https://ils.rero.ch/api/documents/7954" } }, { @@ -78096,13 +78096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7954" + "$ref": "https://ils.rero.ch/api/documents/7954" } }, { @@ -78110,13 +78110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7953" + "$ref": "https://ils.rero.ch/api/documents/7953" } }, { @@ -78124,13 +78124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7953" + "$ref": "https://ils.rero.ch/api/documents/7953" } }, { @@ -78138,13 +78138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7953" + "$ref": "https://ils.rero.ch/api/documents/7953" } }, { @@ -78152,13 +78152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7953" + "$ref": "https://ils.rero.ch/api/documents/7953" } }, { @@ -78166,13 +78166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7953" + "$ref": "https://ils.rero.ch/api/documents/7953" } }, { @@ -78180,13 +78180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7952" + "$ref": "https://ils.rero.ch/api/documents/7952" } }, { @@ -78194,13 +78194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7952" + "$ref": "https://ils.rero.ch/api/documents/7952" } }, { @@ -78208,13 +78208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7952" + "$ref": "https://ils.rero.ch/api/documents/7952" } }, { @@ -78222,13 +78222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7951" + "$ref": "https://ils.rero.ch/api/documents/7951" } }, { @@ -78236,13 +78236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7951" + "$ref": "https://ils.rero.ch/api/documents/7951" } }, { @@ -78250,13 +78250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7951" + "$ref": "https://ils.rero.ch/api/documents/7951" } }, { @@ -78264,13 +78264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7951" + "$ref": "https://ils.rero.ch/api/documents/7951" } }, { @@ -78278,13 +78278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7951" + "$ref": "https://ils.rero.ch/api/documents/7951" } }, { @@ -78292,13 +78292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7950" + "$ref": "https://ils.rero.ch/api/documents/7950" } }, { @@ -78306,13 +78306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7950" + "$ref": "https://ils.rero.ch/api/documents/7950" } }, { @@ -78320,13 +78320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7949" + "$ref": "https://ils.rero.ch/api/documents/7949" } }, { @@ -78334,13 +78334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7949" + "$ref": "https://ils.rero.ch/api/documents/7949" } }, { @@ -78348,13 +78348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7949" + "$ref": "https://ils.rero.ch/api/documents/7949" } }, { @@ -78362,13 +78362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7948" + "$ref": "https://ils.rero.ch/api/documents/7948" } }, { @@ -78376,13 +78376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7948" + "$ref": "https://ils.rero.ch/api/documents/7948" } }, { @@ -78390,13 +78390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7948" + "$ref": "https://ils.rero.ch/api/documents/7948" } }, { @@ -78404,13 +78404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7947" + "$ref": "https://ils.rero.ch/api/documents/7947" } }, { @@ -78418,13 +78418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7947" + "$ref": "https://ils.rero.ch/api/documents/7947" } }, { @@ -78432,13 +78432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7947" + "$ref": "https://ils.rero.ch/api/documents/7947" } }, { @@ -78446,13 +78446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7947" + "$ref": "https://ils.rero.ch/api/documents/7947" } }, { @@ -78460,13 +78460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7946" + "$ref": "https://ils.rero.ch/api/documents/7946" } }, { @@ -78474,13 +78474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7946" + "$ref": "https://ils.rero.ch/api/documents/7946" } }, { @@ -78488,13 +78488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7946" + "$ref": "https://ils.rero.ch/api/documents/7946" } }, { @@ -78502,13 +78502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7946" + "$ref": "https://ils.rero.ch/api/documents/7946" } }, { @@ -78516,13 +78516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7945" + "$ref": "https://ils.rero.ch/api/documents/7945" } }, { @@ -78530,13 +78530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7945" + "$ref": "https://ils.rero.ch/api/documents/7945" } }, { @@ -78544,13 +78544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7945" + "$ref": "https://ils.rero.ch/api/documents/7945" } }, { @@ -78558,13 +78558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7945" + "$ref": "https://ils.rero.ch/api/documents/7945" } }, { @@ -78572,13 +78572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7945" + "$ref": "https://ils.rero.ch/api/documents/7945" } }, { @@ -78586,13 +78586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7944" + "$ref": "https://ils.rero.ch/api/documents/7944" } }, { @@ -78600,13 +78600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7944" + "$ref": "https://ils.rero.ch/api/documents/7944" } }, { @@ -78614,13 +78614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7944" + "$ref": "https://ils.rero.ch/api/documents/7944" } }, { @@ -78628,13 +78628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7944" + "$ref": "https://ils.rero.ch/api/documents/7944" } }, { @@ -78642,13 +78642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7944" + "$ref": "https://ils.rero.ch/api/documents/7944" } }, { @@ -78656,13 +78656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7943" + "$ref": "https://ils.rero.ch/api/documents/7943" } }, { @@ -78670,13 +78670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7942" + "$ref": "https://ils.rero.ch/api/documents/7942" } }, { @@ -78684,13 +78684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7942" + "$ref": "https://ils.rero.ch/api/documents/7942" } }, { @@ -78698,13 +78698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7941" + "$ref": "https://ils.rero.ch/api/documents/7941" } }, { @@ -78712,13 +78712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7941" + "$ref": "https://ils.rero.ch/api/documents/7941" } }, { @@ -78726,13 +78726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7941" + "$ref": "https://ils.rero.ch/api/documents/7941" } }, { @@ -78740,13 +78740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7940" + "$ref": "https://ils.rero.ch/api/documents/7940" } }, { @@ -78754,13 +78754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7940" + "$ref": "https://ils.rero.ch/api/documents/7940" } }, { @@ -78768,13 +78768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7940" + "$ref": "https://ils.rero.ch/api/documents/7940" } }, { @@ -78782,13 +78782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7940" + "$ref": "https://ils.rero.ch/api/documents/7940" } }, { @@ -78796,13 +78796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7940" + "$ref": "https://ils.rero.ch/api/documents/7940" } }, { @@ -78810,13 +78810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7939" + "$ref": "https://ils.rero.ch/api/documents/7939" } }, { @@ -78824,13 +78824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7939" + "$ref": "https://ils.rero.ch/api/documents/7939" } }, { @@ -78838,13 +78838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7939" + "$ref": "https://ils.rero.ch/api/documents/7939" } }, { @@ -78852,13 +78852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7939" + "$ref": "https://ils.rero.ch/api/documents/7939" } }, { @@ -78866,13 +78866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7938" + "$ref": "https://ils.rero.ch/api/documents/7938" } }, { @@ -78880,13 +78880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7937" + "$ref": "https://ils.rero.ch/api/documents/7937" } }, { @@ -78894,13 +78894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7937" + "$ref": "https://ils.rero.ch/api/documents/7937" } }, { @@ -78908,13 +78908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7937" + "$ref": "https://ils.rero.ch/api/documents/7937" } }, { @@ -78922,13 +78922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7937" + "$ref": "https://ils.rero.ch/api/documents/7937" } }, { @@ -78936,13 +78936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7936" + "$ref": "https://ils.rero.ch/api/documents/7936" } }, { @@ -78950,13 +78950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7936" + "$ref": "https://ils.rero.ch/api/documents/7936" } }, { @@ -78964,13 +78964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7936" + "$ref": "https://ils.rero.ch/api/documents/7936" } }, { @@ -78978,13 +78978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7936" + "$ref": "https://ils.rero.ch/api/documents/7936" } }, { @@ -78992,13 +78992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7935" + "$ref": "https://ils.rero.ch/api/documents/7935" } }, { @@ -79006,13 +79006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7935" + "$ref": "https://ils.rero.ch/api/documents/7935" } }, { @@ -79020,13 +79020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7935" + "$ref": "https://ils.rero.ch/api/documents/7935" } }, { @@ -79034,13 +79034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7934" + "$ref": "https://ils.rero.ch/api/documents/7934" } }, { @@ -79048,13 +79048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7934" + "$ref": "https://ils.rero.ch/api/documents/7934" } }, { @@ -79062,13 +79062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7933" + "$ref": "https://ils.rero.ch/api/documents/7933" } }, { @@ -79076,13 +79076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7933" + "$ref": "https://ils.rero.ch/api/documents/7933" } }, { @@ -79090,13 +79090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7933" + "$ref": "https://ils.rero.ch/api/documents/7933" } }, { @@ -79104,13 +79104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7933" + "$ref": "https://ils.rero.ch/api/documents/7933" } }, { @@ -79118,13 +79118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7933" + "$ref": "https://ils.rero.ch/api/documents/7933" } }, { @@ -79132,13 +79132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7932" + "$ref": "https://ils.rero.ch/api/documents/7932" } }, { @@ -79146,13 +79146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7932" + "$ref": "https://ils.rero.ch/api/documents/7932" } }, { @@ -79160,13 +79160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7932" + "$ref": "https://ils.rero.ch/api/documents/7932" } }, { @@ -79174,13 +79174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7932" + "$ref": "https://ils.rero.ch/api/documents/7932" } }, { @@ -79188,13 +79188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7932" + "$ref": "https://ils.rero.ch/api/documents/7932" } }, { @@ -79202,13 +79202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7931" + "$ref": "https://ils.rero.ch/api/documents/7931" } }, { @@ -79216,13 +79216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7931" + "$ref": "https://ils.rero.ch/api/documents/7931" } }, { @@ -79230,13 +79230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7931" + "$ref": "https://ils.rero.ch/api/documents/7931" } }, { @@ -79244,13 +79244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7931" + "$ref": "https://ils.rero.ch/api/documents/7931" } }, { @@ -79258,13 +79258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7931" + "$ref": "https://ils.rero.ch/api/documents/7931" } }, { @@ -79272,13 +79272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7930" + "$ref": "https://ils.rero.ch/api/documents/7930" } }, { @@ -79286,13 +79286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7929" + "$ref": "https://ils.rero.ch/api/documents/7929" } }, { @@ -79300,13 +79300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7928" + "$ref": "https://ils.rero.ch/api/documents/7928" } }, { @@ -79314,13 +79314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7928" + "$ref": "https://ils.rero.ch/api/documents/7928" } }, { @@ -79328,13 +79328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7928" + "$ref": "https://ils.rero.ch/api/documents/7928" } }, { @@ -79342,13 +79342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7928" + "$ref": "https://ils.rero.ch/api/documents/7928" } }, { @@ -79356,13 +79356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7928" + "$ref": "https://ils.rero.ch/api/documents/7928" } }, { @@ -79370,13 +79370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7927" + "$ref": "https://ils.rero.ch/api/documents/7927" } }, { @@ -79384,13 +79384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7927" + "$ref": "https://ils.rero.ch/api/documents/7927" } }, { @@ -79398,13 +79398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7927" + "$ref": "https://ils.rero.ch/api/documents/7927" } }, { @@ -79412,13 +79412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7927" + "$ref": "https://ils.rero.ch/api/documents/7927" } }, { @@ -79426,13 +79426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7926" + "$ref": "https://ils.rero.ch/api/documents/7926" } }, { @@ -79440,13 +79440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7926" + "$ref": "https://ils.rero.ch/api/documents/7926" } }, { @@ -79454,13 +79454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7926" + "$ref": "https://ils.rero.ch/api/documents/7926" } }, { @@ -79468,13 +79468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7926" + "$ref": "https://ils.rero.ch/api/documents/7926" } }, { @@ -79482,13 +79482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7926" + "$ref": "https://ils.rero.ch/api/documents/7926" } }, { @@ -79496,13 +79496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7925" + "$ref": "https://ils.rero.ch/api/documents/7925" } }, { @@ -79510,13 +79510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7924" + "$ref": "https://ils.rero.ch/api/documents/7924" } }, { @@ -79524,13 +79524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7923" + "$ref": "https://ils.rero.ch/api/documents/7923" } }, { @@ -79538,13 +79538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7923" + "$ref": "https://ils.rero.ch/api/documents/7923" } }, { @@ -79552,13 +79552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7923" + "$ref": "https://ils.rero.ch/api/documents/7923" } }, { @@ -79566,13 +79566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7922" + "$ref": "https://ils.rero.ch/api/documents/7922" } }, { @@ -79580,13 +79580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7922" + "$ref": "https://ils.rero.ch/api/documents/7922" } }, { @@ -79594,13 +79594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7922" + "$ref": "https://ils.rero.ch/api/documents/7922" } }, { @@ -79608,13 +79608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7922" + "$ref": "https://ils.rero.ch/api/documents/7922" } }, { @@ -79622,13 +79622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7921" + "$ref": "https://ils.rero.ch/api/documents/7921" } }, { @@ -79636,13 +79636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7921" + "$ref": "https://ils.rero.ch/api/documents/7921" } }, { @@ -79650,13 +79650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7920" + "$ref": "https://ils.rero.ch/api/documents/7920" } }, { @@ -79664,13 +79664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7920" + "$ref": "https://ils.rero.ch/api/documents/7920" } }, { @@ -79678,13 +79678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7919" + "$ref": "https://ils.rero.ch/api/documents/7919" } }, { @@ -79692,13 +79692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7919" + "$ref": "https://ils.rero.ch/api/documents/7919" } }, { @@ -79706,13 +79706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7918" + "$ref": "https://ils.rero.ch/api/documents/7918" } }, { @@ -79720,13 +79720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7918" + "$ref": "https://ils.rero.ch/api/documents/7918" } }, { @@ -79734,13 +79734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7918" + "$ref": "https://ils.rero.ch/api/documents/7918" } }, { @@ -79748,13 +79748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7917" + "$ref": "https://ils.rero.ch/api/documents/7917" } }, { @@ -79762,13 +79762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7917" + "$ref": "https://ils.rero.ch/api/documents/7917" } }, { @@ -79776,13 +79776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7917" + "$ref": "https://ils.rero.ch/api/documents/7917" } }, { @@ -79790,13 +79790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7917" + "$ref": "https://ils.rero.ch/api/documents/7917" } }, { @@ -79804,13 +79804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7917" + "$ref": "https://ils.rero.ch/api/documents/7917" } }, { @@ -79818,13 +79818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7916" + "$ref": "https://ils.rero.ch/api/documents/7916" } }, { @@ -79832,13 +79832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7916" + "$ref": "https://ils.rero.ch/api/documents/7916" } }, { @@ -79846,13 +79846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7916" + "$ref": "https://ils.rero.ch/api/documents/7916" } }, { @@ -79860,13 +79860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7916" + "$ref": "https://ils.rero.ch/api/documents/7916" } }, { @@ -79874,13 +79874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7915" + "$ref": "https://ils.rero.ch/api/documents/7915" } }, { @@ -79888,13 +79888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7915" + "$ref": "https://ils.rero.ch/api/documents/7915" } }, { @@ -79902,13 +79902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7915" + "$ref": "https://ils.rero.ch/api/documents/7915" } }, { @@ -79916,13 +79916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7915" + "$ref": "https://ils.rero.ch/api/documents/7915" } }, { @@ -79930,13 +79930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7914" + "$ref": "https://ils.rero.ch/api/documents/7914" } }, { @@ -79944,13 +79944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7914" + "$ref": "https://ils.rero.ch/api/documents/7914" } }, { @@ -79958,13 +79958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7914" + "$ref": "https://ils.rero.ch/api/documents/7914" } }, { @@ -79972,13 +79972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7913" + "$ref": "https://ils.rero.ch/api/documents/7913" } }, { @@ -79986,13 +79986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7913" + "$ref": "https://ils.rero.ch/api/documents/7913" } }, { @@ -80000,13 +80000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7913" + "$ref": "https://ils.rero.ch/api/documents/7913" } }, { @@ -80014,13 +80014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7913" + "$ref": "https://ils.rero.ch/api/documents/7913" } }, { @@ -80028,13 +80028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7913" + "$ref": "https://ils.rero.ch/api/documents/7913" } }, { @@ -80042,13 +80042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7912" + "$ref": "https://ils.rero.ch/api/documents/7912" } }, { @@ -80056,13 +80056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7912" + "$ref": "https://ils.rero.ch/api/documents/7912" } }, { @@ -80070,13 +80070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7911" + "$ref": "https://ils.rero.ch/api/documents/7911" } }, { @@ -80084,13 +80084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7911" + "$ref": "https://ils.rero.ch/api/documents/7911" } }, { @@ -80098,13 +80098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7911" + "$ref": "https://ils.rero.ch/api/documents/7911" } }, { @@ -80112,13 +80112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7910" + "$ref": "https://ils.rero.ch/api/documents/7910" } }, { @@ -80126,13 +80126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7910" + "$ref": "https://ils.rero.ch/api/documents/7910" } }, { @@ -80140,13 +80140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7910" + "$ref": "https://ils.rero.ch/api/documents/7910" } }, { @@ -80154,13 +80154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7909" + "$ref": "https://ils.rero.ch/api/documents/7909" } }, { @@ -80168,13 +80168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7909" + "$ref": "https://ils.rero.ch/api/documents/7909" } }, { @@ -80182,13 +80182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7909" + "$ref": "https://ils.rero.ch/api/documents/7909" } }, { @@ -80196,13 +80196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7909" + "$ref": "https://ils.rero.ch/api/documents/7909" } }, { @@ -80210,13 +80210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7908" + "$ref": "https://ils.rero.ch/api/documents/7908" } }, { @@ -80224,13 +80224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7908" + "$ref": "https://ils.rero.ch/api/documents/7908" } }, { @@ -80238,13 +80238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7908" + "$ref": "https://ils.rero.ch/api/documents/7908" } }, { @@ -80252,13 +80252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7907" + "$ref": "https://ils.rero.ch/api/documents/7907" } }, { @@ -80266,13 +80266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7907" + "$ref": "https://ils.rero.ch/api/documents/7907" } }, { @@ -80280,13 +80280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7907" + "$ref": "https://ils.rero.ch/api/documents/7907" } }, { @@ -80294,13 +80294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7906" + "$ref": "https://ils.rero.ch/api/documents/7906" } }, { @@ -80308,13 +80308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7906" + "$ref": "https://ils.rero.ch/api/documents/7906" } }, { @@ -80322,13 +80322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7906" + "$ref": "https://ils.rero.ch/api/documents/7906" } }, { @@ -80336,13 +80336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7905" + "$ref": "https://ils.rero.ch/api/documents/7905" } }, { @@ -80350,13 +80350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7905" + "$ref": "https://ils.rero.ch/api/documents/7905" } }, { @@ -80364,13 +80364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7905" + "$ref": "https://ils.rero.ch/api/documents/7905" } }, { @@ -80378,13 +80378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7904" + "$ref": "https://ils.rero.ch/api/documents/7904" } }, { @@ -80392,13 +80392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7904" + "$ref": "https://ils.rero.ch/api/documents/7904" } }, { @@ -80406,13 +80406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7903" + "$ref": "https://ils.rero.ch/api/documents/7903" } }, { @@ -80420,13 +80420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7902" + "$ref": "https://ils.rero.ch/api/documents/7902" } }, { @@ -80434,13 +80434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7902" + "$ref": "https://ils.rero.ch/api/documents/7902" } }, { @@ -80448,13 +80448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7902" + "$ref": "https://ils.rero.ch/api/documents/7902" } }, { @@ -80462,13 +80462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7902" + "$ref": "https://ils.rero.ch/api/documents/7902" } }, { @@ -80476,13 +80476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7902" + "$ref": "https://ils.rero.ch/api/documents/7902" } }, { @@ -80490,13 +80490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7901" + "$ref": "https://ils.rero.ch/api/documents/7901" } }, { @@ -80504,13 +80504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7901" + "$ref": "https://ils.rero.ch/api/documents/7901" } }, { @@ -80518,13 +80518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7901" + "$ref": "https://ils.rero.ch/api/documents/7901" } }, { @@ -80532,13 +80532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7901" + "$ref": "https://ils.rero.ch/api/documents/7901" } }, { @@ -80546,13 +80546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7901" + "$ref": "https://ils.rero.ch/api/documents/7901" } }, { @@ -80560,13 +80560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7900" + "$ref": "https://ils.rero.ch/api/documents/7900" } }, { @@ -80574,13 +80574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7900" + "$ref": "https://ils.rero.ch/api/documents/7900" } }, { @@ -80588,13 +80588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7900" + "$ref": "https://ils.rero.ch/api/documents/7900" } }, { @@ -80602,13 +80602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7900" + "$ref": "https://ils.rero.ch/api/documents/7900" } }, { @@ -80616,13 +80616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7900" + "$ref": "https://ils.rero.ch/api/documents/7900" } }, { @@ -80630,13 +80630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7899" + "$ref": "https://ils.rero.ch/api/documents/7899" } }, { @@ -80644,13 +80644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7898" + "$ref": "https://ils.rero.ch/api/documents/7898" } }, { @@ -80658,13 +80658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7898" + "$ref": "https://ils.rero.ch/api/documents/7898" } }, { @@ -80672,13 +80672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7898" + "$ref": "https://ils.rero.ch/api/documents/7898" } }, { @@ -80686,13 +80686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7898" + "$ref": "https://ils.rero.ch/api/documents/7898" } }, { @@ -80700,13 +80700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7897" + "$ref": "https://ils.rero.ch/api/documents/7897" } }, { @@ -80714,13 +80714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7897" + "$ref": "https://ils.rero.ch/api/documents/7897" } }, { @@ -80728,13 +80728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7897" + "$ref": "https://ils.rero.ch/api/documents/7897" } }, { @@ -80742,13 +80742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7896" + "$ref": "https://ils.rero.ch/api/documents/7896" } }, { @@ -80756,13 +80756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7896" + "$ref": "https://ils.rero.ch/api/documents/7896" } }, { @@ -80770,13 +80770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7895" + "$ref": "https://ils.rero.ch/api/documents/7895" } }, { @@ -80784,13 +80784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7894" + "$ref": "https://ils.rero.ch/api/documents/7894" } }, { @@ -80798,13 +80798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7894" + "$ref": "https://ils.rero.ch/api/documents/7894" } }, { @@ -80812,13 +80812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7893" + "$ref": "https://ils.rero.ch/api/documents/7893" } }, { @@ -80826,13 +80826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7893" + "$ref": "https://ils.rero.ch/api/documents/7893" } }, { @@ -80840,13 +80840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7893" + "$ref": "https://ils.rero.ch/api/documents/7893" } }, { @@ -80854,13 +80854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7893" + "$ref": "https://ils.rero.ch/api/documents/7893" } }, { @@ -80868,13 +80868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7893" + "$ref": "https://ils.rero.ch/api/documents/7893" } }, { @@ -80882,13 +80882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7892" + "$ref": "https://ils.rero.ch/api/documents/7892" } }, { @@ -80896,13 +80896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7891" + "$ref": "https://ils.rero.ch/api/documents/7891" } }, { @@ -80910,13 +80910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7891" + "$ref": "https://ils.rero.ch/api/documents/7891" } }, { @@ -80924,13 +80924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7891" + "$ref": "https://ils.rero.ch/api/documents/7891" } }, { @@ -80938,13 +80938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7890" + "$ref": "https://ils.rero.ch/api/documents/7890" } }, { @@ -80952,13 +80952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7890" + "$ref": "https://ils.rero.ch/api/documents/7890" } }, { @@ -80966,13 +80966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7890" + "$ref": "https://ils.rero.ch/api/documents/7890" } }, { @@ -80980,13 +80980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7890" + "$ref": "https://ils.rero.ch/api/documents/7890" } }, { @@ -80994,13 +80994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7890" + "$ref": "https://ils.rero.ch/api/documents/7890" } }, { @@ -81008,13 +81008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7889" + "$ref": "https://ils.rero.ch/api/documents/7889" } }, { @@ -81022,13 +81022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7889" + "$ref": "https://ils.rero.ch/api/documents/7889" } }, { @@ -81036,13 +81036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7889" + "$ref": "https://ils.rero.ch/api/documents/7889" } }, { @@ -81050,13 +81050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7889" + "$ref": "https://ils.rero.ch/api/documents/7889" } }, { @@ -81064,13 +81064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7888" + "$ref": "https://ils.rero.ch/api/documents/7888" } }, { @@ -81078,13 +81078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7888" + "$ref": "https://ils.rero.ch/api/documents/7888" } }, { @@ -81092,13 +81092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7887" + "$ref": "https://ils.rero.ch/api/documents/7887" } }, { @@ -81106,13 +81106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7887" + "$ref": "https://ils.rero.ch/api/documents/7887" } }, { @@ -81120,13 +81120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7887" + "$ref": "https://ils.rero.ch/api/documents/7887" } }, { @@ -81134,13 +81134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7887" + "$ref": "https://ils.rero.ch/api/documents/7887" } }, { @@ -81148,13 +81148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7886" + "$ref": "https://ils.rero.ch/api/documents/7886" } }, { @@ -81162,13 +81162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7885" + "$ref": "https://ils.rero.ch/api/documents/7885" } }, { @@ -81176,13 +81176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7884" + "$ref": "https://ils.rero.ch/api/documents/7884" } }, { @@ -81190,13 +81190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7884" + "$ref": "https://ils.rero.ch/api/documents/7884" } }, { @@ -81204,13 +81204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7883" + "$ref": "https://ils.rero.ch/api/documents/7883" } }, { @@ -81218,13 +81218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7883" + "$ref": "https://ils.rero.ch/api/documents/7883" } }, { @@ -81232,13 +81232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7883" + "$ref": "https://ils.rero.ch/api/documents/7883" } }, { @@ -81246,13 +81246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7882" + "$ref": "https://ils.rero.ch/api/documents/7882" } }, { @@ -81260,13 +81260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7882" + "$ref": "https://ils.rero.ch/api/documents/7882" } }, { @@ -81274,13 +81274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7882" + "$ref": "https://ils.rero.ch/api/documents/7882" } }, { @@ -81288,13 +81288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7881" + "$ref": "https://ils.rero.ch/api/documents/7881" } }, { @@ -81302,13 +81302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7881" + "$ref": "https://ils.rero.ch/api/documents/7881" } }, { @@ -81316,13 +81316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7881" + "$ref": "https://ils.rero.ch/api/documents/7881" } }, { @@ -81330,13 +81330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7880" + "$ref": "https://ils.rero.ch/api/documents/7880" } }, { @@ -81344,13 +81344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7880" + "$ref": "https://ils.rero.ch/api/documents/7880" } }, { @@ -81358,13 +81358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7880" + "$ref": "https://ils.rero.ch/api/documents/7880" } }, { @@ -81372,13 +81372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7880" + "$ref": "https://ils.rero.ch/api/documents/7880" } }, { @@ -81386,13 +81386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7879" + "$ref": "https://ils.rero.ch/api/documents/7879" } }, { @@ -81400,13 +81400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7879" + "$ref": "https://ils.rero.ch/api/documents/7879" } }, { @@ -81414,13 +81414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7879" + "$ref": "https://ils.rero.ch/api/documents/7879" } }, { @@ -81428,13 +81428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7879" + "$ref": "https://ils.rero.ch/api/documents/7879" } }, { @@ -81442,13 +81442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7879" + "$ref": "https://ils.rero.ch/api/documents/7879" } }, { @@ -81456,13 +81456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7878" + "$ref": "https://ils.rero.ch/api/documents/7878" } }, { @@ -81470,13 +81470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7878" + "$ref": "https://ils.rero.ch/api/documents/7878" } }, { @@ -81484,13 +81484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7878" + "$ref": "https://ils.rero.ch/api/documents/7878" } }, { @@ -81498,13 +81498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7878" + "$ref": "https://ils.rero.ch/api/documents/7878" } }, { @@ -81512,13 +81512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7878" + "$ref": "https://ils.rero.ch/api/documents/7878" } }, { @@ -81526,13 +81526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7877" + "$ref": "https://ils.rero.ch/api/documents/7877" } }, { @@ -81540,13 +81540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7877" + "$ref": "https://ils.rero.ch/api/documents/7877" } }, { @@ -81554,13 +81554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7876" + "$ref": "https://ils.rero.ch/api/documents/7876" } }, { @@ -81568,13 +81568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7875" + "$ref": "https://ils.rero.ch/api/documents/7875" } }, { @@ -81582,13 +81582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7875" + "$ref": "https://ils.rero.ch/api/documents/7875" } }, { @@ -81596,13 +81596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7875" + "$ref": "https://ils.rero.ch/api/documents/7875" } }, { @@ -81610,13 +81610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7874" + "$ref": "https://ils.rero.ch/api/documents/7874" } }, { @@ -81624,13 +81624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7874" + "$ref": "https://ils.rero.ch/api/documents/7874" } }, { @@ -81638,13 +81638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7874" + "$ref": "https://ils.rero.ch/api/documents/7874" } }, { @@ -81652,13 +81652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7874" + "$ref": "https://ils.rero.ch/api/documents/7874" } }, { @@ -81666,13 +81666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7874" + "$ref": "https://ils.rero.ch/api/documents/7874" } }, { @@ -81680,13 +81680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7873" + "$ref": "https://ils.rero.ch/api/documents/7873" } }, { @@ -81694,13 +81694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7872" + "$ref": "https://ils.rero.ch/api/documents/7872" } }, { @@ -81708,13 +81708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7872" + "$ref": "https://ils.rero.ch/api/documents/7872" } }, { @@ -81722,13 +81722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7872" + "$ref": "https://ils.rero.ch/api/documents/7872" } }, { @@ -81736,13 +81736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7872" + "$ref": "https://ils.rero.ch/api/documents/7872" } }, { @@ -81750,13 +81750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7871" + "$ref": "https://ils.rero.ch/api/documents/7871" } }, { @@ -81764,13 +81764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7871" + "$ref": "https://ils.rero.ch/api/documents/7871" } }, { @@ -81778,13 +81778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7871" + "$ref": "https://ils.rero.ch/api/documents/7871" } }, { @@ -81792,13 +81792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7871" + "$ref": "https://ils.rero.ch/api/documents/7871" } }, { @@ -81806,13 +81806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7870" + "$ref": "https://ils.rero.ch/api/documents/7870" } }, { @@ -81820,13 +81820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7870" + "$ref": "https://ils.rero.ch/api/documents/7870" } }, { @@ -81834,13 +81834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7870" + "$ref": "https://ils.rero.ch/api/documents/7870" } }, { @@ -81848,13 +81848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7870" + "$ref": "https://ils.rero.ch/api/documents/7870" } }, { @@ -81862,13 +81862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7869" + "$ref": "https://ils.rero.ch/api/documents/7869" } }, { @@ -81876,13 +81876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7869" + "$ref": "https://ils.rero.ch/api/documents/7869" } }, { @@ -81890,13 +81890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7869" + "$ref": "https://ils.rero.ch/api/documents/7869" } }, { @@ -81904,13 +81904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7869" + "$ref": "https://ils.rero.ch/api/documents/7869" } }, { @@ -81918,13 +81918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7869" + "$ref": "https://ils.rero.ch/api/documents/7869" } }, { @@ -81932,13 +81932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7868" + "$ref": "https://ils.rero.ch/api/documents/7868" } }, { @@ -81946,13 +81946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7867" + "$ref": "https://ils.rero.ch/api/documents/7867" } }, { @@ -81960,13 +81960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7867" + "$ref": "https://ils.rero.ch/api/documents/7867" } }, { @@ -81974,13 +81974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7867" + "$ref": "https://ils.rero.ch/api/documents/7867" } }, { @@ -81988,13 +81988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7866" + "$ref": "https://ils.rero.ch/api/documents/7866" } }, { @@ -82002,13 +82002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7865" + "$ref": "https://ils.rero.ch/api/documents/7865" } }, { @@ -82016,13 +82016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7865" + "$ref": "https://ils.rero.ch/api/documents/7865" } }, { @@ -82030,13 +82030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7865" + "$ref": "https://ils.rero.ch/api/documents/7865" } }, { @@ -82044,13 +82044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7864" + "$ref": "https://ils.rero.ch/api/documents/7864" } }, { @@ -82058,13 +82058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7864" + "$ref": "https://ils.rero.ch/api/documents/7864" } }, { @@ -82072,13 +82072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7863" + "$ref": "https://ils.rero.ch/api/documents/7863" } }, { @@ -82086,13 +82086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7863" + "$ref": "https://ils.rero.ch/api/documents/7863" } }, { @@ -82100,13 +82100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7863" + "$ref": "https://ils.rero.ch/api/documents/7863" } }, { @@ -82114,13 +82114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7863" + "$ref": "https://ils.rero.ch/api/documents/7863" } }, { @@ -82128,13 +82128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7863" + "$ref": "https://ils.rero.ch/api/documents/7863" } }, { @@ -82142,13 +82142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7862" + "$ref": "https://ils.rero.ch/api/documents/7862" } }, { @@ -82156,13 +82156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7862" + "$ref": "https://ils.rero.ch/api/documents/7862" } }, { @@ -82170,13 +82170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7862" + "$ref": "https://ils.rero.ch/api/documents/7862" } }, { @@ -82184,13 +82184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7862" + "$ref": "https://ils.rero.ch/api/documents/7862" } }, { @@ -82198,13 +82198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7861" + "$ref": "https://ils.rero.ch/api/documents/7861" } }, { @@ -82212,13 +82212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7861" + "$ref": "https://ils.rero.ch/api/documents/7861" } }, { @@ -82226,13 +82226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7861" + "$ref": "https://ils.rero.ch/api/documents/7861" } }, { @@ -82240,13 +82240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7861" + "$ref": "https://ils.rero.ch/api/documents/7861" } }, { @@ -82254,13 +82254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7860" + "$ref": "https://ils.rero.ch/api/documents/7860" } }, { @@ -82268,13 +82268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7860" + "$ref": "https://ils.rero.ch/api/documents/7860" } }, { @@ -82282,13 +82282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7860" + "$ref": "https://ils.rero.ch/api/documents/7860" } }, { @@ -82296,13 +82296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7860" + "$ref": "https://ils.rero.ch/api/documents/7860" } }, { @@ -82310,13 +82310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7859" + "$ref": "https://ils.rero.ch/api/documents/7859" } }, { @@ -82324,13 +82324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7859" + "$ref": "https://ils.rero.ch/api/documents/7859" } }, { @@ -82338,13 +82338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7859" + "$ref": "https://ils.rero.ch/api/documents/7859" } }, { @@ -82352,13 +82352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7859" + "$ref": "https://ils.rero.ch/api/documents/7859" } }, { @@ -82366,13 +82366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7859" + "$ref": "https://ils.rero.ch/api/documents/7859" } }, { @@ -82380,13 +82380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7858" + "$ref": "https://ils.rero.ch/api/documents/7858" } }, { @@ -82394,13 +82394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7858" + "$ref": "https://ils.rero.ch/api/documents/7858" } }, { @@ -82408,13 +82408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7858" + "$ref": "https://ils.rero.ch/api/documents/7858" } }, { @@ -82422,13 +82422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7858" + "$ref": "https://ils.rero.ch/api/documents/7858" } }, { @@ -82436,13 +82436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7857" + "$ref": "https://ils.rero.ch/api/documents/7857" } }, { @@ -82450,13 +82450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7857" + "$ref": "https://ils.rero.ch/api/documents/7857" } }, { @@ -82464,13 +82464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7857" + "$ref": "https://ils.rero.ch/api/documents/7857" } }, { @@ -82478,13 +82478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7857" + "$ref": "https://ils.rero.ch/api/documents/7857" } }, { @@ -82492,13 +82492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7857" + "$ref": "https://ils.rero.ch/api/documents/7857" } }, { @@ -82506,13 +82506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7856" + "$ref": "https://ils.rero.ch/api/documents/7856" } }, { @@ -82520,13 +82520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7855" + "$ref": "https://ils.rero.ch/api/documents/7855" } }, { @@ -82534,13 +82534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7855" + "$ref": "https://ils.rero.ch/api/documents/7855" } }, { @@ -82548,13 +82548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7855" + "$ref": "https://ils.rero.ch/api/documents/7855" } }, { @@ -82562,13 +82562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7855" + "$ref": "https://ils.rero.ch/api/documents/7855" } }, { @@ -82576,13 +82576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7854" + "$ref": "https://ils.rero.ch/api/documents/7854" } }, { @@ -82590,13 +82590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7854" + "$ref": "https://ils.rero.ch/api/documents/7854" } }, { @@ -82604,13 +82604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7854" + "$ref": "https://ils.rero.ch/api/documents/7854" } }, { @@ -82618,13 +82618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7854" + "$ref": "https://ils.rero.ch/api/documents/7854" } }, { @@ -82632,13 +82632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7853" + "$ref": "https://ils.rero.ch/api/documents/7853" } }, { @@ -82646,13 +82646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7853" + "$ref": "https://ils.rero.ch/api/documents/7853" } }, { @@ -82660,13 +82660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7852" + "$ref": "https://ils.rero.ch/api/documents/7852" } }, { @@ -82674,13 +82674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7852" + "$ref": "https://ils.rero.ch/api/documents/7852" } }, { @@ -82688,13 +82688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7852" + "$ref": "https://ils.rero.ch/api/documents/7852" } }, { @@ -82702,13 +82702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7852" + "$ref": "https://ils.rero.ch/api/documents/7852" } }, { @@ -82716,13 +82716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7851" + "$ref": "https://ils.rero.ch/api/documents/7851" } }, { @@ -82730,13 +82730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7851" + "$ref": "https://ils.rero.ch/api/documents/7851" } }, { @@ -82744,13 +82744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7851" + "$ref": "https://ils.rero.ch/api/documents/7851" } }, { @@ -82758,13 +82758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7851" + "$ref": "https://ils.rero.ch/api/documents/7851" } }, { @@ -82772,13 +82772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7851" + "$ref": "https://ils.rero.ch/api/documents/7851" } }, { @@ -82786,13 +82786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7850" + "$ref": "https://ils.rero.ch/api/documents/7850" } }, { @@ -82800,13 +82800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7850" + "$ref": "https://ils.rero.ch/api/documents/7850" } }, { @@ -82814,13 +82814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7850" + "$ref": "https://ils.rero.ch/api/documents/7850" } }, { @@ -82828,13 +82828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7849" + "$ref": "https://ils.rero.ch/api/documents/7849" } }, { @@ -82842,13 +82842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7849" + "$ref": "https://ils.rero.ch/api/documents/7849" } }, { @@ -82856,13 +82856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7849" + "$ref": "https://ils.rero.ch/api/documents/7849" } }, { @@ -82870,13 +82870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7848" + "$ref": "https://ils.rero.ch/api/documents/7848" } }, { @@ -82884,13 +82884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7848" + "$ref": "https://ils.rero.ch/api/documents/7848" } }, { @@ -82898,13 +82898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7848" + "$ref": "https://ils.rero.ch/api/documents/7848" } }, { @@ -82912,13 +82912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7847" + "$ref": "https://ils.rero.ch/api/documents/7847" } }, { @@ -82926,13 +82926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7846" + "$ref": "https://ils.rero.ch/api/documents/7846" } }, { @@ -82940,13 +82940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7846" + "$ref": "https://ils.rero.ch/api/documents/7846" } }, { @@ -82954,13 +82954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7846" + "$ref": "https://ils.rero.ch/api/documents/7846" } }, { @@ -82968,13 +82968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7846" + "$ref": "https://ils.rero.ch/api/documents/7846" } }, { @@ -82982,13 +82982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7846" + "$ref": "https://ils.rero.ch/api/documents/7846" } }, { @@ -82996,13 +82996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7845" + "$ref": "https://ils.rero.ch/api/documents/7845" } }, { @@ -83010,13 +83010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7845" + "$ref": "https://ils.rero.ch/api/documents/7845" } }, { @@ -83024,13 +83024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7845" + "$ref": "https://ils.rero.ch/api/documents/7845" } }, { @@ -83038,13 +83038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7845" + "$ref": "https://ils.rero.ch/api/documents/7845" } }, { @@ -83052,13 +83052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7845" + "$ref": "https://ils.rero.ch/api/documents/7845" } }, { @@ -83066,13 +83066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7844" + "$ref": "https://ils.rero.ch/api/documents/7844" } }, { @@ -83080,13 +83080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7844" + "$ref": "https://ils.rero.ch/api/documents/7844" } }, { @@ -83094,13 +83094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7843" + "$ref": "https://ils.rero.ch/api/documents/7843" } }, { @@ -83108,13 +83108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7843" + "$ref": "https://ils.rero.ch/api/documents/7843" } }, { @@ -83122,13 +83122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7843" + "$ref": "https://ils.rero.ch/api/documents/7843" } }, { @@ -83136,13 +83136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7843" + "$ref": "https://ils.rero.ch/api/documents/7843" } }, { @@ -83150,13 +83150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7842" + "$ref": "https://ils.rero.ch/api/documents/7842" } }, { @@ -83164,13 +83164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7842" + "$ref": "https://ils.rero.ch/api/documents/7842" } }, { @@ -83178,13 +83178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7841" + "$ref": "https://ils.rero.ch/api/documents/7841" } }, { @@ -83192,13 +83192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7841" + "$ref": "https://ils.rero.ch/api/documents/7841" } }, { @@ -83206,13 +83206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7841" + "$ref": "https://ils.rero.ch/api/documents/7841" } }, { @@ -83220,13 +83220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7841" + "$ref": "https://ils.rero.ch/api/documents/7841" } }, { @@ -83234,13 +83234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7840" + "$ref": "https://ils.rero.ch/api/documents/7840" } }, { @@ -83248,13 +83248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7839" + "$ref": "https://ils.rero.ch/api/documents/7839" } }, { @@ -83262,13 +83262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7839" + "$ref": "https://ils.rero.ch/api/documents/7839" } }, { @@ -83276,13 +83276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7839" + "$ref": "https://ils.rero.ch/api/documents/7839" } }, { @@ -83290,13 +83290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7839" + "$ref": "https://ils.rero.ch/api/documents/7839" } }, { @@ -83304,13 +83304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7839" + "$ref": "https://ils.rero.ch/api/documents/7839" } }, { @@ -83318,13 +83318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7838" + "$ref": "https://ils.rero.ch/api/documents/7838" } }, { @@ -83332,13 +83332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7838" + "$ref": "https://ils.rero.ch/api/documents/7838" } }, { @@ -83346,13 +83346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7838" + "$ref": "https://ils.rero.ch/api/documents/7838" } }, { @@ -83360,13 +83360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7837" + "$ref": "https://ils.rero.ch/api/documents/7837" } }, { @@ -83374,13 +83374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7837" + "$ref": "https://ils.rero.ch/api/documents/7837" } }, { @@ -83388,13 +83388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7836" + "$ref": "https://ils.rero.ch/api/documents/7836" } }, { @@ -83402,13 +83402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7836" + "$ref": "https://ils.rero.ch/api/documents/7836" } }, { @@ -83416,13 +83416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7836" + "$ref": "https://ils.rero.ch/api/documents/7836" } }, { @@ -83430,13 +83430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7836" + "$ref": "https://ils.rero.ch/api/documents/7836" } }, { @@ -83444,13 +83444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7835" + "$ref": "https://ils.rero.ch/api/documents/7835" } }, { @@ -83458,13 +83458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7835" + "$ref": "https://ils.rero.ch/api/documents/7835" } }, { @@ -83472,13 +83472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7834" + "$ref": "https://ils.rero.ch/api/documents/7834" } }, { @@ -83486,13 +83486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7833" + "$ref": "https://ils.rero.ch/api/documents/7833" } }, { @@ -83500,13 +83500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7833" + "$ref": "https://ils.rero.ch/api/documents/7833" } }, { @@ -83514,13 +83514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7833" + "$ref": "https://ils.rero.ch/api/documents/7833" } }, { @@ -83528,13 +83528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7833" + "$ref": "https://ils.rero.ch/api/documents/7833" } }, { @@ -83542,13 +83542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7832" + "$ref": "https://ils.rero.ch/api/documents/7832" } }, { @@ -83556,13 +83556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7832" + "$ref": "https://ils.rero.ch/api/documents/7832" } }, { @@ -83570,13 +83570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7832" + "$ref": "https://ils.rero.ch/api/documents/7832" } }, { @@ -83584,13 +83584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7831" + "$ref": "https://ils.rero.ch/api/documents/7831" } }, { @@ -83598,13 +83598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7830" + "$ref": "https://ils.rero.ch/api/documents/7830" } }, { @@ -83612,13 +83612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7830" + "$ref": "https://ils.rero.ch/api/documents/7830" } }, { @@ -83626,13 +83626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7830" + "$ref": "https://ils.rero.ch/api/documents/7830" } }, { @@ -83640,13 +83640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7830" + "$ref": "https://ils.rero.ch/api/documents/7830" } }, { @@ -83654,13 +83654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7829" + "$ref": "https://ils.rero.ch/api/documents/7829" } }, { @@ -83668,13 +83668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7829" + "$ref": "https://ils.rero.ch/api/documents/7829" } }, { @@ -83682,13 +83682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7829" + "$ref": "https://ils.rero.ch/api/documents/7829" } }, { @@ -83696,13 +83696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7828" + "$ref": "https://ils.rero.ch/api/documents/7828" } }, { @@ -83710,13 +83710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7827" + "$ref": "https://ils.rero.ch/api/documents/7827" } }, { @@ -83724,13 +83724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7826" + "$ref": "https://ils.rero.ch/api/documents/7826" } }, { @@ -83738,13 +83738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7826" + "$ref": "https://ils.rero.ch/api/documents/7826" } }, { @@ -83752,13 +83752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7825" + "$ref": "https://ils.rero.ch/api/documents/7825" } }, { @@ -83766,13 +83766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7824" + "$ref": "https://ils.rero.ch/api/documents/7824" } }, { @@ -83780,13 +83780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7823" + "$ref": "https://ils.rero.ch/api/documents/7823" } }, { @@ -83794,13 +83794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7823" + "$ref": "https://ils.rero.ch/api/documents/7823" } }, { @@ -83808,13 +83808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7823" + "$ref": "https://ils.rero.ch/api/documents/7823" } }, { @@ -83822,13 +83822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7823" + "$ref": "https://ils.rero.ch/api/documents/7823" } }, { @@ -83836,13 +83836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7822" + "$ref": "https://ils.rero.ch/api/documents/7822" } }, { @@ -83850,13 +83850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7822" + "$ref": "https://ils.rero.ch/api/documents/7822" } }, { @@ -83864,13 +83864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7821" + "$ref": "https://ils.rero.ch/api/documents/7821" } }, { @@ -83878,13 +83878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7821" + "$ref": "https://ils.rero.ch/api/documents/7821" } }, { @@ -83892,13 +83892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7821" + "$ref": "https://ils.rero.ch/api/documents/7821" } }, { @@ -83906,13 +83906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7821" + "$ref": "https://ils.rero.ch/api/documents/7821" } }, { @@ -83920,13 +83920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7821" + "$ref": "https://ils.rero.ch/api/documents/7821" } }, { @@ -83934,13 +83934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7820" + "$ref": "https://ils.rero.ch/api/documents/7820" } }, { @@ -83948,13 +83948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7820" + "$ref": "https://ils.rero.ch/api/documents/7820" } }, { @@ -83962,13 +83962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7820" + "$ref": "https://ils.rero.ch/api/documents/7820" } }, { @@ -83976,13 +83976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7820" + "$ref": "https://ils.rero.ch/api/documents/7820" } }, { @@ -83990,13 +83990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7819" + "$ref": "https://ils.rero.ch/api/documents/7819" } }, { @@ -84004,13 +84004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7819" + "$ref": "https://ils.rero.ch/api/documents/7819" } }, { @@ -84018,13 +84018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7819" + "$ref": "https://ils.rero.ch/api/documents/7819" } }, { @@ -84032,13 +84032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7819" + "$ref": "https://ils.rero.ch/api/documents/7819" } }, { @@ -84046,13 +84046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7819" + "$ref": "https://ils.rero.ch/api/documents/7819" } }, { @@ -84060,13 +84060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7818" + "$ref": "https://ils.rero.ch/api/documents/7818" } }, { @@ -84074,13 +84074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7818" + "$ref": "https://ils.rero.ch/api/documents/7818" } }, { @@ -84088,13 +84088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7818" + "$ref": "https://ils.rero.ch/api/documents/7818" } }, { @@ -84102,13 +84102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7818" + "$ref": "https://ils.rero.ch/api/documents/7818" } }, { @@ -84116,13 +84116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7818" + "$ref": "https://ils.rero.ch/api/documents/7818" } }, { @@ -84130,13 +84130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7817" + "$ref": "https://ils.rero.ch/api/documents/7817" } }, { @@ -84144,13 +84144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7817" + "$ref": "https://ils.rero.ch/api/documents/7817" } }, { @@ -84158,13 +84158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7817" + "$ref": "https://ils.rero.ch/api/documents/7817" } }, { @@ -84172,13 +84172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7817" + "$ref": "https://ils.rero.ch/api/documents/7817" } }, { @@ -84186,13 +84186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7817" + "$ref": "https://ils.rero.ch/api/documents/7817" } }, { @@ -84200,13 +84200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7816" + "$ref": "https://ils.rero.ch/api/documents/7816" } }, { @@ -84214,13 +84214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7816" + "$ref": "https://ils.rero.ch/api/documents/7816" } }, { @@ -84228,13 +84228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7816" + "$ref": "https://ils.rero.ch/api/documents/7816" } }, { @@ -84242,13 +84242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7816" + "$ref": "https://ils.rero.ch/api/documents/7816" } }, { @@ -84256,13 +84256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7815" + "$ref": "https://ils.rero.ch/api/documents/7815" } }, { @@ -84270,13 +84270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7815" + "$ref": "https://ils.rero.ch/api/documents/7815" } }, { @@ -84284,13 +84284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7815" + "$ref": "https://ils.rero.ch/api/documents/7815" } }, { @@ -84298,13 +84298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7814" + "$ref": "https://ils.rero.ch/api/documents/7814" } }, { @@ -84312,13 +84312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7814" + "$ref": "https://ils.rero.ch/api/documents/7814" } }, { @@ -84326,13 +84326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7814" + "$ref": "https://ils.rero.ch/api/documents/7814" } }, { @@ -84340,13 +84340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7814" + "$ref": "https://ils.rero.ch/api/documents/7814" } }, { @@ -84354,13 +84354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7814" + "$ref": "https://ils.rero.ch/api/documents/7814" } }, { @@ -84368,13 +84368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7813" + "$ref": "https://ils.rero.ch/api/documents/7813" } }, { @@ -84382,13 +84382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7813" + "$ref": "https://ils.rero.ch/api/documents/7813" } }, { @@ -84396,13 +84396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7813" + "$ref": "https://ils.rero.ch/api/documents/7813" } }, { @@ -84410,13 +84410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7813" + "$ref": "https://ils.rero.ch/api/documents/7813" } }, { @@ -84424,13 +84424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7812" + "$ref": "https://ils.rero.ch/api/documents/7812" } }, { @@ -84438,13 +84438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7812" + "$ref": "https://ils.rero.ch/api/documents/7812" } }, { @@ -84452,13 +84452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7811" + "$ref": "https://ils.rero.ch/api/documents/7811" } }, { @@ -84466,13 +84466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7811" + "$ref": "https://ils.rero.ch/api/documents/7811" } }, { @@ -84480,13 +84480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7811" + "$ref": "https://ils.rero.ch/api/documents/7811" } }, { @@ -84494,13 +84494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7811" + "$ref": "https://ils.rero.ch/api/documents/7811" } }, { @@ -84508,13 +84508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7811" + "$ref": "https://ils.rero.ch/api/documents/7811" } }, { @@ -84522,13 +84522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7810" + "$ref": "https://ils.rero.ch/api/documents/7810" } }, { @@ -84536,13 +84536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7810" + "$ref": "https://ils.rero.ch/api/documents/7810" } }, { @@ -84550,13 +84550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7809" + "$ref": "https://ils.rero.ch/api/documents/7809" } }, { @@ -84564,13 +84564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7809" + "$ref": "https://ils.rero.ch/api/documents/7809" } }, { @@ -84578,13 +84578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7809" + "$ref": "https://ils.rero.ch/api/documents/7809" } }, { @@ -84592,13 +84592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7809" + "$ref": "https://ils.rero.ch/api/documents/7809" } }, { @@ -84606,13 +84606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7808" + "$ref": "https://ils.rero.ch/api/documents/7808" } }, { @@ -84620,13 +84620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7807" + "$ref": "https://ils.rero.ch/api/documents/7807" } }, { @@ -84634,13 +84634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7807" + "$ref": "https://ils.rero.ch/api/documents/7807" } }, { @@ -84648,13 +84648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7807" + "$ref": "https://ils.rero.ch/api/documents/7807" } }, { @@ -84662,13 +84662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7807" + "$ref": "https://ils.rero.ch/api/documents/7807" } }, { @@ -84676,13 +84676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7806" + "$ref": "https://ils.rero.ch/api/documents/7806" } }, { @@ -84690,13 +84690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7806" + "$ref": "https://ils.rero.ch/api/documents/7806" } }, { @@ -84704,13 +84704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7805" + "$ref": "https://ils.rero.ch/api/documents/7805" } }, { @@ -84718,13 +84718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7805" + "$ref": "https://ils.rero.ch/api/documents/7805" } }, { @@ -84732,13 +84732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7805" + "$ref": "https://ils.rero.ch/api/documents/7805" } }, { @@ -84746,13 +84746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7804" + "$ref": "https://ils.rero.ch/api/documents/7804" } }, { @@ -84760,13 +84760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7804" + "$ref": "https://ils.rero.ch/api/documents/7804" } }, { @@ -84774,13 +84774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7804" + "$ref": "https://ils.rero.ch/api/documents/7804" } }, { @@ -84788,13 +84788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7804" + "$ref": "https://ils.rero.ch/api/documents/7804" } }, { @@ -84802,13 +84802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7803" + "$ref": "https://ils.rero.ch/api/documents/7803" } }, { @@ -84816,13 +84816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7802" + "$ref": "https://ils.rero.ch/api/documents/7802" } }, { @@ -84830,13 +84830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7802" + "$ref": "https://ils.rero.ch/api/documents/7802" } }, { @@ -84844,13 +84844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7802" + "$ref": "https://ils.rero.ch/api/documents/7802" } }, { @@ -84858,13 +84858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7802" + "$ref": "https://ils.rero.ch/api/documents/7802" } }, { @@ -84872,13 +84872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7801" + "$ref": "https://ils.rero.ch/api/documents/7801" } }, { @@ -84886,13 +84886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7800" + "$ref": "https://ils.rero.ch/api/documents/7800" } }, { @@ -84900,13 +84900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7800" + "$ref": "https://ils.rero.ch/api/documents/7800" } }, { @@ -84914,13 +84914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7800" + "$ref": "https://ils.rero.ch/api/documents/7800" } }, { @@ -84928,13 +84928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7800" + "$ref": "https://ils.rero.ch/api/documents/7800" } }, { @@ -84942,13 +84942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7800" + "$ref": "https://ils.rero.ch/api/documents/7800" } }, { @@ -84956,13 +84956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7799" + "$ref": "https://ils.rero.ch/api/documents/7799" } }, { @@ -84970,13 +84970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7799" + "$ref": "https://ils.rero.ch/api/documents/7799" } }, { @@ -84984,13 +84984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7799" + "$ref": "https://ils.rero.ch/api/documents/7799" } }, { @@ -84998,13 +84998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7799" + "$ref": "https://ils.rero.ch/api/documents/7799" } }, { @@ -85012,13 +85012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7799" + "$ref": "https://ils.rero.ch/api/documents/7799" } }, { @@ -85026,13 +85026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7798" + "$ref": "https://ils.rero.ch/api/documents/7798" } }, { @@ -85040,13 +85040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7797" + "$ref": "https://ils.rero.ch/api/documents/7797" } }, { @@ -85054,13 +85054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7797" + "$ref": "https://ils.rero.ch/api/documents/7797" } }, { @@ -85068,13 +85068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7796" + "$ref": "https://ils.rero.ch/api/documents/7796" } }, { @@ -85082,13 +85082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7796" + "$ref": "https://ils.rero.ch/api/documents/7796" } }, { @@ -85096,13 +85096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7796" + "$ref": "https://ils.rero.ch/api/documents/7796" } }, { @@ -85110,13 +85110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7796" + "$ref": "https://ils.rero.ch/api/documents/7796" } }, { @@ -85124,13 +85124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7795" + "$ref": "https://ils.rero.ch/api/documents/7795" } }, { @@ -85138,13 +85138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7794" + "$ref": "https://ils.rero.ch/api/documents/7794" } }, { @@ -85152,13 +85152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7794" + "$ref": "https://ils.rero.ch/api/documents/7794" } }, { @@ -85166,13 +85166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7793" + "$ref": "https://ils.rero.ch/api/documents/7793" } }, { @@ -85180,13 +85180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7793" + "$ref": "https://ils.rero.ch/api/documents/7793" } }, { @@ -85194,13 +85194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7793" + "$ref": "https://ils.rero.ch/api/documents/7793" } }, { @@ -85208,13 +85208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7792" + "$ref": "https://ils.rero.ch/api/documents/7792" } }, { @@ -85222,13 +85222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7792" + "$ref": "https://ils.rero.ch/api/documents/7792" } }, { @@ -85236,13 +85236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7791" + "$ref": "https://ils.rero.ch/api/documents/7791" } }, { @@ -85250,13 +85250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7791" + "$ref": "https://ils.rero.ch/api/documents/7791" } }, { @@ -85264,13 +85264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7791" + "$ref": "https://ils.rero.ch/api/documents/7791" } }, { @@ -85278,13 +85278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7790" + "$ref": "https://ils.rero.ch/api/documents/7790" } }, { @@ -85292,13 +85292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7790" + "$ref": "https://ils.rero.ch/api/documents/7790" } }, { @@ -85306,13 +85306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7790" + "$ref": "https://ils.rero.ch/api/documents/7790" } }, { @@ -85320,13 +85320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7790" + "$ref": "https://ils.rero.ch/api/documents/7790" } }, { @@ -85334,13 +85334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7789" + "$ref": "https://ils.rero.ch/api/documents/7789" } }, { @@ -85348,13 +85348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7789" + "$ref": "https://ils.rero.ch/api/documents/7789" } }, { @@ -85362,13 +85362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7789" + "$ref": "https://ils.rero.ch/api/documents/7789" } }, { @@ -85376,13 +85376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7789" + "$ref": "https://ils.rero.ch/api/documents/7789" } }, { @@ -85390,13 +85390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7788" + "$ref": "https://ils.rero.ch/api/documents/7788" } }, { @@ -85404,13 +85404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7787" + "$ref": "https://ils.rero.ch/api/documents/7787" } }, { @@ -85418,13 +85418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7787" + "$ref": "https://ils.rero.ch/api/documents/7787" } }, { @@ -85432,13 +85432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7787" + "$ref": "https://ils.rero.ch/api/documents/7787" } }, { @@ -85446,13 +85446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7787" + "$ref": "https://ils.rero.ch/api/documents/7787" } }, { @@ -85460,13 +85460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7787" + "$ref": "https://ils.rero.ch/api/documents/7787" } }, { @@ -85474,13 +85474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7786" + "$ref": "https://ils.rero.ch/api/documents/7786" } }, { @@ -85488,13 +85488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7785" + "$ref": "https://ils.rero.ch/api/documents/7785" } }, { @@ -85502,13 +85502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7785" + "$ref": "https://ils.rero.ch/api/documents/7785" } }, { @@ -85516,13 +85516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7785" + "$ref": "https://ils.rero.ch/api/documents/7785" } }, { @@ -85530,13 +85530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7784" + "$ref": "https://ils.rero.ch/api/documents/7784" } }, { @@ -85544,13 +85544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7784" + "$ref": "https://ils.rero.ch/api/documents/7784" } }, { @@ -85558,13 +85558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7784" + "$ref": "https://ils.rero.ch/api/documents/7784" } }, { @@ -85572,13 +85572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7784" + "$ref": "https://ils.rero.ch/api/documents/7784" } }, { @@ -85586,13 +85586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7784" + "$ref": "https://ils.rero.ch/api/documents/7784" } }, { @@ -85600,13 +85600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7783" + "$ref": "https://ils.rero.ch/api/documents/7783" } }, { @@ -85614,13 +85614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7783" + "$ref": "https://ils.rero.ch/api/documents/7783" } }, { @@ -85628,13 +85628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7783" + "$ref": "https://ils.rero.ch/api/documents/7783" } }, { @@ -85642,13 +85642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7783" + "$ref": "https://ils.rero.ch/api/documents/7783" } }, { @@ -85656,13 +85656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7783" + "$ref": "https://ils.rero.ch/api/documents/7783" } }, { @@ -85670,13 +85670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7782" + "$ref": "https://ils.rero.ch/api/documents/7782" } }, { @@ -85684,13 +85684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7782" + "$ref": "https://ils.rero.ch/api/documents/7782" } }, { @@ -85698,13 +85698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7782" + "$ref": "https://ils.rero.ch/api/documents/7782" } }, { @@ -85712,13 +85712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7782" + "$ref": "https://ils.rero.ch/api/documents/7782" } }, { @@ -85726,13 +85726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7781" + "$ref": "https://ils.rero.ch/api/documents/7781" } }, { @@ -85740,13 +85740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7781" + "$ref": "https://ils.rero.ch/api/documents/7781" } }, { @@ -85754,13 +85754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7781" + "$ref": "https://ils.rero.ch/api/documents/7781" } }, { @@ -85768,13 +85768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7780" + "$ref": "https://ils.rero.ch/api/documents/7780" } }, { @@ -85782,13 +85782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7779" + "$ref": "https://ils.rero.ch/api/documents/7779" } }, { @@ -85796,13 +85796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7779" + "$ref": "https://ils.rero.ch/api/documents/7779" } }, { @@ -85810,13 +85810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7779" + "$ref": "https://ils.rero.ch/api/documents/7779" } }, { @@ -85824,13 +85824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7779" + "$ref": "https://ils.rero.ch/api/documents/7779" } }, { @@ -85838,13 +85838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7779" + "$ref": "https://ils.rero.ch/api/documents/7779" } }, { @@ -85852,13 +85852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7778" + "$ref": "https://ils.rero.ch/api/documents/7778" } }, { @@ -85866,13 +85866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7778" + "$ref": "https://ils.rero.ch/api/documents/7778" } }, { @@ -85880,13 +85880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7778" + "$ref": "https://ils.rero.ch/api/documents/7778" } }, { @@ -85894,13 +85894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7777" + "$ref": "https://ils.rero.ch/api/documents/7777" } }, { @@ -85908,13 +85908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7777" + "$ref": "https://ils.rero.ch/api/documents/7777" } }, { @@ -85922,13 +85922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7776" + "$ref": "https://ils.rero.ch/api/documents/7776" } }, { @@ -85936,13 +85936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7776" + "$ref": "https://ils.rero.ch/api/documents/7776" } }, { @@ -85950,13 +85950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7775" + "$ref": "https://ils.rero.ch/api/documents/7775" } }, { @@ -85964,13 +85964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7775" + "$ref": "https://ils.rero.ch/api/documents/7775" } }, { @@ -85978,13 +85978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7774" + "$ref": "https://ils.rero.ch/api/documents/7774" } }, { @@ -85992,13 +85992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7774" + "$ref": "https://ils.rero.ch/api/documents/7774" } }, { @@ -86006,13 +86006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7774" + "$ref": "https://ils.rero.ch/api/documents/7774" } }, { @@ -86020,13 +86020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7774" + "$ref": "https://ils.rero.ch/api/documents/7774" } }, { @@ -86034,13 +86034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7773" + "$ref": "https://ils.rero.ch/api/documents/7773" } }, { @@ -86048,13 +86048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7773" + "$ref": "https://ils.rero.ch/api/documents/7773" } }, { @@ -86062,13 +86062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7773" + "$ref": "https://ils.rero.ch/api/documents/7773" } }, { @@ -86076,13 +86076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7773" + "$ref": "https://ils.rero.ch/api/documents/7773" } }, { @@ -86090,13 +86090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7772" + "$ref": "https://ils.rero.ch/api/documents/7772" } }, { @@ -86104,13 +86104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7772" + "$ref": "https://ils.rero.ch/api/documents/7772" } }, { @@ -86118,13 +86118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7771" + "$ref": "https://ils.rero.ch/api/documents/7771" } }, { @@ -86132,13 +86132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7770" + "$ref": "https://ils.rero.ch/api/documents/7770" } }, { @@ -86146,13 +86146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7770" + "$ref": "https://ils.rero.ch/api/documents/7770" } }, { @@ -86160,13 +86160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7769" + "$ref": "https://ils.rero.ch/api/documents/7769" } }, { @@ -86174,13 +86174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7769" + "$ref": "https://ils.rero.ch/api/documents/7769" } }, { @@ -86188,13 +86188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7769" + "$ref": "https://ils.rero.ch/api/documents/7769" } }, { @@ -86202,13 +86202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7769" + "$ref": "https://ils.rero.ch/api/documents/7769" } }, { @@ -86216,13 +86216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7768" + "$ref": "https://ils.rero.ch/api/documents/7768" } }, { @@ -86230,13 +86230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7768" + "$ref": "https://ils.rero.ch/api/documents/7768" } }, { @@ -86244,13 +86244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7767" + "$ref": "https://ils.rero.ch/api/documents/7767" } }, { @@ -86258,13 +86258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7766" + "$ref": "https://ils.rero.ch/api/documents/7766" } }, { @@ -86272,13 +86272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7766" + "$ref": "https://ils.rero.ch/api/documents/7766" } }, { @@ -86286,13 +86286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7766" + "$ref": "https://ils.rero.ch/api/documents/7766" } }, { @@ -86300,13 +86300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7766" + "$ref": "https://ils.rero.ch/api/documents/7766" } }, { @@ -86314,13 +86314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7766" + "$ref": "https://ils.rero.ch/api/documents/7766" } }, { @@ -86328,13 +86328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7765" + "$ref": "https://ils.rero.ch/api/documents/7765" } }, { @@ -86342,13 +86342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7765" + "$ref": "https://ils.rero.ch/api/documents/7765" } }, { @@ -86356,13 +86356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7765" + "$ref": "https://ils.rero.ch/api/documents/7765" } }, { @@ -86370,13 +86370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7765" + "$ref": "https://ils.rero.ch/api/documents/7765" } }, { @@ -86384,13 +86384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7764" + "$ref": "https://ils.rero.ch/api/documents/7764" } }, { @@ -86398,13 +86398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7764" + "$ref": "https://ils.rero.ch/api/documents/7764" } }, { @@ -86412,13 +86412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7764" + "$ref": "https://ils.rero.ch/api/documents/7764" } }, { @@ -86426,13 +86426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7764" + "$ref": "https://ils.rero.ch/api/documents/7764" } }, { @@ -86440,13 +86440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7764" + "$ref": "https://ils.rero.ch/api/documents/7764" } }, { @@ -86454,13 +86454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7763" + "$ref": "https://ils.rero.ch/api/documents/7763" } }, { @@ -86468,13 +86468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7763" + "$ref": "https://ils.rero.ch/api/documents/7763" } }, { @@ -86482,13 +86482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7763" + "$ref": "https://ils.rero.ch/api/documents/7763" } }, { @@ -86496,13 +86496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7763" + "$ref": "https://ils.rero.ch/api/documents/7763" } }, { @@ -86510,13 +86510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7762" + "$ref": "https://ils.rero.ch/api/documents/7762" } }, { @@ -86524,13 +86524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7762" + "$ref": "https://ils.rero.ch/api/documents/7762" } }, { @@ -86538,13 +86538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7761" + "$ref": "https://ils.rero.ch/api/documents/7761" } }, { @@ -86552,13 +86552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7761" + "$ref": "https://ils.rero.ch/api/documents/7761" } }, { @@ -86566,13 +86566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7761" + "$ref": "https://ils.rero.ch/api/documents/7761" } }, { @@ -86580,13 +86580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7761" + "$ref": "https://ils.rero.ch/api/documents/7761" } }, { @@ -86594,13 +86594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7761" + "$ref": "https://ils.rero.ch/api/documents/7761" } }, { @@ -86608,13 +86608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7760" + "$ref": "https://ils.rero.ch/api/documents/7760" } }, { @@ -86622,13 +86622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7760" + "$ref": "https://ils.rero.ch/api/documents/7760" } }, { @@ -86636,13 +86636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7760" + "$ref": "https://ils.rero.ch/api/documents/7760" } }, { @@ -86650,13 +86650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7759" + "$ref": "https://ils.rero.ch/api/documents/7759" } }, { @@ -86664,13 +86664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7759" + "$ref": "https://ils.rero.ch/api/documents/7759" } }, { @@ -86678,13 +86678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7759" + "$ref": "https://ils.rero.ch/api/documents/7759" } }, { @@ -86692,13 +86692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7759" + "$ref": "https://ils.rero.ch/api/documents/7759" } }, { @@ -86706,13 +86706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7758" + "$ref": "https://ils.rero.ch/api/documents/7758" } }, { @@ -86720,13 +86720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7758" + "$ref": "https://ils.rero.ch/api/documents/7758" } }, { @@ -86734,13 +86734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7758" + "$ref": "https://ils.rero.ch/api/documents/7758" } }, { @@ -86748,13 +86748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7758" + "$ref": "https://ils.rero.ch/api/documents/7758" } }, { @@ -86762,13 +86762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7758" + "$ref": "https://ils.rero.ch/api/documents/7758" } }, { @@ -86776,13 +86776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7757" + "$ref": "https://ils.rero.ch/api/documents/7757" } }, { @@ -86790,13 +86790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7757" + "$ref": "https://ils.rero.ch/api/documents/7757" } }, { @@ -86804,13 +86804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7757" + "$ref": "https://ils.rero.ch/api/documents/7757" } }, { @@ -86818,13 +86818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7756" + "$ref": "https://ils.rero.ch/api/documents/7756" } }, { @@ -86832,13 +86832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7756" + "$ref": "https://ils.rero.ch/api/documents/7756" } }, { @@ -86846,13 +86846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7756" + "$ref": "https://ils.rero.ch/api/documents/7756" } }, { @@ -86860,13 +86860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7756" + "$ref": "https://ils.rero.ch/api/documents/7756" } }, { @@ -86874,13 +86874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7755" + "$ref": "https://ils.rero.ch/api/documents/7755" } }, { @@ -86888,13 +86888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7755" + "$ref": "https://ils.rero.ch/api/documents/7755" } }, { @@ -86902,13 +86902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7755" + "$ref": "https://ils.rero.ch/api/documents/7755" } }, { @@ -86916,13 +86916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7755" + "$ref": "https://ils.rero.ch/api/documents/7755" } }, { @@ -86930,13 +86930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7754" + "$ref": "https://ils.rero.ch/api/documents/7754" } }, { @@ -86944,13 +86944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7754" + "$ref": "https://ils.rero.ch/api/documents/7754" } }, { @@ -86958,13 +86958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7754" + "$ref": "https://ils.rero.ch/api/documents/7754" } }, { @@ -86972,13 +86972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7754" + "$ref": "https://ils.rero.ch/api/documents/7754" } }, { @@ -86986,13 +86986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7754" + "$ref": "https://ils.rero.ch/api/documents/7754" } }, { @@ -87000,13 +87000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7753" + "$ref": "https://ils.rero.ch/api/documents/7753" } }, { @@ -87014,13 +87014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7753" + "$ref": "https://ils.rero.ch/api/documents/7753" } }, { @@ -87028,13 +87028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7753" + "$ref": "https://ils.rero.ch/api/documents/7753" } }, { @@ -87042,13 +87042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7752" + "$ref": "https://ils.rero.ch/api/documents/7752" } }, { @@ -87056,13 +87056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7752" + "$ref": "https://ils.rero.ch/api/documents/7752" } }, { @@ -87070,13 +87070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7752" + "$ref": "https://ils.rero.ch/api/documents/7752" } }, { @@ -87084,13 +87084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7751" + "$ref": "https://ils.rero.ch/api/documents/7751" } }, { @@ -87098,13 +87098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7751" + "$ref": "https://ils.rero.ch/api/documents/7751" } }, { @@ -87112,13 +87112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7750" + "$ref": "https://ils.rero.ch/api/documents/7750" } }, { @@ -87126,13 +87126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7750" + "$ref": "https://ils.rero.ch/api/documents/7750" } }, { @@ -87140,13 +87140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7750" + "$ref": "https://ils.rero.ch/api/documents/7750" } }, { @@ -87154,13 +87154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7750" + "$ref": "https://ils.rero.ch/api/documents/7750" } }, { @@ -87168,13 +87168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7750" + "$ref": "https://ils.rero.ch/api/documents/7750" } }, { @@ -87182,13 +87182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7749" + "$ref": "https://ils.rero.ch/api/documents/7749" } }, { @@ -87196,13 +87196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7749" + "$ref": "https://ils.rero.ch/api/documents/7749" } }, { @@ -87210,13 +87210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7748" + "$ref": "https://ils.rero.ch/api/documents/7748" } }, { @@ -87224,13 +87224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7747" + "$ref": "https://ils.rero.ch/api/documents/7747" } }, { @@ -87238,13 +87238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7747" + "$ref": "https://ils.rero.ch/api/documents/7747" } }, { @@ -87252,13 +87252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7747" + "$ref": "https://ils.rero.ch/api/documents/7747" } }, { @@ -87266,13 +87266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7747" + "$ref": "https://ils.rero.ch/api/documents/7747" } }, { @@ -87280,13 +87280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7747" + "$ref": "https://ils.rero.ch/api/documents/7747" } }, { @@ -87294,13 +87294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7746" + "$ref": "https://ils.rero.ch/api/documents/7746" } }, { @@ -87308,13 +87308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7746" + "$ref": "https://ils.rero.ch/api/documents/7746" } }, { @@ -87322,13 +87322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7746" + "$ref": "https://ils.rero.ch/api/documents/7746" } }, { @@ -87336,13 +87336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7746" + "$ref": "https://ils.rero.ch/api/documents/7746" } }, { @@ -87350,13 +87350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7746" + "$ref": "https://ils.rero.ch/api/documents/7746" } }, { @@ -87364,13 +87364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7745" + "$ref": "https://ils.rero.ch/api/documents/7745" } }, { @@ -87378,13 +87378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7745" + "$ref": "https://ils.rero.ch/api/documents/7745" } }, { @@ -87392,13 +87392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7745" + "$ref": "https://ils.rero.ch/api/documents/7745" } }, { @@ -87406,13 +87406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7744" + "$ref": "https://ils.rero.ch/api/documents/7744" } }, { @@ -87420,13 +87420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7744" + "$ref": "https://ils.rero.ch/api/documents/7744" } }, { @@ -87434,13 +87434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7744" + "$ref": "https://ils.rero.ch/api/documents/7744" } }, { @@ -87448,13 +87448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7744" + "$ref": "https://ils.rero.ch/api/documents/7744" } }, { @@ -87462,13 +87462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7743" + "$ref": "https://ils.rero.ch/api/documents/7743" } }, { @@ -87476,13 +87476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7742" + "$ref": "https://ils.rero.ch/api/documents/7742" } }, { @@ -87490,13 +87490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7742" + "$ref": "https://ils.rero.ch/api/documents/7742" } }, { @@ -87504,13 +87504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7742" + "$ref": "https://ils.rero.ch/api/documents/7742" } }, { @@ -87518,13 +87518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7742" + "$ref": "https://ils.rero.ch/api/documents/7742" } }, { @@ -87532,13 +87532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7741" + "$ref": "https://ils.rero.ch/api/documents/7741" } }, { @@ -87546,13 +87546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7741" + "$ref": "https://ils.rero.ch/api/documents/7741" } }, { @@ -87560,13 +87560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7740" + "$ref": "https://ils.rero.ch/api/documents/7740" } }, { @@ -87574,13 +87574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7739" + "$ref": "https://ils.rero.ch/api/documents/7739" } }, { @@ -87588,13 +87588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7739" + "$ref": "https://ils.rero.ch/api/documents/7739" } }, { @@ -87602,13 +87602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7739" + "$ref": "https://ils.rero.ch/api/documents/7739" } }, { @@ -87616,13 +87616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7739" + "$ref": "https://ils.rero.ch/api/documents/7739" } }, { @@ -87630,13 +87630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7739" + "$ref": "https://ils.rero.ch/api/documents/7739" } }, { @@ -87644,13 +87644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7738" + "$ref": "https://ils.rero.ch/api/documents/7738" } }, { @@ -87658,13 +87658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7738" + "$ref": "https://ils.rero.ch/api/documents/7738" } }, { @@ -87672,13 +87672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7737" + "$ref": "https://ils.rero.ch/api/documents/7737" } }, { @@ -87686,13 +87686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7737" + "$ref": "https://ils.rero.ch/api/documents/7737" } }, { @@ -87700,13 +87700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7737" + "$ref": "https://ils.rero.ch/api/documents/7737" } }, { @@ -87714,13 +87714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7737" + "$ref": "https://ils.rero.ch/api/documents/7737" } }, { @@ -87728,13 +87728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7737" + "$ref": "https://ils.rero.ch/api/documents/7737" } }, { @@ -87742,13 +87742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7736" + "$ref": "https://ils.rero.ch/api/documents/7736" } }, { @@ -87756,13 +87756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7736" + "$ref": "https://ils.rero.ch/api/documents/7736" } }, { @@ -87770,13 +87770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7736" + "$ref": "https://ils.rero.ch/api/documents/7736" } }, { @@ -87784,13 +87784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7736" + "$ref": "https://ils.rero.ch/api/documents/7736" } }, { @@ -87798,13 +87798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7736" + "$ref": "https://ils.rero.ch/api/documents/7736" } }, { @@ -87812,13 +87812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7735" + "$ref": "https://ils.rero.ch/api/documents/7735" } }, { @@ -87826,13 +87826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7735" + "$ref": "https://ils.rero.ch/api/documents/7735" } }, { @@ -87840,13 +87840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7735" + "$ref": "https://ils.rero.ch/api/documents/7735" } }, { @@ -87854,13 +87854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7735" + "$ref": "https://ils.rero.ch/api/documents/7735" } }, { @@ -87868,13 +87868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7735" + "$ref": "https://ils.rero.ch/api/documents/7735" } }, { @@ -87882,13 +87882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7734" + "$ref": "https://ils.rero.ch/api/documents/7734" } }, { @@ -87896,13 +87896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7733" + "$ref": "https://ils.rero.ch/api/documents/7733" } }, { @@ -87910,13 +87910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7733" + "$ref": "https://ils.rero.ch/api/documents/7733" } }, { @@ -87924,13 +87924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7733" + "$ref": "https://ils.rero.ch/api/documents/7733" } }, { @@ -87938,13 +87938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7733" + "$ref": "https://ils.rero.ch/api/documents/7733" } }, { @@ -87952,13 +87952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7732" + "$ref": "https://ils.rero.ch/api/documents/7732" } }, { @@ -87966,13 +87966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7732" + "$ref": "https://ils.rero.ch/api/documents/7732" } }, { @@ -87980,13 +87980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7731" + "$ref": "https://ils.rero.ch/api/documents/7731" } }, { @@ -87994,13 +87994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7731" + "$ref": "https://ils.rero.ch/api/documents/7731" } }, { @@ -88008,13 +88008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7731" + "$ref": "https://ils.rero.ch/api/documents/7731" } }, { @@ -88022,13 +88022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7731" + "$ref": "https://ils.rero.ch/api/documents/7731" } }, { @@ -88036,13 +88036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7730" + "$ref": "https://ils.rero.ch/api/documents/7730" } }, { @@ -88050,13 +88050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7730" + "$ref": "https://ils.rero.ch/api/documents/7730" } }, { @@ -88064,13 +88064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7730" + "$ref": "https://ils.rero.ch/api/documents/7730" } }, { @@ -88078,13 +88078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7730" + "$ref": "https://ils.rero.ch/api/documents/7730" } }, { @@ -88092,13 +88092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7730" + "$ref": "https://ils.rero.ch/api/documents/7730" } }, { @@ -88106,13 +88106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7729" + "$ref": "https://ils.rero.ch/api/documents/7729" } }, { @@ -88120,13 +88120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7729" + "$ref": "https://ils.rero.ch/api/documents/7729" } }, { @@ -88134,13 +88134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7729" + "$ref": "https://ils.rero.ch/api/documents/7729" } }, { @@ -88148,13 +88148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7729" + "$ref": "https://ils.rero.ch/api/documents/7729" } }, { @@ -88162,13 +88162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7728" + "$ref": "https://ils.rero.ch/api/documents/7728" } }, { @@ -88176,13 +88176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7728" + "$ref": "https://ils.rero.ch/api/documents/7728" } }, { @@ -88190,13 +88190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7728" + "$ref": "https://ils.rero.ch/api/documents/7728" } }, { @@ -88204,13 +88204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7727" + "$ref": "https://ils.rero.ch/api/documents/7727" } }, { @@ -88218,13 +88218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7727" + "$ref": "https://ils.rero.ch/api/documents/7727" } }, { @@ -88232,13 +88232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7727" + "$ref": "https://ils.rero.ch/api/documents/7727" } }, { @@ -88246,13 +88246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7727" + "$ref": "https://ils.rero.ch/api/documents/7727" } }, { @@ -88260,13 +88260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7727" + "$ref": "https://ils.rero.ch/api/documents/7727" } }, { @@ -88274,13 +88274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7726" + "$ref": "https://ils.rero.ch/api/documents/7726" } }, { @@ -88288,13 +88288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7726" + "$ref": "https://ils.rero.ch/api/documents/7726" } }, { @@ -88302,13 +88302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7726" + "$ref": "https://ils.rero.ch/api/documents/7726" } }, { @@ -88316,13 +88316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7726" + "$ref": "https://ils.rero.ch/api/documents/7726" } }, { @@ -88330,13 +88330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7725" + "$ref": "https://ils.rero.ch/api/documents/7725" } }, { @@ -88344,13 +88344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7725" + "$ref": "https://ils.rero.ch/api/documents/7725" } }, { @@ -88358,13 +88358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7725" + "$ref": "https://ils.rero.ch/api/documents/7725" } }, { @@ -88372,13 +88372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7725" + "$ref": "https://ils.rero.ch/api/documents/7725" } }, { @@ -88386,13 +88386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7724" + "$ref": "https://ils.rero.ch/api/documents/7724" } }, { @@ -88400,13 +88400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7724" + "$ref": "https://ils.rero.ch/api/documents/7724" } }, { @@ -88414,13 +88414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7724" + "$ref": "https://ils.rero.ch/api/documents/7724" } }, { @@ -88428,13 +88428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7724" + "$ref": "https://ils.rero.ch/api/documents/7724" } }, { @@ -88442,13 +88442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7724" + "$ref": "https://ils.rero.ch/api/documents/7724" } }, { @@ -88456,13 +88456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7723" + "$ref": "https://ils.rero.ch/api/documents/7723" } }, { @@ -88470,13 +88470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7723" + "$ref": "https://ils.rero.ch/api/documents/7723" } }, { @@ -88484,13 +88484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7723" + "$ref": "https://ils.rero.ch/api/documents/7723" } }, { @@ -88498,13 +88498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7722" + "$ref": "https://ils.rero.ch/api/documents/7722" } }, { @@ -88512,13 +88512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7722" + "$ref": "https://ils.rero.ch/api/documents/7722" } }, { @@ -88526,13 +88526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7722" + "$ref": "https://ils.rero.ch/api/documents/7722" } }, { @@ -88540,13 +88540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7722" + "$ref": "https://ils.rero.ch/api/documents/7722" } }, { @@ -88554,13 +88554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7722" + "$ref": "https://ils.rero.ch/api/documents/7722" } }, { @@ -88568,13 +88568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7721" + "$ref": "https://ils.rero.ch/api/documents/7721" } }, { @@ -88582,13 +88582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7720" + "$ref": "https://ils.rero.ch/api/documents/7720" } }, { @@ -88596,13 +88596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7720" + "$ref": "https://ils.rero.ch/api/documents/7720" } }, { @@ -88610,13 +88610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7719" + "$ref": "https://ils.rero.ch/api/documents/7719" } }, { @@ -88624,13 +88624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7719" + "$ref": "https://ils.rero.ch/api/documents/7719" } }, { @@ -88638,13 +88638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7719" + "$ref": "https://ils.rero.ch/api/documents/7719" } }, { @@ -88652,13 +88652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7719" + "$ref": "https://ils.rero.ch/api/documents/7719" } }, { @@ -88666,13 +88666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7719" + "$ref": "https://ils.rero.ch/api/documents/7719" } }, { @@ -88680,13 +88680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7718" + "$ref": "https://ils.rero.ch/api/documents/7718" } }, { @@ -88694,13 +88694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7718" + "$ref": "https://ils.rero.ch/api/documents/7718" } }, { @@ -88708,13 +88708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7718" + "$ref": "https://ils.rero.ch/api/documents/7718" } }, { @@ -88722,13 +88722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7718" + "$ref": "https://ils.rero.ch/api/documents/7718" } }, { @@ -88736,13 +88736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7717" + "$ref": "https://ils.rero.ch/api/documents/7717" } }, { @@ -88750,13 +88750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7717" + "$ref": "https://ils.rero.ch/api/documents/7717" } }, { @@ -88764,13 +88764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7717" + "$ref": "https://ils.rero.ch/api/documents/7717" } }, { @@ -88778,13 +88778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7717" + "$ref": "https://ils.rero.ch/api/documents/7717" } }, { @@ -88792,13 +88792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7716" + "$ref": "https://ils.rero.ch/api/documents/7716" } }, { @@ -88806,13 +88806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7716" + "$ref": "https://ils.rero.ch/api/documents/7716" } }, { @@ -88820,13 +88820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7716" + "$ref": "https://ils.rero.ch/api/documents/7716" } }, { @@ -88834,13 +88834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7715" + "$ref": "https://ils.rero.ch/api/documents/7715" } }, { @@ -88848,13 +88848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7715" + "$ref": "https://ils.rero.ch/api/documents/7715" } }, { @@ -88862,13 +88862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7714" + "$ref": "https://ils.rero.ch/api/documents/7714" } }, { @@ -88876,13 +88876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7714" + "$ref": "https://ils.rero.ch/api/documents/7714" } }, { @@ -88890,13 +88890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7714" + "$ref": "https://ils.rero.ch/api/documents/7714" } }, { @@ -88904,13 +88904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7714" + "$ref": "https://ils.rero.ch/api/documents/7714" } }, { @@ -88918,13 +88918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7714" + "$ref": "https://ils.rero.ch/api/documents/7714" } }, { @@ -88932,13 +88932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7713" + "$ref": "https://ils.rero.ch/api/documents/7713" } }, { @@ -88946,13 +88946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7712" + "$ref": "https://ils.rero.ch/api/documents/7712" } }, { @@ -88960,13 +88960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7712" + "$ref": "https://ils.rero.ch/api/documents/7712" } }, { @@ -88974,13 +88974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7712" + "$ref": "https://ils.rero.ch/api/documents/7712" } }, { @@ -88988,13 +88988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7712" + "$ref": "https://ils.rero.ch/api/documents/7712" } }, { @@ -89002,13 +89002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7711" + "$ref": "https://ils.rero.ch/api/documents/7711" } }, { @@ -89016,13 +89016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7711" + "$ref": "https://ils.rero.ch/api/documents/7711" } }, { @@ -89030,13 +89030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7711" + "$ref": "https://ils.rero.ch/api/documents/7711" } }, { @@ -89044,13 +89044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7711" + "$ref": "https://ils.rero.ch/api/documents/7711" } }, { @@ -89058,13 +89058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7710" + "$ref": "https://ils.rero.ch/api/documents/7710" } }, { @@ -89072,13 +89072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7710" + "$ref": "https://ils.rero.ch/api/documents/7710" } }, { @@ -89086,13 +89086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7709" + "$ref": "https://ils.rero.ch/api/documents/7709" } }, { @@ -89100,13 +89100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7709" + "$ref": "https://ils.rero.ch/api/documents/7709" } }, { @@ -89114,13 +89114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7709" + "$ref": "https://ils.rero.ch/api/documents/7709" } }, { @@ -89128,13 +89128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7709" + "$ref": "https://ils.rero.ch/api/documents/7709" } }, { @@ -89142,13 +89142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7709" + "$ref": "https://ils.rero.ch/api/documents/7709" } }, { @@ -89156,13 +89156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7708" + "$ref": "https://ils.rero.ch/api/documents/7708" } }, { @@ -89170,13 +89170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7708" + "$ref": "https://ils.rero.ch/api/documents/7708" } }, { @@ -89184,13 +89184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7708" + "$ref": "https://ils.rero.ch/api/documents/7708" } }, { @@ -89198,13 +89198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7707" + "$ref": "https://ils.rero.ch/api/documents/7707" } }, { @@ -89212,13 +89212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7706" + "$ref": "https://ils.rero.ch/api/documents/7706" } }, { @@ -89226,13 +89226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7705" + "$ref": "https://ils.rero.ch/api/documents/7705" } }, { @@ -89240,13 +89240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7704" + "$ref": "https://ils.rero.ch/api/documents/7704" } }, { @@ -89254,13 +89254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7703" + "$ref": "https://ils.rero.ch/api/documents/7703" } }, { @@ -89268,13 +89268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7703" + "$ref": "https://ils.rero.ch/api/documents/7703" } }, { @@ -89282,13 +89282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7702" + "$ref": "https://ils.rero.ch/api/documents/7702" } }, { @@ -89296,13 +89296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7702" + "$ref": "https://ils.rero.ch/api/documents/7702" } }, { @@ -89310,13 +89310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7702" + "$ref": "https://ils.rero.ch/api/documents/7702" } }, { @@ -89324,13 +89324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7702" + "$ref": "https://ils.rero.ch/api/documents/7702" } }, { @@ -89338,13 +89338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7702" + "$ref": "https://ils.rero.ch/api/documents/7702" } }, { @@ -89352,13 +89352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7701" + "$ref": "https://ils.rero.ch/api/documents/7701" } }, { @@ -89366,13 +89366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7701" + "$ref": "https://ils.rero.ch/api/documents/7701" } }, { @@ -89380,13 +89380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7700" + "$ref": "https://ils.rero.ch/api/documents/7700" } }, { @@ -89394,13 +89394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7700" + "$ref": "https://ils.rero.ch/api/documents/7700" } }, { @@ -89408,13 +89408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7699" + "$ref": "https://ils.rero.ch/api/documents/7699" } }, { @@ -89422,13 +89422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7699" + "$ref": "https://ils.rero.ch/api/documents/7699" } }, { @@ -89436,13 +89436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7699" + "$ref": "https://ils.rero.ch/api/documents/7699" } }, { @@ -89450,13 +89450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7699" + "$ref": "https://ils.rero.ch/api/documents/7699" } }, { @@ -89464,13 +89464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7698" + "$ref": "https://ils.rero.ch/api/documents/7698" } }, { @@ -89478,13 +89478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7697" + "$ref": "https://ils.rero.ch/api/documents/7697" } }, { @@ -89492,13 +89492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7697" + "$ref": "https://ils.rero.ch/api/documents/7697" } }, { @@ -89506,13 +89506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7697" + "$ref": "https://ils.rero.ch/api/documents/7697" } }, { @@ -89520,13 +89520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7697" + "$ref": "https://ils.rero.ch/api/documents/7697" } }, { @@ -89534,13 +89534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7697" + "$ref": "https://ils.rero.ch/api/documents/7697" } }, { @@ -89548,13 +89548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7696" + "$ref": "https://ils.rero.ch/api/documents/7696" } }, { @@ -89562,13 +89562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7696" + "$ref": "https://ils.rero.ch/api/documents/7696" } }, { @@ -89576,13 +89576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7696" + "$ref": "https://ils.rero.ch/api/documents/7696" } }, { @@ -89590,13 +89590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7696" + "$ref": "https://ils.rero.ch/api/documents/7696" } }, { @@ -89604,13 +89604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7695" + "$ref": "https://ils.rero.ch/api/documents/7695" } }, { @@ -89618,13 +89618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7695" + "$ref": "https://ils.rero.ch/api/documents/7695" } }, { @@ -89632,13 +89632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7695" + "$ref": "https://ils.rero.ch/api/documents/7695" } }, { @@ -89646,13 +89646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7695" + "$ref": "https://ils.rero.ch/api/documents/7695" } }, { @@ -89660,13 +89660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7694" + "$ref": "https://ils.rero.ch/api/documents/7694" } }, { @@ -89674,13 +89674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7693" + "$ref": "https://ils.rero.ch/api/documents/7693" } }, { @@ -89688,13 +89688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7693" + "$ref": "https://ils.rero.ch/api/documents/7693" } }, { @@ -89702,13 +89702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7693" + "$ref": "https://ils.rero.ch/api/documents/7693" } }, { @@ -89716,13 +89716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7692" + "$ref": "https://ils.rero.ch/api/documents/7692" } }, { @@ -89730,13 +89730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7692" + "$ref": "https://ils.rero.ch/api/documents/7692" } }, { @@ -89744,13 +89744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7692" + "$ref": "https://ils.rero.ch/api/documents/7692" } }, { @@ -89758,13 +89758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7691" + "$ref": "https://ils.rero.ch/api/documents/7691" } }, { @@ -89772,13 +89772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7690" + "$ref": "https://ils.rero.ch/api/documents/7690" } }, { @@ -89786,13 +89786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7690" + "$ref": "https://ils.rero.ch/api/documents/7690" } }, { @@ -89800,13 +89800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7690" + "$ref": "https://ils.rero.ch/api/documents/7690" } }, { @@ -89814,13 +89814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7690" + "$ref": "https://ils.rero.ch/api/documents/7690" } }, { @@ -89828,13 +89828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7690" + "$ref": "https://ils.rero.ch/api/documents/7690" } }, { @@ -89842,13 +89842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7689" + "$ref": "https://ils.rero.ch/api/documents/7689" } }, { @@ -89856,13 +89856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7689" + "$ref": "https://ils.rero.ch/api/documents/7689" } }, { @@ -89870,13 +89870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7689" + "$ref": "https://ils.rero.ch/api/documents/7689" } }, { @@ -89884,13 +89884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7688" + "$ref": "https://ils.rero.ch/api/documents/7688" } }, { @@ -89898,13 +89898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7688" + "$ref": "https://ils.rero.ch/api/documents/7688" } }, { @@ -89912,13 +89912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7688" + "$ref": "https://ils.rero.ch/api/documents/7688" } }, { @@ -89926,13 +89926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7688" + "$ref": "https://ils.rero.ch/api/documents/7688" } }, { @@ -89940,13 +89940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7687" + "$ref": "https://ils.rero.ch/api/documents/7687" } }, { @@ -89954,13 +89954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7687" + "$ref": "https://ils.rero.ch/api/documents/7687" } }, { @@ -89968,13 +89968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7687" + "$ref": "https://ils.rero.ch/api/documents/7687" } }, { @@ -89982,13 +89982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7687" + "$ref": "https://ils.rero.ch/api/documents/7687" } }, { @@ -89996,13 +89996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7687" + "$ref": "https://ils.rero.ch/api/documents/7687" } }, { @@ -90010,13 +90010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7686" + "$ref": "https://ils.rero.ch/api/documents/7686" } }, { @@ -90024,13 +90024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7686" + "$ref": "https://ils.rero.ch/api/documents/7686" } }, { @@ -90038,13 +90038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7686" + "$ref": "https://ils.rero.ch/api/documents/7686" } }, { @@ -90052,13 +90052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7686" + "$ref": "https://ils.rero.ch/api/documents/7686" } }, { @@ -90066,13 +90066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7686" + "$ref": "https://ils.rero.ch/api/documents/7686" } }, { @@ -90080,13 +90080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7685" + "$ref": "https://ils.rero.ch/api/documents/7685" } }, { @@ -90094,13 +90094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7685" + "$ref": "https://ils.rero.ch/api/documents/7685" } }, { @@ -90108,13 +90108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7685" + "$ref": "https://ils.rero.ch/api/documents/7685" } }, { @@ -90122,13 +90122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7684" + "$ref": "https://ils.rero.ch/api/documents/7684" } }, { @@ -90136,13 +90136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7684" + "$ref": "https://ils.rero.ch/api/documents/7684" } }, { @@ -90150,13 +90150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7684" + "$ref": "https://ils.rero.ch/api/documents/7684" } }, { @@ -90164,13 +90164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7684" + "$ref": "https://ils.rero.ch/api/documents/7684" } }, { @@ -90178,13 +90178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7684" + "$ref": "https://ils.rero.ch/api/documents/7684" } }, { @@ -90192,13 +90192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7683" + "$ref": "https://ils.rero.ch/api/documents/7683" } }, { @@ -90206,13 +90206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7683" + "$ref": "https://ils.rero.ch/api/documents/7683" } }, { @@ -90220,13 +90220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7682" + "$ref": "https://ils.rero.ch/api/documents/7682" } }, { @@ -90234,13 +90234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7682" + "$ref": "https://ils.rero.ch/api/documents/7682" } }, { @@ -90248,13 +90248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7682" + "$ref": "https://ils.rero.ch/api/documents/7682" } }, { @@ -90262,13 +90262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7682" + "$ref": "https://ils.rero.ch/api/documents/7682" } }, { @@ -90276,13 +90276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7681" + "$ref": "https://ils.rero.ch/api/documents/7681" } }, { @@ -90290,13 +90290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7681" + "$ref": "https://ils.rero.ch/api/documents/7681" } }, { @@ -90304,13 +90304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7681" + "$ref": "https://ils.rero.ch/api/documents/7681" } }, { @@ -90318,13 +90318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7680" + "$ref": "https://ils.rero.ch/api/documents/7680" } }, { @@ -90332,13 +90332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7679" + "$ref": "https://ils.rero.ch/api/documents/7679" } }, { @@ -90346,13 +90346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7679" + "$ref": "https://ils.rero.ch/api/documents/7679" } }, { @@ -90360,13 +90360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7679" + "$ref": "https://ils.rero.ch/api/documents/7679" } }, { @@ -90374,13 +90374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7679" + "$ref": "https://ils.rero.ch/api/documents/7679" } }, { @@ -90388,13 +90388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7678" + "$ref": "https://ils.rero.ch/api/documents/7678" } }, { @@ -90402,13 +90402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7678" + "$ref": "https://ils.rero.ch/api/documents/7678" } }, { @@ -90416,13 +90416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7678" + "$ref": "https://ils.rero.ch/api/documents/7678" } }, { @@ -90430,13 +90430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7677" + "$ref": "https://ils.rero.ch/api/documents/7677" } }, { @@ -90444,13 +90444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7676" + "$ref": "https://ils.rero.ch/api/documents/7676" } }, { @@ -90458,13 +90458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7676" + "$ref": "https://ils.rero.ch/api/documents/7676" } }, { @@ -90472,13 +90472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7676" + "$ref": "https://ils.rero.ch/api/documents/7676" } }, { @@ -90486,13 +90486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7675" + "$ref": "https://ils.rero.ch/api/documents/7675" } }, { @@ -90500,13 +90500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7675" + "$ref": "https://ils.rero.ch/api/documents/7675" } }, { @@ -90514,13 +90514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7675" + "$ref": "https://ils.rero.ch/api/documents/7675" } }, { @@ -90528,13 +90528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7675" + "$ref": "https://ils.rero.ch/api/documents/7675" } }, { @@ -90542,13 +90542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7674" + "$ref": "https://ils.rero.ch/api/documents/7674" } }, { @@ -90556,13 +90556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7674" + "$ref": "https://ils.rero.ch/api/documents/7674" } }, { @@ -90570,13 +90570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7674" + "$ref": "https://ils.rero.ch/api/documents/7674" } }, { @@ -90584,13 +90584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7674" + "$ref": "https://ils.rero.ch/api/documents/7674" } }, { @@ -90598,13 +90598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7673" + "$ref": "https://ils.rero.ch/api/documents/7673" } }, { @@ -90612,13 +90612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7673" + "$ref": "https://ils.rero.ch/api/documents/7673" } }, { @@ -90626,13 +90626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7673" + "$ref": "https://ils.rero.ch/api/documents/7673" } }, { @@ -90640,13 +90640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7672" + "$ref": "https://ils.rero.ch/api/documents/7672" } }, { @@ -90654,13 +90654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7672" + "$ref": "https://ils.rero.ch/api/documents/7672" } }, { @@ -90668,13 +90668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7672" + "$ref": "https://ils.rero.ch/api/documents/7672" } }, { @@ -90682,13 +90682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7672" + "$ref": "https://ils.rero.ch/api/documents/7672" } }, { @@ -90696,13 +90696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7672" + "$ref": "https://ils.rero.ch/api/documents/7672" } }, { @@ -90710,13 +90710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7671" + "$ref": "https://ils.rero.ch/api/documents/7671" } }, { @@ -90724,13 +90724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7671" + "$ref": "https://ils.rero.ch/api/documents/7671" } }, { @@ -90738,13 +90738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7671" + "$ref": "https://ils.rero.ch/api/documents/7671" } }, { @@ -90752,13 +90752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7671" + "$ref": "https://ils.rero.ch/api/documents/7671" } }, { @@ -90766,13 +90766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7671" + "$ref": "https://ils.rero.ch/api/documents/7671" } }, { @@ -90780,13 +90780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7670" + "$ref": "https://ils.rero.ch/api/documents/7670" } }, { @@ -90794,13 +90794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7670" + "$ref": "https://ils.rero.ch/api/documents/7670" } }, { @@ -90808,13 +90808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7670" + "$ref": "https://ils.rero.ch/api/documents/7670" } }, { @@ -90822,13 +90822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7669" + "$ref": "https://ils.rero.ch/api/documents/7669" } }, { @@ -90836,13 +90836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7669" + "$ref": "https://ils.rero.ch/api/documents/7669" } }, { @@ -90850,13 +90850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7669" + "$ref": "https://ils.rero.ch/api/documents/7669" } }, { @@ -90864,13 +90864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7669" + "$ref": "https://ils.rero.ch/api/documents/7669" } }, { @@ -90878,13 +90878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7669" + "$ref": "https://ils.rero.ch/api/documents/7669" } }, { @@ -90892,13 +90892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7668" + "$ref": "https://ils.rero.ch/api/documents/7668" } }, { @@ -90906,13 +90906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7668" + "$ref": "https://ils.rero.ch/api/documents/7668" } }, { @@ -90920,13 +90920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7667" + "$ref": "https://ils.rero.ch/api/documents/7667" } }, { @@ -90934,13 +90934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7667" + "$ref": "https://ils.rero.ch/api/documents/7667" } }, { @@ -90948,13 +90948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7666" + "$ref": "https://ils.rero.ch/api/documents/7666" } }, { @@ -90962,13 +90962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7665" + "$ref": "https://ils.rero.ch/api/documents/7665" } }, { @@ -90976,13 +90976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7664" + "$ref": "https://ils.rero.ch/api/documents/7664" } }, { @@ -90990,13 +90990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7664" + "$ref": "https://ils.rero.ch/api/documents/7664" } }, { @@ -91004,13 +91004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7664" + "$ref": "https://ils.rero.ch/api/documents/7664" } }, { @@ -91018,13 +91018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7664" + "$ref": "https://ils.rero.ch/api/documents/7664" } }, { @@ -91032,13 +91032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7663" + "$ref": "https://ils.rero.ch/api/documents/7663" } }, { @@ -91046,13 +91046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7662" + "$ref": "https://ils.rero.ch/api/documents/7662" } }, { @@ -91060,13 +91060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7662" + "$ref": "https://ils.rero.ch/api/documents/7662" } }, { @@ -91074,13 +91074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7662" + "$ref": "https://ils.rero.ch/api/documents/7662" } }, { @@ -91088,13 +91088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7662" + "$ref": "https://ils.rero.ch/api/documents/7662" } }, { @@ -91102,13 +91102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7662" + "$ref": "https://ils.rero.ch/api/documents/7662" } }, { @@ -91116,13 +91116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7661" + "$ref": "https://ils.rero.ch/api/documents/7661" } }, { @@ -91130,13 +91130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7661" + "$ref": "https://ils.rero.ch/api/documents/7661" } }, { @@ -91144,13 +91144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7660" + "$ref": "https://ils.rero.ch/api/documents/7660" } }, { @@ -91158,13 +91158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7660" + "$ref": "https://ils.rero.ch/api/documents/7660" } }, { @@ -91172,13 +91172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7660" + "$ref": "https://ils.rero.ch/api/documents/7660" } }, { @@ -91186,13 +91186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7659" + "$ref": "https://ils.rero.ch/api/documents/7659" } }, { @@ -91200,13 +91200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7659" + "$ref": "https://ils.rero.ch/api/documents/7659" } }, { @@ -91214,13 +91214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7659" + "$ref": "https://ils.rero.ch/api/documents/7659" } }, { @@ -91228,13 +91228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7659" + "$ref": "https://ils.rero.ch/api/documents/7659" } }, { @@ -91242,13 +91242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7659" + "$ref": "https://ils.rero.ch/api/documents/7659" } }, { @@ -91256,13 +91256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7658" + "$ref": "https://ils.rero.ch/api/documents/7658" } }, { @@ -91270,13 +91270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7658" + "$ref": "https://ils.rero.ch/api/documents/7658" } }, { @@ -91284,13 +91284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7658" + "$ref": "https://ils.rero.ch/api/documents/7658" } }, { @@ -91298,13 +91298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7657" + "$ref": "https://ils.rero.ch/api/documents/7657" } }, { @@ -91312,13 +91312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7657" + "$ref": "https://ils.rero.ch/api/documents/7657" } }, { @@ -91326,13 +91326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7657" + "$ref": "https://ils.rero.ch/api/documents/7657" } }, { @@ -91340,13 +91340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7656" + "$ref": "https://ils.rero.ch/api/documents/7656" } }, { @@ -91354,13 +91354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7656" + "$ref": "https://ils.rero.ch/api/documents/7656" } }, { @@ -91368,13 +91368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7656" + "$ref": "https://ils.rero.ch/api/documents/7656" } }, { @@ -91382,13 +91382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7656" + "$ref": "https://ils.rero.ch/api/documents/7656" } }, { @@ -91396,13 +91396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7656" + "$ref": "https://ils.rero.ch/api/documents/7656" } }, { @@ -91410,13 +91410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7655" + "$ref": "https://ils.rero.ch/api/documents/7655" } }, { @@ -91424,13 +91424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7655" + "$ref": "https://ils.rero.ch/api/documents/7655" } }, { @@ -91438,13 +91438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7655" + "$ref": "https://ils.rero.ch/api/documents/7655" } }, { @@ -91452,13 +91452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7655" + "$ref": "https://ils.rero.ch/api/documents/7655" } }, { @@ -91466,13 +91466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7655" + "$ref": "https://ils.rero.ch/api/documents/7655" } }, { @@ -91480,13 +91480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7654" + "$ref": "https://ils.rero.ch/api/documents/7654" } }, { @@ -91494,13 +91494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7654" + "$ref": "https://ils.rero.ch/api/documents/7654" } }, { @@ -91508,13 +91508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7654" + "$ref": "https://ils.rero.ch/api/documents/7654" } }, { @@ -91522,13 +91522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7653" + "$ref": "https://ils.rero.ch/api/documents/7653" } }, { @@ -91536,13 +91536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7652" + "$ref": "https://ils.rero.ch/api/documents/7652" } }, { @@ -91550,13 +91550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7652" + "$ref": "https://ils.rero.ch/api/documents/7652" } }, { @@ -91564,13 +91564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7652" + "$ref": "https://ils.rero.ch/api/documents/7652" } }, { @@ -91578,13 +91578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7652" + "$ref": "https://ils.rero.ch/api/documents/7652" } }, { @@ -91592,13 +91592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7652" + "$ref": "https://ils.rero.ch/api/documents/7652" } }, { @@ -91606,13 +91606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7651" + "$ref": "https://ils.rero.ch/api/documents/7651" } }, { @@ -91620,13 +91620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7651" + "$ref": "https://ils.rero.ch/api/documents/7651" } }, { @@ -91634,13 +91634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7651" + "$ref": "https://ils.rero.ch/api/documents/7651" } }, { @@ -91648,13 +91648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7651" + "$ref": "https://ils.rero.ch/api/documents/7651" } }, { @@ -91662,13 +91662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7651" + "$ref": "https://ils.rero.ch/api/documents/7651" } }, { @@ -91676,13 +91676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7650" + "$ref": "https://ils.rero.ch/api/documents/7650" } }, { @@ -91690,13 +91690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7650" + "$ref": "https://ils.rero.ch/api/documents/7650" } }, { @@ -91704,13 +91704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7649" + "$ref": "https://ils.rero.ch/api/documents/7649" } }, { @@ -91718,13 +91718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7649" + "$ref": "https://ils.rero.ch/api/documents/7649" } }, { @@ -91732,13 +91732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7649" + "$ref": "https://ils.rero.ch/api/documents/7649" } }, { @@ -91746,13 +91746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7649" + "$ref": "https://ils.rero.ch/api/documents/7649" } }, { @@ -91760,13 +91760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7649" + "$ref": "https://ils.rero.ch/api/documents/7649" } }, { @@ -91774,13 +91774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7648" + "$ref": "https://ils.rero.ch/api/documents/7648" } }, { @@ -91788,13 +91788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7648" + "$ref": "https://ils.rero.ch/api/documents/7648" } }, { @@ -91802,13 +91802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7647" + "$ref": "https://ils.rero.ch/api/documents/7647" } }, { @@ -91816,13 +91816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7646" + "$ref": "https://ils.rero.ch/api/documents/7646" } }, { @@ -91830,13 +91830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7646" + "$ref": "https://ils.rero.ch/api/documents/7646" } }, { @@ -91844,13 +91844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7646" + "$ref": "https://ils.rero.ch/api/documents/7646" } }, { @@ -91858,13 +91858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7646" + "$ref": "https://ils.rero.ch/api/documents/7646" } }, { @@ -91872,13 +91872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7646" + "$ref": "https://ils.rero.ch/api/documents/7646" } }, { @@ -91886,13 +91886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7645" + "$ref": "https://ils.rero.ch/api/documents/7645" } }, { @@ -91900,13 +91900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7645" + "$ref": "https://ils.rero.ch/api/documents/7645" } }, { @@ -91914,13 +91914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7645" + "$ref": "https://ils.rero.ch/api/documents/7645" } }, { @@ -91928,13 +91928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7645" + "$ref": "https://ils.rero.ch/api/documents/7645" } }, { @@ -91942,13 +91942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7644" + "$ref": "https://ils.rero.ch/api/documents/7644" } }, { @@ -91956,13 +91956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7644" + "$ref": "https://ils.rero.ch/api/documents/7644" } }, { @@ -91970,13 +91970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7643" + "$ref": "https://ils.rero.ch/api/documents/7643" } }, { @@ -91984,13 +91984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7643" + "$ref": "https://ils.rero.ch/api/documents/7643" } }, { @@ -91998,13 +91998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7643" + "$ref": "https://ils.rero.ch/api/documents/7643" } }, { @@ -92012,13 +92012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7643" + "$ref": "https://ils.rero.ch/api/documents/7643" } }, { @@ -92026,13 +92026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7643" + "$ref": "https://ils.rero.ch/api/documents/7643" } }, { @@ -92040,13 +92040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7642" + "$ref": "https://ils.rero.ch/api/documents/7642" } }, { @@ -92054,13 +92054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7642" + "$ref": "https://ils.rero.ch/api/documents/7642" } }, { @@ -92068,13 +92068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7642" + "$ref": "https://ils.rero.ch/api/documents/7642" } }, { @@ -92082,13 +92082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7642" + "$ref": "https://ils.rero.ch/api/documents/7642" } }, { @@ -92096,13 +92096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7641" + "$ref": "https://ils.rero.ch/api/documents/7641" } }, { @@ -92110,13 +92110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7641" + "$ref": "https://ils.rero.ch/api/documents/7641" } }, { @@ -92124,13 +92124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7641" + "$ref": "https://ils.rero.ch/api/documents/7641" } }, { @@ -92138,13 +92138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7641" + "$ref": "https://ils.rero.ch/api/documents/7641" } }, { @@ -92152,13 +92152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7640" + "$ref": "https://ils.rero.ch/api/documents/7640" } }, { @@ -92166,13 +92166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7639" + "$ref": "https://ils.rero.ch/api/documents/7639" } }, { @@ -92180,13 +92180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7639" + "$ref": "https://ils.rero.ch/api/documents/7639" } }, { @@ -92194,13 +92194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7639" + "$ref": "https://ils.rero.ch/api/documents/7639" } }, { @@ -92208,13 +92208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7638" + "$ref": "https://ils.rero.ch/api/documents/7638" } }, { @@ -92222,13 +92222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7638" + "$ref": "https://ils.rero.ch/api/documents/7638" } }, { @@ -92236,13 +92236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7638" + "$ref": "https://ils.rero.ch/api/documents/7638" } }, { @@ -92250,13 +92250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7637" + "$ref": "https://ils.rero.ch/api/documents/7637" } }, { @@ -92264,13 +92264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7637" + "$ref": "https://ils.rero.ch/api/documents/7637" } }, { @@ -92278,13 +92278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7637" + "$ref": "https://ils.rero.ch/api/documents/7637" } }, { @@ -92292,13 +92292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7637" + "$ref": "https://ils.rero.ch/api/documents/7637" } }, { @@ -92306,13 +92306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7637" + "$ref": "https://ils.rero.ch/api/documents/7637" } }, { @@ -92320,13 +92320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7636" + "$ref": "https://ils.rero.ch/api/documents/7636" } }, { @@ -92334,13 +92334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7636" + "$ref": "https://ils.rero.ch/api/documents/7636" } }, { @@ -92348,13 +92348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7635" + "$ref": "https://ils.rero.ch/api/documents/7635" } }, { @@ -92362,13 +92362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7635" + "$ref": "https://ils.rero.ch/api/documents/7635" } }, { @@ -92376,13 +92376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7634" + "$ref": "https://ils.rero.ch/api/documents/7634" } }, { @@ -92390,13 +92390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7634" + "$ref": "https://ils.rero.ch/api/documents/7634" } }, { @@ -92404,13 +92404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7633" + "$ref": "https://ils.rero.ch/api/documents/7633" } }, { @@ -92418,13 +92418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7633" + "$ref": "https://ils.rero.ch/api/documents/7633" } }, { @@ -92432,13 +92432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7633" + "$ref": "https://ils.rero.ch/api/documents/7633" } }, { @@ -92446,13 +92446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7632" + "$ref": "https://ils.rero.ch/api/documents/7632" } }, { @@ -92460,13 +92460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7632" + "$ref": "https://ils.rero.ch/api/documents/7632" } }, { @@ -92474,13 +92474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7632" + "$ref": "https://ils.rero.ch/api/documents/7632" } }, { @@ -92488,13 +92488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7632" + "$ref": "https://ils.rero.ch/api/documents/7632" } }, { @@ -92502,13 +92502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7631" + "$ref": "https://ils.rero.ch/api/documents/7631" } }, { @@ -92516,13 +92516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7631" + "$ref": "https://ils.rero.ch/api/documents/7631" } }, { @@ -92530,13 +92530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7630" + "$ref": "https://ils.rero.ch/api/documents/7630" } }, { @@ -92544,13 +92544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7629" + "$ref": "https://ils.rero.ch/api/documents/7629" } }, { @@ -92558,13 +92558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7629" + "$ref": "https://ils.rero.ch/api/documents/7629" } }, { @@ -92572,13 +92572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7629" + "$ref": "https://ils.rero.ch/api/documents/7629" } }, { @@ -92586,13 +92586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7629" + "$ref": "https://ils.rero.ch/api/documents/7629" } }, { @@ -92600,13 +92600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7629" + "$ref": "https://ils.rero.ch/api/documents/7629" } }, { @@ -92614,13 +92614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7628" + "$ref": "https://ils.rero.ch/api/documents/7628" } }, { @@ -92628,13 +92628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7628" + "$ref": "https://ils.rero.ch/api/documents/7628" } }, { @@ -92642,13 +92642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7627" + "$ref": "https://ils.rero.ch/api/documents/7627" } }, { @@ -92656,13 +92656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7627" + "$ref": "https://ils.rero.ch/api/documents/7627" } }, { @@ -92670,13 +92670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7626" + "$ref": "https://ils.rero.ch/api/documents/7626" } }, { @@ -92684,13 +92684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7626" + "$ref": "https://ils.rero.ch/api/documents/7626" } }, { @@ -92698,13 +92698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7626" + "$ref": "https://ils.rero.ch/api/documents/7626" } }, { @@ -92712,13 +92712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7625" + "$ref": "https://ils.rero.ch/api/documents/7625" } }, { @@ -92726,13 +92726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7624" + "$ref": "https://ils.rero.ch/api/documents/7624" } }, { @@ -92740,13 +92740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7623" + "$ref": "https://ils.rero.ch/api/documents/7623" } }, { @@ -92754,13 +92754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7623" + "$ref": "https://ils.rero.ch/api/documents/7623" } }, { @@ -92768,13 +92768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7623" + "$ref": "https://ils.rero.ch/api/documents/7623" } }, { @@ -92782,13 +92782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7623" + "$ref": "https://ils.rero.ch/api/documents/7623" } }, { @@ -92796,13 +92796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7622" + "$ref": "https://ils.rero.ch/api/documents/7622" } }, { @@ -92810,13 +92810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7622" + "$ref": "https://ils.rero.ch/api/documents/7622" } }, { @@ -92824,13 +92824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7622" + "$ref": "https://ils.rero.ch/api/documents/7622" } }, { @@ -92838,13 +92838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7622" + "$ref": "https://ils.rero.ch/api/documents/7622" } }, { @@ -92852,13 +92852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7622" + "$ref": "https://ils.rero.ch/api/documents/7622" } }, { @@ -92866,13 +92866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7621" + "$ref": "https://ils.rero.ch/api/documents/7621" } }, { @@ -92880,13 +92880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7621" + "$ref": "https://ils.rero.ch/api/documents/7621" } }, { @@ -92894,13 +92894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7621" + "$ref": "https://ils.rero.ch/api/documents/7621" } }, { @@ -92908,13 +92908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7620" + "$ref": "https://ils.rero.ch/api/documents/7620" } }, { @@ -92922,13 +92922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7620" + "$ref": "https://ils.rero.ch/api/documents/7620" } }, { @@ -92936,13 +92936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7619" + "$ref": "https://ils.rero.ch/api/documents/7619" } }, { @@ -92950,13 +92950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7619" + "$ref": "https://ils.rero.ch/api/documents/7619" } }, { @@ -92964,13 +92964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7619" + "$ref": "https://ils.rero.ch/api/documents/7619" } }, { @@ -92978,13 +92978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7618" + "$ref": "https://ils.rero.ch/api/documents/7618" } }, { @@ -92992,13 +92992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7618" + "$ref": "https://ils.rero.ch/api/documents/7618" } }, { @@ -93006,13 +93006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7618" + "$ref": "https://ils.rero.ch/api/documents/7618" } }, { @@ -93020,13 +93020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7617" + "$ref": "https://ils.rero.ch/api/documents/7617" } }, { @@ -93034,13 +93034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7617" + "$ref": "https://ils.rero.ch/api/documents/7617" } }, { @@ -93048,13 +93048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7617" + "$ref": "https://ils.rero.ch/api/documents/7617" } }, { @@ -93062,13 +93062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7617" + "$ref": "https://ils.rero.ch/api/documents/7617" } }, { @@ -93076,13 +93076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7617" + "$ref": "https://ils.rero.ch/api/documents/7617" } }, { @@ -93090,13 +93090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7616" + "$ref": "https://ils.rero.ch/api/documents/7616" } }, { @@ -93104,13 +93104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7616" + "$ref": "https://ils.rero.ch/api/documents/7616" } }, { @@ -93118,13 +93118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7615" + "$ref": "https://ils.rero.ch/api/documents/7615" } }, { @@ -93132,13 +93132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7614" + "$ref": "https://ils.rero.ch/api/documents/7614" } }, { @@ -93146,13 +93146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7614" + "$ref": "https://ils.rero.ch/api/documents/7614" } }, { @@ -93160,13 +93160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7613" + "$ref": "https://ils.rero.ch/api/documents/7613" } }, { @@ -93174,13 +93174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7613" + "$ref": "https://ils.rero.ch/api/documents/7613" } }, { @@ -93188,13 +93188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7613" + "$ref": "https://ils.rero.ch/api/documents/7613" } }, { @@ -93202,13 +93202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7613" + "$ref": "https://ils.rero.ch/api/documents/7613" } }, { @@ -93216,13 +93216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7612" + "$ref": "https://ils.rero.ch/api/documents/7612" } }, { @@ -93230,13 +93230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7611" + "$ref": "https://ils.rero.ch/api/documents/7611" } }, { @@ -93244,13 +93244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7611" + "$ref": "https://ils.rero.ch/api/documents/7611" } }, { @@ -93258,13 +93258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7611" + "$ref": "https://ils.rero.ch/api/documents/7611" } }, { @@ -93272,13 +93272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7610" + "$ref": "https://ils.rero.ch/api/documents/7610" } }, { @@ -93286,13 +93286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7610" + "$ref": "https://ils.rero.ch/api/documents/7610" } }, { @@ -93300,13 +93300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7610" + "$ref": "https://ils.rero.ch/api/documents/7610" } }, { @@ -93314,13 +93314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7610" + "$ref": "https://ils.rero.ch/api/documents/7610" } }, { @@ -93328,13 +93328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7610" + "$ref": "https://ils.rero.ch/api/documents/7610" } }, { @@ -93342,13 +93342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7609" + "$ref": "https://ils.rero.ch/api/documents/7609" } }, { @@ -93356,13 +93356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7609" + "$ref": "https://ils.rero.ch/api/documents/7609" } }, { @@ -93370,13 +93370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7609" + "$ref": "https://ils.rero.ch/api/documents/7609" } }, { @@ -93384,13 +93384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7608" + "$ref": "https://ils.rero.ch/api/documents/7608" } }, { @@ -93398,13 +93398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7608" + "$ref": "https://ils.rero.ch/api/documents/7608" } }, { @@ -93412,13 +93412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7608" + "$ref": "https://ils.rero.ch/api/documents/7608" } }, { @@ -93426,13 +93426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7607" + "$ref": "https://ils.rero.ch/api/documents/7607" } }, { @@ -93440,13 +93440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7607" + "$ref": "https://ils.rero.ch/api/documents/7607" } }, { @@ -93454,13 +93454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7607" + "$ref": "https://ils.rero.ch/api/documents/7607" } }, { @@ -93468,13 +93468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7606" + "$ref": "https://ils.rero.ch/api/documents/7606" } }, { @@ -93482,13 +93482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7605" + "$ref": "https://ils.rero.ch/api/documents/7605" } }, { @@ -93496,13 +93496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7605" + "$ref": "https://ils.rero.ch/api/documents/7605" } }, { @@ -93510,13 +93510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7605" + "$ref": "https://ils.rero.ch/api/documents/7605" } }, { @@ -93524,13 +93524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7605" + "$ref": "https://ils.rero.ch/api/documents/7605" } }, { @@ -93538,13 +93538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7604" + "$ref": "https://ils.rero.ch/api/documents/7604" } }, { @@ -93552,13 +93552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7604" + "$ref": "https://ils.rero.ch/api/documents/7604" } }, { @@ -93566,13 +93566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7604" + "$ref": "https://ils.rero.ch/api/documents/7604" } }, { @@ -93580,13 +93580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7604" + "$ref": "https://ils.rero.ch/api/documents/7604" } }, { @@ -93594,13 +93594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7603" + "$ref": "https://ils.rero.ch/api/documents/7603" } }, { @@ -93608,13 +93608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7603" + "$ref": "https://ils.rero.ch/api/documents/7603" } }, { @@ -93622,13 +93622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7603" + "$ref": "https://ils.rero.ch/api/documents/7603" } }, { @@ -93636,13 +93636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7603" + "$ref": "https://ils.rero.ch/api/documents/7603" } }, { @@ -93650,13 +93650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7603" + "$ref": "https://ils.rero.ch/api/documents/7603" } }, { @@ -93664,13 +93664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7602" + "$ref": "https://ils.rero.ch/api/documents/7602" } }, { @@ -93678,13 +93678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7602" + "$ref": "https://ils.rero.ch/api/documents/7602" } }, { @@ -93692,13 +93692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7602" + "$ref": "https://ils.rero.ch/api/documents/7602" } }, { @@ -93706,13 +93706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7602" + "$ref": "https://ils.rero.ch/api/documents/7602" } }, { @@ -93720,13 +93720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7601" + "$ref": "https://ils.rero.ch/api/documents/7601" } }, { @@ -93734,13 +93734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7601" + "$ref": "https://ils.rero.ch/api/documents/7601" } }, { @@ -93748,13 +93748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7601" + "$ref": "https://ils.rero.ch/api/documents/7601" } }, { @@ -93762,13 +93762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7601" + "$ref": "https://ils.rero.ch/api/documents/7601" } }, { @@ -93776,13 +93776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7600" + "$ref": "https://ils.rero.ch/api/documents/7600" } }, { @@ -93790,13 +93790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7600" + "$ref": "https://ils.rero.ch/api/documents/7600" } }, { @@ -93804,13 +93804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7600" + "$ref": "https://ils.rero.ch/api/documents/7600" } }, { @@ -93818,13 +93818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7600" + "$ref": "https://ils.rero.ch/api/documents/7600" } }, { @@ -93832,13 +93832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7600" + "$ref": "https://ils.rero.ch/api/documents/7600" } }, { @@ -93846,13 +93846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7599" + "$ref": "https://ils.rero.ch/api/documents/7599" } }, { @@ -93860,13 +93860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7598" + "$ref": "https://ils.rero.ch/api/documents/7598" } }, { @@ -93874,13 +93874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7597" + "$ref": "https://ils.rero.ch/api/documents/7597" } }, { @@ -93888,13 +93888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7597" + "$ref": "https://ils.rero.ch/api/documents/7597" } }, { @@ -93902,13 +93902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7597" + "$ref": "https://ils.rero.ch/api/documents/7597" } }, { @@ -93916,13 +93916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7597" + "$ref": "https://ils.rero.ch/api/documents/7597" } }, { @@ -93930,13 +93930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7596" + "$ref": "https://ils.rero.ch/api/documents/7596" } }, { @@ -93944,13 +93944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7596" + "$ref": "https://ils.rero.ch/api/documents/7596" } }, { @@ -93958,13 +93958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7596" + "$ref": "https://ils.rero.ch/api/documents/7596" } }, { @@ -93972,13 +93972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7596" + "$ref": "https://ils.rero.ch/api/documents/7596" } }, { @@ -93986,13 +93986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7596" + "$ref": "https://ils.rero.ch/api/documents/7596" } }, { @@ -94000,13 +94000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7595" + "$ref": "https://ils.rero.ch/api/documents/7595" } }, { @@ -94014,13 +94014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7595" + "$ref": "https://ils.rero.ch/api/documents/7595" } }, { @@ -94028,13 +94028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7595" + "$ref": "https://ils.rero.ch/api/documents/7595" } }, { @@ -94042,13 +94042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7594" + "$ref": "https://ils.rero.ch/api/documents/7594" } }, { @@ -94056,13 +94056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7593" + "$ref": "https://ils.rero.ch/api/documents/7593" } }, { @@ -94070,13 +94070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7593" + "$ref": "https://ils.rero.ch/api/documents/7593" } }, { @@ -94084,13 +94084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7593" + "$ref": "https://ils.rero.ch/api/documents/7593" } }, { @@ -94098,13 +94098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7593" + "$ref": "https://ils.rero.ch/api/documents/7593" } }, { @@ -94112,13 +94112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7593" + "$ref": "https://ils.rero.ch/api/documents/7593" } }, { @@ -94126,13 +94126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7592" + "$ref": "https://ils.rero.ch/api/documents/7592" } }, { @@ -94140,13 +94140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7592" + "$ref": "https://ils.rero.ch/api/documents/7592" } }, { @@ -94154,13 +94154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7592" + "$ref": "https://ils.rero.ch/api/documents/7592" } }, { @@ -94168,13 +94168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7592" + "$ref": "https://ils.rero.ch/api/documents/7592" } }, { @@ -94182,13 +94182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7592" + "$ref": "https://ils.rero.ch/api/documents/7592" } }, { @@ -94196,13 +94196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7591" + "$ref": "https://ils.rero.ch/api/documents/7591" } }, { @@ -94210,13 +94210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7590" + "$ref": "https://ils.rero.ch/api/documents/7590" } }, { @@ -94224,13 +94224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7590" + "$ref": "https://ils.rero.ch/api/documents/7590" } }, { @@ -94238,13 +94238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7589" + "$ref": "https://ils.rero.ch/api/documents/7589" } }, { @@ -94252,13 +94252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7589" + "$ref": "https://ils.rero.ch/api/documents/7589" } }, { @@ -94266,13 +94266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7588" + "$ref": "https://ils.rero.ch/api/documents/7588" } }, { @@ -94280,13 +94280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7588" + "$ref": "https://ils.rero.ch/api/documents/7588" } }, { @@ -94294,13 +94294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7588" + "$ref": "https://ils.rero.ch/api/documents/7588" } }, { @@ -94308,13 +94308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7588" + "$ref": "https://ils.rero.ch/api/documents/7588" } }, { @@ -94322,13 +94322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7588" + "$ref": "https://ils.rero.ch/api/documents/7588" } }, { @@ -94336,13 +94336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7587" + "$ref": "https://ils.rero.ch/api/documents/7587" } }, { @@ -94350,13 +94350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7586" + "$ref": "https://ils.rero.ch/api/documents/7586" } }, { @@ -94364,13 +94364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7586" + "$ref": "https://ils.rero.ch/api/documents/7586" } }, { @@ -94378,13 +94378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7586" + "$ref": "https://ils.rero.ch/api/documents/7586" } }, { @@ -94392,13 +94392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7586" + "$ref": "https://ils.rero.ch/api/documents/7586" } }, { @@ -94406,13 +94406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7585" + "$ref": "https://ils.rero.ch/api/documents/7585" } }, { @@ -94420,13 +94420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7585" + "$ref": "https://ils.rero.ch/api/documents/7585" } }, { @@ -94434,13 +94434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7584" + "$ref": "https://ils.rero.ch/api/documents/7584" } }, { @@ -94448,13 +94448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7584" + "$ref": "https://ils.rero.ch/api/documents/7584" } }, { @@ -94462,13 +94462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7584" + "$ref": "https://ils.rero.ch/api/documents/7584" } }, { @@ -94476,13 +94476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7584" + "$ref": "https://ils.rero.ch/api/documents/7584" } }, { @@ -94490,13 +94490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7583" + "$ref": "https://ils.rero.ch/api/documents/7583" } }, { @@ -94504,13 +94504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7583" + "$ref": "https://ils.rero.ch/api/documents/7583" } }, { @@ -94518,13 +94518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7583" + "$ref": "https://ils.rero.ch/api/documents/7583" } }, { @@ -94532,13 +94532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7582" + "$ref": "https://ils.rero.ch/api/documents/7582" } }, { @@ -94546,13 +94546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7582" + "$ref": "https://ils.rero.ch/api/documents/7582" } }, { @@ -94560,13 +94560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7582" + "$ref": "https://ils.rero.ch/api/documents/7582" } }, { @@ -94574,13 +94574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7581" + "$ref": "https://ils.rero.ch/api/documents/7581" } }, { @@ -94588,13 +94588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7581" + "$ref": "https://ils.rero.ch/api/documents/7581" } }, { @@ -94602,13 +94602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7581" + "$ref": "https://ils.rero.ch/api/documents/7581" } }, { @@ -94616,13 +94616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7581" + "$ref": "https://ils.rero.ch/api/documents/7581" } }, { @@ -94630,13 +94630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7581" + "$ref": "https://ils.rero.ch/api/documents/7581" } }, { @@ -94644,13 +94644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7580" + "$ref": "https://ils.rero.ch/api/documents/7580" } }, { @@ -94658,13 +94658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7580" + "$ref": "https://ils.rero.ch/api/documents/7580" } }, { @@ -94672,13 +94672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7580" + "$ref": "https://ils.rero.ch/api/documents/7580" } }, { @@ -94686,13 +94686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7580" + "$ref": "https://ils.rero.ch/api/documents/7580" } }, { @@ -94700,13 +94700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7580" + "$ref": "https://ils.rero.ch/api/documents/7580" } }, { @@ -94714,13 +94714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7579" + "$ref": "https://ils.rero.ch/api/documents/7579" } }, { @@ -94728,13 +94728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7579" + "$ref": "https://ils.rero.ch/api/documents/7579" } }, { @@ -94742,13 +94742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7579" + "$ref": "https://ils.rero.ch/api/documents/7579" } }, { @@ -94756,13 +94756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7579" + "$ref": "https://ils.rero.ch/api/documents/7579" } }, { @@ -94770,13 +94770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7579" + "$ref": "https://ils.rero.ch/api/documents/7579" } }, { @@ -94784,13 +94784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7578" + "$ref": "https://ils.rero.ch/api/documents/7578" } }, { @@ -94798,13 +94798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7578" + "$ref": "https://ils.rero.ch/api/documents/7578" } }, { @@ -94812,13 +94812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7577" + "$ref": "https://ils.rero.ch/api/documents/7577" } }, { @@ -94826,13 +94826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7577" + "$ref": "https://ils.rero.ch/api/documents/7577" } }, { @@ -94840,13 +94840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7577" + "$ref": "https://ils.rero.ch/api/documents/7577" } }, { @@ -94854,13 +94854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7577" + "$ref": "https://ils.rero.ch/api/documents/7577" } }, { @@ -94868,13 +94868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7576" + "$ref": "https://ils.rero.ch/api/documents/7576" } }, { @@ -94882,13 +94882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7576" + "$ref": "https://ils.rero.ch/api/documents/7576" } }, { @@ -94896,13 +94896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7576" + "$ref": "https://ils.rero.ch/api/documents/7576" } }, { @@ -94910,13 +94910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7575" + "$ref": "https://ils.rero.ch/api/documents/7575" } }, { @@ -94924,13 +94924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7575" + "$ref": "https://ils.rero.ch/api/documents/7575" } }, { @@ -94938,13 +94938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7575" + "$ref": "https://ils.rero.ch/api/documents/7575" } }, { @@ -94952,13 +94952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7575" + "$ref": "https://ils.rero.ch/api/documents/7575" } }, { @@ -94966,13 +94966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7575" + "$ref": "https://ils.rero.ch/api/documents/7575" } }, { @@ -94980,13 +94980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7574" + "$ref": "https://ils.rero.ch/api/documents/7574" } }, { @@ -94994,13 +94994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7574" + "$ref": "https://ils.rero.ch/api/documents/7574" } }, { @@ -95008,13 +95008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7574" + "$ref": "https://ils.rero.ch/api/documents/7574" } }, { @@ -95022,13 +95022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7574" + "$ref": "https://ils.rero.ch/api/documents/7574" } }, { @@ -95036,13 +95036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7573" + "$ref": "https://ils.rero.ch/api/documents/7573" } }, { @@ -95050,13 +95050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7572" + "$ref": "https://ils.rero.ch/api/documents/7572" } }, { @@ -95064,13 +95064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7572" + "$ref": "https://ils.rero.ch/api/documents/7572" } }, { @@ -95078,13 +95078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7572" + "$ref": "https://ils.rero.ch/api/documents/7572" } }, { @@ -95092,13 +95092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7572" + "$ref": "https://ils.rero.ch/api/documents/7572" } }, { @@ -95106,13 +95106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7572" + "$ref": "https://ils.rero.ch/api/documents/7572" } }, { @@ -95120,13 +95120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7571" + "$ref": "https://ils.rero.ch/api/documents/7571" } }, { @@ -95134,13 +95134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7571" + "$ref": "https://ils.rero.ch/api/documents/7571" } }, { @@ -95148,13 +95148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7571" + "$ref": "https://ils.rero.ch/api/documents/7571" } }, { @@ -95162,13 +95162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7570" + "$ref": "https://ils.rero.ch/api/documents/7570" } }, { @@ -95176,13 +95176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7570" + "$ref": "https://ils.rero.ch/api/documents/7570" } }, { @@ -95190,13 +95190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7570" + "$ref": "https://ils.rero.ch/api/documents/7570" } }, { @@ -95204,13 +95204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7570" + "$ref": "https://ils.rero.ch/api/documents/7570" } }, { @@ -95218,13 +95218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7570" + "$ref": "https://ils.rero.ch/api/documents/7570" } }, { @@ -95232,13 +95232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7569" + "$ref": "https://ils.rero.ch/api/documents/7569" } }, { @@ -95246,13 +95246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7569" + "$ref": "https://ils.rero.ch/api/documents/7569" } }, { @@ -95260,13 +95260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7569" + "$ref": "https://ils.rero.ch/api/documents/7569" } }, { @@ -95274,13 +95274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7568" + "$ref": "https://ils.rero.ch/api/documents/7568" } }, { @@ -95288,13 +95288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7568" + "$ref": "https://ils.rero.ch/api/documents/7568" } }, { @@ -95302,13 +95302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7568" + "$ref": "https://ils.rero.ch/api/documents/7568" } }, { @@ -95316,13 +95316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7567" + "$ref": "https://ils.rero.ch/api/documents/7567" } }, { @@ -95330,13 +95330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7566" + "$ref": "https://ils.rero.ch/api/documents/7566" } }, { @@ -95344,13 +95344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7566" + "$ref": "https://ils.rero.ch/api/documents/7566" } }, { @@ -95358,13 +95358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7566" + "$ref": "https://ils.rero.ch/api/documents/7566" } }, { @@ -95372,13 +95372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7566" + "$ref": "https://ils.rero.ch/api/documents/7566" } }, { @@ -95386,13 +95386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7565" + "$ref": "https://ils.rero.ch/api/documents/7565" } }, { @@ -95400,13 +95400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7565" + "$ref": "https://ils.rero.ch/api/documents/7565" } }, { @@ -95414,13 +95414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7565" + "$ref": "https://ils.rero.ch/api/documents/7565" } }, { @@ -95428,13 +95428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7564" + "$ref": "https://ils.rero.ch/api/documents/7564" } }, { @@ -95442,13 +95442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7564" + "$ref": "https://ils.rero.ch/api/documents/7564" } }, { @@ -95456,13 +95456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7563" + "$ref": "https://ils.rero.ch/api/documents/7563" } }, { @@ -95470,13 +95470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7563" + "$ref": "https://ils.rero.ch/api/documents/7563" } }, { @@ -95484,13 +95484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7563" + "$ref": "https://ils.rero.ch/api/documents/7563" } }, { @@ -95498,13 +95498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7563" + "$ref": "https://ils.rero.ch/api/documents/7563" } }, { @@ -95512,13 +95512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7563" + "$ref": "https://ils.rero.ch/api/documents/7563" } }, { @@ -95526,13 +95526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7562" + "$ref": "https://ils.rero.ch/api/documents/7562" } }, { @@ -95540,13 +95540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7562" + "$ref": "https://ils.rero.ch/api/documents/7562" } }, { @@ -95554,13 +95554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7561" + "$ref": "https://ils.rero.ch/api/documents/7561" } }, { @@ -95568,13 +95568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7561" + "$ref": "https://ils.rero.ch/api/documents/7561" } }, { @@ -95582,13 +95582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7561" + "$ref": "https://ils.rero.ch/api/documents/7561" } }, { @@ -95596,13 +95596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7561" + "$ref": "https://ils.rero.ch/api/documents/7561" } }, { @@ -95610,13 +95610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7560" + "$ref": "https://ils.rero.ch/api/documents/7560" } }, { @@ -95624,13 +95624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7559" + "$ref": "https://ils.rero.ch/api/documents/7559" } }, { @@ -95638,13 +95638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7559" + "$ref": "https://ils.rero.ch/api/documents/7559" } }, { @@ -95652,13 +95652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7559" + "$ref": "https://ils.rero.ch/api/documents/7559" } }, { @@ -95666,13 +95666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7559" + "$ref": "https://ils.rero.ch/api/documents/7559" } }, { @@ -95680,13 +95680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7559" + "$ref": "https://ils.rero.ch/api/documents/7559" } }, { @@ -95694,13 +95694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7558" + "$ref": "https://ils.rero.ch/api/documents/7558" } }, { @@ -95708,13 +95708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7558" + "$ref": "https://ils.rero.ch/api/documents/7558" } }, { @@ -95722,13 +95722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7558" + "$ref": "https://ils.rero.ch/api/documents/7558" } }, { @@ -95736,13 +95736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7557" + "$ref": "https://ils.rero.ch/api/documents/7557" } }, { @@ -95750,13 +95750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7556" + "$ref": "https://ils.rero.ch/api/documents/7556" } }, { @@ -95764,13 +95764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7556" + "$ref": "https://ils.rero.ch/api/documents/7556" } }, { @@ -95778,13 +95778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7556" + "$ref": "https://ils.rero.ch/api/documents/7556" } }, { @@ -95792,13 +95792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7556" + "$ref": "https://ils.rero.ch/api/documents/7556" } }, { @@ -95806,13 +95806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7556" + "$ref": "https://ils.rero.ch/api/documents/7556" } }, { @@ -95820,13 +95820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7555" + "$ref": "https://ils.rero.ch/api/documents/7555" } }, { @@ -95834,13 +95834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7555" + "$ref": "https://ils.rero.ch/api/documents/7555" } }, { @@ -95848,13 +95848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7555" + "$ref": "https://ils.rero.ch/api/documents/7555" } }, { @@ -95862,13 +95862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7554" + "$ref": "https://ils.rero.ch/api/documents/7554" } }, { @@ -95876,13 +95876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7554" + "$ref": "https://ils.rero.ch/api/documents/7554" } }, { @@ -95890,13 +95890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7554" + "$ref": "https://ils.rero.ch/api/documents/7554" } }, { @@ -95904,13 +95904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7554" + "$ref": "https://ils.rero.ch/api/documents/7554" } }, { @@ -95918,13 +95918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7553" + "$ref": "https://ils.rero.ch/api/documents/7553" } }, { @@ -95932,13 +95932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7553" + "$ref": "https://ils.rero.ch/api/documents/7553" } }, { @@ -95946,13 +95946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7553" + "$ref": "https://ils.rero.ch/api/documents/7553" } }, { @@ -95960,13 +95960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7553" + "$ref": "https://ils.rero.ch/api/documents/7553" } }, { @@ -95974,13 +95974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7552" + "$ref": "https://ils.rero.ch/api/documents/7552" } }, { @@ -95988,13 +95988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7551" + "$ref": "https://ils.rero.ch/api/documents/7551" } }, { @@ -96002,13 +96002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7551" + "$ref": "https://ils.rero.ch/api/documents/7551" } }, { @@ -96016,13 +96016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7550" + "$ref": "https://ils.rero.ch/api/documents/7550" } }, { @@ -96030,13 +96030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7550" + "$ref": "https://ils.rero.ch/api/documents/7550" } }, { @@ -96044,13 +96044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7549" + "$ref": "https://ils.rero.ch/api/documents/7549" } }, { @@ -96058,13 +96058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7548" + "$ref": "https://ils.rero.ch/api/documents/7548" } }, { @@ -96072,13 +96072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7548" + "$ref": "https://ils.rero.ch/api/documents/7548" } }, { @@ -96086,13 +96086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7548" + "$ref": "https://ils.rero.ch/api/documents/7548" } }, { @@ -96100,13 +96100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7547" + "$ref": "https://ils.rero.ch/api/documents/7547" } }, { @@ -96114,13 +96114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7547" + "$ref": "https://ils.rero.ch/api/documents/7547" } }, { @@ -96128,13 +96128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7547" + "$ref": "https://ils.rero.ch/api/documents/7547" } }, { @@ -96142,13 +96142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7546" + "$ref": "https://ils.rero.ch/api/documents/7546" } }, { @@ -96156,13 +96156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7546" + "$ref": "https://ils.rero.ch/api/documents/7546" } }, { @@ -96170,13 +96170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7546" + "$ref": "https://ils.rero.ch/api/documents/7546" } }, { @@ -96184,13 +96184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7546" + "$ref": "https://ils.rero.ch/api/documents/7546" } }, { @@ -96198,13 +96198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7546" + "$ref": "https://ils.rero.ch/api/documents/7546" } }, { @@ -96212,13 +96212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7545" + "$ref": "https://ils.rero.ch/api/documents/7545" } }, { @@ -96226,13 +96226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7545" + "$ref": "https://ils.rero.ch/api/documents/7545" } }, { @@ -96240,13 +96240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7545" + "$ref": "https://ils.rero.ch/api/documents/7545" } }, { @@ -96254,13 +96254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7545" + "$ref": "https://ils.rero.ch/api/documents/7545" } }, { @@ -96268,13 +96268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7545" + "$ref": "https://ils.rero.ch/api/documents/7545" } }, { @@ -96282,13 +96282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7544" + "$ref": "https://ils.rero.ch/api/documents/7544" } }, { @@ -96296,13 +96296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7543" + "$ref": "https://ils.rero.ch/api/documents/7543" } }, { @@ -96310,13 +96310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7543" + "$ref": "https://ils.rero.ch/api/documents/7543" } }, { @@ -96324,13 +96324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7543" + "$ref": "https://ils.rero.ch/api/documents/7543" } }, { @@ -96338,13 +96338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7543" + "$ref": "https://ils.rero.ch/api/documents/7543" } }, { @@ -96352,13 +96352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7543" + "$ref": "https://ils.rero.ch/api/documents/7543" } }, { @@ -96366,13 +96366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7542" + "$ref": "https://ils.rero.ch/api/documents/7542" } }, { @@ -96380,13 +96380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7542" + "$ref": "https://ils.rero.ch/api/documents/7542" } }, { @@ -96394,13 +96394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7542" + "$ref": "https://ils.rero.ch/api/documents/7542" } }, { @@ -96408,13 +96408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7542" + "$ref": "https://ils.rero.ch/api/documents/7542" } }, { @@ -96422,13 +96422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7541" + "$ref": "https://ils.rero.ch/api/documents/7541" } }, { @@ -96436,13 +96436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7541" + "$ref": "https://ils.rero.ch/api/documents/7541" } }, { @@ -96450,13 +96450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7541" + "$ref": "https://ils.rero.ch/api/documents/7541" } }, { @@ -96464,13 +96464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7540" + "$ref": "https://ils.rero.ch/api/documents/7540" } }, { @@ -96478,13 +96478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7540" + "$ref": "https://ils.rero.ch/api/documents/7540" } }, { @@ -96492,13 +96492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7540" + "$ref": "https://ils.rero.ch/api/documents/7540" } }, { @@ -96506,13 +96506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7540" + "$ref": "https://ils.rero.ch/api/documents/7540" } }, { @@ -96520,13 +96520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7540" + "$ref": "https://ils.rero.ch/api/documents/7540" } }, { @@ -96534,13 +96534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7539" + "$ref": "https://ils.rero.ch/api/documents/7539" } }, { @@ -96548,13 +96548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7539" + "$ref": "https://ils.rero.ch/api/documents/7539" } }, { @@ -96562,13 +96562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7539" + "$ref": "https://ils.rero.ch/api/documents/7539" } }, { @@ -96576,13 +96576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7539" + "$ref": "https://ils.rero.ch/api/documents/7539" } }, { @@ -96590,13 +96590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7538" + "$ref": "https://ils.rero.ch/api/documents/7538" } }, { @@ -96604,13 +96604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7537" + "$ref": "https://ils.rero.ch/api/documents/7537" } }, { @@ -96618,13 +96618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7537" + "$ref": "https://ils.rero.ch/api/documents/7537" } }, { @@ -96632,13 +96632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7537" + "$ref": "https://ils.rero.ch/api/documents/7537" } }, { @@ -96646,13 +96646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7536" + "$ref": "https://ils.rero.ch/api/documents/7536" } }, { @@ -96660,13 +96660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7536" + "$ref": "https://ils.rero.ch/api/documents/7536" } }, { @@ -96674,13 +96674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7536" + "$ref": "https://ils.rero.ch/api/documents/7536" } }, { @@ -96688,13 +96688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7536" + "$ref": "https://ils.rero.ch/api/documents/7536" } }, { @@ -96702,13 +96702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7535" + "$ref": "https://ils.rero.ch/api/documents/7535" } }, { @@ -96716,13 +96716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7535" + "$ref": "https://ils.rero.ch/api/documents/7535" } }, { @@ -96730,13 +96730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7535" + "$ref": "https://ils.rero.ch/api/documents/7535" } }, { @@ -96744,13 +96744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7535" + "$ref": "https://ils.rero.ch/api/documents/7535" } }, { @@ -96758,13 +96758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7534" + "$ref": "https://ils.rero.ch/api/documents/7534" } }, { @@ -96772,13 +96772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7533" + "$ref": "https://ils.rero.ch/api/documents/7533" } }, { @@ -96786,13 +96786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7533" + "$ref": "https://ils.rero.ch/api/documents/7533" } }, { @@ -96800,13 +96800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7533" + "$ref": "https://ils.rero.ch/api/documents/7533" } }, { @@ -96814,13 +96814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7533" + "$ref": "https://ils.rero.ch/api/documents/7533" } }, { @@ -96828,13 +96828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7532" + "$ref": "https://ils.rero.ch/api/documents/7532" } }, { @@ -96842,13 +96842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7532" + "$ref": "https://ils.rero.ch/api/documents/7532" } }, { @@ -96856,13 +96856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7531" + "$ref": "https://ils.rero.ch/api/documents/7531" } }, { @@ -96870,13 +96870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7531" + "$ref": "https://ils.rero.ch/api/documents/7531" } }, { @@ -96884,13 +96884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7531" + "$ref": "https://ils.rero.ch/api/documents/7531" } }, { @@ -96898,13 +96898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7531" + "$ref": "https://ils.rero.ch/api/documents/7531" } }, { @@ -96912,13 +96912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7530" + "$ref": "https://ils.rero.ch/api/documents/7530" } }, { @@ -96926,13 +96926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7530" + "$ref": "https://ils.rero.ch/api/documents/7530" } }, { @@ -96940,13 +96940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7530" + "$ref": "https://ils.rero.ch/api/documents/7530" } }, { @@ -96954,13 +96954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7529" + "$ref": "https://ils.rero.ch/api/documents/7529" } }, { @@ -96968,13 +96968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7529" + "$ref": "https://ils.rero.ch/api/documents/7529" } }, { @@ -96982,13 +96982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7529" + "$ref": "https://ils.rero.ch/api/documents/7529" } }, { @@ -96996,13 +96996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7529" + "$ref": "https://ils.rero.ch/api/documents/7529" } }, { @@ -97010,13 +97010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7528" + "$ref": "https://ils.rero.ch/api/documents/7528" } }, { @@ -97024,13 +97024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7528" + "$ref": "https://ils.rero.ch/api/documents/7528" } }, { @@ -97038,13 +97038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7528" + "$ref": "https://ils.rero.ch/api/documents/7528" } }, { @@ -97052,13 +97052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7527" + "$ref": "https://ils.rero.ch/api/documents/7527" } }, { @@ -97066,13 +97066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7527" + "$ref": "https://ils.rero.ch/api/documents/7527" } }, { @@ -97080,13 +97080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7527" + "$ref": "https://ils.rero.ch/api/documents/7527" } }, { @@ -97094,13 +97094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7526" + "$ref": "https://ils.rero.ch/api/documents/7526" } }, { @@ -97108,13 +97108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7526" + "$ref": "https://ils.rero.ch/api/documents/7526" } }, { @@ -97122,13 +97122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7526" + "$ref": "https://ils.rero.ch/api/documents/7526" } }, { @@ -97136,13 +97136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7526" + "$ref": "https://ils.rero.ch/api/documents/7526" } }, { @@ -97150,13 +97150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7525" + "$ref": "https://ils.rero.ch/api/documents/7525" } }, { @@ -97164,13 +97164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7524" + "$ref": "https://ils.rero.ch/api/documents/7524" } }, { @@ -97178,13 +97178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7524" + "$ref": "https://ils.rero.ch/api/documents/7524" } }, { @@ -97192,13 +97192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7524" + "$ref": "https://ils.rero.ch/api/documents/7524" } }, { @@ -97206,13 +97206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7523" + "$ref": "https://ils.rero.ch/api/documents/7523" } }, { @@ -97220,13 +97220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7523" + "$ref": "https://ils.rero.ch/api/documents/7523" } }, { @@ -97234,13 +97234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7523" + "$ref": "https://ils.rero.ch/api/documents/7523" } }, { @@ -97248,13 +97248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7523" + "$ref": "https://ils.rero.ch/api/documents/7523" } }, { @@ -97262,13 +97262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7522" + "$ref": "https://ils.rero.ch/api/documents/7522" } }, { @@ -97276,13 +97276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7522" + "$ref": "https://ils.rero.ch/api/documents/7522" } }, { @@ -97290,13 +97290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7522" + "$ref": "https://ils.rero.ch/api/documents/7522" } }, { @@ -97304,13 +97304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7522" + "$ref": "https://ils.rero.ch/api/documents/7522" } }, { @@ -97318,13 +97318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7521" + "$ref": "https://ils.rero.ch/api/documents/7521" } }, { @@ -97332,13 +97332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7521" + "$ref": "https://ils.rero.ch/api/documents/7521" } }, { @@ -97346,13 +97346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7521" + "$ref": "https://ils.rero.ch/api/documents/7521" } }, { @@ -97360,13 +97360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7520" + "$ref": "https://ils.rero.ch/api/documents/7520" } }, { @@ -97374,13 +97374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7520" + "$ref": "https://ils.rero.ch/api/documents/7520" } }, { @@ -97388,13 +97388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7520" + "$ref": "https://ils.rero.ch/api/documents/7520" } }, { @@ -97402,13 +97402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7519" + "$ref": "https://ils.rero.ch/api/documents/7519" } }, { @@ -97416,13 +97416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7518" + "$ref": "https://ils.rero.ch/api/documents/7518" } }, { @@ -97430,13 +97430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7517" + "$ref": "https://ils.rero.ch/api/documents/7517" } }, { @@ -97444,13 +97444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7516" + "$ref": "https://ils.rero.ch/api/documents/7516" } }, { @@ -97458,13 +97458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7516" + "$ref": "https://ils.rero.ch/api/documents/7516" } }, { @@ -97472,13 +97472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7516" + "$ref": "https://ils.rero.ch/api/documents/7516" } }, { @@ -97486,13 +97486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7516" + "$ref": "https://ils.rero.ch/api/documents/7516" } }, { @@ -97500,13 +97500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7515" + "$ref": "https://ils.rero.ch/api/documents/7515" } }, { @@ -97514,13 +97514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7514" + "$ref": "https://ils.rero.ch/api/documents/7514" } }, { @@ -97528,13 +97528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7514" + "$ref": "https://ils.rero.ch/api/documents/7514" } }, { @@ -97542,13 +97542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7514" + "$ref": "https://ils.rero.ch/api/documents/7514" } }, { @@ -97556,13 +97556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7513" + "$ref": "https://ils.rero.ch/api/documents/7513" } }, { @@ -97570,13 +97570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7513" + "$ref": "https://ils.rero.ch/api/documents/7513" } }, { @@ -97584,13 +97584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7513" + "$ref": "https://ils.rero.ch/api/documents/7513" } }, { @@ -97598,13 +97598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7512" + "$ref": "https://ils.rero.ch/api/documents/7512" } }, { @@ -97612,13 +97612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7512" + "$ref": "https://ils.rero.ch/api/documents/7512" } }, { @@ -97626,13 +97626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7512" + "$ref": "https://ils.rero.ch/api/documents/7512" } }, { @@ -97640,13 +97640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7512" + "$ref": "https://ils.rero.ch/api/documents/7512" } }, { @@ -97654,13 +97654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7512" + "$ref": "https://ils.rero.ch/api/documents/7512" } }, { @@ -97668,13 +97668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7511" + "$ref": "https://ils.rero.ch/api/documents/7511" } }, { @@ -97682,13 +97682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7511" + "$ref": "https://ils.rero.ch/api/documents/7511" } }, { @@ -97696,13 +97696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7510" + "$ref": "https://ils.rero.ch/api/documents/7510" } }, { @@ -97710,13 +97710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7509" + "$ref": "https://ils.rero.ch/api/documents/7509" } }, { @@ -97724,13 +97724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7508" + "$ref": "https://ils.rero.ch/api/documents/7508" } }, { @@ -97738,13 +97738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7507" + "$ref": "https://ils.rero.ch/api/documents/7507" } }, { @@ -97752,13 +97752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7507" + "$ref": "https://ils.rero.ch/api/documents/7507" } }, { @@ -97766,13 +97766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7506" + "$ref": "https://ils.rero.ch/api/documents/7506" } }, { @@ -97780,13 +97780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7506" + "$ref": "https://ils.rero.ch/api/documents/7506" } }, { @@ -97794,13 +97794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7506" + "$ref": "https://ils.rero.ch/api/documents/7506" } }, { @@ -97808,13 +97808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7505" + "$ref": "https://ils.rero.ch/api/documents/7505" } }, { @@ -97822,13 +97822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7505" + "$ref": "https://ils.rero.ch/api/documents/7505" } }, { @@ -97836,13 +97836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7505" + "$ref": "https://ils.rero.ch/api/documents/7505" } }, { @@ -97850,13 +97850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7505" + "$ref": "https://ils.rero.ch/api/documents/7505" } }, { @@ -97864,13 +97864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7505" + "$ref": "https://ils.rero.ch/api/documents/7505" } }, { @@ -97878,13 +97878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7504" + "$ref": "https://ils.rero.ch/api/documents/7504" } }, { @@ -97892,13 +97892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7503" + "$ref": "https://ils.rero.ch/api/documents/7503" } }, { @@ -97906,13 +97906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7502" + "$ref": "https://ils.rero.ch/api/documents/7502" } }, { @@ -97920,13 +97920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7501" + "$ref": "https://ils.rero.ch/api/documents/7501" } }, { @@ -97934,13 +97934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7501" + "$ref": "https://ils.rero.ch/api/documents/7501" } }, { @@ -97948,13 +97948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7501" + "$ref": "https://ils.rero.ch/api/documents/7501" } }, { @@ -97962,13 +97962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7501" + "$ref": "https://ils.rero.ch/api/documents/7501" } }, { @@ -97976,13 +97976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7501" + "$ref": "https://ils.rero.ch/api/documents/7501" } }, { @@ -97990,13 +97990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7500" + "$ref": "https://ils.rero.ch/api/documents/7500" } }, { @@ -98004,13 +98004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7500" + "$ref": "https://ils.rero.ch/api/documents/7500" } }, { @@ -98018,13 +98018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7500" + "$ref": "https://ils.rero.ch/api/documents/7500" } }, { @@ -98032,13 +98032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7500" + "$ref": "https://ils.rero.ch/api/documents/7500" } }, { @@ -98046,13 +98046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7500" + "$ref": "https://ils.rero.ch/api/documents/7500" } }, { @@ -98060,13 +98060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7499" + "$ref": "https://ils.rero.ch/api/documents/7499" } }, { @@ -98074,13 +98074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7499" + "$ref": "https://ils.rero.ch/api/documents/7499" } }, { @@ -98088,13 +98088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7499" + "$ref": "https://ils.rero.ch/api/documents/7499" } }, { @@ -98102,13 +98102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7499" + "$ref": "https://ils.rero.ch/api/documents/7499" } }, { @@ -98116,13 +98116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7498" + "$ref": "https://ils.rero.ch/api/documents/7498" } }, { @@ -98130,13 +98130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7498" + "$ref": "https://ils.rero.ch/api/documents/7498" } }, { @@ -98144,13 +98144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7498" + "$ref": "https://ils.rero.ch/api/documents/7498" } }, { @@ -98158,13 +98158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7498" + "$ref": "https://ils.rero.ch/api/documents/7498" } }, { @@ -98172,13 +98172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7498" + "$ref": "https://ils.rero.ch/api/documents/7498" } }, { @@ -98186,13 +98186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7497" + "$ref": "https://ils.rero.ch/api/documents/7497" } }, { @@ -98200,13 +98200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7497" + "$ref": "https://ils.rero.ch/api/documents/7497" } }, { @@ -98214,13 +98214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7497" + "$ref": "https://ils.rero.ch/api/documents/7497" } }, { @@ -98228,13 +98228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7496" + "$ref": "https://ils.rero.ch/api/documents/7496" } }, { @@ -98242,13 +98242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7495" + "$ref": "https://ils.rero.ch/api/documents/7495" } }, { @@ -98256,13 +98256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7495" + "$ref": "https://ils.rero.ch/api/documents/7495" } }, { @@ -98270,13 +98270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7495" + "$ref": "https://ils.rero.ch/api/documents/7495" } }, { @@ -98284,13 +98284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7495" + "$ref": "https://ils.rero.ch/api/documents/7495" } }, { @@ -98298,13 +98298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7494" + "$ref": "https://ils.rero.ch/api/documents/7494" } }, { @@ -98312,13 +98312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7494" + "$ref": "https://ils.rero.ch/api/documents/7494" } }, { @@ -98326,13 +98326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7493" + "$ref": "https://ils.rero.ch/api/documents/7493" } }, { @@ -98340,13 +98340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7493" + "$ref": "https://ils.rero.ch/api/documents/7493" } }, { @@ -98354,13 +98354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7492" + "$ref": "https://ils.rero.ch/api/documents/7492" } }, { @@ -98368,13 +98368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7491" + "$ref": "https://ils.rero.ch/api/documents/7491" } }, { @@ -98382,13 +98382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7491" + "$ref": "https://ils.rero.ch/api/documents/7491" } }, { @@ -98396,13 +98396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7491" + "$ref": "https://ils.rero.ch/api/documents/7491" } }, { @@ -98410,13 +98410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7491" + "$ref": "https://ils.rero.ch/api/documents/7491" } }, { @@ -98424,13 +98424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7491" + "$ref": "https://ils.rero.ch/api/documents/7491" } }, { @@ -98438,13 +98438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7490" + "$ref": "https://ils.rero.ch/api/documents/7490" } }, { @@ -98452,13 +98452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7490" + "$ref": "https://ils.rero.ch/api/documents/7490" } }, { @@ -98466,13 +98466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7490" + "$ref": "https://ils.rero.ch/api/documents/7490" } }, { @@ -98480,13 +98480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7489" + "$ref": "https://ils.rero.ch/api/documents/7489" } }, { @@ -98494,13 +98494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7489" + "$ref": "https://ils.rero.ch/api/documents/7489" } }, { @@ -98508,13 +98508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7489" + "$ref": "https://ils.rero.ch/api/documents/7489" } }, { @@ -98522,13 +98522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7489" + "$ref": "https://ils.rero.ch/api/documents/7489" } }, { @@ -98536,13 +98536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7489" + "$ref": "https://ils.rero.ch/api/documents/7489" } }, { @@ -98550,13 +98550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7488" + "$ref": "https://ils.rero.ch/api/documents/7488" } }, { @@ -98564,13 +98564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7488" + "$ref": "https://ils.rero.ch/api/documents/7488" } }, { @@ -98578,13 +98578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7488" + "$ref": "https://ils.rero.ch/api/documents/7488" } }, { @@ -98592,13 +98592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7487" + "$ref": "https://ils.rero.ch/api/documents/7487" } }, { @@ -98606,13 +98606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7487" + "$ref": "https://ils.rero.ch/api/documents/7487" } }, { @@ -98620,13 +98620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7487" + "$ref": "https://ils.rero.ch/api/documents/7487" } }, { @@ -98634,13 +98634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7486" + "$ref": "https://ils.rero.ch/api/documents/7486" } }, { @@ -98648,13 +98648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7486" + "$ref": "https://ils.rero.ch/api/documents/7486" } }, { @@ -98662,13 +98662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7486" + "$ref": "https://ils.rero.ch/api/documents/7486" } }, { @@ -98676,13 +98676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7486" + "$ref": "https://ils.rero.ch/api/documents/7486" } }, { @@ -98690,13 +98690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7485" + "$ref": "https://ils.rero.ch/api/documents/7485" } }, { @@ -98704,13 +98704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7485" + "$ref": "https://ils.rero.ch/api/documents/7485" } }, { @@ -98718,13 +98718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7484" + "$ref": "https://ils.rero.ch/api/documents/7484" } }, { @@ -98732,13 +98732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7484" + "$ref": "https://ils.rero.ch/api/documents/7484" } }, { @@ -98746,13 +98746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7484" + "$ref": "https://ils.rero.ch/api/documents/7484" } }, { @@ -98760,13 +98760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7483" + "$ref": "https://ils.rero.ch/api/documents/7483" } }, { @@ -98774,13 +98774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7483" + "$ref": "https://ils.rero.ch/api/documents/7483" } }, { @@ -98788,13 +98788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7483" + "$ref": "https://ils.rero.ch/api/documents/7483" } }, { @@ -98802,13 +98802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7483" + "$ref": "https://ils.rero.ch/api/documents/7483" } }, { @@ -98816,13 +98816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7483" + "$ref": "https://ils.rero.ch/api/documents/7483" } }, { @@ -98830,13 +98830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7482" + "$ref": "https://ils.rero.ch/api/documents/7482" } }, { @@ -98844,13 +98844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7482" + "$ref": "https://ils.rero.ch/api/documents/7482" } }, { @@ -98858,13 +98858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7482" + "$ref": "https://ils.rero.ch/api/documents/7482" } }, { @@ -98872,13 +98872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7482" + "$ref": "https://ils.rero.ch/api/documents/7482" } }, { @@ -98886,13 +98886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7481" + "$ref": "https://ils.rero.ch/api/documents/7481" } }, { @@ -98900,13 +98900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7481" + "$ref": "https://ils.rero.ch/api/documents/7481" } }, { @@ -98914,13 +98914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7481" + "$ref": "https://ils.rero.ch/api/documents/7481" } }, { @@ -98928,13 +98928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7481" + "$ref": "https://ils.rero.ch/api/documents/7481" } }, { @@ -98942,13 +98942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7480" + "$ref": "https://ils.rero.ch/api/documents/7480" } }, { @@ -98956,13 +98956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7480" + "$ref": "https://ils.rero.ch/api/documents/7480" } }, { @@ -98970,13 +98970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7480" + "$ref": "https://ils.rero.ch/api/documents/7480" } }, { @@ -98984,13 +98984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7480" + "$ref": "https://ils.rero.ch/api/documents/7480" } }, { @@ -98998,13 +98998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7480" + "$ref": "https://ils.rero.ch/api/documents/7480" } }, { @@ -99012,13 +99012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7479" + "$ref": "https://ils.rero.ch/api/documents/7479" } }, { @@ -99026,13 +99026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7479" + "$ref": "https://ils.rero.ch/api/documents/7479" } }, { @@ -99040,13 +99040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7479" + "$ref": "https://ils.rero.ch/api/documents/7479" } }, { @@ -99054,13 +99054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7479" + "$ref": "https://ils.rero.ch/api/documents/7479" } }, { @@ -99068,13 +99068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7479" + "$ref": "https://ils.rero.ch/api/documents/7479" } }, { @@ -99082,13 +99082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7478" + "$ref": "https://ils.rero.ch/api/documents/7478" } }, { @@ -99096,13 +99096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7478" + "$ref": "https://ils.rero.ch/api/documents/7478" } }, { @@ -99110,13 +99110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7478" + "$ref": "https://ils.rero.ch/api/documents/7478" } }, { @@ -99124,13 +99124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7478" + "$ref": "https://ils.rero.ch/api/documents/7478" } }, { @@ -99138,13 +99138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7478" + "$ref": "https://ils.rero.ch/api/documents/7478" } }, { @@ -99152,13 +99152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7477" + "$ref": "https://ils.rero.ch/api/documents/7477" } }, { @@ -99166,13 +99166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7477" + "$ref": "https://ils.rero.ch/api/documents/7477" } }, { @@ -99180,13 +99180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7477" + "$ref": "https://ils.rero.ch/api/documents/7477" } }, { @@ -99194,13 +99194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7477" + "$ref": "https://ils.rero.ch/api/documents/7477" } }, { @@ -99208,13 +99208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7477" + "$ref": "https://ils.rero.ch/api/documents/7477" } }, { @@ -99222,13 +99222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7476" + "$ref": "https://ils.rero.ch/api/documents/7476" } }, { @@ -99236,13 +99236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7476" + "$ref": "https://ils.rero.ch/api/documents/7476" } }, { @@ -99250,13 +99250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7476" + "$ref": "https://ils.rero.ch/api/documents/7476" } }, { @@ -99264,13 +99264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7476" + "$ref": "https://ils.rero.ch/api/documents/7476" } }, { @@ -99278,13 +99278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7476" + "$ref": "https://ils.rero.ch/api/documents/7476" } }, { @@ -99292,13 +99292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7475" + "$ref": "https://ils.rero.ch/api/documents/7475" } }, { @@ -99306,13 +99306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7475" + "$ref": "https://ils.rero.ch/api/documents/7475" } }, { @@ -99320,13 +99320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7475" + "$ref": "https://ils.rero.ch/api/documents/7475" } }, { @@ -99334,13 +99334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7475" + "$ref": "https://ils.rero.ch/api/documents/7475" } }, { @@ -99348,13 +99348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7475" + "$ref": "https://ils.rero.ch/api/documents/7475" } }, { @@ -99362,13 +99362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7474" + "$ref": "https://ils.rero.ch/api/documents/7474" } }, { @@ -99376,13 +99376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7474" + "$ref": "https://ils.rero.ch/api/documents/7474" } }, { @@ -99390,13 +99390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7474" + "$ref": "https://ils.rero.ch/api/documents/7474" } }, { @@ -99404,13 +99404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7474" + "$ref": "https://ils.rero.ch/api/documents/7474" } }, { @@ -99418,13 +99418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7473" + "$ref": "https://ils.rero.ch/api/documents/7473" } }, { @@ -99432,13 +99432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7472" + "$ref": "https://ils.rero.ch/api/documents/7472" } }, { @@ -99446,13 +99446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7472" + "$ref": "https://ils.rero.ch/api/documents/7472" } }, { @@ -99460,13 +99460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7472" + "$ref": "https://ils.rero.ch/api/documents/7472" } }, { @@ -99474,13 +99474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7472" + "$ref": "https://ils.rero.ch/api/documents/7472" } }, { @@ -99488,13 +99488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7471" + "$ref": "https://ils.rero.ch/api/documents/7471" } }, { @@ -99502,13 +99502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7471" + "$ref": "https://ils.rero.ch/api/documents/7471" } }, { @@ -99516,13 +99516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7471" + "$ref": "https://ils.rero.ch/api/documents/7471" } }, { @@ -99530,13 +99530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7470" + "$ref": "https://ils.rero.ch/api/documents/7470" } }, { @@ -99544,13 +99544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7469" + "$ref": "https://ils.rero.ch/api/documents/7469" } }, { @@ -99558,13 +99558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7469" + "$ref": "https://ils.rero.ch/api/documents/7469" } }, { @@ -99572,13 +99572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7469" + "$ref": "https://ils.rero.ch/api/documents/7469" } }, { @@ -99586,13 +99586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7468" + "$ref": "https://ils.rero.ch/api/documents/7468" } }, { @@ -99600,13 +99600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7468" + "$ref": "https://ils.rero.ch/api/documents/7468" } }, { @@ -99614,13 +99614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7468" + "$ref": "https://ils.rero.ch/api/documents/7468" } }, { @@ -99628,13 +99628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7467" + "$ref": "https://ils.rero.ch/api/documents/7467" } }, { @@ -99642,13 +99642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7467" + "$ref": "https://ils.rero.ch/api/documents/7467" } }, { @@ -99656,13 +99656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7467" + "$ref": "https://ils.rero.ch/api/documents/7467" } }, { @@ -99670,13 +99670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7466" + "$ref": "https://ils.rero.ch/api/documents/7466" } }, { @@ -99684,13 +99684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7466" + "$ref": "https://ils.rero.ch/api/documents/7466" } }, { @@ -99698,13 +99698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7465" + "$ref": "https://ils.rero.ch/api/documents/7465" } }, { @@ -99712,13 +99712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7465" + "$ref": "https://ils.rero.ch/api/documents/7465" } }, { @@ -99726,13 +99726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7465" + "$ref": "https://ils.rero.ch/api/documents/7465" } }, { @@ -99740,13 +99740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7465" + "$ref": "https://ils.rero.ch/api/documents/7465" } }, { @@ -99754,13 +99754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7465" + "$ref": "https://ils.rero.ch/api/documents/7465" } }, { @@ -99768,13 +99768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7464" + "$ref": "https://ils.rero.ch/api/documents/7464" } }, { @@ -99782,13 +99782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7464" + "$ref": "https://ils.rero.ch/api/documents/7464" } }, { @@ -99796,13 +99796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7464" + "$ref": "https://ils.rero.ch/api/documents/7464" } }, { @@ -99810,13 +99810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7464" + "$ref": "https://ils.rero.ch/api/documents/7464" } }, { @@ -99824,13 +99824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7463" + "$ref": "https://ils.rero.ch/api/documents/7463" } }, { @@ -99838,13 +99838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7463" + "$ref": "https://ils.rero.ch/api/documents/7463" } }, { @@ -99852,13 +99852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7463" + "$ref": "https://ils.rero.ch/api/documents/7463" } }, { @@ -99866,13 +99866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7462" + "$ref": "https://ils.rero.ch/api/documents/7462" } }, { @@ -99880,13 +99880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7462" + "$ref": "https://ils.rero.ch/api/documents/7462" } }, { @@ -99894,13 +99894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7462" + "$ref": "https://ils.rero.ch/api/documents/7462" } }, { @@ -99908,13 +99908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7462" + "$ref": "https://ils.rero.ch/api/documents/7462" } }, { @@ -99922,13 +99922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7461" + "$ref": "https://ils.rero.ch/api/documents/7461" } }, { @@ -99936,13 +99936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7461" + "$ref": "https://ils.rero.ch/api/documents/7461" } }, { @@ -99950,13 +99950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7461" + "$ref": "https://ils.rero.ch/api/documents/7461" } }, { @@ -99964,13 +99964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7461" + "$ref": "https://ils.rero.ch/api/documents/7461" } }, { @@ -99978,13 +99978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7460" + "$ref": "https://ils.rero.ch/api/documents/7460" } }, { @@ -99992,13 +99992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7460" + "$ref": "https://ils.rero.ch/api/documents/7460" } }, { @@ -100006,13 +100006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7460" + "$ref": "https://ils.rero.ch/api/documents/7460" } }, { @@ -100020,13 +100020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7460" + "$ref": "https://ils.rero.ch/api/documents/7460" } }, { @@ -100034,13 +100034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7459" + "$ref": "https://ils.rero.ch/api/documents/7459" } }, { @@ -100048,13 +100048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7458" + "$ref": "https://ils.rero.ch/api/documents/7458" } }, { @@ -100062,13 +100062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7458" + "$ref": "https://ils.rero.ch/api/documents/7458" } }, { @@ -100076,13 +100076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7457" + "$ref": "https://ils.rero.ch/api/documents/7457" } }, { @@ -100090,13 +100090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7456" + "$ref": "https://ils.rero.ch/api/documents/7456" } }, { @@ -100104,13 +100104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7456" + "$ref": "https://ils.rero.ch/api/documents/7456" } }, { @@ -100118,13 +100118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7456" + "$ref": "https://ils.rero.ch/api/documents/7456" } }, { @@ -100132,13 +100132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7456" + "$ref": "https://ils.rero.ch/api/documents/7456" } }, { @@ -100146,13 +100146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7455" + "$ref": "https://ils.rero.ch/api/documents/7455" } }, { @@ -100160,13 +100160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7455" + "$ref": "https://ils.rero.ch/api/documents/7455" } }, { @@ -100174,13 +100174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7455" + "$ref": "https://ils.rero.ch/api/documents/7455" } }, { @@ -100188,13 +100188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7455" + "$ref": "https://ils.rero.ch/api/documents/7455" } }, { @@ -100202,13 +100202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7455" + "$ref": "https://ils.rero.ch/api/documents/7455" } }, { @@ -100216,13 +100216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7454" + "$ref": "https://ils.rero.ch/api/documents/7454" } }, { @@ -100230,13 +100230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7454" + "$ref": "https://ils.rero.ch/api/documents/7454" } }, { @@ -100244,13 +100244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7454" + "$ref": "https://ils.rero.ch/api/documents/7454" } }, { @@ -100258,13 +100258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7453" + "$ref": "https://ils.rero.ch/api/documents/7453" } }, { @@ -100272,13 +100272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7453" + "$ref": "https://ils.rero.ch/api/documents/7453" } }, { @@ -100286,13 +100286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7453" + "$ref": "https://ils.rero.ch/api/documents/7453" } }, { @@ -100300,13 +100300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7453" + "$ref": "https://ils.rero.ch/api/documents/7453" } }, { @@ -100314,13 +100314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7453" + "$ref": "https://ils.rero.ch/api/documents/7453" } }, { @@ -100328,13 +100328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7452" + "$ref": "https://ils.rero.ch/api/documents/7452" } }, { @@ -100342,13 +100342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7452" + "$ref": "https://ils.rero.ch/api/documents/7452" } }, { @@ -100356,13 +100356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7452" + "$ref": "https://ils.rero.ch/api/documents/7452" } }, { @@ -100370,13 +100370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7452" + "$ref": "https://ils.rero.ch/api/documents/7452" } }, { @@ -100384,13 +100384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7452" + "$ref": "https://ils.rero.ch/api/documents/7452" } }, { @@ -100398,13 +100398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7451" + "$ref": "https://ils.rero.ch/api/documents/7451" } }, { @@ -100412,13 +100412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7451" + "$ref": "https://ils.rero.ch/api/documents/7451" } }, { @@ -100426,13 +100426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7451" + "$ref": "https://ils.rero.ch/api/documents/7451" } }, { @@ -100440,13 +100440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7451" + "$ref": "https://ils.rero.ch/api/documents/7451" } }, { @@ -100454,13 +100454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7450" + "$ref": "https://ils.rero.ch/api/documents/7450" } }, { @@ -100468,13 +100468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7450" + "$ref": "https://ils.rero.ch/api/documents/7450" } }, { @@ -100482,13 +100482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7450" + "$ref": "https://ils.rero.ch/api/documents/7450" } }, { @@ -100496,13 +100496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7450" + "$ref": "https://ils.rero.ch/api/documents/7450" } }, { @@ -100510,13 +100510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7449" + "$ref": "https://ils.rero.ch/api/documents/7449" } }, { @@ -100524,13 +100524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7449" + "$ref": "https://ils.rero.ch/api/documents/7449" } }, { @@ -100538,13 +100538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7449" + "$ref": "https://ils.rero.ch/api/documents/7449" } }, { @@ -100552,13 +100552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7449" + "$ref": "https://ils.rero.ch/api/documents/7449" } }, { @@ -100566,13 +100566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7449" + "$ref": "https://ils.rero.ch/api/documents/7449" } }, { @@ -100580,13 +100580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7448" + "$ref": "https://ils.rero.ch/api/documents/7448" } }, { @@ -100594,13 +100594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7448" + "$ref": "https://ils.rero.ch/api/documents/7448" } }, { @@ -100608,13 +100608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7448" + "$ref": "https://ils.rero.ch/api/documents/7448" } }, { @@ -100622,13 +100622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7448" + "$ref": "https://ils.rero.ch/api/documents/7448" } }, { @@ -100636,13 +100636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7448" + "$ref": "https://ils.rero.ch/api/documents/7448" } }, { @@ -100650,13 +100650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7447" + "$ref": "https://ils.rero.ch/api/documents/7447" } }, { @@ -100664,13 +100664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7447" + "$ref": "https://ils.rero.ch/api/documents/7447" } }, { @@ -100678,13 +100678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7447" + "$ref": "https://ils.rero.ch/api/documents/7447" } }, { @@ -100692,13 +100692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7447" + "$ref": "https://ils.rero.ch/api/documents/7447" } }, { @@ -100706,13 +100706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7446" + "$ref": "https://ils.rero.ch/api/documents/7446" } }, { @@ -100720,13 +100720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7446" + "$ref": "https://ils.rero.ch/api/documents/7446" } }, { @@ -100734,13 +100734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7446" + "$ref": "https://ils.rero.ch/api/documents/7446" } }, { @@ -100748,13 +100748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7446" + "$ref": "https://ils.rero.ch/api/documents/7446" } }, { @@ -100762,13 +100762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7446" + "$ref": "https://ils.rero.ch/api/documents/7446" } }, { @@ -100776,13 +100776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7445" + "$ref": "https://ils.rero.ch/api/documents/7445" } }, { @@ -100790,13 +100790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7445" + "$ref": "https://ils.rero.ch/api/documents/7445" } }, { @@ -100804,13 +100804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7445" + "$ref": "https://ils.rero.ch/api/documents/7445" } }, { @@ -100818,13 +100818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7445" + "$ref": "https://ils.rero.ch/api/documents/7445" } }, { @@ -100832,13 +100832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7445" + "$ref": "https://ils.rero.ch/api/documents/7445" } }, { @@ -100846,13 +100846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7444" + "$ref": "https://ils.rero.ch/api/documents/7444" } }, { @@ -100860,13 +100860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7444" + "$ref": "https://ils.rero.ch/api/documents/7444" } }, { @@ -100874,13 +100874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7443" + "$ref": "https://ils.rero.ch/api/documents/7443" } }, { @@ -100888,13 +100888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7443" + "$ref": "https://ils.rero.ch/api/documents/7443" } }, { @@ -100902,13 +100902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7442" + "$ref": "https://ils.rero.ch/api/documents/7442" } }, { @@ -100916,13 +100916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7442" + "$ref": "https://ils.rero.ch/api/documents/7442" } }, { @@ -100930,13 +100930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7442" + "$ref": "https://ils.rero.ch/api/documents/7442" } }, { @@ -100944,13 +100944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7441" + "$ref": "https://ils.rero.ch/api/documents/7441" } }, { @@ -100958,13 +100958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7441" + "$ref": "https://ils.rero.ch/api/documents/7441" } }, { @@ -100972,13 +100972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7441" + "$ref": "https://ils.rero.ch/api/documents/7441" } }, { @@ -100986,13 +100986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7441" + "$ref": "https://ils.rero.ch/api/documents/7441" } }, { @@ -101000,13 +101000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7440" + "$ref": "https://ils.rero.ch/api/documents/7440" } }, { @@ -101014,13 +101014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7440" + "$ref": "https://ils.rero.ch/api/documents/7440" } }, { @@ -101028,13 +101028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7440" + "$ref": "https://ils.rero.ch/api/documents/7440" } }, { @@ -101042,13 +101042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7439" + "$ref": "https://ils.rero.ch/api/documents/7439" } }, { @@ -101056,13 +101056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7438" + "$ref": "https://ils.rero.ch/api/documents/7438" } }, { @@ -101070,13 +101070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7438" + "$ref": "https://ils.rero.ch/api/documents/7438" } }, { @@ -101084,13 +101084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7438" + "$ref": "https://ils.rero.ch/api/documents/7438" } }, { @@ -101098,13 +101098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7438" + "$ref": "https://ils.rero.ch/api/documents/7438" } }, { @@ -101112,13 +101112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7438" + "$ref": "https://ils.rero.ch/api/documents/7438" } }, { @@ -101126,13 +101126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7437" + "$ref": "https://ils.rero.ch/api/documents/7437" } }, { @@ -101140,13 +101140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7436" + "$ref": "https://ils.rero.ch/api/documents/7436" } }, { @@ -101154,13 +101154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7436" + "$ref": "https://ils.rero.ch/api/documents/7436" } }, { @@ -101168,13 +101168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7436" + "$ref": "https://ils.rero.ch/api/documents/7436" } }, { @@ -101182,13 +101182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7436" + "$ref": "https://ils.rero.ch/api/documents/7436" } }, { @@ -101196,13 +101196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7436" + "$ref": "https://ils.rero.ch/api/documents/7436" } }, { @@ -101210,13 +101210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7435" + "$ref": "https://ils.rero.ch/api/documents/7435" } }, { @@ -101224,13 +101224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7435" + "$ref": "https://ils.rero.ch/api/documents/7435" } }, { @@ -101238,13 +101238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7435" + "$ref": "https://ils.rero.ch/api/documents/7435" } }, { @@ -101252,13 +101252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7435" + "$ref": "https://ils.rero.ch/api/documents/7435" } }, { @@ -101266,13 +101266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7434" + "$ref": "https://ils.rero.ch/api/documents/7434" } }, { @@ -101280,13 +101280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7434" + "$ref": "https://ils.rero.ch/api/documents/7434" } }, { @@ -101294,13 +101294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7433" + "$ref": "https://ils.rero.ch/api/documents/7433" } }, { @@ -101308,13 +101308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7433" + "$ref": "https://ils.rero.ch/api/documents/7433" } }, { @@ -101322,13 +101322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7432" + "$ref": "https://ils.rero.ch/api/documents/7432" } }, { @@ -101336,13 +101336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7432" + "$ref": "https://ils.rero.ch/api/documents/7432" } }, { @@ -101350,13 +101350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7431" + "$ref": "https://ils.rero.ch/api/documents/7431" } }, { @@ -101364,13 +101364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7430" + "$ref": "https://ils.rero.ch/api/documents/7430" } }, { @@ -101378,13 +101378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7430" + "$ref": "https://ils.rero.ch/api/documents/7430" } }, { @@ -101392,13 +101392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7429" + "$ref": "https://ils.rero.ch/api/documents/7429" } }, { @@ -101406,13 +101406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7428" + "$ref": "https://ils.rero.ch/api/documents/7428" } }, { @@ -101420,13 +101420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7428" + "$ref": "https://ils.rero.ch/api/documents/7428" } }, { @@ -101434,13 +101434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7427" + "$ref": "https://ils.rero.ch/api/documents/7427" } }, { @@ -101448,13 +101448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7427" + "$ref": "https://ils.rero.ch/api/documents/7427" } }, { @@ -101462,13 +101462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7427" + "$ref": "https://ils.rero.ch/api/documents/7427" } }, { @@ -101476,13 +101476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7427" + "$ref": "https://ils.rero.ch/api/documents/7427" } }, { @@ -101490,13 +101490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7426" + "$ref": "https://ils.rero.ch/api/documents/7426" } }, { @@ -101504,13 +101504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7426" + "$ref": "https://ils.rero.ch/api/documents/7426" } }, { @@ -101518,13 +101518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7426" + "$ref": "https://ils.rero.ch/api/documents/7426" } }, { @@ -101532,13 +101532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7425" + "$ref": "https://ils.rero.ch/api/documents/7425" } }, { @@ -101546,13 +101546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7425" + "$ref": "https://ils.rero.ch/api/documents/7425" } }, { @@ -101560,13 +101560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7425" + "$ref": "https://ils.rero.ch/api/documents/7425" } }, { @@ -101574,13 +101574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7425" + "$ref": "https://ils.rero.ch/api/documents/7425" } }, { @@ -101588,13 +101588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7424" + "$ref": "https://ils.rero.ch/api/documents/7424" } }, { @@ -101602,13 +101602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7424" + "$ref": "https://ils.rero.ch/api/documents/7424" } }, { @@ -101616,13 +101616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7424" + "$ref": "https://ils.rero.ch/api/documents/7424" } }, { @@ -101630,13 +101630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7423" + "$ref": "https://ils.rero.ch/api/documents/7423" } }, { @@ -101644,13 +101644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7423" + "$ref": "https://ils.rero.ch/api/documents/7423" } }, { @@ -101658,13 +101658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7422" + "$ref": "https://ils.rero.ch/api/documents/7422" } }, { @@ -101672,13 +101672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7421" + "$ref": "https://ils.rero.ch/api/documents/7421" } }, { @@ -101686,13 +101686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7421" + "$ref": "https://ils.rero.ch/api/documents/7421" } }, { @@ -101700,13 +101700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7420" + "$ref": "https://ils.rero.ch/api/documents/7420" } }, { @@ -101714,13 +101714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7420" + "$ref": "https://ils.rero.ch/api/documents/7420" } }, { @@ -101728,13 +101728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7420" + "$ref": "https://ils.rero.ch/api/documents/7420" } }, { @@ -101742,13 +101742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7420" + "$ref": "https://ils.rero.ch/api/documents/7420" } }, { @@ -101756,13 +101756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7419" + "$ref": "https://ils.rero.ch/api/documents/7419" } }, { @@ -101770,13 +101770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7418" + "$ref": "https://ils.rero.ch/api/documents/7418" } }, { @@ -101784,13 +101784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7418" + "$ref": "https://ils.rero.ch/api/documents/7418" } }, { @@ -101798,13 +101798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7417" + "$ref": "https://ils.rero.ch/api/documents/7417" } }, { @@ -101812,13 +101812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7417" + "$ref": "https://ils.rero.ch/api/documents/7417" } }, { @@ -101826,13 +101826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7416" + "$ref": "https://ils.rero.ch/api/documents/7416" } }, { @@ -101840,13 +101840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7416" + "$ref": "https://ils.rero.ch/api/documents/7416" } }, { @@ -101854,13 +101854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7416" + "$ref": "https://ils.rero.ch/api/documents/7416" } }, { @@ -101868,13 +101868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7415" + "$ref": "https://ils.rero.ch/api/documents/7415" } }, { @@ -101882,13 +101882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7415" + "$ref": "https://ils.rero.ch/api/documents/7415" } }, { @@ -101896,13 +101896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7415" + "$ref": "https://ils.rero.ch/api/documents/7415" } }, { @@ -101910,13 +101910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7414" + "$ref": "https://ils.rero.ch/api/documents/7414" } }, { @@ -101924,13 +101924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7413" + "$ref": "https://ils.rero.ch/api/documents/7413" } }, { @@ -101938,13 +101938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7413" + "$ref": "https://ils.rero.ch/api/documents/7413" } }, { @@ -101952,13 +101952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7413" + "$ref": "https://ils.rero.ch/api/documents/7413" } }, { @@ -101966,13 +101966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7413" + "$ref": "https://ils.rero.ch/api/documents/7413" } }, { @@ -101980,13 +101980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7413" + "$ref": "https://ils.rero.ch/api/documents/7413" } }, { @@ -101994,13 +101994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7412" + "$ref": "https://ils.rero.ch/api/documents/7412" } }, { @@ -102008,13 +102008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7412" + "$ref": "https://ils.rero.ch/api/documents/7412" } }, { @@ -102022,13 +102022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7412" + "$ref": "https://ils.rero.ch/api/documents/7412" } }, { @@ -102036,13 +102036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7412" + "$ref": "https://ils.rero.ch/api/documents/7412" } }, { @@ -102050,13 +102050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7412" + "$ref": "https://ils.rero.ch/api/documents/7412" } }, { @@ -102064,13 +102064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7411" + "$ref": "https://ils.rero.ch/api/documents/7411" } }, { @@ -102078,13 +102078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7410" + "$ref": "https://ils.rero.ch/api/documents/7410" } }, { @@ -102092,13 +102092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7410" + "$ref": "https://ils.rero.ch/api/documents/7410" } }, { @@ -102106,13 +102106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7410" + "$ref": "https://ils.rero.ch/api/documents/7410" } }, { @@ -102120,13 +102120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7410" + "$ref": "https://ils.rero.ch/api/documents/7410" } }, { @@ -102134,13 +102134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7409" + "$ref": "https://ils.rero.ch/api/documents/7409" } }, { @@ -102148,13 +102148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7409" + "$ref": "https://ils.rero.ch/api/documents/7409" } }, { @@ -102162,13 +102162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7409" + "$ref": "https://ils.rero.ch/api/documents/7409" } }, { @@ -102176,13 +102176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7409" + "$ref": "https://ils.rero.ch/api/documents/7409" } }, { @@ -102190,13 +102190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7408" + "$ref": "https://ils.rero.ch/api/documents/7408" } }, { @@ -102204,13 +102204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7407" + "$ref": "https://ils.rero.ch/api/documents/7407" } }, { @@ -102218,13 +102218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7406" + "$ref": "https://ils.rero.ch/api/documents/7406" } }, { @@ -102232,13 +102232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7406" + "$ref": "https://ils.rero.ch/api/documents/7406" } }, { @@ -102246,13 +102246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7405" + "$ref": "https://ils.rero.ch/api/documents/7405" } }, { @@ -102260,13 +102260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7405" + "$ref": "https://ils.rero.ch/api/documents/7405" } }, { @@ -102274,13 +102274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7405" + "$ref": "https://ils.rero.ch/api/documents/7405" } }, { @@ -102288,13 +102288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7405" + "$ref": "https://ils.rero.ch/api/documents/7405" } }, { @@ -102302,13 +102302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7404" + "$ref": "https://ils.rero.ch/api/documents/7404" } }, { @@ -102316,13 +102316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7404" + "$ref": "https://ils.rero.ch/api/documents/7404" } }, { @@ -102330,13 +102330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7404" + "$ref": "https://ils.rero.ch/api/documents/7404" } }, { @@ -102344,13 +102344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7404" + "$ref": "https://ils.rero.ch/api/documents/7404" } }, { @@ -102358,13 +102358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7403" + "$ref": "https://ils.rero.ch/api/documents/7403" } }, { @@ -102372,13 +102372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7402" + "$ref": "https://ils.rero.ch/api/documents/7402" } }, { @@ -102386,13 +102386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7402" + "$ref": "https://ils.rero.ch/api/documents/7402" } }, { @@ -102400,13 +102400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7402" + "$ref": "https://ils.rero.ch/api/documents/7402" } }, { @@ -102414,13 +102414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7401" + "$ref": "https://ils.rero.ch/api/documents/7401" } }, { @@ -102428,13 +102428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7401" + "$ref": "https://ils.rero.ch/api/documents/7401" } }, { @@ -102442,13 +102442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7401" + "$ref": "https://ils.rero.ch/api/documents/7401" } }, { @@ -102456,13 +102456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7401" + "$ref": "https://ils.rero.ch/api/documents/7401" } }, { @@ -102470,13 +102470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7400" + "$ref": "https://ils.rero.ch/api/documents/7400" } }, { @@ -102484,13 +102484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7399" + "$ref": "https://ils.rero.ch/api/documents/7399" } }, { @@ -102498,13 +102498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7398" + "$ref": "https://ils.rero.ch/api/documents/7398" } }, { @@ -102512,13 +102512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7398" + "$ref": "https://ils.rero.ch/api/documents/7398" } }, { @@ -102526,13 +102526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7398" + "$ref": "https://ils.rero.ch/api/documents/7398" } }, { @@ -102540,13 +102540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7397" + "$ref": "https://ils.rero.ch/api/documents/7397" } }, { @@ -102554,13 +102554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7397" + "$ref": "https://ils.rero.ch/api/documents/7397" } }, { @@ -102568,13 +102568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7397" + "$ref": "https://ils.rero.ch/api/documents/7397" } }, { @@ -102582,13 +102582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7397" + "$ref": "https://ils.rero.ch/api/documents/7397" } }, { @@ -102596,13 +102596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7397" + "$ref": "https://ils.rero.ch/api/documents/7397" } }, { @@ -102610,13 +102610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7396" + "$ref": "https://ils.rero.ch/api/documents/7396" } }, { @@ -102624,13 +102624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7396" + "$ref": "https://ils.rero.ch/api/documents/7396" } }, { @@ -102638,13 +102638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7396" + "$ref": "https://ils.rero.ch/api/documents/7396" } }, { @@ -102652,13 +102652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7396" + "$ref": "https://ils.rero.ch/api/documents/7396" } }, { @@ -102666,13 +102666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7396" + "$ref": "https://ils.rero.ch/api/documents/7396" } }, { @@ -102680,13 +102680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7395" + "$ref": "https://ils.rero.ch/api/documents/7395" } }, { @@ -102694,13 +102694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7395" + "$ref": "https://ils.rero.ch/api/documents/7395" } }, { @@ -102708,13 +102708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7395" + "$ref": "https://ils.rero.ch/api/documents/7395" } }, { @@ -102722,13 +102722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7395" + "$ref": "https://ils.rero.ch/api/documents/7395" } }, { @@ -102736,13 +102736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7395" + "$ref": "https://ils.rero.ch/api/documents/7395" } }, { @@ -102750,13 +102750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7394" + "$ref": "https://ils.rero.ch/api/documents/7394" } }, { @@ -102764,13 +102764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7394" + "$ref": "https://ils.rero.ch/api/documents/7394" } }, { @@ -102778,13 +102778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7394" + "$ref": "https://ils.rero.ch/api/documents/7394" } }, { @@ -102792,13 +102792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7394" + "$ref": "https://ils.rero.ch/api/documents/7394" } }, { @@ -102806,13 +102806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7394" + "$ref": "https://ils.rero.ch/api/documents/7394" } }, { @@ -102820,13 +102820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7393" + "$ref": "https://ils.rero.ch/api/documents/7393" } }, { @@ -102834,13 +102834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7393" + "$ref": "https://ils.rero.ch/api/documents/7393" } }, { @@ -102848,13 +102848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7393" + "$ref": "https://ils.rero.ch/api/documents/7393" } }, { @@ -102862,13 +102862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7392" + "$ref": "https://ils.rero.ch/api/documents/7392" } }, { @@ -102876,13 +102876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7392" + "$ref": "https://ils.rero.ch/api/documents/7392" } }, { @@ -102890,13 +102890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7392" + "$ref": "https://ils.rero.ch/api/documents/7392" } }, { @@ -102904,13 +102904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7392" + "$ref": "https://ils.rero.ch/api/documents/7392" } }, { @@ -102918,13 +102918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7392" + "$ref": "https://ils.rero.ch/api/documents/7392" } }, { @@ -102932,13 +102932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7391" + "$ref": "https://ils.rero.ch/api/documents/7391" } }, { @@ -102946,13 +102946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7391" + "$ref": "https://ils.rero.ch/api/documents/7391" } }, { @@ -102960,13 +102960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7391" + "$ref": "https://ils.rero.ch/api/documents/7391" } }, { @@ -102974,13 +102974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7391" + "$ref": "https://ils.rero.ch/api/documents/7391" } }, { @@ -102988,13 +102988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7391" + "$ref": "https://ils.rero.ch/api/documents/7391" } }, { @@ -103002,13 +103002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7390" + "$ref": "https://ils.rero.ch/api/documents/7390" } }, { @@ -103016,13 +103016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7390" + "$ref": "https://ils.rero.ch/api/documents/7390" } }, { @@ -103030,13 +103030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7389" + "$ref": "https://ils.rero.ch/api/documents/7389" } }, { @@ -103044,13 +103044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7389" + "$ref": "https://ils.rero.ch/api/documents/7389" } }, { @@ -103058,13 +103058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7389" + "$ref": "https://ils.rero.ch/api/documents/7389" } }, { @@ -103072,13 +103072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7389" + "$ref": "https://ils.rero.ch/api/documents/7389" } }, { @@ -103086,13 +103086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7388" + "$ref": "https://ils.rero.ch/api/documents/7388" } }, { @@ -103100,13 +103100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7388" + "$ref": "https://ils.rero.ch/api/documents/7388" } }, { @@ -103114,13 +103114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7387" + "$ref": "https://ils.rero.ch/api/documents/7387" } }, { @@ -103128,13 +103128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7387" + "$ref": "https://ils.rero.ch/api/documents/7387" } }, { @@ -103142,13 +103142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7387" + "$ref": "https://ils.rero.ch/api/documents/7387" } }, { @@ -103156,13 +103156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7387" + "$ref": "https://ils.rero.ch/api/documents/7387" } }, { @@ -103170,13 +103170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7386" + "$ref": "https://ils.rero.ch/api/documents/7386" } }, { @@ -103184,13 +103184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7386" + "$ref": "https://ils.rero.ch/api/documents/7386" } }, { @@ -103198,13 +103198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7386" + "$ref": "https://ils.rero.ch/api/documents/7386" } }, { @@ -103212,13 +103212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7386" + "$ref": "https://ils.rero.ch/api/documents/7386" } }, { @@ -103226,13 +103226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7386" + "$ref": "https://ils.rero.ch/api/documents/7386" } }, { @@ -103240,13 +103240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7385" + "$ref": "https://ils.rero.ch/api/documents/7385" } }, { @@ -103254,13 +103254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7385" + "$ref": "https://ils.rero.ch/api/documents/7385" } }, { @@ -103268,13 +103268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7385" + "$ref": "https://ils.rero.ch/api/documents/7385" } }, { @@ -103282,13 +103282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7385" + "$ref": "https://ils.rero.ch/api/documents/7385" } }, { @@ -103296,13 +103296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7384" + "$ref": "https://ils.rero.ch/api/documents/7384" } }, { @@ -103310,13 +103310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7384" + "$ref": "https://ils.rero.ch/api/documents/7384" } }, { @@ -103324,13 +103324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7384" + "$ref": "https://ils.rero.ch/api/documents/7384" } }, { @@ -103338,13 +103338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7384" + "$ref": "https://ils.rero.ch/api/documents/7384" } }, { @@ -103352,13 +103352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7384" + "$ref": "https://ils.rero.ch/api/documents/7384" } }, { @@ -103366,13 +103366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7383" + "$ref": "https://ils.rero.ch/api/documents/7383" } }, { @@ -103380,13 +103380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7383" + "$ref": "https://ils.rero.ch/api/documents/7383" } }, { @@ -103394,13 +103394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7383" + "$ref": "https://ils.rero.ch/api/documents/7383" } }, { @@ -103408,13 +103408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7382" + "$ref": "https://ils.rero.ch/api/documents/7382" } }, { @@ -103422,13 +103422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7382" + "$ref": "https://ils.rero.ch/api/documents/7382" } }, { @@ -103436,13 +103436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7382" + "$ref": "https://ils.rero.ch/api/documents/7382" } }, { @@ -103450,13 +103450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7382" + "$ref": "https://ils.rero.ch/api/documents/7382" } }, { @@ -103464,13 +103464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7381" + "$ref": "https://ils.rero.ch/api/documents/7381" } }, { @@ -103478,13 +103478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7381" + "$ref": "https://ils.rero.ch/api/documents/7381" } }, { @@ -103492,13 +103492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7381" + "$ref": "https://ils.rero.ch/api/documents/7381" } }, { @@ -103506,13 +103506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7381" + "$ref": "https://ils.rero.ch/api/documents/7381" } }, { @@ -103520,13 +103520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7380" + "$ref": "https://ils.rero.ch/api/documents/7380" } }, { @@ -103534,13 +103534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7380" + "$ref": "https://ils.rero.ch/api/documents/7380" } }, { @@ -103548,13 +103548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7379" + "$ref": "https://ils.rero.ch/api/documents/7379" } }, { @@ -103562,13 +103562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7379" + "$ref": "https://ils.rero.ch/api/documents/7379" } }, { @@ -103576,13 +103576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7379" + "$ref": "https://ils.rero.ch/api/documents/7379" } }, { @@ -103590,13 +103590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7378" + "$ref": "https://ils.rero.ch/api/documents/7378" } }, { @@ -103604,13 +103604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7378" + "$ref": "https://ils.rero.ch/api/documents/7378" } }, { @@ -103618,13 +103618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7378" + "$ref": "https://ils.rero.ch/api/documents/7378" } }, { @@ -103632,13 +103632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7378" + "$ref": "https://ils.rero.ch/api/documents/7378" } }, { @@ -103646,13 +103646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7377" + "$ref": "https://ils.rero.ch/api/documents/7377" } }, { @@ -103660,13 +103660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7377" + "$ref": "https://ils.rero.ch/api/documents/7377" } }, { @@ -103674,13 +103674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7376" + "$ref": "https://ils.rero.ch/api/documents/7376" } }, { @@ -103688,13 +103688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7375" + "$ref": "https://ils.rero.ch/api/documents/7375" } }, { @@ -103702,13 +103702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7374" + "$ref": "https://ils.rero.ch/api/documents/7374" } }, { @@ -103716,13 +103716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7373" + "$ref": "https://ils.rero.ch/api/documents/7373" } }, { @@ -103730,13 +103730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7373" + "$ref": "https://ils.rero.ch/api/documents/7373" } }, { @@ -103744,13 +103744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7373" + "$ref": "https://ils.rero.ch/api/documents/7373" } }, { @@ -103758,13 +103758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7373" + "$ref": "https://ils.rero.ch/api/documents/7373" } }, { @@ -103772,13 +103772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7372" + "$ref": "https://ils.rero.ch/api/documents/7372" } }, { @@ -103786,13 +103786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7371" + "$ref": "https://ils.rero.ch/api/documents/7371" } }, { @@ -103800,13 +103800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7371" + "$ref": "https://ils.rero.ch/api/documents/7371" } }, { @@ -103814,13 +103814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7370" + "$ref": "https://ils.rero.ch/api/documents/7370" } }, { @@ -103828,13 +103828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7370" + "$ref": "https://ils.rero.ch/api/documents/7370" } }, { @@ -103842,13 +103842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7370" + "$ref": "https://ils.rero.ch/api/documents/7370" } }, { @@ -103856,13 +103856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7370" + "$ref": "https://ils.rero.ch/api/documents/7370" } }, { @@ -103870,13 +103870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7369" + "$ref": "https://ils.rero.ch/api/documents/7369" } }, { @@ -103884,13 +103884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7369" + "$ref": "https://ils.rero.ch/api/documents/7369" } }, { @@ -103898,13 +103898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7369" + "$ref": "https://ils.rero.ch/api/documents/7369" } }, { @@ -103912,13 +103912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7369" + "$ref": "https://ils.rero.ch/api/documents/7369" } }, { @@ -103926,13 +103926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7369" + "$ref": "https://ils.rero.ch/api/documents/7369" } }, { @@ -103940,13 +103940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7368" + "$ref": "https://ils.rero.ch/api/documents/7368" } }, { @@ -103954,13 +103954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7368" + "$ref": "https://ils.rero.ch/api/documents/7368" } }, { @@ -103968,13 +103968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7368" + "$ref": "https://ils.rero.ch/api/documents/7368" } }, { @@ -103982,13 +103982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7368" + "$ref": "https://ils.rero.ch/api/documents/7368" } }, { @@ -103996,13 +103996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7368" + "$ref": "https://ils.rero.ch/api/documents/7368" } }, { @@ -104010,13 +104010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7367" + "$ref": "https://ils.rero.ch/api/documents/7367" } }, { @@ -104024,13 +104024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7367" + "$ref": "https://ils.rero.ch/api/documents/7367" } }, { @@ -104038,13 +104038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7367" + "$ref": "https://ils.rero.ch/api/documents/7367" } }, { @@ -104052,13 +104052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7367" + "$ref": "https://ils.rero.ch/api/documents/7367" } }, { @@ -104066,13 +104066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7366" + "$ref": "https://ils.rero.ch/api/documents/7366" } }, { @@ -104080,13 +104080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7366" + "$ref": "https://ils.rero.ch/api/documents/7366" } }, { @@ -104094,13 +104094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7366" + "$ref": "https://ils.rero.ch/api/documents/7366" } }, { @@ -104108,13 +104108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7365" + "$ref": "https://ils.rero.ch/api/documents/7365" } }, { @@ -104122,13 +104122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7365" + "$ref": "https://ils.rero.ch/api/documents/7365" } }, { @@ -104136,13 +104136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7364" + "$ref": "https://ils.rero.ch/api/documents/7364" } }, { @@ -104150,13 +104150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7364" + "$ref": "https://ils.rero.ch/api/documents/7364" } }, { @@ -104164,13 +104164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7363" + "$ref": "https://ils.rero.ch/api/documents/7363" } }, { @@ -104178,13 +104178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7363" + "$ref": "https://ils.rero.ch/api/documents/7363" } }, { @@ -104192,13 +104192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7363" + "$ref": "https://ils.rero.ch/api/documents/7363" } }, { @@ -104206,13 +104206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7363" + "$ref": "https://ils.rero.ch/api/documents/7363" } }, { @@ -104220,13 +104220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7362" + "$ref": "https://ils.rero.ch/api/documents/7362" } }, { @@ -104234,13 +104234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7362" + "$ref": "https://ils.rero.ch/api/documents/7362" } }, { @@ -104248,13 +104248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7362" + "$ref": "https://ils.rero.ch/api/documents/7362" } }, { @@ -104262,13 +104262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7361" + "$ref": "https://ils.rero.ch/api/documents/7361" } }, { @@ -104276,13 +104276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7361" + "$ref": "https://ils.rero.ch/api/documents/7361" } }, { @@ -104290,13 +104290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7361" + "$ref": "https://ils.rero.ch/api/documents/7361" } }, { @@ -104304,13 +104304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7361" + "$ref": "https://ils.rero.ch/api/documents/7361" } }, { @@ -104318,13 +104318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7360" + "$ref": "https://ils.rero.ch/api/documents/7360" } }, { @@ -104332,13 +104332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7360" + "$ref": "https://ils.rero.ch/api/documents/7360" } }, { @@ -104346,13 +104346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7360" + "$ref": "https://ils.rero.ch/api/documents/7360" } }, { @@ -104360,13 +104360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7359" + "$ref": "https://ils.rero.ch/api/documents/7359" } }, { @@ -104374,13 +104374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7359" + "$ref": "https://ils.rero.ch/api/documents/7359" } }, { @@ -104388,13 +104388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7358" + "$ref": "https://ils.rero.ch/api/documents/7358" } }, { @@ -104402,13 +104402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7358" + "$ref": "https://ils.rero.ch/api/documents/7358" } }, { @@ -104416,13 +104416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7358" + "$ref": "https://ils.rero.ch/api/documents/7358" } }, { @@ -104430,13 +104430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7358" + "$ref": "https://ils.rero.ch/api/documents/7358" } }, { @@ -104444,13 +104444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7357" + "$ref": "https://ils.rero.ch/api/documents/7357" } }, { @@ -104458,13 +104458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7356" + "$ref": "https://ils.rero.ch/api/documents/7356" } }, { @@ -104472,13 +104472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7356" + "$ref": "https://ils.rero.ch/api/documents/7356" } }, { @@ -104486,13 +104486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7356" + "$ref": "https://ils.rero.ch/api/documents/7356" } }, { @@ -104500,13 +104500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7356" + "$ref": "https://ils.rero.ch/api/documents/7356" } }, { @@ -104514,13 +104514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7356" + "$ref": "https://ils.rero.ch/api/documents/7356" } }, { @@ -104528,13 +104528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7355" + "$ref": "https://ils.rero.ch/api/documents/7355" } }, { @@ -104542,13 +104542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7355" + "$ref": "https://ils.rero.ch/api/documents/7355" } }, { @@ -104556,13 +104556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7354" + "$ref": "https://ils.rero.ch/api/documents/7354" } }, { @@ -104570,13 +104570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7354" + "$ref": "https://ils.rero.ch/api/documents/7354" } }, { @@ -104584,13 +104584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7354" + "$ref": "https://ils.rero.ch/api/documents/7354" } }, { @@ -104598,13 +104598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7354" + "$ref": "https://ils.rero.ch/api/documents/7354" } }, { @@ -104612,13 +104612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7354" + "$ref": "https://ils.rero.ch/api/documents/7354" } }, { @@ -104626,13 +104626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7353" + "$ref": "https://ils.rero.ch/api/documents/7353" } }, { @@ -104640,13 +104640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7352" + "$ref": "https://ils.rero.ch/api/documents/7352" } }, { @@ -104654,13 +104654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7352" + "$ref": "https://ils.rero.ch/api/documents/7352" } }, { @@ -104668,13 +104668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7352" + "$ref": "https://ils.rero.ch/api/documents/7352" } }, { @@ -104682,13 +104682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7351" + "$ref": "https://ils.rero.ch/api/documents/7351" } }, { @@ -104696,13 +104696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7351" + "$ref": "https://ils.rero.ch/api/documents/7351" } }, { @@ -104710,13 +104710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7350" + "$ref": "https://ils.rero.ch/api/documents/7350" } }, { @@ -104724,13 +104724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7350" + "$ref": "https://ils.rero.ch/api/documents/7350" } }, { @@ -104738,13 +104738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7350" + "$ref": "https://ils.rero.ch/api/documents/7350" } }, { @@ -104752,13 +104752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7350" + "$ref": "https://ils.rero.ch/api/documents/7350" } }, { @@ -104766,13 +104766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7350" + "$ref": "https://ils.rero.ch/api/documents/7350" } }, { @@ -104780,13 +104780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7349" + "$ref": "https://ils.rero.ch/api/documents/7349" } }, { @@ -104794,13 +104794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7349" + "$ref": "https://ils.rero.ch/api/documents/7349" } }, { @@ -104808,13 +104808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7349" + "$ref": "https://ils.rero.ch/api/documents/7349" } }, { @@ -104822,13 +104822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7349" + "$ref": "https://ils.rero.ch/api/documents/7349" } }, { @@ -104836,13 +104836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7349" + "$ref": "https://ils.rero.ch/api/documents/7349" } }, { @@ -104850,13 +104850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7348" + "$ref": "https://ils.rero.ch/api/documents/7348" } }, { @@ -104864,13 +104864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7347" + "$ref": "https://ils.rero.ch/api/documents/7347" } }, { @@ -104878,13 +104878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7347" + "$ref": "https://ils.rero.ch/api/documents/7347" } }, { @@ -104892,13 +104892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7347" + "$ref": "https://ils.rero.ch/api/documents/7347" } }, { @@ -104906,13 +104906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7346" + "$ref": "https://ils.rero.ch/api/documents/7346" } }, { @@ -104920,13 +104920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7345" + "$ref": "https://ils.rero.ch/api/documents/7345" } }, { @@ -104934,13 +104934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7345" + "$ref": "https://ils.rero.ch/api/documents/7345" } }, { @@ -104948,13 +104948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7345" + "$ref": "https://ils.rero.ch/api/documents/7345" } }, { @@ -104962,13 +104962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7344" + "$ref": "https://ils.rero.ch/api/documents/7344" } }, { @@ -104976,13 +104976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7343" + "$ref": "https://ils.rero.ch/api/documents/7343" } }, { @@ -104990,13 +104990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7343" + "$ref": "https://ils.rero.ch/api/documents/7343" } }, { @@ -105004,13 +105004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7343" + "$ref": "https://ils.rero.ch/api/documents/7343" } }, { @@ -105018,13 +105018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7343" + "$ref": "https://ils.rero.ch/api/documents/7343" } }, { @@ -105032,13 +105032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7343" + "$ref": "https://ils.rero.ch/api/documents/7343" } }, { @@ -105046,13 +105046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7342" + "$ref": "https://ils.rero.ch/api/documents/7342" } }, { @@ -105060,13 +105060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7342" + "$ref": "https://ils.rero.ch/api/documents/7342" } }, { @@ -105074,13 +105074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7341" + "$ref": "https://ils.rero.ch/api/documents/7341" } }, { @@ -105088,13 +105088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7341" + "$ref": "https://ils.rero.ch/api/documents/7341" } }, { @@ -105102,13 +105102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7341" + "$ref": "https://ils.rero.ch/api/documents/7341" } }, { @@ -105116,13 +105116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7340" + "$ref": "https://ils.rero.ch/api/documents/7340" } }, { @@ -105130,13 +105130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7339" + "$ref": "https://ils.rero.ch/api/documents/7339" } }, { @@ -105144,13 +105144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7339" + "$ref": "https://ils.rero.ch/api/documents/7339" } }, { @@ -105158,13 +105158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7339" + "$ref": "https://ils.rero.ch/api/documents/7339" } }, { @@ -105172,13 +105172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7339" + "$ref": "https://ils.rero.ch/api/documents/7339" } }, { @@ -105186,13 +105186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7338" + "$ref": "https://ils.rero.ch/api/documents/7338" } }, { @@ -105200,13 +105200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7338" + "$ref": "https://ils.rero.ch/api/documents/7338" } }, { @@ -105214,13 +105214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7337" + "$ref": "https://ils.rero.ch/api/documents/7337" } }, { @@ -105228,13 +105228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7337" + "$ref": "https://ils.rero.ch/api/documents/7337" } }, { @@ -105242,13 +105242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7337" + "$ref": "https://ils.rero.ch/api/documents/7337" } }, { @@ -105256,13 +105256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7337" + "$ref": "https://ils.rero.ch/api/documents/7337" } }, { @@ -105270,13 +105270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7336" + "$ref": "https://ils.rero.ch/api/documents/7336" } }, { @@ -105284,13 +105284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7336" + "$ref": "https://ils.rero.ch/api/documents/7336" } }, { @@ -105298,13 +105298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7336" + "$ref": "https://ils.rero.ch/api/documents/7336" } }, { @@ -105312,13 +105312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7336" + "$ref": "https://ils.rero.ch/api/documents/7336" } }, { @@ -105326,13 +105326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7335" + "$ref": "https://ils.rero.ch/api/documents/7335" } }, { @@ -105340,13 +105340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7335" + "$ref": "https://ils.rero.ch/api/documents/7335" } }, { @@ -105354,13 +105354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7335" + "$ref": "https://ils.rero.ch/api/documents/7335" } }, { @@ -105368,13 +105368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7335" + "$ref": "https://ils.rero.ch/api/documents/7335" } }, { @@ -105382,13 +105382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7335" + "$ref": "https://ils.rero.ch/api/documents/7335" } }, { @@ -105396,13 +105396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7334" + "$ref": "https://ils.rero.ch/api/documents/7334" } }, { @@ -105410,13 +105410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7334" + "$ref": "https://ils.rero.ch/api/documents/7334" } }, { @@ -105424,13 +105424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7334" + "$ref": "https://ils.rero.ch/api/documents/7334" } }, { @@ -105438,13 +105438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7334" + "$ref": "https://ils.rero.ch/api/documents/7334" } }, { @@ -105452,13 +105452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7333" + "$ref": "https://ils.rero.ch/api/documents/7333" } }, { @@ -105466,13 +105466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7333" + "$ref": "https://ils.rero.ch/api/documents/7333" } }, { @@ -105480,13 +105480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7333" + "$ref": "https://ils.rero.ch/api/documents/7333" } }, { @@ -105494,13 +105494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7333" + "$ref": "https://ils.rero.ch/api/documents/7333" } }, { @@ -105508,13 +105508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7333" + "$ref": "https://ils.rero.ch/api/documents/7333" } }, { @@ -105522,13 +105522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7332" + "$ref": "https://ils.rero.ch/api/documents/7332" } }, { @@ -105536,13 +105536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7332" + "$ref": "https://ils.rero.ch/api/documents/7332" } }, { @@ -105550,13 +105550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7332" + "$ref": "https://ils.rero.ch/api/documents/7332" } }, { @@ -105564,13 +105564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7332" + "$ref": "https://ils.rero.ch/api/documents/7332" } }, { @@ -105578,13 +105578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7331" + "$ref": "https://ils.rero.ch/api/documents/7331" } }, { @@ -105592,13 +105592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7331" + "$ref": "https://ils.rero.ch/api/documents/7331" } }, { @@ -105606,13 +105606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7330" + "$ref": "https://ils.rero.ch/api/documents/7330" } }, { @@ -105620,13 +105620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7330" + "$ref": "https://ils.rero.ch/api/documents/7330" } }, { @@ -105634,13 +105634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7329" + "$ref": "https://ils.rero.ch/api/documents/7329" } }, { @@ -105648,13 +105648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7328" + "$ref": "https://ils.rero.ch/api/documents/7328" } }, { @@ -105662,13 +105662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7327" + "$ref": "https://ils.rero.ch/api/documents/7327" } }, { @@ -105676,13 +105676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7327" + "$ref": "https://ils.rero.ch/api/documents/7327" } }, { @@ -105690,13 +105690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7327" + "$ref": "https://ils.rero.ch/api/documents/7327" } }, { @@ -105704,13 +105704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7326" + "$ref": "https://ils.rero.ch/api/documents/7326" } }, { @@ -105718,13 +105718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7326" + "$ref": "https://ils.rero.ch/api/documents/7326" } }, { @@ -105732,13 +105732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7326" + "$ref": "https://ils.rero.ch/api/documents/7326" } }, { @@ -105746,13 +105746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7326" + "$ref": "https://ils.rero.ch/api/documents/7326" } }, { @@ -105760,13 +105760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7325" + "$ref": "https://ils.rero.ch/api/documents/7325" } }, { @@ -105774,13 +105774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7325" + "$ref": "https://ils.rero.ch/api/documents/7325" } }, { @@ -105788,13 +105788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7325" + "$ref": "https://ils.rero.ch/api/documents/7325" } }, { @@ -105802,13 +105802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7325" + "$ref": "https://ils.rero.ch/api/documents/7325" } }, { @@ -105816,13 +105816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7324" + "$ref": "https://ils.rero.ch/api/documents/7324" } }, { @@ -105830,13 +105830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7324" + "$ref": "https://ils.rero.ch/api/documents/7324" } }, { @@ -105844,13 +105844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7323" + "$ref": "https://ils.rero.ch/api/documents/7323" } }, { @@ -105858,13 +105858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7323" + "$ref": "https://ils.rero.ch/api/documents/7323" } }, { @@ -105872,13 +105872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7323" + "$ref": "https://ils.rero.ch/api/documents/7323" } }, { @@ -105886,13 +105886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7322" + "$ref": "https://ils.rero.ch/api/documents/7322" } }, { @@ -105900,13 +105900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7321" + "$ref": "https://ils.rero.ch/api/documents/7321" } }, { @@ -105914,13 +105914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7321" + "$ref": "https://ils.rero.ch/api/documents/7321" } }, { @@ -105928,13 +105928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7321" + "$ref": "https://ils.rero.ch/api/documents/7321" } }, { @@ -105942,13 +105942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7320" + "$ref": "https://ils.rero.ch/api/documents/7320" } }, { @@ -105956,13 +105956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7320" + "$ref": "https://ils.rero.ch/api/documents/7320" } }, { @@ -105970,13 +105970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7320" + "$ref": "https://ils.rero.ch/api/documents/7320" } }, { @@ -105984,13 +105984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7320" + "$ref": "https://ils.rero.ch/api/documents/7320" } }, { @@ -105998,13 +105998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7319" + "$ref": "https://ils.rero.ch/api/documents/7319" } }, { @@ -106012,13 +106012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7318" + "$ref": "https://ils.rero.ch/api/documents/7318" } }, { @@ -106026,13 +106026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7317" + "$ref": "https://ils.rero.ch/api/documents/7317" } }, { @@ -106040,13 +106040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7317" + "$ref": "https://ils.rero.ch/api/documents/7317" } }, { @@ -106054,13 +106054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7317" + "$ref": "https://ils.rero.ch/api/documents/7317" } }, { @@ -106068,13 +106068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7317" + "$ref": "https://ils.rero.ch/api/documents/7317" } }, { @@ -106082,13 +106082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7316" + "$ref": "https://ils.rero.ch/api/documents/7316" } }, { @@ -106096,13 +106096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7316" + "$ref": "https://ils.rero.ch/api/documents/7316" } }, { @@ -106110,13 +106110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7316" + "$ref": "https://ils.rero.ch/api/documents/7316" } }, { @@ -106124,13 +106124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7316" + "$ref": "https://ils.rero.ch/api/documents/7316" } }, { @@ -106138,13 +106138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7316" + "$ref": "https://ils.rero.ch/api/documents/7316" } }, { @@ -106152,13 +106152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7315" + "$ref": "https://ils.rero.ch/api/documents/7315" } }, { @@ -106166,13 +106166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7315" + "$ref": "https://ils.rero.ch/api/documents/7315" } }, { @@ -106180,13 +106180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7314" + "$ref": "https://ils.rero.ch/api/documents/7314" } }, { @@ -106194,13 +106194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7314" + "$ref": "https://ils.rero.ch/api/documents/7314" } }, { @@ -106208,13 +106208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7314" + "$ref": "https://ils.rero.ch/api/documents/7314" } }, { @@ -106222,13 +106222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7314" + "$ref": "https://ils.rero.ch/api/documents/7314" } }, { @@ -106236,13 +106236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7314" + "$ref": "https://ils.rero.ch/api/documents/7314" } }, { @@ -106250,13 +106250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7313" + "$ref": "https://ils.rero.ch/api/documents/7313" } }, { @@ -106264,13 +106264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7313" + "$ref": "https://ils.rero.ch/api/documents/7313" } }, { @@ -106278,13 +106278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7313" + "$ref": "https://ils.rero.ch/api/documents/7313" } }, { @@ -106292,13 +106292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7312" + "$ref": "https://ils.rero.ch/api/documents/7312" } }, { @@ -106306,13 +106306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7311" + "$ref": "https://ils.rero.ch/api/documents/7311" } }, { @@ -106320,13 +106320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7311" + "$ref": "https://ils.rero.ch/api/documents/7311" } }, { @@ -106334,13 +106334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7311" + "$ref": "https://ils.rero.ch/api/documents/7311" } }, { @@ -106348,13 +106348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7311" + "$ref": "https://ils.rero.ch/api/documents/7311" } }, { @@ -106362,13 +106362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7310" + "$ref": "https://ils.rero.ch/api/documents/7310" } }, { @@ -106376,13 +106376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7310" + "$ref": "https://ils.rero.ch/api/documents/7310" } }, { @@ -106390,13 +106390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7310" + "$ref": "https://ils.rero.ch/api/documents/7310" } }, { @@ -106404,13 +106404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7310" + "$ref": "https://ils.rero.ch/api/documents/7310" } }, { @@ -106418,13 +106418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7310" + "$ref": "https://ils.rero.ch/api/documents/7310" } }, { @@ -106432,13 +106432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7309" + "$ref": "https://ils.rero.ch/api/documents/7309" } }, { @@ -106446,13 +106446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7308" + "$ref": "https://ils.rero.ch/api/documents/7308" } }, { @@ -106460,13 +106460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7308" + "$ref": "https://ils.rero.ch/api/documents/7308" } }, { @@ -106474,13 +106474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7308" + "$ref": "https://ils.rero.ch/api/documents/7308" } }, { @@ -106488,13 +106488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7308" + "$ref": "https://ils.rero.ch/api/documents/7308" } }, { @@ -106502,13 +106502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7307" + "$ref": "https://ils.rero.ch/api/documents/7307" } }, { @@ -106516,13 +106516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7307" + "$ref": "https://ils.rero.ch/api/documents/7307" } }, { @@ -106530,13 +106530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7307" + "$ref": "https://ils.rero.ch/api/documents/7307" } }, { @@ -106544,13 +106544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7307" + "$ref": "https://ils.rero.ch/api/documents/7307" } }, { @@ -106558,13 +106558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7306" + "$ref": "https://ils.rero.ch/api/documents/7306" } }, { @@ -106572,13 +106572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7306" + "$ref": "https://ils.rero.ch/api/documents/7306" } }, { @@ -106586,13 +106586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7305" + "$ref": "https://ils.rero.ch/api/documents/7305" } }, { @@ -106600,13 +106600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7305" + "$ref": "https://ils.rero.ch/api/documents/7305" } }, { @@ -106614,13 +106614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7304" + "$ref": "https://ils.rero.ch/api/documents/7304" } }, { @@ -106628,13 +106628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7304" + "$ref": "https://ils.rero.ch/api/documents/7304" } }, { @@ -106642,13 +106642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7303" + "$ref": "https://ils.rero.ch/api/documents/7303" } }, { @@ -106656,13 +106656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7303" + "$ref": "https://ils.rero.ch/api/documents/7303" } }, { @@ -106670,13 +106670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7303" + "$ref": "https://ils.rero.ch/api/documents/7303" } }, { @@ -106684,13 +106684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7302" + "$ref": "https://ils.rero.ch/api/documents/7302" } }, { @@ -106698,13 +106698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7301" + "$ref": "https://ils.rero.ch/api/documents/7301" } }, { @@ -106712,13 +106712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7301" + "$ref": "https://ils.rero.ch/api/documents/7301" } }, { @@ -106726,13 +106726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7301" + "$ref": "https://ils.rero.ch/api/documents/7301" } }, { @@ -106740,13 +106740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7301" + "$ref": "https://ils.rero.ch/api/documents/7301" } }, { @@ -106754,13 +106754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7300" + "$ref": "https://ils.rero.ch/api/documents/7300" } }, { @@ -106768,13 +106768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7300" + "$ref": "https://ils.rero.ch/api/documents/7300" } }, { @@ -106782,13 +106782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7300" + "$ref": "https://ils.rero.ch/api/documents/7300" } }, { @@ -106796,13 +106796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7299" + "$ref": "https://ils.rero.ch/api/documents/7299" } }, { @@ -106810,13 +106810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7299" + "$ref": "https://ils.rero.ch/api/documents/7299" } }, { @@ -106824,13 +106824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7299" + "$ref": "https://ils.rero.ch/api/documents/7299" } }, { @@ -106838,13 +106838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7298" + "$ref": "https://ils.rero.ch/api/documents/7298" } }, { @@ -106852,13 +106852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7298" + "$ref": "https://ils.rero.ch/api/documents/7298" } }, { @@ -106866,13 +106866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7298" + "$ref": "https://ils.rero.ch/api/documents/7298" } }, { @@ -106880,13 +106880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7298" + "$ref": "https://ils.rero.ch/api/documents/7298" } }, { @@ -106894,13 +106894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7298" + "$ref": "https://ils.rero.ch/api/documents/7298" } }, { @@ -106908,13 +106908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7297" + "$ref": "https://ils.rero.ch/api/documents/7297" } }, { @@ -106922,13 +106922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7297" + "$ref": "https://ils.rero.ch/api/documents/7297" } }, { @@ -106936,13 +106936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7297" + "$ref": "https://ils.rero.ch/api/documents/7297" } }, { @@ -106950,13 +106950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7297" + "$ref": "https://ils.rero.ch/api/documents/7297" } }, { @@ -106964,13 +106964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7296" + "$ref": "https://ils.rero.ch/api/documents/7296" } }, { @@ -106978,13 +106978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7296" + "$ref": "https://ils.rero.ch/api/documents/7296" } }, { @@ -106992,13 +106992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7295" + "$ref": "https://ils.rero.ch/api/documents/7295" } }, { @@ -107006,13 +107006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7294" + "$ref": "https://ils.rero.ch/api/documents/7294" } }, { @@ -107020,13 +107020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7294" + "$ref": "https://ils.rero.ch/api/documents/7294" } }, { @@ -107034,13 +107034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7294" + "$ref": "https://ils.rero.ch/api/documents/7294" } }, { @@ -107048,13 +107048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7294" + "$ref": "https://ils.rero.ch/api/documents/7294" } }, { @@ -107062,13 +107062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7294" + "$ref": "https://ils.rero.ch/api/documents/7294" } }, { @@ -107076,13 +107076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7293" + "$ref": "https://ils.rero.ch/api/documents/7293" } }, { @@ -107090,13 +107090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7293" + "$ref": "https://ils.rero.ch/api/documents/7293" } }, { @@ -107104,13 +107104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7293" + "$ref": "https://ils.rero.ch/api/documents/7293" } }, { @@ -107118,13 +107118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7293" + "$ref": "https://ils.rero.ch/api/documents/7293" } }, { @@ -107132,13 +107132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7292" + "$ref": "https://ils.rero.ch/api/documents/7292" } }, { @@ -107146,13 +107146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7292" + "$ref": "https://ils.rero.ch/api/documents/7292" } }, { @@ -107160,13 +107160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7292" + "$ref": "https://ils.rero.ch/api/documents/7292" } }, { @@ -107174,13 +107174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7291" + "$ref": "https://ils.rero.ch/api/documents/7291" } }, { @@ -107188,13 +107188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7291" + "$ref": "https://ils.rero.ch/api/documents/7291" } }, { @@ -107202,13 +107202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7291" + "$ref": "https://ils.rero.ch/api/documents/7291" } }, { @@ -107216,13 +107216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7291" + "$ref": "https://ils.rero.ch/api/documents/7291" } }, { @@ -107230,13 +107230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7291" + "$ref": "https://ils.rero.ch/api/documents/7291" } }, { @@ -107244,13 +107244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7290" + "$ref": "https://ils.rero.ch/api/documents/7290" } }, { @@ -107258,13 +107258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7290" + "$ref": "https://ils.rero.ch/api/documents/7290" } }, { @@ -107272,13 +107272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7289" + "$ref": "https://ils.rero.ch/api/documents/7289" } }, { @@ -107286,13 +107286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7289" + "$ref": "https://ils.rero.ch/api/documents/7289" } }, { @@ -107300,13 +107300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7288" + "$ref": "https://ils.rero.ch/api/documents/7288" } }, { @@ -107314,13 +107314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7288" + "$ref": "https://ils.rero.ch/api/documents/7288" } }, { @@ -107328,13 +107328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7288" + "$ref": "https://ils.rero.ch/api/documents/7288" } }, { @@ -107342,13 +107342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7288" + "$ref": "https://ils.rero.ch/api/documents/7288" } }, { @@ -107356,13 +107356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7288" + "$ref": "https://ils.rero.ch/api/documents/7288" } }, { @@ -107370,13 +107370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7287" + "$ref": "https://ils.rero.ch/api/documents/7287" } }, { @@ -107384,13 +107384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7287" + "$ref": "https://ils.rero.ch/api/documents/7287" } }, { @@ -107398,13 +107398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7287" + "$ref": "https://ils.rero.ch/api/documents/7287" } }, { @@ -107412,13 +107412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7286" + "$ref": "https://ils.rero.ch/api/documents/7286" } }, { @@ -107426,13 +107426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7286" + "$ref": "https://ils.rero.ch/api/documents/7286" } }, { @@ -107440,13 +107440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7285" + "$ref": "https://ils.rero.ch/api/documents/7285" } }, { @@ -107454,13 +107454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7284" + "$ref": "https://ils.rero.ch/api/documents/7284" } }, { @@ -107468,13 +107468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7284" + "$ref": "https://ils.rero.ch/api/documents/7284" } }, { @@ -107482,13 +107482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7283" + "$ref": "https://ils.rero.ch/api/documents/7283" } }, { @@ -107496,13 +107496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7283" + "$ref": "https://ils.rero.ch/api/documents/7283" } }, { @@ -107510,13 +107510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7282" + "$ref": "https://ils.rero.ch/api/documents/7282" } }, { @@ -107524,13 +107524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7282" + "$ref": "https://ils.rero.ch/api/documents/7282" } }, { @@ -107538,13 +107538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7281" + "$ref": "https://ils.rero.ch/api/documents/7281" } }, { @@ -107552,13 +107552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7281" + "$ref": "https://ils.rero.ch/api/documents/7281" } }, { @@ -107566,13 +107566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7280" + "$ref": "https://ils.rero.ch/api/documents/7280" } }, { @@ -107580,13 +107580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7279" + "$ref": "https://ils.rero.ch/api/documents/7279" } }, { @@ -107594,13 +107594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7279" + "$ref": "https://ils.rero.ch/api/documents/7279" } }, { @@ -107608,13 +107608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7279" + "$ref": "https://ils.rero.ch/api/documents/7279" } }, { @@ -107622,13 +107622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7278" + "$ref": "https://ils.rero.ch/api/documents/7278" } }, { @@ -107636,13 +107636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7277" + "$ref": "https://ils.rero.ch/api/documents/7277" } }, { @@ -107650,13 +107650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7277" + "$ref": "https://ils.rero.ch/api/documents/7277" } }, { @@ -107664,13 +107664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7277" + "$ref": "https://ils.rero.ch/api/documents/7277" } }, { @@ -107678,13 +107678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7276" + "$ref": "https://ils.rero.ch/api/documents/7276" } }, { @@ -107692,13 +107692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7276" + "$ref": "https://ils.rero.ch/api/documents/7276" } }, { @@ -107706,13 +107706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7276" + "$ref": "https://ils.rero.ch/api/documents/7276" } }, { @@ -107720,13 +107720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7276" + "$ref": "https://ils.rero.ch/api/documents/7276" } }, { @@ -107734,13 +107734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7275" + "$ref": "https://ils.rero.ch/api/documents/7275" } }, { @@ -107748,13 +107748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7275" + "$ref": "https://ils.rero.ch/api/documents/7275" } }, { @@ -107762,13 +107762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7275" + "$ref": "https://ils.rero.ch/api/documents/7275" } }, { @@ -107776,13 +107776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7275" + "$ref": "https://ils.rero.ch/api/documents/7275" } }, { @@ -107790,13 +107790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7275" + "$ref": "https://ils.rero.ch/api/documents/7275" } }, { @@ -107804,13 +107804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7274" + "$ref": "https://ils.rero.ch/api/documents/7274" } }, { @@ -107818,13 +107818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7274" + "$ref": "https://ils.rero.ch/api/documents/7274" } }, { @@ -107832,13 +107832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7274" + "$ref": "https://ils.rero.ch/api/documents/7274" } }, { @@ -107846,13 +107846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7274" + "$ref": "https://ils.rero.ch/api/documents/7274" } }, { @@ -107860,13 +107860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7274" + "$ref": "https://ils.rero.ch/api/documents/7274" } }, { @@ -107874,13 +107874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7273" + "$ref": "https://ils.rero.ch/api/documents/7273" } }, { @@ -107888,13 +107888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7273" + "$ref": "https://ils.rero.ch/api/documents/7273" } }, { @@ -107902,13 +107902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7273" + "$ref": "https://ils.rero.ch/api/documents/7273" } }, { @@ -107916,13 +107916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7273" + "$ref": "https://ils.rero.ch/api/documents/7273" } }, { @@ -107930,13 +107930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7272" + "$ref": "https://ils.rero.ch/api/documents/7272" } }, { @@ -107944,13 +107944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7272" + "$ref": "https://ils.rero.ch/api/documents/7272" } }, { @@ -107958,13 +107958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7272" + "$ref": "https://ils.rero.ch/api/documents/7272" } }, { @@ -107972,13 +107972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7271" + "$ref": "https://ils.rero.ch/api/documents/7271" } }, { @@ -107986,13 +107986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7271" + "$ref": "https://ils.rero.ch/api/documents/7271" } }, { @@ -108000,13 +108000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7271" + "$ref": "https://ils.rero.ch/api/documents/7271" } }, { @@ -108014,13 +108014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7271" + "$ref": "https://ils.rero.ch/api/documents/7271" } }, { @@ -108028,13 +108028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7271" + "$ref": "https://ils.rero.ch/api/documents/7271" } }, { @@ -108042,13 +108042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7270" + "$ref": "https://ils.rero.ch/api/documents/7270" } }, { @@ -108056,13 +108056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7270" + "$ref": "https://ils.rero.ch/api/documents/7270" } }, { @@ -108070,13 +108070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7270" + "$ref": "https://ils.rero.ch/api/documents/7270" } }, { @@ -108084,13 +108084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7269" + "$ref": "https://ils.rero.ch/api/documents/7269" } }, { @@ -108098,13 +108098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7269" + "$ref": "https://ils.rero.ch/api/documents/7269" } }, { @@ -108112,13 +108112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7269" + "$ref": "https://ils.rero.ch/api/documents/7269" } }, { @@ -108126,13 +108126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7269" + "$ref": "https://ils.rero.ch/api/documents/7269" } }, { @@ -108140,13 +108140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7268" + "$ref": "https://ils.rero.ch/api/documents/7268" } }, { @@ -108154,13 +108154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7267" + "$ref": "https://ils.rero.ch/api/documents/7267" } }, { @@ -108168,13 +108168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7267" + "$ref": "https://ils.rero.ch/api/documents/7267" } }, { @@ -108182,13 +108182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7267" + "$ref": "https://ils.rero.ch/api/documents/7267" } }, { @@ -108196,13 +108196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7267" + "$ref": "https://ils.rero.ch/api/documents/7267" } }, { @@ -108210,13 +108210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7267" + "$ref": "https://ils.rero.ch/api/documents/7267" } }, { @@ -108224,13 +108224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7266" + "$ref": "https://ils.rero.ch/api/documents/7266" } }, { @@ -108238,13 +108238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7265" + "$ref": "https://ils.rero.ch/api/documents/7265" } }, { @@ -108252,13 +108252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7265" + "$ref": "https://ils.rero.ch/api/documents/7265" } }, { @@ -108266,13 +108266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7265" + "$ref": "https://ils.rero.ch/api/documents/7265" } }, { @@ -108280,13 +108280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7264" + "$ref": "https://ils.rero.ch/api/documents/7264" } }, { @@ -108294,13 +108294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7264" + "$ref": "https://ils.rero.ch/api/documents/7264" } }, { @@ -108308,13 +108308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7263" + "$ref": "https://ils.rero.ch/api/documents/7263" } }, { @@ -108322,13 +108322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7263" + "$ref": "https://ils.rero.ch/api/documents/7263" } }, { @@ -108336,13 +108336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7263" + "$ref": "https://ils.rero.ch/api/documents/7263" } }, { @@ -108350,13 +108350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7263" + "$ref": "https://ils.rero.ch/api/documents/7263" } }, { @@ -108364,13 +108364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7262" + "$ref": "https://ils.rero.ch/api/documents/7262" } }, { @@ -108378,13 +108378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7261" + "$ref": "https://ils.rero.ch/api/documents/7261" } }, { @@ -108392,13 +108392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7261" + "$ref": "https://ils.rero.ch/api/documents/7261" } }, { @@ -108406,13 +108406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7260" + "$ref": "https://ils.rero.ch/api/documents/7260" } }, { @@ -108420,13 +108420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7260" + "$ref": "https://ils.rero.ch/api/documents/7260" } }, { @@ -108434,13 +108434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7260" + "$ref": "https://ils.rero.ch/api/documents/7260" } }, { @@ -108448,13 +108448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7259" + "$ref": "https://ils.rero.ch/api/documents/7259" } }, { @@ -108462,13 +108462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7259" + "$ref": "https://ils.rero.ch/api/documents/7259" } }, { @@ -108476,13 +108476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7258" + "$ref": "https://ils.rero.ch/api/documents/7258" } }, { @@ -108490,13 +108490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7258" + "$ref": "https://ils.rero.ch/api/documents/7258" } }, { @@ -108504,13 +108504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7258" + "$ref": "https://ils.rero.ch/api/documents/7258" } }, { @@ -108518,13 +108518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7258" + "$ref": "https://ils.rero.ch/api/documents/7258" } }, { @@ -108532,13 +108532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7257" + "$ref": "https://ils.rero.ch/api/documents/7257" } }, { @@ -108546,13 +108546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7257" + "$ref": "https://ils.rero.ch/api/documents/7257" } }, { @@ -108560,13 +108560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7257" + "$ref": "https://ils.rero.ch/api/documents/7257" } }, { @@ -108574,13 +108574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7257" + "$ref": "https://ils.rero.ch/api/documents/7257" } }, { @@ -108588,13 +108588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7256" + "$ref": "https://ils.rero.ch/api/documents/7256" } }, { @@ -108602,13 +108602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7256" + "$ref": "https://ils.rero.ch/api/documents/7256" } }, { @@ -108616,13 +108616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7256" + "$ref": "https://ils.rero.ch/api/documents/7256" } }, { @@ -108630,13 +108630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7256" + "$ref": "https://ils.rero.ch/api/documents/7256" } }, { @@ -108644,13 +108644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7256" + "$ref": "https://ils.rero.ch/api/documents/7256" } }, { @@ -108658,13 +108658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7255" + "$ref": "https://ils.rero.ch/api/documents/7255" } }, { @@ -108672,13 +108672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7255" + "$ref": "https://ils.rero.ch/api/documents/7255" } }, { @@ -108686,13 +108686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7255" + "$ref": "https://ils.rero.ch/api/documents/7255" } }, { @@ -108700,13 +108700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7255" + "$ref": "https://ils.rero.ch/api/documents/7255" } }, { @@ -108714,13 +108714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7254" + "$ref": "https://ils.rero.ch/api/documents/7254" } }, { @@ -108728,13 +108728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7254" + "$ref": "https://ils.rero.ch/api/documents/7254" } }, { @@ -108742,13 +108742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7254" + "$ref": "https://ils.rero.ch/api/documents/7254" } }, { @@ -108756,13 +108756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7254" + "$ref": "https://ils.rero.ch/api/documents/7254" } }, { @@ -108770,13 +108770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7253" + "$ref": "https://ils.rero.ch/api/documents/7253" } }, { @@ -108784,13 +108784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7253" + "$ref": "https://ils.rero.ch/api/documents/7253" } }, { @@ -108798,13 +108798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7253" + "$ref": "https://ils.rero.ch/api/documents/7253" } }, { @@ -108812,13 +108812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7252" + "$ref": "https://ils.rero.ch/api/documents/7252" } }, { @@ -108826,13 +108826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7252" + "$ref": "https://ils.rero.ch/api/documents/7252" } }, { @@ -108840,13 +108840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7252" + "$ref": "https://ils.rero.ch/api/documents/7252" } }, { @@ -108854,13 +108854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7252" + "$ref": "https://ils.rero.ch/api/documents/7252" } }, { @@ -108868,13 +108868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7251" + "$ref": "https://ils.rero.ch/api/documents/7251" } }, { @@ -108882,13 +108882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7251" + "$ref": "https://ils.rero.ch/api/documents/7251" } }, { @@ -108896,13 +108896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7251" + "$ref": "https://ils.rero.ch/api/documents/7251" } }, { @@ -108910,13 +108910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7250" + "$ref": "https://ils.rero.ch/api/documents/7250" } }, { @@ -108924,13 +108924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7250" + "$ref": "https://ils.rero.ch/api/documents/7250" } }, { @@ -108938,13 +108938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7250" + "$ref": "https://ils.rero.ch/api/documents/7250" } }, { @@ -108952,13 +108952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7250" + "$ref": "https://ils.rero.ch/api/documents/7250" } }, { @@ -108966,13 +108966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7250" + "$ref": "https://ils.rero.ch/api/documents/7250" } }, { @@ -108980,13 +108980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7249" + "$ref": "https://ils.rero.ch/api/documents/7249" } }, { @@ -108994,13 +108994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7249" + "$ref": "https://ils.rero.ch/api/documents/7249" } }, { @@ -109008,13 +109008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7248" + "$ref": "https://ils.rero.ch/api/documents/7248" } }, { @@ -109022,13 +109022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7248" + "$ref": "https://ils.rero.ch/api/documents/7248" } }, { @@ -109036,13 +109036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7248" + "$ref": "https://ils.rero.ch/api/documents/7248" } }, { @@ -109050,13 +109050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7247" + "$ref": "https://ils.rero.ch/api/documents/7247" } }, { @@ -109064,13 +109064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7246" + "$ref": "https://ils.rero.ch/api/documents/7246" } }, { @@ -109078,13 +109078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7246" + "$ref": "https://ils.rero.ch/api/documents/7246" } }, { @@ -109092,13 +109092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7246" + "$ref": "https://ils.rero.ch/api/documents/7246" } }, { @@ -109106,13 +109106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7246" + "$ref": "https://ils.rero.ch/api/documents/7246" } }, { @@ -109120,13 +109120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7246" + "$ref": "https://ils.rero.ch/api/documents/7246" } }, { @@ -109134,13 +109134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7245" + "$ref": "https://ils.rero.ch/api/documents/7245" } }, { @@ -109148,13 +109148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7245" + "$ref": "https://ils.rero.ch/api/documents/7245" } }, { @@ -109162,13 +109162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7244" + "$ref": "https://ils.rero.ch/api/documents/7244" } }, { @@ -109176,13 +109176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7244" + "$ref": "https://ils.rero.ch/api/documents/7244" } }, { @@ -109190,13 +109190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7244" + "$ref": "https://ils.rero.ch/api/documents/7244" } }, { @@ -109204,13 +109204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7244" + "$ref": "https://ils.rero.ch/api/documents/7244" } }, { @@ -109218,13 +109218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7244" + "$ref": "https://ils.rero.ch/api/documents/7244" } }, { @@ -109232,13 +109232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7243" + "$ref": "https://ils.rero.ch/api/documents/7243" } }, { @@ -109246,13 +109246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7243" + "$ref": "https://ils.rero.ch/api/documents/7243" } }, { @@ -109260,13 +109260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7242" + "$ref": "https://ils.rero.ch/api/documents/7242" } }, { @@ -109274,13 +109274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7242" + "$ref": "https://ils.rero.ch/api/documents/7242" } }, { @@ -109288,13 +109288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7241" + "$ref": "https://ils.rero.ch/api/documents/7241" } }, { @@ -109302,13 +109302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7241" + "$ref": "https://ils.rero.ch/api/documents/7241" } }, { @@ -109316,13 +109316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7241" + "$ref": "https://ils.rero.ch/api/documents/7241" } }, { @@ -109330,13 +109330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7241" + "$ref": "https://ils.rero.ch/api/documents/7241" } }, { @@ -109344,13 +109344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7241" + "$ref": "https://ils.rero.ch/api/documents/7241" } }, { @@ -109358,13 +109358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7240" + "$ref": "https://ils.rero.ch/api/documents/7240" } }, { @@ -109372,13 +109372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7240" + "$ref": "https://ils.rero.ch/api/documents/7240" } }, { @@ -109386,13 +109386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7240" + "$ref": "https://ils.rero.ch/api/documents/7240" } }, { @@ -109400,13 +109400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7240" + "$ref": "https://ils.rero.ch/api/documents/7240" } }, { @@ -109414,13 +109414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7240" + "$ref": "https://ils.rero.ch/api/documents/7240" } }, { @@ -109428,13 +109428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7239" + "$ref": "https://ils.rero.ch/api/documents/7239" } }, { @@ -109442,13 +109442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7239" + "$ref": "https://ils.rero.ch/api/documents/7239" } }, { @@ -109456,13 +109456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7238" + "$ref": "https://ils.rero.ch/api/documents/7238" } }, { @@ -109470,13 +109470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7238" + "$ref": "https://ils.rero.ch/api/documents/7238" } }, { @@ -109484,13 +109484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7238" + "$ref": "https://ils.rero.ch/api/documents/7238" } }, { @@ -109498,13 +109498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7238" + "$ref": "https://ils.rero.ch/api/documents/7238" } }, { @@ -109512,13 +109512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7238" + "$ref": "https://ils.rero.ch/api/documents/7238" } }, { @@ -109526,13 +109526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7237" + "$ref": "https://ils.rero.ch/api/documents/7237" } }, { @@ -109540,13 +109540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7237" + "$ref": "https://ils.rero.ch/api/documents/7237" } }, { @@ -109554,13 +109554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7237" + "$ref": "https://ils.rero.ch/api/documents/7237" } }, { @@ -109568,13 +109568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7237" + "$ref": "https://ils.rero.ch/api/documents/7237" } }, { @@ -109582,13 +109582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7236" + "$ref": "https://ils.rero.ch/api/documents/7236" } }, { @@ -109596,13 +109596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7236" + "$ref": "https://ils.rero.ch/api/documents/7236" } }, { @@ -109610,13 +109610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7236" + "$ref": "https://ils.rero.ch/api/documents/7236" } }, { @@ -109624,13 +109624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7236" + "$ref": "https://ils.rero.ch/api/documents/7236" } }, { @@ -109638,13 +109638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7235" + "$ref": "https://ils.rero.ch/api/documents/7235" } }, { @@ -109652,13 +109652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7235" + "$ref": "https://ils.rero.ch/api/documents/7235" } }, { @@ -109666,13 +109666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7235" + "$ref": "https://ils.rero.ch/api/documents/7235" } }, { @@ -109680,13 +109680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7235" + "$ref": "https://ils.rero.ch/api/documents/7235" } }, { @@ -109694,13 +109694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7235" + "$ref": "https://ils.rero.ch/api/documents/7235" } }, { @@ -109708,13 +109708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7234" + "$ref": "https://ils.rero.ch/api/documents/7234" } }, { @@ -109722,13 +109722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7233" + "$ref": "https://ils.rero.ch/api/documents/7233" } }, { @@ -109736,13 +109736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7233" + "$ref": "https://ils.rero.ch/api/documents/7233" } }, { @@ -109750,13 +109750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7232" + "$ref": "https://ils.rero.ch/api/documents/7232" } }, { @@ -109764,13 +109764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7232" + "$ref": "https://ils.rero.ch/api/documents/7232" } }, { @@ -109778,13 +109778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7232" + "$ref": "https://ils.rero.ch/api/documents/7232" } }, { @@ -109792,13 +109792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7232" + "$ref": "https://ils.rero.ch/api/documents/7232" } }, { @@ -109806,13 +109806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7231" + "$ref": "https://ils.rero.ch/api/documents/7231" } }, { @@ -109820,13 +109820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7231" + "$ref": "https://ils.rero.ch/api/documents/7231" } }, { @@ -109834,13 +109834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7231" + "$ref": "https://ils.rero.ch/api/documents/7231" } }, { @@ -109848,13 +109848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7231" + "$ref": "https://ils.rero.ch/api/documents/7231" } }, { @@ -109862,13 +109862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7231" + "$ref": "https://ils.rero.ch/api/documents/7231" } }, { @@ -109876,13 +109876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7230" + "$ref": "https://ils.rero.ch/api/documents/7230" } }, { @@ -109890,13 +109890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7230" + "$ref": "https://ils.rero.ch/api/documents/7230" } }, { @@ -109904,13 +109904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7230" + "$ref": "https://ils.rero.ch/api/documents/7230" } }, { @@ -109918,13 +109918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7230" + "$ref": "https://ils.rero.ch/api/documents/7230" } }, { @@ -109932,13 +109932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7229" + "$ref": "https://ils.rero.ch/api/documents/7229" } }, { @@ -109946,13 +109946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7228" + "$ref": "https://ils.rero.ch/api/documents/7228" } }, { @@ -109960,13 +109960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7227" + "$ref": "https://ils.rero.ch/api/documents/7227" } }, { @@ -109974,13 +109974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7227" + "$ref": "https://ils.rero.ch/api/documents/7227" } }, { @@ -109988,13 +109988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7227" + "$ref": "https://ils.rero.ch/api/documents/7227" } }, { @@ -110002,13 +110002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7226" + "$ref": "https://ils.rero.ch/api/documents/7226" } }, { @@ -110016,13 +110016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7225" + "$ref": "https://ils.rero.ch/api/documents/7225" } }, { @@ -110030,13 +110030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7225" + "$ref": "https://ils.rero.ch/api/documents/7225" } }, { @@ -110044,13 +110044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7225" + "$ref": "https://ils.rero.ch/api/documents/7225" } }, { @@ -110058,13 +110058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7225" + "$ref": "https://ils.rero.ch/api/documents/7225" } }, { @@ -110072,13 +110072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7224" + "$ref": "https://ils.rero.ch/api/documents/7224" } }, { @@ -110086,13 +110086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7223" + "$ref": "https://ils.rero.ch/api/documents/7223" } }, { @@ -110100,13 +110100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7223" + "$ref": "https://ils.rero.ch/api/documents/7223" } }, { @@ -110114,13 +110114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7222" + "$ref": "https://ils.rero.ch/api/documents/7222" } }, { @@ -110128,13 +110128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7222" + "$ref": "https://ils.rero.ch/api/documents/7222" } }, { @@ -110142,13 +110142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7222" + "$ref": "https://ils.rero.ch/api/documents/7222" } }, { @@ -110156,13 +110156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7221" + "$ref": "https://ils.rero.ch/api/documents/7221" } }, { @@ -110170,13 +110170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7221" + "$ref": "https://ils.rero.ch/api/documents/7221" } }, { @@ -110184,13 +110184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7221" + "$ref": "https://ils.rero.ch/api/documents/7221" } }, { @@ -110198,13 +110198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7220" + "$ref": "https://ils.rero.ch/api/documents/7220" } }, { @@ -110212,13 +110212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7220" + "$ref": "https://ils.rero.ch/api/documents/7220" } }, { @@ -110226,13 +110226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7219" + "$ref": "https://ils.rero.ch/api/documents/7219" } }, { @@ -110240,13 +110240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7219" + "$ref": "https://ils.rero.ch/api/documents/7219" } }, { @@ -110254,13 +110254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7219" + "$ref": "https://ils.rero.ch/api/documents/7219" } }, { @@ -110268,13 +110268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7219" + "$ref": "https://ils.rero.ch/api/documents/7219" } }, { @@ -110282,13 +110282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7218" + "$ref": "https://ils.rero.ch/api/documents/7218" } }, { @@ -110296,13 +110296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7218" + "$ref": "https://ils.rero.ch/api/documents/7218" } }, { @@ -110310,13 +110310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7218" + "$ref": "https://ils.rero.ch/api/documents/7218" } }, { @@ -110324,13 +110324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7218" + "$ref": "https://ils.rero.ch/api/documents/7218" } }, { @@ -110338,13 +110338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7218" + "$ref": "https://ils.rero.ch/api/documents/7218" } }, { @@ -110352,13 +110352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7217" + "$ref": "https://ils.rero.ch/api/documents/7217" } }, { @@ -110366,13 +110366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7217" + "$ref": "https://ils.rero.ch/api/documents/7217" } }, { @@ -110380,13 +110380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7217" + "$ref": "https://ils.rero.ch/api/documents/7217" } }, { @@ -110394,13 +110394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7216" + "$ref": "https://ils.rero.ch/api/documents/7216" } }, { @@ -110408,13 +110408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7216" + "$ref": "https://ils.rero.ch/api/documents/7216" } }, { @@ -110422,13 +110422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7216" + "$ref": "https://ils.rero.ch/api/documents/7216" } }, { @@ -110436,13 +110436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7216" + "$ref": "https://ils.rero.ch/api/documents/7216" } }, { @@ -110450,13 +110450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7215" + "$ref": "https://ils.rero.ch/api/documents/7215" } }, { @@ -110464,13 +110464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7215" + "$ref": "https://ils.rero.ch/api/documents/7215" } }, { @@ -110478,13 +110478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7215" + "$ref": "https://ils.rero.ch/api/documents/7215" } }, { @@ -110492,13 +110492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7215" + "$ref": "https://ils.rero.ch/api/documents/7215" } }, { @@ -110506,13 +110506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7214" + "$ref": "https://ils.rero.ch/api/documents/7214" } }, { @@ -110520,13 +110520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7214" + "$ref": "https://ils.rero.ch/api/documents/7214" } }, { @@ -110534,13 +110534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7213" + "$ref": "https://ils.rero.ch/api/documents/7213" } }, { @@ -110548,13 +110548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7213" + "$ref": "https://ils.rero.ch/api/documents/7213" } }, { @@ -110562,13 +110562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7212" + "$ref": "https://ils.rero.ch/api/documents/7212" } }, { @@ -110576,13 +110576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7212" + "$ref": "https://ils.rero.ch/api/documents/7212" } }, { @@ -110590,13 +110590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7212" + "$ref": "https://ils.rero.ch/api/documents/7212" } }, { @@ -110604,13 +110604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7212" + "$ref": "https://ils.rero.ch/api/documents/7212" } }, { @@ -110618,13 +110618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7211" + "$ref": "https://ils.rero.ch/api/documents/7211" } }, { @@ -110632,13 +110632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7210" + "$ref": "https://ils.rero.ch/api/documents/7210" } }, { @@ -110646,13 +110646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7209" + "$ref": "https://ils.rero.ch/api/documents/7209" } }, { @@ -110660,13 +110660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7208" + "$ref": "https://ils.rero.ch/api/documents/7208" } }, { @@ -110674,13 +110674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7207" + "$ref": "https://ils.rero.ch/api/documents/7207" } }, { @@ -110688,13 +110688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7207" + "$ref": "https://ils.rero.ch/api/documents/7207" } }, { @@ -110702,13 +110702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7206" + "$ref": "https://ils.rero.ch/api/documents/7206" } }, { @@ -110716,13 +110716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7206" + "$ref": "https://ils.rero.ch/api/documents/7206" } }, { @@ -110730,13 +110730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7206" + "$ref": "https://ils.rero.ch/api/documents/7206" } }, { @@ -110744,13 +110744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7205" + "$ref": "https://ils.rero.ch/api/documents/7205" } }, { @@ -110758,13 +110758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7205" + "$ref": "https://ils.rero.ch/api/documents/7205" } }, { @@ -110772,13 +110772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7205" + "$ref": "https://ils.rero.ch/api/documents/7205" } }, { @@ -110786,13 +110786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7205" + "$ref": "https://ils.rero.ch/api/documents/7205" } }, { @@ -110800,13 +110800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7204" + "$ref": "https://ils.rero.ch/api/documents/7204" } }, { @@ -110814,13 +110814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7204" + "$ref": "https://ils.rero.ch/api/documents/7204" } }, { @@ -110828,13 +110828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7204" + "$ref": "https://ils.rero.ch/api/documents/7204" } }, { @@ -110842,13 +110842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7204" + "$ref": "https://ils.rero.ch/api/documents/7204" } }, { @@ -110856,13 +110856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7204" + "$ref": "https://ils.rero.ch/api/documents/7204" } }, { @@ -110870,13 +110870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7203" + "$ref": "https://ils.rero.ch/api/documents/7203" } }, { @@ -110884,13 +110884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7203" + "$ref": "https://ils.rero.ch/api/documents/7203" } }, { @@ -110898,13 +110898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7203" + "$ref": "https://ils.rero.ch/api/documents/7203" } }, { @@ -110912,13 +110912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7203" + "$ref": "https://ils.rero.ch/api/documents/7203" } }, { @@ -110926,13 +110926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7202" + "$ref": "https://ils.rero.ch/api/documents/7202" } }, { @@ -110940,13 +110940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7201" + "$ref": "https://ils.rero.ch/api/documents/7201" } }, { @@ -110954,13 +110954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7201" + "$ref": "https://ils.rero.ch/api/documents/7201" } }, { @@ -110968,13 +110968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7201" + "$ref": "https://ils.rero.ch/api/documents/7201" } }, { @@ -110982,13 +110982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7200" + "$ref": "https://ils.rero.ch/api/documents/7200" } }, { @@ -110996,13 +110996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7200" + "$ref": "https://ils.rero.ch/api/documents/7200" } }, { @@ -111010,13 +111010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7200" + "$ref": "https://ils.rero.ch/api/documents/7200" } }, { @@ -111024,13 +111024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7200" + "$ref": "https://ils.rero.ch/api/documents/7200" } }, { @@ -111038,13 +111038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7200" + "$ref": "https://ils.rero.ch/api/documents/7200" } }, { @@ -111052,13 +111052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7199" + "$ref": "https://ils.rero.ch/api/documents/7199" } }, { @@ -111066,13 +111066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7199" + "$ref": "https://ils.rero.ch/api/documents/7199" } }, { @@ -111080,13 +111080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7199" + "$ref": "https://ils.rero.ch/api/documents/7199" } }, { @@ -111094,13 +111094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7199" + "$ref": "https://ils.rero.ch/api/documents/7199" } }, { @@ -111108,13 +111108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7199" + "$ref": "https://ils.rero.ch/api/documents/7199" } }, { @@ -111122,13 +111122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7198" + "$ref": "https://ils.rero.ch/api/documents/7198" } }, { @@ -111136,13 +111136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7198" + "$ref": "https://ils.rero.ch/api/documents/7198" } }, { @@ -111150,13 +111150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7198" + "$ref": "https://ils.rero.ch/api/documents/7198" } }, { @@ -111164,13 +111164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7198" + "$ref": "https://ils.rero.ch/api/documents/7198" } }, { @@ -111178,13 +111178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7198" + "$ref": "https://ils.rero.ch/api/documents/7198" } }, { @@ -111192,13 +111192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7197" + "$ref": "https://ils.rero.ch/api/documents/7197" } }, { @@ -111206,13 +111206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7197" + "$ref": "https://ils.rero.ch/api/documents/7197" } }, { @@ -111220,13 +111220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7196" + "$ref": "https://ils.rero.ch/api/documents/7196" } }, { @@ -111234,13 +111234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7196" + "$ref": "https://ils.rero.ch/api/documents/7196" } }, { @@ -111248,13 +111248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7195" + "$ref": "https://ils.rero.ch/api/documents/7195" } }, { @@ -111262,13 +111262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7194" + "$ref": "https://ils.rero.ch/api/documents/7194" } }, { @@ -111276,13 +111276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7194" + "$ref": "https://ils.rero.ch/api/documents/7194" } }, { @@ -111290,13 +111290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7194" + "$ref": "https://ils.rero.ch/api/documents/7194" } }, { @@ -111304,13 +111304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7194" + "$ref": "https://ils.rero.ch/api/documents/7194" } }, { @@ -111318,13 +111318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7194" + "$ref": "https://ils.rero.ch/api/documents/7194" } }, { @@ -111332,13 +111332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7193" + "$ref": "https://ils.rero.ch/api/documents/7193" } }, { @@ -111346,13 +111346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7193" + "$ref": "https://ils.rero.ch/api/documents/7193" } }, { @@ -111360,13 +111360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7193" + "$ref": "https://ils.rero.ch/api/documents/7193" } }, { @@ -111374,13 +111374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7193" + "$ref": "https://ils.rero.ch/api/documents/7193" } }, { @@ -111388,13 +111388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7192" + "$ref": "https://ils.rero.ch/api/documents/7192" } }, { @@ -111402,13 +111402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7191" + "$ref": "https://ils.rero.ch/api/documents/7191" } }, { @@ -111416,13 +111416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7191" + "$ref": "https://ils.rero.ch/api/documents/7191" } }, { @@ -111430,13 +111430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7191" + "$ref": "https://ils.rero.ch/api/documents/7191" } }, { @@ -111444,13 +111444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7190" + "$ref": "https://ils.rero.ch/api/documents/7190" } }, { @@ -111458,13 +111458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7190" + "$ref": "https://ils.rero.ch/api/documents/7190" } }, { @@ -111472,13 +111472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7190" + "$ref": "https://ils.rero.ch/api/documents/7190" } }, { @@ -111486,13 +111486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7189" + "$ref": "https://ils.rero.ch/api/documents/7189" } }, { @@ -111500,13 +111500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7189" + "$ref": "https://ils.rero.ch/api/documents/7189" } }, { @@ -111514,13 +111514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7188" + "$ref": "https://ils.rero.ch/api/documents/7188" } }, { @@ -111528,13 +111528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7188" + "$ref": "https://ils.rero.ch/api/documents/7188" } }, { @@ -111542,13 +111542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7188" + "$ref": "https://ils.rero.ch/api/documents/7188" } }, { @@ -111556,13 +111556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7187" + "$ref": "https://ils.rero.ch/api/documents/7187" } }, { @@ -111570,13 +111570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7187" + "$ref": "https://ils.rero.ch/api/documents/7187" } }, { @@ -111584,13 +111584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7186" + "$ref": "https://ils.rero.ch/api/documents/7186" } }, { @@ -111598,13 +111598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7186" + "$ref": "https://ils.rero.ch/api/documents/7186" } }, { @@ -111612,13 +111612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7186" + "$ref": "https://ils.rero.ch/api/documents/7186" } }, { @@ -111626,13 +111626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7186" + "$ref": "https://ils.rero.ch/api/documents/7186" } }, { @@ -111640,13 +111640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7185" + "$ref": "https://ils.rero.ch/api/documents/7185" } }, { @@ -111654,13 +111654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7184" + "$ref": "https://ils.rero.ch/api/documents/7184" } }, { @@ -111668,13 +111668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7183" + "$ref": "https://ils.rero.ch/api/documents/7183" } }, { @@ -111682,13 +111682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7183" + "$ref": "https://ils.rero.ch/api/documents/7183" } }, { @@ -111696,13 +111696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7182" + "$ref": "https://ils.rero.ch/api/documents/7182" } }, { @@ -111710,13 +111710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7182" + "$ref": "https://ils.rero.ch/api/documents/7182" } }, { @@ -111724,13 +111724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7182" + "$ref": "https://ils.rero.ch/api/documents/7182" } }, { @@ -111738,13 +111738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7182" + "$ref": "https://ils.rero.ch/api/documents/7182" } }, { @@ -111752,13 +111752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7181" + "$ref": "https://ils.rero.ch/api/documents/7181" } }, { @@ -111766,13 +111766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7180" + "$ref": "https://ils.rero.ch/api/documents/7180" } }, { @@ -111780,13 +111780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7180" + "$ref": "https://ils.rero.ch/api/documents/7180" } }, { @@ -111794,13 +111794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7180" + "$ref": "https://ils.rero.ch/api/documents/7180" } }, { @@ -111808,13 +111808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7180" + "$ref": "https://ils.rero.ch/api/documents/7180" } }, { @@ -111822,13 +111822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7179" + "$ref": "https://ils.rero.ch/api/documents/7179" } }, { @@ -111836,13 +111836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7178" + "$ref": "https://ils.rero.ch/api/documents/7178" } }, { @@ -111850,13 +111850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7178" + "$ref": "https://ils.rero.ch/api/documents/7178" } }, { @@ -111864,13 +111864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7177" + "$ref": "https://ils.rero.ch/api/documents/7177" } }, { @@ -111878,13 +111878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7177" + "$ref": "https://ils.rero.ch/api/documents/7177" } }, { @@ -111892,13 +111892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7177" + "$ref": "https://ils.rero.ch/api/documents/7177" } }, { @@ -111906,13 +111906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7177" + "$ref": "https://ils.rero.ch/api/documents/7177" } }, { @@ -111920,13 +111920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7177" + "$ref": "https://ils.rero.ch/api/documents/7177" } }, { @@ -111934,13 +111934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7176" + "$ref": "https://ils.rero.ch/api/documents/7176" } }, { @@ -111948,13 +111948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7176" + "$ref": "https://ils.rero.ch/api/documents/7176" } }, { @@ -111962,13 +111962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7176" + "$ref": "https://ils.rero.ch/api/documents/7176" } }, { @@ -111976,13 +111976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7176" + "$ref": "https://ils.rero.ch/api/documents/7176" } }, { @@ -111990,13 +111990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7176" + "$ref": "https://ils.rero.ch/api/documents/7176" } }, { @@ -112004,13 +112004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7175" + "$ref": "https://ils.rero.ch/api/documents/7175" } }, { @@ -112018,13 +112018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7175" + "$ref": "https://ils.rero.ch/api/documents/7175" } }, { @@ -112032,13 +112032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7175" + "$ref": "https://ils.rero.ch/api/documents/7175" } }, { @@ -112046,13 +112046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7175" + "$ref": "https://ils.rero.ch/api/documents/7175" } }, { @@ -112060,13 +112060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7175" + "$ref": "https://ils.rero.ch/api/documents/7175" } }, { @@ -112074,13 +112074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7174" + "$ref": "https://ils.rero.ch/api/documents/7174" } }, { @@ -112088,13 +112088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7174" + "$ref": "https://ils.rero.ch/api/documents/7174" } }, { @@ -112102,13 +112102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7174" + "$ref": "https://ils.rero.ch/api/documents/7174" } }, { @@ -112116,13 +112116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7174" + "$ref": "https://ils.rero.ch/api/documents/7174" } }, { @@ -112130,13 +112130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7174" + "$ref": "https://ils.rero.ch/api/documents/7174" } }, { @@ -112144,13 +112144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7173" + "$ref": "https://ils.rero.ch/api/documents/7173" } }, { @@ -112158,13 +112158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7173" + "$ref": "https://ils.rero.ch/api/documents/7173" } }, { @@ -112172,13 +112172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7173" + "$ref": "https://ils.rero.ch/api/documents/7173" } }, { @@ -112186,13 +112186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7173" + "$ref": "https://ils.rero.ch/api/documents/7173" } }, { @@ -112200,13 +112200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7173" + "$ref": "https://ils.rero.ch/api/documents/7173" } }, { @@ -112214,13 +112214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7172" + "$ref": "https://ils.rero.ch/api/documents/7172" } }, { @@ -112228,13 +112228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7172" + "$ref": "https://ils.rero.ch/api/documents/7172" } }, { @@ -112242,13 +112242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7171" + "$ref": "https://ils.rero.ch/api/documents/7171" } }, { @@ -112256,13 +112256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7171" + "$ref": "https://ils.rero.ch/api/documents/7171" } }, { @@ -112270,13 +112270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7171" + "$ref": "https://ils.rero.ch/api/documents/7171" } }, { @@ -112284,13 +112284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7171" + "$ref": "https://ils.rero.ch/api/documents/7171" } }, { @@ -112298,13 +112298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7170" + "$ref": "https://ils.rero.ch/api/documents/7170" } }, { @@ -112312,13 +112312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7169" + "$ref": "https://ils.rero.ch/api/documents/7169" } }, { @@ -112326,13 +112326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7169" + "$ref": "https://ils.rero.ch/api/documents/7169" } }, { @@ -112340,13 +112340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7169" + "$ref": "https://ils.rero.ch/api/documents/7169" } }, { @@ -112354,13 +112354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7169" + "$ref": "https://ils.rero.ch/api/documents/7169" } }, { @@ -112368,13 +112368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7169" + "$ref": "https://ils.rero.ch/api/documents/7169" } }, { @@ -112382,13 +112382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7168" + "$ref": "https://ils.rero.ch/api/documents/7168" } }, { @@ -112396,13 +112396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7168" + "$ref": "https://ils.rero.ch/api/documents/7168" } }, { @@ -112410,13 +112410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7168" + "$ref": "https://ils.rero.ch/api/documents/7168" } }, { @@ -112424,13 +112424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7168" + "$ref": "https://ils.rero.ch/api/documents/7168" } }, { @@ -112438,13 +112438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7168" + "$ref": "https://ils.rero.ch/api/documents/7168" } }, { @@ -112452,13 +112452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7167" + "$ref": "https://ils.rero.ch/api/documents/7167" } }, { @@ -112466,13 +112466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7167" + "$ref": "https://ils.rero.ch/api/documents/7167" } }, { @@ -112480,13 +112480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7167" + "$ref": "https://ils.rero.ch/api/documents/7167" } }, { @@ -112494,13 +112494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7167" + "$ref": "https://ils.rero.ch/api/documents/7167" } }, { @@ -112508,13 +112508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7167" + "$ref": "https://ils.rero.ch/api/documents/7167" } }, { @@ -112522,13 +112522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7166" + "$ref": "https://ils.rero.ch/api/documents/7166" } }, { @@ -112536,13 +112536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7166" + "$ref": "https://ils.rero.ch/api/documents/7166" } }, { @@ -112550,13 +112550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7166" + "$ref": "https://ils.rero.ch/api/documents/7166" } }, { @@ -112564,13 +112564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7166" + "$ref": "https://ils.rero.ch/api/documents/7166" } }, { @@ -112578,13 +112578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7166" + "$ref": "https://ils.rero.ch/api/documents/7166" } }, { @@ -112592,13 +112592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7165" + "$ref": "https://ils.rero.ch/api/documents/7165" } }, { @@ -112606,13 +112606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7165" + "$ref": "https://ils.rero.ch/api/documents/7165" } }, { @@ -112620,13 +112620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7164" + "$ref": "https://ils.rero.ch/api/documents/7164" } }, { @@ -112634,13 +112634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7164" + "$ref": "https://ils.rero.ch/api/documents/7164" } }, { @@ -112648,13 +112648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7164" + "$ref": "https://ils.rero.ch/api/documents/7164" } }, { @@ -112662,13 +112662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7163" + "$ref": "https://ils.rero.ch/api/documents/7163" } }, { @@ -112676,13 +112676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7163" + "$ref": "https://ils.rero.ch/api/documents/7163" } }, { @@ -112690,13 +112690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7163" + "$ref": "https://ils.rero.ch/api/documents/7163" } }, { @@ -112704,13 +112704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7163" + "$ref": "https://ils.rero.ch/api/documents/7163" } }, { @@ -112718,13 +112718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7162" + "$ref": "https://ils.rero.ch/api/documents/7162" } }, { @@ -112732,13 +112732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7162" + "$ref": "https://ils.rero.ch/api/documents/7162" } }, { @@ -112746,13 +112746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7161" + "$ref": "https://ils.rero.ch/api/documents/7161" } }, { @@ -112760,13 +112760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7160" + "$ref": "https://ils.rero.ch/api/documents/7160" } }, { @@ -112774,13 +112774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7160" + "$ref": "https://ils.rero.ch/api/documents/7160" } }, { @@ -112788,13 +112788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7159" + "$ref": "https://ils.rero.ch/api/documents/7159" } }, { @@ -112802,13 +112802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7159" + "$ref": "https://ils.rero.ch/api/documents/7159" } }, { @@ -112816,13 +112816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7158" + "$ref": "https://ils.rero.ch/api/documents/7158" } }, { @@ -112830,13 +112830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7158" + "$ref": "https://ils.rero.ch/api/documents/7158" } }, { @@ -112844,13 +112844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7158" + "$ref": "https://ils.rero.ch/api/documents/7158" } }, { @@ -112858,13 +112858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7157" + "$ref": "https://ils.rero.ch/api/documents/7157" } }, { @@ -112872,13 +112872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7157" + "$ref": "https://ils.rero.ch/api/documents/7157" } }, { @@ -112886,13 +112886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7157" + "$ref": "https://ils.rero.ch/api/documents/7157" } }, { @@ -112900,13 +112900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7157" + "$ref": "https://ils.rero.ch/api/documents/7157" } }, { @@ -112914,13 +112914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7156" + "$ref": "https://ils.rero.ch/api/documents/7156" } }, { @@ -112928,13 +112928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7155" + "$ref": "https://ils.rero.ch/api/documents/7155" } }, { @@ -112942,13 +112942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7154" + "$ref": "https://ils.rero.ch/api/documents/7154" } }, { @@ -112956,13 +112956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7153" + "$ref": "https://ils.rero.ch/api/documents/7153" } }, { @@ -112970,13 +112970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7153" + "$ref": "https://ils.rero.ch/api/documents/7153" } }, { @@ -112984,13 +112984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7153" + "$ref": "https://ils.rero.ch/api/documents/7153" } }, { @@ -112998,13 +112998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7152" + "$ref": "https://ils.rero.ch/api/documents/7152" } }, { @@ -113012,13 +113012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7151" + "$ref": "https://ils.rero.ch/api/documents/7151" } }, { @@ -113026,13 +113026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7151" + "$ref": "https://ils.rero.ch/api/documents/7151" } }, { @@ -113040,13 +113040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7151" + "$ref": "https://ils.rero.ch/api/documents/7151" } }, { @@ -113054,13 +113054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7151" + "$ref": "https://ils.rero.ch/api/documents/7151" } }, { @@ -113068,13 +113068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7150" + "$ref": "https://ils.rero.ch/api/documents/7150" } }, { @@ -113082,13 +113082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7149" + "$ref": "https://ils.rero.ch/api/documents/7149" } }, { @@ -113096,13 +113096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7149" + "$ref": "https://ils.rero.ch/api/documents/7149" } }, { @@ -113110,13 +113110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7149" + "$ref": "https://ils.rero.ch/api/documents/7149" } }, { @@ -113124,13 +113124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7149" + "$ref": "https://ils.rero.ch/api/documents/7149" } }, { @@ -113138,13 +113138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7148" + "$ref": "https://ils.rero.ch/api/documents/7148" } }, { @@ -113152,13 +113152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7148" + "$ref": "https://ils.rero.ch/api/documents/7148" } }, { @@ -113166,13 +113166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7148" + "$ref": "https://ils.rero.ch/api/documents/7148" } }, { @@ -113180,13 +113180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7148" + "$ref": "https://ils.rero.ch/api/documents/7148" } }, { @@ -113194,13 +113194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7148" + "$ref": "https://ils.rero.ch/api/documents/7148" } }, { @@ -113208,13 +113208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7147" + "$ref": "https://ils.rero.ch/api/documents/7147" } }, { @@ -113222,13 +113222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7147" + "$ref": "https://ils.rero.ch/api/documents/7147" } }, { @@ -113236,13 +113236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7147" + "$ref": "https://ils.rero.ch/api/documents/7147" } }, { @@ -113250,13 +113250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7146" + "$ref": "https://ils.rero.ch/api/documents/7146" } }, { @@ -113264,13 +113264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7146" + "$ref": "https://ils.rero.ch/api/documents/7146" } }, { @@ -113278,13 +113278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7145" + "$ref": "https://ils.rero.ch/api/documents/7145" } }, { @@ -113292,13 +113292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7145" + "$ref": "https://ils.rero.ch/api/documents/7145" } }, { @@ -113306,13 +113306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7144" + "$ref": "https://ils.rero.ch/api/documents/7144" } }, { @@ -113320,13 +113320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7144" + "$ref": "https://ils.rero.ch/api/documents/7144" } }, { @@ -113334,13 +113334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7143" + "$ref": "https://ils.rero.ch/api/documents/7143" } }, { @@ -113348,13 +113348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7143" + "$ref": "https://ils.rero.ch/api/documents/7143" } }, { @@ -113362,13 +113362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7142" + "$ref": "https://ils.rero.ch/api/documents/7142" } }, { @@ -113376,13 +113376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7142" + "$ref": "https://ils.rero.ch/api/documents/7142" } }, { @@ -113390,13 +113390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7142" + "$ref": "https://ils.rero.ch/api/documents/7142" } }, { @@ -113404,13 +113404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7141" + "$ref": "https://ils.rero.ch/api/documents/7141" } }, { @@ -113418,13 +113418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7141" + "$ref": "https://ils.rero.ch/api/documents/7141" } }, { @@ -113432,13 +113432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7141" + "$ref": "https://ils.rero.ch/api/documents/7141" } }, { @@ -113446,13 +113446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7141" + "$ref": "https://ils.rero.ch/api/documents/7141" } }, { @@ -113460,13 +113460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7140" + "$ref": "https://ils.rero.ch/api/documents/7140" } }, { @@ -113474,13 +113474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7140" + "$ref": "https://ils.rero.ch/api/documents/7140" } }, { @@ -113488,13 +113488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7140" + "$ref": "https://ils.rero.ch/api/documents/7140" } }, { @@ -113502,13 +113502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7139" + "$ref": "https://ils.rero.ch/api/documents/7139" } }, { @@ -113516,13 +113516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7139" + "$ref": "https://ils.rero.ch/api/documents/7139" } }, { @@ -113530,13 +113530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7139" + "$ref": "https://ils.rero.ch/api/documents/7139" } }, { @@ -113544,13 +113544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7138" + "$ref": "https://ils.rero.ch/api/documents/7138" } }, { @@ -113558,13 +113558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7137" + "$ref": "https://ils.rero.ch/api/documents/7137" } }, { @@ -113572,13 +113572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7136" + "$ref": "https://ils.rero.ch/api/documents/7136" } }, { @@ -113586,13 +113586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7136" + "$ref": "https://ils.rero.ch/api/documents/7136" } }, { @@ -113600,13 +113600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7136" + "$ref": "https://ils.rero.ch/api/documents/7136" } }, { @@ -113614,13 +113614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7136" + "$ref": "https://ils.rero.ch/api/documents/7136" } }, { @@ -113628,13 +113628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7135" + "$ref": "https://ils.rero.ch/api/documents/7135" } }, { @@ -113642,13 +113642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7134" + "$ref": "https://ils.rero.ch/api/documents/7134" } }, { @@ -113656,13 +113656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7133" + "$ref": "https://ils.rero.ch/api/documents/7133" } }, { @@ -113670,13 +113670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7133" + "$ref": "https://ils.rero.ch/api/documents/7133" } }, { @@ -113684,13 +113684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7133" + "$ref": "https://ils.rero.ch/api/documents/7133" } }, { @@ -113698,13 +113698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7132" + "$ref": "https://ils.rero.ch/api/documents/7132" } }, { @@ -113712,13 +113712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7132" + "$ref": "https://ils.rero.ch/api/documents/7132" } }, { @@ -113726,13 +113726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7132" + "$ref": "https://ils.rero.ch/api/documents/7132" } }, { @@ -113740,13 +113740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7131" + "$ref": "https://ils.rero.ch/api/documents/7131" } }, { @@ -113754,13 +113754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7131" + "$ref": "https://ils.rero.ch/api/documents/7131" } }, { @@ -113768,13 +113768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7131" + "$ref": "https://ils.rero.ch/api/documents/7131" } }, { @@ -113782,13 +113782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7130" + "$ref": "https://ils.rero.ch/api/documents/7130" } }, { @@ -113796,13 +113796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7130" + "$ref": "https://ils.rero.ch/api/documents/7130" } }, { @@ -113810,13 +113810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7130" + "$ref": "https://ils.rero.ch/api/documents/7130" } }, { @@ -113824,13 +113824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7129" + "$ref": "https://ils.rero.ch/api/documents/7129" } }, { @@ -113838,13 +113838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7129" + "$ref": "https://ils.rero.ch/api/documents/7129" } }, { @@ -113852,13 +113852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7129" + "$ref": "https://ils.rero.ch/api/documents/7129" } }, { @@ -113866,13 +113866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7129" + "$ref": "https://ils.rero.ch/api/documents/7129" } }, { @@ -113880,13 +113880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7129" + "$ref": "https://ils.rero.ch/api/documents/7129" } }, { @@ -113894,13 +113894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7128" + "$ref": "https://ils.rero.ch/api/documents/7128" } }, { @@ -113908,13 +113908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7128" + "$ref": "https://ils.rero.ch/api/documents/7128" } }, { @@ -113922,13 +113922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7128" + "$ref": "https://ils.rero.ch/api/documents/7128" } }, { @@ -113936,13 +113936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7128" + "$ref": "https://ils.rero.ch/api/documents/7128" } }, { @@ -113950,13 +113950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7127" + "$ref": "https://ils.rero.ch/api/documents/7127" } }, { @@ -113964,13 +113964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7126" + "$ref": "https://ils.rero.ch/api/documents/7126" } }, { @@ -113978,13 +113978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7125" + "$ref": "https://ils.rero.ch/api/documents/7125" } }, { @@ -113992,13 +113992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7125" + "$ref": "https://ils.rero.ch/api/documents/7125" } }, { @@ -114006,13 +114006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7125" + "$ref": "https://ils.rero.ch/api/documents/7125" } }, { @@ -114020,13 +114020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7125" + "$ref": "https://ils.rero.ch/api/documents/7125" } }, { @@ -114034,13 +114034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7124" + "$ref": "https://ils.rero.ch/api/documents/7124" } }, { @@ -114048,13 +114048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7124" + "$ref": "https://ils.rero.ch/api/documents/7124" } }, { @@ -114062,13 +114062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7124" + "$ref": "https://ils.rero.ch/api/documents/7124" } }, { @@ -114076,13 +114076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7124" + "$ref": "https://ils.rero.ch/api/documents/7124" } }, { @@ -114090,13 +114090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7124" + "$ref": "https://ils.rero.ch/api/documents/7124" } }, { @@ -114104,13 +114104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7123" + "$ref": "https://ils.rero.ch/api/documents/7123" } }, { @@ -114118,13 +114118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7123" + "$ref": "https://ils.rero.ch/api/documents/7123" } }, { @@ -114132,13 +114132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7123" + "$ref": "https://ils.rero.ch/api/documents/7123" } }, { @@ -114146,13 +114146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7123" + "$ref": "https://ils.rero.ch/api/documents/7123" } }, { @@ -114160,13 +114160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7122" + "$ref": "https://ils.rero.ch/api/documents/7122" } }, { @@ -114174,13 +114174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7122" + "$ref": "https://ils.rero.ch/api/documents/7122" } }, { @@ -114188,13 +114188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7122" + "$ref": "https://ils.rero.ch/api/documents/7122" } }, { @@ -114202,13 +114202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7121" + "$ref": "https://ils.rero.ch/api/documents/7121" } }, { @@ -114216,13 +114216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7121" + "$ref": "https://ils.rero.ch/api/documents/7121" } }, { @@ -114230,13 +114230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7121" + "$ref": "https://ils.rero.ch/api/documents/7121" } }, { @@ -114244,13 +114244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7120" + "$ref": "https://ils.rero.ch/api/documents/7120" } }, { @@ -114258,13 +114258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7120" + "$ref": "https://ils.rero.ch/api/documents/7120" } }, { @@ -114272,13 +114272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7120" + "$ref": "https://ils.rero.ch/api/documents/7120" } }, { @@ -114286,13 +114286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7120" + "$ref": "https://ils.rero.ch/api/documents/7120" } }, { @@ -114300,13 +114300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7120" + "$ref": "https://ils.rero.ch/api/documents/7120" } }, { @@ -114314,13 +114314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7119" + "$ref": "https://ils.rero.ch/api/documents/7119" } }, { @@ -114328,13 +114328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7118" + "$ref": "https://ils.rero.ch/api/documents/7118" } }, { @@ -114342,13 +114342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7117" + "$ref": "https://ils.rero.ch/api/documents/7117" } }, { @@ -114356,13 +114356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7117" + "$ref": "https://ils.rero.ch/api/documents/7117" } }, { @@ -114370,13 +114370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7117" + "$ref": "https://ils.rero.ch/api/documents/7117" } }, { @@ -114384,13 +114384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7117" + "$ref": "https://ils.rero.ch/api/documents/7117" } }, { @@ -114398,13 +114398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7116" + "$ref": "https://ils.rero.ch/api/documents/7116" } }, { @@ -114412,13 +114412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7115" + "$ref": "https://ils.rero.ch/api/documents/7115" } }, { @@ -114426,13 +114426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7115" + "$ref": "https://ils.rero.ch/api/documents/7115" } }, { @@ -114440,13 +114440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7114" + "$ref": "https://ils.rero.ch/api/documents/7114" } }, { @@ -114454,13 +114454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7114" + "$ref": "https://ils.rero.ch/api/documents/7114" } }, { @@ -114468,13 +114468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7114" + "$ref": "https://ils.rero.ch/api/documents/7114" } }, { @@ -114482,13 +114482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7114" + "$ref": "https://ils.rero.ch/api/documents/7114" } }, { @@ -114496,13 +114496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7113" + "$ref": "https://ils.rero.ch/api/documents/7113" } }, { @@ -114510,13 +114510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7113" + "$ref": "https://ils.rero.ch/api/documents/7113" } }, { @@ -114524,13 +114524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7113" + "$ref": "https://ils.rero.ch/api/documents/7113" } }, { @@ -114538,13 +114538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7113" + "$ref": "https://ils.rero.ch/api/documents/7113" } }, { @@ -114552,13 +114552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7112" + "$ref": "https://ils.rero.ch/api/documents/7112" } }, { @@ -114566,13 +114566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7112" + "$ref": "https://ils.rero.ch/api/documents/7112" } }, { @@ -114580,13 +114580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7111" + "$ref": "https://ils.rero.ch/api/documents/7111" } }, { @@ -114594,13 +114594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7111" + "$ref": "https://ils.rero.ch/api/documents/7111" } }, { @@ -114608,13 +114608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7111" + "$ref": "https://ils.rero.ch/api/documents/7111" } }, { @@ -114622,13 +114622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7110" + "$ref": "https://ils.rero.ch/api/documents/7110" } }, { @@ -114636,13 +114636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7110" + "$ref": "https://ils.rero.ch/api/documents/7110" } }, { @@ -114650,13 +114650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7110" + "$ref": "https://ils.rero.ch/api/documents/7110" } }, { @@ -114664,13 +114664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7110" + "$ref": "https://ils.rero.ch/api/documents/7110" } }, { @@ -114678,13 +114678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7109" + "$ref": "https://ils.rero.ch/api/documents/7109" } }, { @@ -114692,13 +114692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7109" + "$ref": "https://ils.rero.ch/api/documents/7109" } }, { @@ -114706,13 +114706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7109" + "$ref": "https://ils.rero.ch/api/documents/7109" } }, { @@ -114720,13 +114720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7109" + "$ref": "https://ils.rero.ch/api/documents/7109" } }, { @@ -114734,13 +114734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7108" + "$ref": "https://ils.rero.ch/api/documents/7108" } }, { @@ -114748,13 +114748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7108" + "$ref": "https://ils.rero.ch/api/documents/7108" } }, { @@ -114762,13 +114762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7108" + "$ref": "https://ils.rero.ch/api/documents/7108" } }, { @@ -114776,13 +114776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7107" + "$ref": "https://ils.rero.ch/api/documents/7107" } }, { @@ -114790,13 +114790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7107" + "$ref": "https://ils.rero.ch/api/documents/7107" } }, { @@ -114804,13 +114804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7107" + "$ref": "https://ils.rero.ch/api/documents/7107" } }, { @@ -114818,13 +114818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7106" + "$ref": "https://ils.rero.ch/api/documents/7106" } }, { @@ -114832,13 +114832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7106" + "$ref": "https://ils.rero.ch/api/documents/7106" } }, { @@ -114846,13 +114846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7105" + "$ref": "https://ils.rero.ch/api/documents/7105" } }, { @@ -114860,13 +114860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7104" + "$ref": "https://ils.rero.ch/api/documents/7104" } }, { @@ -114874,13 +114874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7104" + "$ref": "https://ils.rero.ch/api/documents/7104" } }, { @@ -114888,13 +114888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7104" + "$ref": "https://ils.rero.ch/api/documents/7104" } }, { @@ -114902,13 +114902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7104" + "$ref": "https://ils.rero.ch/api/documents/7104" } }, { @@ -114916,13 +114916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7103" + "$ref": "https://ils.rero.ch/api/documents/7103" } }, { @@ -114930,13 +114930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7103" + "$ref": "https://ils.rero.ch/api/documents/7103" } }, { @@ -114944,13 +114944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7103" + "$ref": "https://ils.rero.ch/api/documents/7103" } }, { @@ -114958,13 +114958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7103" + "$ref": "https://ils.rero.ch/api/documents/7103" } }, { @@ -114972,13 +114972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7103" + "$ref": "https://ils.rero.ch/api/documents/7103" } }, { @@ -114986,13 +114986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7102" + "$ref": "https://ils.rero.ch/api/documents/7102" } }, { @@ -115000,13 +115000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7101" + "$ref": "https://ils.rero.ch/api/documents/7101" } }, { @@ -115014,13 +115014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7101" + "$ref": "https://ils.rero.ch/api/documents/7101" } }, { @@ -115028,13 +115028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7101" + "$ref": "https://ils.rero.ch/api/documents/7101" } }, { @@ -115042,13 +115042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7101" + "$ref": "https://ils.rero.ch/api/documents/7101" } }, { @@ -115056,13 +115056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7100" + "$ref": "https://ils.rero.ch/api/documents/7100" } }, { @@ -115070,13 +115070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7099" + "$ref": "https://ils.rero.ch/api/documents/7099" } }, { @@ -115084,13 +115084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7099" + "$ref": "https://ils.rero.ch/api/documents/7099" } }, { @@ -115098,13 +115098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7099" + "$ref": "https://ils.rero.ch/api/documents/7099" } }, { @@ -115112,13 +115112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7099" + "$ref": "https://ils.rero.ch/api/documents/7099" } }, { @@ -115126,13 +115126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7099" + "$ref": "https://ils.rero.ch/api/documents/7099" } }, { @@ -115140,13 +115140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7098" + "$ref": "https://ils.rero.ch/api/documents/7098" } }, { @@ -115154,13 +115154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7098" + "$ref": "https://ils.rero.ch/api/documents/7098" } }, { @@ -115168,13 +115168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7097" + "$ref": "https://ils.rero.ch/api/documents/7097" } }, { @@ -115182,13 +115182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7097" + "$ref": "https://ils.rero.ch/api/documents/7097" } }, { @@ -115196,13 +115196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7097" + "$ref": "https://ils.rero.ch/api/documents/7097" } }, { @@ -115210,13 +115210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7096" + "$ref": "https://ils.rero.ch/api/documents/7096" } }, { @@ -115224,13 +115224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7095" + "$ref": "https://ils.rero.ch/api/documents/7095" } }, { @@ -115238,13 +115238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7095" + "$ref": "https://ils.rero.ch/api/documents/7095" } }, { @@ -115252,13 +115252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7094" + "$ref": "https://ils.rero.ch/api/documents/7094" } }, { @@ -115266,13 +115266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7094" + "$ref": "https://ils.rero.ch/api/documents/7094" } }, { @@ -115280,13 +115280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7094" + "$ref": "https://ils.rero.ch/api/documents/7094" } }, { @@ -115294,13 +115294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7094" + "$ref": "https://ils.rero.ch/api/documents/7094" } }, { @@ -115308,13 +115308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7094" + "$ref": "https://ils.rero.ch/api/documents/7094" } }, { @@ -115322,13 +115322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7093" + "$ref": "https://ils.rero.ch/api/documents/7093" } }, { @@ -115336,13 +115336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7093" + "$ref": "https://ils.rero.ch/api/documents/7093" } }, { @@ -115350,13 +115350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7092" + "$ref": "https://ils.rero.ch/api/documents/7092" } }, { @@ -115364,13 +115364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7092" + "$ref": "https://ils.rero.ch/api/documents/7092" } }, { @@ -115378,13 +115378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7092" + "$ref": "https://ils.rero.ch/api/documents/7092" } }, { @@ -115392,13 +115392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7091" + "$ref": "https://ils.rero.ch/api/documents/7091" } }, { @@ -115406,13 +115406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7091" + "$ref": "https://ils.rero.ch/api/documents/7091" } }, { @@ -115420,13 +115420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7091" + "$ref": "https://ils.rero.ch/api/documents/7091" } }, { @@ -115434,13 +115434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7091" + "$ref": "https://ils.rero.ch/api/documents/7091" } }, { @@ -115448,13 +115448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7091" + "$ref": "https://ils.rero.ch/api/documents/7091" } }, { @@ -115462,13 +115462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7090" + "$ref": "https://ils.rero.ch/api/documents/7090" } }, { @@ -115476,13 +115476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7090" + "$ref": "https://ils.rero.ch/api/documents/7090" } }, { @@ -115490,13 +115490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7090" + "$ref": "https://ils.rero.ch/api/documents/7090" } }, { @@ -115504,13 +115504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7090" + "$ref": "https://ils.rero.ch/api/documents/7090" } }, { @@ -115518,13 +115518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7090" + "$ref": "https://ils.rero.ch/api/documents/7090" } }, { @@ -115532,13 +115532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7089" + "$ref": "https://ils.rero.ch/api/documents/7089" } }, { @@ -115546,13 +115546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7089" + "$ref": "https://ils.rero.ch/api/documents/7089" } }, { @@ -115560,13 +115560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7088" + "$ref": "https://ils.rero.ch/api/documents/7088" } }, { @@ -115574,13 +115574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7088" + "$ref": "https://ils.rero.ch/api/documents/7088" } }, { @@ -115588,13 +115588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7088" + "$ref": "https://ils.rero.ch/api/documents/7088" } }, { @@ -115602,13 +115602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7087" + "$ref": "https://ils.rero.ch/api/documents/7087" } }, { @@ -115616,13 +115616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7087" + "$ref": "https://ils.rero.ch/api/documents/7087" } }, { @@ -115630,13 +115630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7087" + "$ref": "https://ils.rero.ch/api/documents/7087" } }, { @@ -115644,13 +115644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7086" + "$ref": "https://ils.rero.ch/api/documents/7086" } }, { @@ -115658,13 +115658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7086" + "$ref": "https://ils.rero.ch/api/documents/7086" } }, { @@ -115672,13 +115672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7086" + "$ref": "https://ils.rero.ch/api/documents/7086" } }, { @@ -115686,13 +115686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7086" + "$ref": "https://ils.rero.ch/api/documents/7086" } }, { @@ -115700,13 +115700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7086" + "$ref": "https://ils.rero.ch/api/documents/7086" } }, { @@ -115714,13 +115714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7085" + "$ref": "https://ils.rero.ch/api/documents/7085" } }, { @@ -115728,13 +115728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7084" + "$ref": "https://ils.rero.ch/api/documents/7084" } }, { @@ -115742,13 +115742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7083" + "$ref": "https://ils.rero.ch/api/documents/7083" } }, { @@ -115756,13 +115756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7083" + "$ref": "https://ils.rero.ch/api/documents/7083" } }, { @@ -115770,13 +115770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7083" + "$ref": "https://ils.rero.ch/api/documents/7083" } }, { @@ -115784,13 +115784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7083" + "$ref": "https://ils.rero.ch/api/documents/7083" } }, { @@ -115798,13 +115798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7082" + "$ref": "https://ils.rero.ch/api/documents/7082" } }, { @@ -115812,13 +115812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7081" + "$ref": "https://ils.rero.ch/api/documents/7081" } }, { @@ -115826,13 +115826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7081" + "$ref": "https://ils.rero.ch/api/documents/7081" } }, { @@ -115840,13 +115840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7080" + "$ref": "https://ils.rero.ch/api/documents/7080" } }, { @@ -115854,13 +115854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7080" + "$ref": "https://ils.rero.ch/api/documents/7080" } }, { @@ -115868,13 +115868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7079" + "$ref": "https://ils.rero.ch/api/documents/7079" } }, { @@ -115882,13 +115882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7079" + "$ref": "https://ils.rero.ch/api/documents/7079" } }, { @@ -115896,13 +115896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7079" + "$ref": "https://ils.rero.ch/api/documents/7079" } }, { @@ -115910,13 +115910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7079" + "$ref": "https://ils.rero.ch/api/documents/7079" } }, { @@ -115924,13 +115924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7078" + "$ref": "https://ils.rero.ch/api/documents/7078" } }, { @@ -115938,13 +115938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7077" + "$ref": "https://ils.rero.ch/api/documents/7077" } }, { @@ -115952,13 +115952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7077" + "$ref": "https://ils.rero.ch/api/documents/7077" } }, { @@ -115966,13 +115966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7076" + "$ref": "https://ils.rero.ch/api/documents/7076" } }, { @@ -115980,13 +115980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7075" + "$ref": "https://ils.rero.ch/api/documents/7075" } }, { @@ -115994,13 +115994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7075" + "$ref": "https://ils.rero.ch/api/documents/7075" } }, { @@ -116008,13 +116008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7075" + "$ref": "https://ils.rero.ch/api/documents/7075" } }, { @@ -116022,13 +116022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7075" + "$ref": "https://ils.rero.ch/api/documents/7075" } }, { @@ -116036,13 +116036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7074" + "$ref": "https://ils.rero.ch/api/documents/7074" } }, { @@ -116050,13 +116050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7073" + "$ref": "https://ils.rero.ch/api/documents/7073" } }, { @@ -116064,13 +116064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7072" + "$ref": "https://ils.rero.ch/api/documents/7072" } }, { @@ -116078,13 +116078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7072" + "$ref": "https://ils.rero.ch/api/documents/7072" } }, { @@ -116092,13 +116092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7072" + "$ref": "https://ils.rero.ch/api/documents/7072" } }, { @@ -116106,13 +116106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7072" + "$ref": "https://ils.rero.ch/api/documents/7072" } }, { @@ -116120,13 +116120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7071" + "$ref": "https://ils.rero.ch/api/documents/7071" } }, { @@ -116134,13 +116134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7070" + "$ref": "https://ils.rero.ch/api/documents/7070" } }, { @@ -116148,13 +116148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7070" + "$ref": "https://ils.rero.ch/api/documents/7070" } }, { @@ -116162,13 +116162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7070" + "$ref": "https://ils.rero.ch/api/documents/7070" } }, { @@ -116176,13 +116176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7070" + "$ref": "https://ils.rero.ch/api/documents/7070" } }, { @@ -116190,13 +116190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7070" + "$ref": "https://ils.rero.ch/api/documents/7070" } }, { @@ -116204,13 +116204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7069" + "$ref": "https://ils.rero.ch/api/documents/7069" } }, { @@ -116218,13 +116218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7069" + "$ref": "https://ils.rero.ch/api/documents/7069" } }, { @@ -116232,13 +116232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7069" + "$ref": "https://ils.rero.ch/api/documents/7069" } }, { @@ -116246,13 +116246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7068" + "$ref": "https://ils.rero.ch/api/documents/7068" } }, { @@ -116260,13 +116260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7068" + "$ref": "https://ils.rero.ch/api/documents/7068" } }, { @@ -116274,13 +116274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7068" + "$ref": "https://ils.rero.ch/api/documents/7068" } }, { @@ -116288,13 +116288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7068" + "$ref": "https://ils.rero.ch/api/documents/7068" } }, { @@ -116302,13 +116302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7067" + "$ref": "https://ils.rero.ch/api/documents/7067" } }, { @@ -116316,13 +116316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7067" + "$ref": "https://ils.rero.ch/api/documents/7067" } }, { @@ -116330,13 +116330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7067" + "$ref": "https://ils.rero.ch/api/documents/7067" } }, { @@ -116344,13 +116344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7066" + "$ref": "https://ils.rero.ch/api/documents/7066" } }, { @@ -116358,13 +116358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7066" + "$ref": "https://ils.rero.ch/api/documents/7066" } }, { @@ -116372,13 +116372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7066" + "$ref": "https://ils.rero.ch/api/documents/7066" } }, { @@ -116386,13 +116386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7066" + "$ref": "https://ils.rero.ch/api/documents/7066" } }, { @@ -116400,13 +116400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7066" + "$ref": "https://ils.rero.ch/api/documents/7066" } }, { @@ -116414,13 +116414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7065" + "$ref": "https://ils.rero.ch/api/documents/7065" } }, { @@ -116428,13 +116428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7065" + "$ref": "https://ils.rero.ch/api/documents/7065" } }, { @@ -116442,13 +116442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7065" + "$ref": "https://ils.rero.ch/api/documents/7065" } }, { @@ -116456,13 +116456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7065" + "$ref": "https://ils.rero.ch/api/documents/7065" } }, { @@ -116470,13 +116470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7065" + "$ref": "https://ils.rero.ch/api/documents/7065" } }, { @@ -116484,13 +116484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7064" + "$ref": "https://ils.rero.ch/api/documents/7064" } }, { @@ -116498,13 +116498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7063" + "$ref": "https://ils.rero.ch/api/documents/7063" } }, { @@ -116512,13 +116512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7063" + "$ref": "https://ils.rero.ch/api/documents/7063" } }, { @@ -116526,13 +116526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7063" + "$ref": "https://ils.rero.ch/api/documents/7063" } }, { @@ -116540,13 +116540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7062" + "$ref": "https://ils.rero.ch/api/documents/7062" } }, { @@ -116554,13 +116554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7062" + "$ref": "https://ils.rero.ch/api/documents/7062" } }, { @@ -116568,13 +116568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7062" + "$ref": "https://ils.rero.ch/api/documents/7062" } }, { @@ -116582,13 +116582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7061" + "$ref": "https://ils.rero.ch/api/documents/7061" } }, { @@ -116596,13 +116596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7060" + "$ref": "https://ils.rero.ch/api/documents/7060" } }, { @@ -116610,13 +116610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7060" + "$ref": "https://ils.rero.ch/api/documents/7060" } }, { @@ -116624,13 +116624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7060" + "$ref": "https://ils.rero.ch/api/documents/7060" } }, { @@ -116638,13 +116638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7060" + "$ref": "https://ils.rero.ch/api/documents/7060" } }, { @@ -116652,13 +116652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7059" + "$ref": "https://ils.rero.ch/api/documents/7059" } }, { @@ -116666,13 +116666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7059" + "$ref": "https://ils.rero.ch/api/documents/7059" } }, { @@ -116680,13 +116680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7059" + "$ref": "https://ils.rero.ch/api/documents/7059" } }, { @@ -116694,13 +116694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7059" + "$ref": "https://ils.rero.ch/api/documents/7059" } }, { @@ -116708,13 +116708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7058" + "$ref": "https://ils.rero.ch/api/documents/7058" } }, { @@ -116722,13 +116722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7057" + "$ref": "https://ils.rero.ch/api/documents/7057" } }, { @@ -116736,13 +116736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7057" + "$ref": "https://ils.rero.ch/api/documents/7057" } }, { @@ -116750,13 +116750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7057" + "$ref": "https://ils.rero.ch/api/documents/7057" } }, { @@ -116764,13 +116764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7057" + "$ref": "https://ils.rero.ch/api/documents/7057" } }, { @@ -116778,13 +116778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7057" + "$ref": "https://ils.rero.ch/api/documents/7057" } }, { @@ -116792,13 +116792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7056" + "$ref": "https://ils.rero.ch/api/documents/7056" } }, { @@ -116806,13 +116806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7056" + "$ref": "https://ils.rero.ch/api/documents/7056" } }, { @@ -116820,13 +116820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7056" + "$ref": "https://ils.rero.ch/api/documents/7056" } }, { @@ -116834,13 +116834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7056" + "$ref": "https://ils.rero.ch/api/documents/7056" } }, { @@ -116848,13 +116848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7056" + "$ref": "https://ils.rero.ch/api/documents/7056" } }, { @@ -116862,13 +116862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7055" + "$ref": "https://ils.rero.ch/api/documents/7055" } }, { @@ -116876,13 +116876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7055" + "$ref": "https://ils.rero.ch/api/documents/7055" } }, { @@ -116890,13 +116890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7054" + "$ref": "https://ils.rero.ch/api/documents/7054" } }, { @@ -116904,13 +116904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7054" + "$ref": "https://ils.rero.ch/api/documents/7054" } }, { @@ -116918,13 +116918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7054" + "$ref": "https://ils.rero.ch/api/documents/7054" } }, { @@ -116932,13 +116932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7054" + "$ref": "https://ils.rero.ch/api/documents/7054" } }, { @@ -116946,13 +116946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7054" + "$ref": "https://ils.rero.ch/api/documents/7054" } }, { @@ -116960,13 +116960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7053" + "$ref": "https://ils.rero.ch/api/documents/7053" } }, { @@ -116974,13 +116974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7053" + "$ref": "https://ils.rero.ch/api/documents/7053" } }, { @@ -116988,13 +116988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7053" + "$ref": "https://ils.rero.ch/api/documents/7053" } }, { @@ -117002,13 +117002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7053" + "$ref": "https://ils.rero.ch/api/documents/7053" } }, { @@ -117016,13 +117016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7053" + "$ref": "https://ils.rero.ch/api/documents/7053" } }, { @@ -117030,13 +117030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7052" + "$ref": "https://ils.rero.ch/api/documents/7052" } }, { @@ -117044,13 +117044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7052" + "$ref": "https://ils.rero.ch/api/documents/7052" } }, { @@ -117058,13 +117058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7051" + "$ref": "https://ils.rero.ch/api/documents/7051" } }, { @@ -117072,13 +117072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7051" + "$ref": "https://ils.rero.ch/api/documents/7051" } }, { @@ -117086,13 +117086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7051" + "$ref": "https://ils.rero.ch/api/documents/7051" } }, { @@ -117100,13 +117100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7050" + "$ref": "https://ils.rero.ch/api/documents/7050" } }, { @@ -117114,13 +117114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7050" + "$ref": "https://ils.rero.ch/api/documents/7050" } }, { @@ -117128,13 +117128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7050" + "$ref": "https://ils.rero.ch/api/documents/7050" } }, { @@ -117142,13 +117142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7050" + "$ref": "https://ils.rero.ch/api/documents/7050" } }, { @@ -117156,13 +117156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7050" + "$ref": "https://ils.rero.ch/api/documents/7050" } }, { @@ -117170,13 +117170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7049" + "$ref": "https://ils.rero.ch/api/documents/7049" } }, { @@ -117184,13 +117184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7049" + "$ref": "https://ils.rero.ch/api/documents/7049" } }, { @@ -117198,13 +117198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7049" + "$ref": "https://ils.rero.ch/api/documents/7049" } }, { @@ -117212,13 +117212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7049" + "$ref": "https://ils.rero.ch/api/documents/7049" } }, { @@ -117226,13 +117226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7049" + "$ref": "https://ils.rero.ch/api/documents/7049" } }, { @@ -117240,13 +117240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7048" + "$ref": "https://ils.rero.ch/api/documents/7048" } }, { @@ -117254,13 +117254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7048" + "$ref": "https://ils.rero.ch/api/documents/7048" } }, { @@ -117268,13 +117268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7048" + "$ref": "https://ils.rero.ch/api/documents/7048" } }, { @@ -117282,13 +117282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7048" + "$ref": "https://ils.rero.ch/api/documents/7048" } }, { @@ -117296,13 +117296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7048" + "$ref": "https://ils.rero.ch/api/documents/7048" } }, { @@ -117310,13 +117310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7047" + "$ref": "https://ils.rero.ch/api/documents/7047" } }, { @@ -117324,13 +117324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7047" + "$ref": "https://ils.rero.ch/api/documents/7047" } }, { @@ -117338,13 +117338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7047" + "$ref": "https://ils.rero.ch/api/documents/7047" } }, { @@ -117352,13 +117352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7047" + "$ref": "https://ils.rero.ch/api/documents/7047" } }, { @@ -117366,13 +117366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7047" + "$ref": "https://ils.rero.ch/api/documents/7047" } }, { @@ -117380,13 +117380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7046" + "$ref": "https://ils.rero.ch/api/documents/7046" } }, { @@ -117394,13 +117394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7046" + "$ref": "https://ils.rero.ch/api/documents/7046" } }, { @@ -117408,13 +117408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7046" + "$ref": "https://ils.rero.ch/api/documents/7046" } }, { @@ -117422,13 +117422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7045" + "$ref": "https://ils.rero.ch/api/documents/7045" } }, { @@ -117436,13 +117436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7045" + "$ref": "https://ils.rero.ch/api/documents/7045" } }, { @@ -117450,13 +117450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7045" + "$ref": "https://ils.rero.ch/api/documents/7045" } }, { @@ -117464,13 +117464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7045" + "$ref": "https://ils.rero.ch/api/documents/7045" } }, { @@ -117478,13 +117478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7045" + "$ref": "https://ils.rero.ch/api/documents/7045" } }, { @@ -117492,13 +117492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7044" + "$ref": "https://ils.rero.ch/api/documents/7044" } }, { @@ -117506,13 +117506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7044" + "$ref": "https://ils.rero.ch/api/documents/7044" } }, { @@ -117520,13 +117520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7043" + "$ref": "https://ils.rero.ch/api/documents/7043" } }, { @@ -117534,13 +117534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7043" + "$ref": "https://ils.rero.ch/api/documents/7043" } }, { @@ -117548,13 +117548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7042" + "$ref": "https://ils.rero.ch/api/documents/7042" } }, { @@ -117562,13 +117562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7042" + "$ref": "https://ils.rero.ch/api/documents/7042" } }, { @@ -117576,13 +117576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7042" + "$ref": "https://ils.rero.ch/api/documents/7042" } }, { @@ -117590,13 +117590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7042" + "$ref": "https://ils.rero.ch/api/documents/7042" } }, { @@ -117604,13 +117604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7041" + "$ref": "https://ils.rero.ch/api/documents/7041" } }, { @@ -117618,13 +117618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7041" + "$ref": "https://ils.rero.ch/api/documents/7041" } }, { @@ -117632,13 +117632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7041" + "$ref": "https://ils.rero.ch/api/documents/7041" } }, { @@ -117646,13 +117646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7041" + "$ref": "https://ils.rero.ch/api/documents/7041" } }, { @@ -117660,13 +117660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7040" + "$ref": "https://ils.rero.ch/api/documents/7040" } }, { @@ -117674,13 +117674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7040" + "$ref": "https://ils.rero.ch/api/documents/7040" } }, { @@ -117688,13 +117688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7039" + "$ref": "https://ils.rero.ch/api/documents/7039" } }, { @@ -117702,13 +117702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7039" + "$ref": "https://ils.rero.ch/api/documents/7039" } }, { @@ -117716,13 +117716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7039" + "$ref": "https://ils.rero.ch/api/documents/7039" } }, { @@ -117730,13 +117730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7039" + "$ref": "https://ils.rero.ch/api/documents/7039" } }, { @@ -117744,13 +117744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7039" + "$ref": "https://ils.rero.ch/api/documents/7039" } }, { @@ -117758,13 +117758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7038" + "$ref": "https://ils.rero.ch/api/documents/7038" } }, { @@ -117772,13 +117772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7038" + "$ref": "https://ils.rero.ch/api/documents/7038" } }, { @@ -117786,13 +117786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7038" + "$ref": "https://ils.rero.ch/api/documents/7038" } }, { @@ -117800,13 +117800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7038" + "$ref": "https://ils.rero.ch/api/documents/7038" } }, { @@ -117814,13 +117814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7037" + "$ref": "https://ils.rero.ch/api/documents/7037" } }, { @@ -117828,13 +117828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7036" + "$ref": "https://ils.rero.ch/api/documents/7036" } }, { @@ -117842,13 +117842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7035" + "$ref": "https://ils.rero.ch/api/documents/7035" } }, { @@ -117856,13 +117856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7035" + "$ref": "https://ils.rero.ch/api/documents/7035" } }, { @@ -117870,13 +117870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7035" + "$ref": "https://ils.rero.ch/api/documents/7035" } }, { @@ -117884,13 +117884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7035" + "$ref": "https://ils.rero.ch/api/documents/7035" } }, { @@ -117898,13 +117898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7034" + "$ref": "https://ils.rero.ch/api/documents/7034" } }, { @@ -117912,13 +117912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7034" + "$ref": "https://ils.rero.ch/api/documents/7034" } }, { @@ -117926,13 +117926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7034" + "$ref": "https://ils.rero.ch/api/documents/7034" } }, { @@ -117940,13 +117940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7034" + "$ref": "https://ils.rero.ch/api/documents/7034" } }, { @@ -117954,13 +117954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7033" + "$ref": "https://ils.rero.ch/api/documents/7033" } }, { @@ -117968,13 +117968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7032" + "$ref": "https://ils.rero.ch/api/documents/7032" } }, { @@ -117982,13 +117982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7032" + "$ref": "https://ils.rero.ch/api/documents/7032" } }, { @@ -117996,13 +117996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7031" + "$ref": "https://ils.rero.ch/api/documents/7031" } }, { @@ -118010,13 +118010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7030" + "$ref": "https://ils.rero.ch/api/documents/7030" } }, { @@ -118024,13 +118024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7030" + "$ref": "https://ils.rero.ch/api/documents/7030" } }, { @@ -118038,13 +118038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7030" + "$ref": "https://ils.rero.ch/api/documents/7030" } }, { @@ -118052,13 +118052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7030" + "$ref": "https://ils.rero.ch/api/documents/7030" } }, { @@ -118066,13 +118066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7030" + "$ref": "https://ils.rero.ch/api/documents/7030" } }, { @@ -118080,13 +118080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7029" + "$ref": "https://ils.rero.ch/api/documents/7029" } }, { @@ -118094,13 +118094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7029" + "$ref": "https://ils.rero.ch/api/documents/7029" } }, { @@ -118108,13 +118108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7029" + "$ref": "https://ils.rero.ch/api/documents/7029" } }, { @@ -118122,13 +118122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7029" + "$ref": "https://ils.rero.ch/api/documents/7029" } }, { @@ -118136,13 +118136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7028" + "$ref": "https://ils.rero.ch/api/documents/7028" } }, { @@ -118150,13 +118150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7028" + "$ref": "https://ils.rero.ch/api/documents/7028" } }, { @@ -118164,13 +118164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7028" + "$ref": "https://ils.rero.ch/api/documents/7028" } }, { @@ -118178,13 +118178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7027" + "$ref": "https://ils.rero.ch/api/documents/7027" } }, { @@ -118192,13 +118192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7027" + "$ref": "https://ils.rero.ch/api/documents/7027" } }, { @@ -118206,13 +118206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7026" + "$ref": "https://ils.rero.ch/api/documents/7026" } }, { @@ -118220,13 +118220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7026" + "$ref": "https://ils.rero.ch/api/documents/7026" } }, { @@ -118234,13 +118234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7026" + "$ref": "https://ils.rero.ch/api/documents/7026" } }, { @@ -118248,13 +118248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7026" + "$ref": "https://ils.rero.ch/api/documents/7026" } }, { @@ -118262,13 +118262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7026" + "$ref": "https://ils.rero.ch/api/documents/7026" } }, { @@ -118276,13 +118276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7025" + "$ref": "https://ils.rero.ch/api/documents/7025" } }, { @@ -118290,13 +118290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7024" + "$ref": "https://ils.rero.ch/api/documents/7024" } }, { @@ -118304,13 +118304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7024" + "$ref": "https://ils.rero.ch/api/documents/7024" } }, { @@ -118318,13 +118318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7024" + "$ref": "https://ils.rero.ch/api/documents/7024" } }, { @@ -118332,13 +118332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7024" + "$ref": "https://ils.rero.ch/api/documents/7024" } }, { @@ -118346,13 +118346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7023" + "$ref": "https://ils.rero.ch/api/documents/7023" } }, { @@ -118360,13 +118360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7023" + "$ref": "https://ils.rero.ch/api/documents/7023" } }, { @@ -118374,13 +118374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7022" + "$ref": "https://ils.rero.ch/api/documents/7022" } }, { @@ -118388,13 +118388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7022" + "$ref": "https://ils.rero.ch/api/documents/7022" } }, { @@ -118402,13 +118402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7022" + "$ref": "https://ils.rero.ch/api/documents/7022" } }, { @@ -118416,13 +118416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7021" + "$ref": "https://ils.rero.ch/api/documents/7021" } }, { @@ -118430,13 +118430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7021" + "$ref": "https://ils.rero.ch/api/documents/7021" } }, { @@ -118444,13 +118444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7021" + "$ref": "https://ils.rero.ch/api/documents/7021" } }, { @@ -118458,13 +118458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7021" + "$ref": "https://ils.rero.ch/api/documents/7021" } }, { @@ -118472,13 +118472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7020" + "$ref": "https://ils.rero.ch/api/documents/7020" } }, { @@ -118486,13 +118486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7020" + "$ref": "https://ils.rero.ch/api/documents/7020" } }, { @@ -118500,13 +118500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7019" + "$ref": "https://ils.rero.ch/api/documents/7019" } }, { @@ -118514,13 +118514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7019" + "$ref": "https://ils.rero.ch/api/documents/7019" } }, { @@ -118528,13 +118528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7019" + "$ref": "https://ils.rero.ch/api/documents/7019" } }, { @@ -118542,13 +118542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7019" + "$ref": "https://ils.rero.ch/api/documents/7019" } }, { @@ -118556,13 +118556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7019" + "$ref": "https://ils.rero.ch/api/documents/7019" } }, { @@ -118570,13 +118570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7018" + "$ref": "https://ils.rero.ch/api/documents/7018" } }, { @@ -118584,13 +118584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7017" + "$ref": "https://ils.rero.ch/api/documents/7017" } }, { @@ -118598,13 +118598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7017" + "$ref": "https://ils.rero.ch/api/documents/7017" } }, { @@ -118612,13 +118612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7016" + "$ref": "https://ils.rero.ch/api/documents/7016" } }, { @@ -118626,13 +118626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7016" + "$ref": "https://ils.rero.ch/api/documents/7016" } }, { @@ -118640,13 +118640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7016" + "$ref": "https://ils.rero.ch/api/documents/7016" } }, { @@ -118654,13 +118654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7015" + "$ref": "https://ils.rero.ch/api/documents/7015" } }, { @@ -118668,13 +118668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7015" + "$ref": "https://ils.rero.ch/api/documents/7015" } }, { @@ -118682,13 +118682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7015" + "$ref": "https://ils.rero.ch/api/documents/7015" } }, { @@ -118696,13 +118696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7014" + "$ref": "https://ils.rero.ch/api/documents/7014" } }, { @@ -118710,13 +118710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7014" + "$ref": "https://ils.rero.ch/api/documents/7014" } }, { @@ -118724,13 +118724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7014" + "$ref": "https://ils.rero.ch/api/documents/7014" } }, { @@ -118738,13 +118738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7013" + "$ref": "https://ils.rero.ch/api/documents/7013" } }, { @@ -118752,13 +118752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7013" + "$ref": "https://ils.rero.ch/api/documents/7013" } }, { @@ -118766,13 +118766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7012" + "$ref": "https://ils.rero.ch/api/documents/7012" } }, { @@ -118780,13 +118780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7011" + "$ref": "https://ils.rero.ch/api/documents/7011" } }, { @@ -118794,13 +118794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7011" + "$ref": "https://ils.rero.ch/api/documents/7011" } }, { @@ -118808,13 +118808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7011" + "$ref": "https://ils.rero.ch/api/documents/7011" } }, { @@ -118822,13 +118822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7010" + "$ref": "https://ils.rero.ch/api/documents/7010" } }, { @@ -118836,13 +118836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7010" + "$ref": "https://ils.rero.ch/api/documents/7010" } }, { @@ -118850,13 +118850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7010" + "$ref": "https://ils.rero.ch/api/documents/7010" } }, { @@ -118864,13 +118864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7009" + "$ref": "https://ils.rero.ch/api/documents/7009" } }, { @@ -118878,13 +118878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7009" + "$ref": "https://ils.rero.ch/api/documents/7009" } }, { @@ -118892,13 +118892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7009" + "$ref": "https://ils.rero.ch/api/documents/7009" } }, { @@ -118906,13 +118906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7008" + "$ref": "https://ils.rero.ch/api/documents/7008" } }, { @@ -118920,13 +118920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7008" + "$ref": "https://ils.rero.ch/api/documents/7008" } }, { @@ -118934,13 +118934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7007" + "$ref": "https://ils.rero.ch/api/documents/7007" } }, { @@ -118948,13 +118948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7007" + "$ref": "https://ils.rero.ch/api/documents/7007" } }, { @@ -118962,13 +118962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7007" + "$ref": "https://ils.rero.ch/api/documents/7007" } }, { @@ -118976,13 +118976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7006" + "$ref": "https://ils.rero.ch/api/documents/7006" } }, { @@ -118990,13 +118990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7006" + "$ref": "https://ils.rero.ch/api/documents/7006" } }, { @@ -119004,13 +119004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7006" + "$ref": "https://ils.rero.ch/api/documents/7006" } }, { @@ -119018,13 +119018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7006" + "$ref": "https://ils.rero.ch/api/documents/7006" } }, { @@ -119032,13 +119032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7006" + "$ref": "https://ils.rero.ch/api/documents/7006" } }, { @@ -119046,13 +119046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7005" + "$ref": "https://ils.rero.ch/api/documents/7005" } }, { @@ -119060,13 +119060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7004" + "$ref": "https://ils.rero.ch/api/documents/7004" } }, { @@ -119074,13 +119074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7004" + "$ref": "https://ils.rero.ch/api/documents/7004" } }, { @@ -119088,13 +119088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7004" + "$ref": "https://ils.rero.ch/api/documents/7004" } }, { @@ -119102,13 +119102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7004" + "$ref": "https://ils.rero.ch/api/documents/7004" } }, { @@ -119116,13 +119116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7004" + "$ref": "https://ils.rero.ch/api/documents/7004" } }, { @@ -119130,13 +119130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7003" + "$ref": "https://ils.rero.ch/api/documents/7003" } }, { @@ -119144,13 +119144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7003" + "$ref": "https://ils.rero.ch/api/documents/7003" } }, { @@ -119158,13 +119158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7003" + "$ref": "https://ils.rero.ch/api/documents/7003" } }, { @@ -119172,13 +119172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7002" + "$ref": "https://ils.rero.ch/api/documents/7002" } }, { @@ -119186,13 +119186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7002" + "$ref": "https://ils.rero.ch/api/documents/7002" } }, { @@ -119200,13 +119200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7002" + "$ref": "https://ils.rero.ch/api/documents/7002" } }, { @@ -119214,13 +119214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7002" + "$ref": "https://ils.rero.ch/api/documents/7002" } }, { @@ -119228,13 +119228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7002" + "$ref": "https://ils.rero.ch/api/documents/7002" } }, { @@ -119242,13 +119242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7001" + "$ref": "https://ils.rero.ch/api/documents/7001" } }, { @@ -119256,13 +119256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7001" + "$ref": "https://ils.rero.ch/api/documents/7001" } }, { @@ -119270,13 +119270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7001" + "$ref": "https://ils.rero.ch/api/documents/7001" } }, { @@ -119284,13 +119284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7000" + "$ref": "https://ils.rero.ch/api/documents/7000" } }, { @@ -119298,13 +119298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7000" + "$ref": "https://ils.rero.ch/api/documents/7000" } }, { @@ -119312,13 +119312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6999" + "$ref": "https://ils.rero.ch/api/documents/6999" } }, { @@ -119326,13 +119326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6998" + "$ref": "https://ils.rero.ch/api/documents/6998" } }, { @@ -119340,13 +119340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6997" + "$ref": "https://ils.rero.ch/api/documents/6997" } }, { @@ -119354,13 +119354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6997" + "$ref": "https://ils.rero.ch/api/documents/6997" } }, { @@ -119368,13 +119368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6997" + "$ref": "https://ils.rero.ch/api/documents/6997" } }, { @@ -119382,13 +119382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6996" + "$ref": "https://ils.rero.ch/api/documents/6996" } }, { @@ -119396,13 +119396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6996" + "$ref": "https://ils.rero.ch/api/documents/6996" } }, { @@ -119410,13 +119410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6996" + "$ref": "https://ils.rero.ch/api/documents/6996" } }, { @@ -119424,13 +119424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6996" + "$ref": "https://ils.rero.ch/api/documents/6996" } }, { @@ -119438,13 +119438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6996" + "$ref": "https://ils.rero.ch/api/documents/6996" } }, { @@ -119452,13 +119452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6995" + "$ref": "https://ils.rero.ch/api/documents/6995" } }, { @@ -119466,13 +119466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6995" + "$ref": "https://ils.rero.ch/api/documents/6995" } }, { @@ -119480,13 +119480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6995" + "$ref": "https://ils.rero.ch/api/documents/6995" } }, { @@ -119494,13 +119494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6995" + "$ref": "https://ils.rero.ch/api/documents/6995" } }, { @@ -119508,13 +119508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6995" + "$ref": "https://ils.rero.ch/api/documents/6995" } }, { @@ -119522,13 +119522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6994" + "$ref": "https://ils.rero.ch/api/documents/6994" } }, { @@ -119536,13 +119536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6994" + "$ref": "https://ils.rero.ch/api/documents/6994" } }, { @@ -119550,13 +119550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6993" + "$ref": "https://ils.rero.ch/api/documents/6993" } }, { @@ -119564,13 +119564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6993" + "$ref": "https://ils.rero.ch/api/documents/6993" } }, { @@ -119578,13 +119578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6993" + "$ref": "https://ils.rero.ch/api/documents/6993" } }, { @@ -119592,13 +119592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6992" + "$ref": "https://ils.rero.ch/api/documents/6992" } }, { @@ -119606,13 +119606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6992" + "$ref": "https://ils.rero.ch/api/documents/6992" } }, { @@ -119620,13 +119620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6992" + "$ref": "https://ils.rero.ch/api/documents/6992" } }, { @@ -119634,13 +119634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6992" + "$ref": "https://ils.rero.ch/api/documents/6992" } }, { @@ -119648,13 +119648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6991" + "$ref": "https://ils.rero.ch/api/documents/6991" } }, { @@ -119662,13 +119662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6991" + "$ref": "https://ils.rero.ch/api/documents/6991" } }, { @@ -119676,13 +119676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6991" + "$ref": "https://ils.rero.ch/api/documents/6991" } }, { @@ -119690,13 +119690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6991" + "$ref": "https://ils.rero.ch/api/documents/6991" } }, { @@ -119704,13 +119704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6991" + "$ref": "https://ils.rero.ch/api/documents/6991" } }, { @@ -119718,13 +119718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6990" + "$ref": "https://ils.rero.ch/api/documents/6990" } }, { @@ -119732,13 +119732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6990" + "$ref": "https://ils.rero.ch/api/documents/6990" } }, { @@ -119746,13 +119746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6990" + "$ref": "https://ils.rero.ch/api/documents/6990" } }, { @@ -119760,13 +119760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6990" + "$ref": "https://ils.rero.ch/api/documents/6990" } }, { @@ -119774,13 +119774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6989" + "$ref": "https://ils.rero.ch/api/documents/6989" } }, { @@ -119788,13 +119788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6988" + "$ref": "https://ils.rero.ch/api/documents/6988" } }, { @@ -119802,13 +119802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6988" + "$ref": "https://ils.rero.ch/api/documents/6988" } }, { @@ -119816,13 +119816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6988" + "$ref": "https://ils.rero.ch/api/documents/6988" } }, { @@ -119830,13 +119830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6988" + "$ref": "https://ils.rero.ch/api/documents/6988" } }, { @@ -119844,13 +119844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6987" + "$ref": "https://ils.rero.ch/api/documents/6987" } }, { @@ -119858,13 +119858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6987" + "$ref": "https://ils.rero.ch/api/documents/6987" } }, { @@ -119872,13 +119872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6987" + "$ref": "https://ils.rero.ch/api/documents/6987" } }, { @@ -119886,13 +119886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6987" + "$ref": "https://ils.rero.ch/api/documents/6987" } }, { @@ -119900,13 +119900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6986" + "$ref": "https://ils.rero.ch/api/documents/6986" } }, { @@ -119914,13 +119914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6985" + "$ref": "https://ils.rero.ch/api/documents/6985" } }, { @@ -119928,13 +119928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6984" + "$ref": "https://ils.rero.ch/api/documents/6984" } }, { @@ -119942,13 +119942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6984" + "$ref": "https://ils.rero.ch/api/documents/6984" } }, { @@ -119956,13 +119956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6984" + "$ref": "https://ils.rero.ch/api/documents/6984" } }, { @@ -119970,13 +119970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6983" + "$ref": "https://ils.rero.ch/api/documents/6983" } }, { @@ -119984,13 +119984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6983" + "$ref": "https://ils.rero.ch/api/documents/6983" } }, { @@ -119998,13 +119998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6983" + "$ref": "https://ils.rero.ch/api/documents/6983" } }, { @@ -120012,13 +120012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6983" + "$ref": "https://ils.rero.ch/api/documents/6983" } }, { @@ -120026,13 +120026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6982" + "$ref": "https://ils.rero.ch/api/documents/6982" } }, { @@ -120040,13 +120040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6982" + "$ref": "https://ils.rero.ch/api/documents/6982" } }, { @@ -120054,13 +120054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6981" + "$ref": "https://ils.rero.ch/api/documents/6981" } }, { @@ -120068,13 +120068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6981" + "$ref": "https://ils.rero.ch/api/documents/6981" } }, { @@ -120082,13 +120082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6980" + "$ref": "https://ils.rero.ch/api/documents/6980" } }, { @@ -120096,13 +120096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6980" + "$ref": "https://ils.rero.ch/api/documents/6980" } }, { @@ -120110,13 +120110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6979" + "$ref": "https://ils.rero.ch/api/documents/6979" } }, { @@ -120124,13 +120124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6979" + "$ref": "https://ils.rero.ch/api/documents/6979" } }, { @@ -120138,13 +120138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6979" + "$ref": "https://ils.rero.ch/api/documents/6979" } }, { @@ -120152,13 +120152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6978" + "$ref": "https://ils.rero.ch/api/documents/6978" } }, { @@ -120166,13 +120166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6978" + "$ref": "https://ils.rero.ch/api/documents/6978" } }, { @@ -120180,13 +120180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6978" + "$ref": "https://ils.rero.ch/api/documents/6978" } }, { @@ -120194,13 +120194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6977" + "$ref": "https://ils.rero.ch/api/documents/6977" } }, { @@ -120208,13 +120208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6977" + "$ref": "https://ils.rero.ch/api/documents/6977" } }, { @@ -120222,13 +120222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6977" + "$ref": "https://ils.rero.ch/api/documents/6977" } }, { @@ -120236,13 +120236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6977" + "$ref": "https://ils.rero.ch/api/documents/6977" } }, { @@ -120250,13 +120250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6976" + "$ref": "https://ils.rero.ch/api/documents/6976" } }, { @@ -120264,13 +120264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6976" + "$ref": "https://ils.rero.ch/api/documents/6976" } }, { @@ -120278,13 +120278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6976" + "$ref": "https://ils.rero.ch/api/documents/6976" } }, { @@ -120292,13 +120292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6976" + "$ref": "https://ils.rero.ch/api/documents/6976" } }, { @@ -120306,13 +120306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6976" + "$ref": "https://ils.rero.ch/api/documents/6976" } }, { @@ -120320,13 +120320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6975" + "$ref": "https://ils.rero.ch/api/documents/6975" } }, { @@ -120334,13 +120334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6975" + "$ref": "https://ils.rero.ch/api/documents/6975" } }, { @@ -120348,13 +120348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6974" + "$ref": "https://ils.rero.ch/api/documents/6974" } }, { @@ -120362,13 +120362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6974" + "$ref": "https://ils.rero.ch/api/documents/6974" } }, { @@ -120376,13 +120376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6974" + "$ref": "https://ils.rero.ch/api/documents/6974" } }, { @@ -120390,13 +120390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6974" + "$ref": "https://ils.rero.ch/api/documents/6974" } }, { @@ -120404,13 +120404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6973" + "$ref": "https://ils.rero.ch/api/documents/6973" } }, { @@ -120418,13 +120418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6973" + "$ref": "https://ils.rero.ch/api/documents/6973" } }, { @@ -120432,13 +120432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6973" + "$ref": "https://ils.rero.ch/api/documents/6973" } }, { @@ -120446,13 +120446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6972" + "$ref": "https://ils.rero.ch/api/documents/6972" } }, { @@ -120460,13 +120460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6972" + "$ref": "https://ils.rero.ch/api/documents/6972" } }, { @@ -120474,13 +120474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6972" + "$ref": "https://ils.rero.ch/api/documents/6972" } }, { @@ -120488,13 +120488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6971" + "$ref": "https://ils.rero.ch/api/documents/6971" } }, { @@ -120502,13 +120502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6970" + "$ref": "https://ils.rero.ch/api/documents/6970" } }, { @@ -120516,13 +120516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6970" + "$ref": "https://ils.rero.ch/api/documents/6970" } }, { @@ -120530,13 +120530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6970" + "$ref": "https://ils.rero.ch/api/documents/6970" } }, { @@ -120544,13 +120544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6970" + "$ref": "https://ils.rero.ch/api/documents/6970" } }, { @@ -120558,13 +120558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6970" + "$ref": "https://ils.rero.ch/api/documents/6970" } }, { @@ -120572,13 +120572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6969" + "$ref": "https://ils.rero.ch/api/documents/6969" } }, { @@ -120586,13 +120586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6969" + "$ref": "https://ils.rero.ch/api/documents/6969" } }, { @@ -120600,13 +120600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6969" + "$ref": "https://ils.rero.ch/api/documents/6969" } }, { @@ -120614,13 +120614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6968" + "$ref": "https://ils.rero.ch/api/documents/6968" } }, { @@ -120628,13 +120628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6968" + "$ref": "https://ils.rero.ch/api/documents/6968" } }, { @@ -120642,13 +120642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6968" + "$ref": "https://ils.rero.ch/api/documents/6968" } }, { @@ -120656,13 +120656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6967" + "$ref": "https://ils.rero.ch/api/documents/6967" } }, { @@ -120670,13 +120670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6967" + "$ref": "https://ils.rero.ch/api/documents/6967" } }, { @@ -120684,13 +120684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6967" + "$ref": "https://ils.rero.ch/api/documents/6967" } }, { @@ -120698,13 +120698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6967" + "$ref": "https://ils.rero.ch/api/documents/6967" } }, { @@ -120712,13 +120712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6966" + "$ref": "https://ils.rero.ch/api/documents/6966" } }, { @@ -120726,13 +120726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6966" + "$ref": "https://ils.rero.ch/api/documents/6966" } }, { @@ -120740,13 +120740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6966" + "$ref": "https://ils.rero.ch/api/documents/6966" } }, { @@ -120754,13 +120754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6966" + "$ref": "https://ils.rero.ch/api/documents/6966" } }, { @@ -120768,13 +120768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6966" + "$ref": "https://ils.rero.ch/api/documents/6966" } }, { @@ -120782,13 +120782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6965" + "$ref": "https://ils.rero.ch/api/documents/6965" } }, { @@ -120796,13 +120796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6965" + "$ref": "https://ils.rero.ch/api/documents/6965" } }, { @@ -120810,13 +120810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6965" + "$ref": "https://ils.rero.ch/api/documents/6965" } }, { @@ -120824,13 +120824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6965" + "$ref": "https://ils.rero.ch/api/documents/6965" } }, { @@ -120838,13 +120838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6965" + "$ref": "https://ils.rero.ch/api/documents/6965" } }, { @@ -120852,13 +120852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6964" + "$ref": "https://ils.rero.ch/api/documents/6964" } }, { @@ -120866,13 +120866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6963" + "$ref": "https://ils.rero.ch/api/documents/6963" } }, { @@ -120880,13 +120880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6963" + "$ref": "https://ils.rero.ch/api/documents/6963" } }, { @@ -120894,13 +120894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6962" + "$ref": "https://ils.rero.ch/api/documents/6962" } }, { @@ -120908,13 +120908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6961" + "$ref": "https://ils.rero.ch/api/documents/6961" } }, { @@ -120922,13 +120922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6961" + "$ref": "https://ils.rero.ch/api/documents/6961" } }, { @@ -120936,13 +120936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6961" + "$ref": "https://ils.rero.ch/api/documents/6961" } }, { @@ -120950,13 +120950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6961" + "$ref": "https://ils.rero.ch/api/documents/6961" } }, { @@ -120964,13 +120964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6960" + "$ref": "https://ils.rero.ch/api/documents/6960" } }, { @@ -120978,13 +120978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6960" + "$ref": "https://ils.rero.ch/api/documents/6960" } }, { @@ -120992,13 +120992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6960" + "$ref": "https://ils.rero.ch/api/documents/6960" } }, { @@ -121006,13 +121006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6959" + "$ref": "https://ils.rero.ch/api/documents/6959" } }, { @@ -121020,13 +121020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6959" + "$ref": "https://ils.rero.ch/api/documents/6959" } }, { @@ -121034,13 +121034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6959" + "$ref": "https://ils.rero.ch/api/documents/6959" } }, { @@ -121048,13 +121048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6959" + "$ref": "https://ils.rero.ch/api/documents/6959" } }, { @@ -121062,13 +121062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6959" + "$ref": "https://ils.rero.ch/api/documents/6959" } }, { @@ -121076,13 +121076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6958" + "$ref": "https://ils.rero.ch/api/documents/6958" } }, { @@ -121090,13 +121090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6958" + "$ref": "https://ils.rero.ch/api/documents/6958" } }, { @@ -121104,13 +121104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6958" + "$ref": "https://ils.rero.ch/api/documents/6958" } }, { @@ -121118,13 +121118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6958" + "$ref": "https://ils.rero.ch/api/documents/6958" } }, { @@ -121132,13 +121132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6958" + "$ref": "https://ils.rero.ch/api/documents/6958" } }, { @@ -121146,13 +121146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6957" + "$ref": "https://ils.rero.ch/api/documents/6957" } }, { @@ -121160,13 +121160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6956" + "$ref": "https://ils.rero.ch/api/documents/6956" } }, { @@ -121174,13 +121174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6956" + "$ref": "https://ils.rero.ch/api/documents/6956" } }, { @@ -121188,13 +121188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6955" + "$ref": "https://ils.rero.ch/api/documents/6955" } }, { @@ -121202,13 +121202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6955" + "$ref": "https://ils.rero.ch/api/documents/6955" } }, { @@ -121216,13 +121216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6955" + "$ref": "https://ils.rero.ch/api/documents/6955" } }, { @@ -121230,13 +121230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6955" + "$ref": "https://ils.rero.ch/api/documents/6955" } }, { @@ -121244,13 +121244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6954" + "$ref": "https://ils.rero.ch/api/documents/6954" } }, { @@ -121258,13 +121258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6954" + "$ref": "https://ils.rero.ch/api/documents/6954" } }, { @@ -121272,13 +121272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6954" + "$ref": "https://ils.rero.ch/api/documents/6954" } }, { @@ -121286,13 +121286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6953" + "$ref": "https://ils.rero.ch/api/documents/6953" } }, { @@ -121300,13 +121300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6953" + "$ref": "https://ils.rero.ch/api/documents/6953" } }, { @@ -121314,13 +121314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6953" + "$ref": "https://ils.rero.ch/api/documents/6953" } }, { @@ -121328,13 +121328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6953" + "$ref": "https://ils.rero.ch/api/documents/6953" } }, { @@ -121342,13 +121342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6953" + "$ref": "https://ils.rero.ch/api/documents/6953" } }, { @@ -121356,13 +121356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6952" + "$ref": "https://ils.rero.ch/api/documents/6952" } }, { @@ -121370,13 +121370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6952" + "$ref": "https://ils.rero.ch/api/documents/6952" } }, { @@ -121384,13 +121384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6952" + "$ref": "https://ils.rero.ch/api/documents/6952" } }, { @@ -121398,13 +121398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6952" + "$ref": "https://ils.rero.ch/api/documents/6952" } }, { @@ -121412,13 +121412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6952" + "$ref": "https://ils.rero.ch/api/documents/6952" } }, { @@ -121426,13 +121426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6951" + "$ref": "https://ils.rero.ch/api/documents/6951" } }, { @@ -121440,13 +121440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6950" + "$ref": "https://ils.rero.ch/api/documents/6950" } }, { @@ -121454,13 +121454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6950" + "$ref": "https://ils.rero.ch/api/documents/6950" } }, { @@ -121468,13 +121468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6950" + "$ref": "https://ils.rero.ch/api/documents/6950" } }, { @@ -121482,13 +121482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6950" + "$ref": "https://ils.rero.ch/api/documents/6950" } }, { @@ -121496,13 +121496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6950" + "$ref": "https://ils.rero.ch/api/documents/6950" } }, { @@ -121510,13 +121510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6949" + "$ref": "https://ils.rero.ch/api/documents/6949" } }, { @@ -121524,13 +121524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6949" + "$ref": "https://ils.rero.ch/api/documents/6949" } }, { @@ -121538,13 +121538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6949" + "$ref": "https://ils.rero.ch/api/documents/6949" } }, { @@ -121552,13 +121552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6949" + "$ref": "https://ils.rero.ch/api/documents/6949" } }, { @@ -121566,13 +121566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6948" + "$ref": "https://ils.rero.ch/api/documents/6948" } }, { @@ -121580,13 +121580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6948" + "$ref": "https://ils.rero.ch/api/documents/6948" } }, { @@ -121594,13 +121594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6948" + "$ref": "https://ils.rero.ch/api/documents/6948" } }, { @@ -121608,13 +121608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6948" + "$ref": "https://ils.rero.ch/api/documents/6948" } }, { @@ -121622,13 +121622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6947" + "$ref": "https://ils.rero.ch/api/documents/6947" } }, { @@ -121636,13 +121636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6947" + "$ref": "https://ils.rero.ch/api/documents/6947" } }, { @@ -121650,13 +121650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6947" + "$ref": "https://ils.rero.ch/api/documents/6947" } }, { @@ -121664,13 +121664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6947" + "$ref": "https://ils.rero.ch/api/documents/6947" } }, { @@ -121678,13 +121678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6946" + "$ref": "https://ils.rero.ch/api/documents/6946" } }, { @@ -121692,13 +121692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6945" + "$ref": "https://ils.rero.ch/api/documents/6945" } }, { @@ -121706,13 +121706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6944" + "$ref": "https://ils.rero.ch/api/documents/6944" } }, { @@ -121720,13 +121720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6944" + "$ref": "https://ils.rero.ch/api/documents/6944" } }, { @@ -121734,13 +121734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6943" + "$ref": "https://ils.rero.ch/api/documents/6943" } }, { @@ -121748,13 +121748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6943" + "$ref": "https://ils.rero.ch/api/documents/6943" } }, { @@ -121762,13 +121762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6943" + "$ref": "https://ils.rero.ch/api/documents/6943" } }, { @@ -121776,13 +121776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6943" + "$ref": "https://ils.rero.ch/api/documents/6943" } }, { @@ -121790,13 +121790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6942" + "$ref": "https://ils.rero.ch/api/documents/6942" } }, { @@ -121804,13 +121804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6942" + "$ref": "https://ils.rero.ch/api/documents/6942" } }, { @@ -121818,13 +121818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6942" + "$ref": "https://ils.rero.ch/api/documents/6942" } }, { @@ -121832,13 +121832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6942" + "$ref": "https://ils.rero.ch/api/documents/6942" } }, { @@ -121846,13 +121846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6942" + "$ref": "https://ils.rero.ch/api/documents/6942" } }, { @@ -121860,13 +121860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6941" + "$ref": "https://ils.rero.ch/api/documents/6941" } }, { @@ -121874,13 +121874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6940" + "$ref": "https://ils.rero.ch/api/documents/6940" } }, { @@ -121888,13 +121888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6940" + "$ref": "https://ils.rero.ch/api/documents/6940" } }, { @@ -121902,13 +121902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6940" + "$ref": "https://ils.rero.ch/api/documents/6940" } }, { @@ -121916,13 +121916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6940" + "$ref": "https://ils.rero.ch/api/documents/6940" } }, { @@ -121930,13 +121930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6939" + "$ref": "https://ils.rero.ch/api/documents/6939" } }, { @@ -121944,13 +121944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6939" + "$ref": "https://ils.rero.ch/api/documents/6939" } }, { @@ -121958,13 +121958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6939" + "$ref": "https://ils.rero.ch/api/documents/6939" } }, { @@ -121972,13 +121972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6939" + "$ref": "https://ils.rero.ch/api/documents/6939" } }, { @@ -121986,13 +121986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6939" + "$ref": "https://ils.rero.ch/api/documents/6939" } }, { @@ -122000,13 +122000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6938" + "$ref": "https://ils.rero.ch/api/documents/6938" } }, { @@ -122014,13 +122014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6938" + "$ref": "https://ils.rero.ch/api/documents/6938" } }, { @@ -122028,13 +122028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6938" + "$ref": "https://ils.rero.ch/api/documents/6938" } }, { @@ -122042,13 +122042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6938" + "$ref": "https://ils.rero.ch/api/documents/6938" } }, { @@ -122056,13 +122056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6937" + "$ref": "https://ils.rero.ch/api/documents/6937" } }, { @@ -122070,13 +122070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6937" + "$ref": "https://ils.rero.ch/api/documents/6937" } }, { @@ -122084,13 +122084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6937" + "$ref": "https://ils.rero.ch/api/documents/6937" } }, { @@ -122098,13 +122098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6937" + "$ref": "https://ils.rero.ch/api/documents/6937" } }, { @@ -122112,13 +122112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6936" + "$ref": "https://ils.rero.ch/api/documents/6936" } }, { @@ -122126,13 +122126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6936" + "$ref": "https://ils.rero.ch/api/documents/6936" } }, { @@ -122140,13 +122140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6936" + "$ref": "https://ils.rero.ch/api/documents/6936" } }, { @@ -122154,13 +122154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6936" + "$ref": "https://ils.rero.ch/api/documents/6936" } }, { @@ -122168,13 +122168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6935" + "$ref": "https://ils.rero.ch/api/documents/6935" } }, { @@ -122182,13 +122182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6935" + "$ref": "https://ils.rero.ch/api/documents/6935" } }, { @@ -122196,13 +122196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6935" + "$ref": "https://ils.rero.ch/api/documents/6935" } }, { @@ -122210,13 +122210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6935" + "$ref": "https://ils.rero.ch/api/documents/6935" } }, { @@ -122224,13 +122224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6934" + "$ref": "https://ils.rero.ch/api/documents/6934" } }, { @@ -122238,13 +122238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6934" + "$ref": "https://ils.rero.ch/api/documents/6934" } }, { @@ -122252,13 +122252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6934" + "$ref": "https://ils.rero.ch/api/documents/6934" } }, { @@ -122266,13 +122266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6934" + "$ref": "https://ils.rero.ch/api/documents/6934" } }, { @@ -122280,13 +122280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6933" + "$ref": "https://ils.rero.ch/api/documents/6933" } }, { @@ -122294,13 +122294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6933" + "$ref": "https://ils.rero.ch/api/documents/6933" } }, { @@ -122308,13 +122308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6933" + "$ref": "https://ils.rero.ch/api/documents/6933" } }, { @@ -122322,13 +122322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6933" + "$ref": "https://ils.rero.ch/api/documents/6933" } }, { @@ -122336,13 +122336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6932" + "$ref": "https://ils.rero.ch/api/documents/6932" } }, { @@ -122350,13 +122350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6932" + "$ref": "https://ils.rero.ch/api/documents/6932" } }, { @@ -122364,13 +122364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6931" + "$ref": "https://ils.rero.ch/api/documents/6931" } }, { @@ -122378,13 +122378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6931" + "$ref": "https://ils.rero.ch/api/documents/6931" } }, { @@ -122392,13 +122392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6931" + "$ref": "https://ils.rero.ch/api/documents/6931" } }, { @@ -122406,13 +122406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6930" + "$ref": "https://ils.rero.ch/api/documents/6930" } }, { @@ -122420,13 +122420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6930" + "$ref": "https://ils.rero.ch/api/documents/6930" } }, { @@ -122434,13 +122434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6930" + "$ref": "https://ils.rero.ch/api/documents/6930" } }, { @@ -122448,13 +122448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6930" + "$ref": "https://ils.rero.ch/api/documents/6930" } }, { @@ -122462,13 +122462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6930" + "$ref": "https://ils.rero.ch/api/documents/6930" } }, { @@ -122476,13 +122476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6929" + "$ref": "https://ils.rero.ch/api/documents/6929" } }, { @@ -122490,13 +122490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6929" + "$ref": "https://ils.rero.ch/api/documents/6929" } }, { @@ -122504,13 +122504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6929" + "$ref": "https://ils.rero.ch/api/documents/6929" } }, { @@ -122518,13 +122518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6929" + "$ref": "https://ils.rero.ch/api/documents/6929" } }, { @@ -122532,13 +122532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6929" + "$ref": "https://ils.rero.ch/api/documents/6929" } }, { @@ -122546,13 +122546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6928" + "$ref": "https://ils.rero.ch/api/documents/6928" } }, { @@ -122560,13 +122560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6927" + "$ref": "https://ils.rero.ch/api/documents/6927" } }, { @@ -122574,13 +122574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6927" + "$ref": "https://ils.rero.ch/api/documents/6927" } }, { @@ -122588,13 +122588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6927" + "$ref": "https://ils.rero.ch/api/documents/6927" } }, { @@ -122602,13 +122602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6926" + "$ref": "https://ils.rero.ch/api/documents/6926" } }, { @@ -122616,13 +122616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6926" + "$ref": "https://ils.rero.ch/api/documents/6926" } }, { @@ -122630,13 +122630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6926" + "$ref": "https://ils.rero.ch/api/documents/6926" } }, { @@ -122644,13 +122644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6926" + "$ref": "https://ils.rero.ch/api/documents/6926" } }, { @@ -122658,13 +122658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6926" + "$ref": "https://ils.rero.ch/api/documents/6926" } }, { @@ -122672,13 +122672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6925" + "$ref": "https://ils.rero.ch/api/documents/6925" } }, { @@ -122686,13 +122686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6924" + "$ref": "https://ils.rero.ch/api/documents/6924" } }, { @@ -122700,13 +122700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6924" + "$ref": "https://ils.rero.ch/api/documents/6924" } }, { @@ -122714,13 +122714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6924" + "$ref": "https://ils.rero.ch/api/documents/6924" } }, { @@ -122728,13 +122728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6924" + "$ref": "https://ils.rero.ch/api/documents/6924" } }, { @@ -122742,13 +122742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6923" + "$ref": "https://ils.rero.ch/api/documents/6923" } }, { @@ -122756,13 +122756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6922" + "$ref": "https://ils.rero.ch/api/documents/6922" } }, { @@ -122770,13 +122770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6922" + "$ref": "https://ils.rero.ch/api/documents/6922" } }, { @@ -122784,13 +122784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6922" + "$ref": "https://ils.rero.ch/api/documents/6922" } }, { @@ -122798,13 +122798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6922" + "$ref": "https://ils.rero.ch/api/documents/6922" } }, { @@ -122812,13 +122812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6921" + "$ref": "https://ils.rero.ch/api/documents/6921" } }, { @@ -122826,13 +122826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6921" + "$ref": "https://ils.rero.ch/api/documents/6921" } }, { @@ -122840,13 +122840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6921" + "$ref": "https://ils.rero.ch/api/documents/6921" } }, { @@ -122854,13 +122854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6920" + "$ref": "https://ils.rero.ch/api/documents/6920" } }, { @@ -122868,13 +122868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6920" + "$ref": "https://ils.rero.ch/api/documents/6920" } }, { @@ -122882,13 +122882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6919" + "$ref": "https://ils.rero.ch/api/documents/6919" } }, { @@ -122896,13 +122896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6919" + "$ref": "https://ils.rero.ch/api/documents/6919" } }, { @@ -122910,13 +122910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6918" + "$ref": "https://ils.rero.ch/api/documents/6918" } }, { @@ -122924,13 +122924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6917" + "$ref": "https://ils.rero.ch/api/documents/6917" } }, { @@ -122938,13 +122938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6917" + "$ref": "https://ils.rero.ch/api/documents/6917" } }, { @@ -122952,13 +122952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6917" + "$ref": "https://ils.rero.ch/api/documents/6917" } }, { @@ -122966,13 +122966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6916" + "$ref": "https://ils.rero.ch/api/documents/6916" } }, { @@ -122980,13 +122980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6916" + "$ref": "https://ils.rero.ch/api/documents/6916" } }, { @@ -122994,13 +122994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6916" + "$ref": "https://ils.rero.ch/api/documents/6916" } }, { @@ -123008,13 +123008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6915" + "$ref": "https://ils.rero.ch/api/documents/6915" } }, { @@ -123022,13 +123022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6915" + "$ref": "https://ils.rero.ch/api/documents/6915" } }, { @@ -123036,13 +123036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6915" + "$ref": "https://ils.rero.ch/api/documents/6915" } }, { @@ -123050,13 +123050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6914" + "$ref": "https://ils.rero.ch/api/documents/6914" } }, { @@ -123064,13 +123064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6914" + "$ref": "https://ils.rero.ch/api/documents/6914" } }, { @@ -123078,13 +123078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6914" + "$ref": "https://ils.rero.ch/api/documents/6914" } }, { @@ -123092,13 +123092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6914" + "$ref": "https://ils.rero.ch/api/documents/6914" } }, { @@ -123106,13 +123106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6914" + "$ref": "https://ils.rero.ch/api/documents/6914" } }, { @@ -123120,13 +123120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6913" + "$ref": "https://ils.rero.ch/api/documents/6913" } }, { @@ -123134,13 +123134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6913" + "$ref": "https://ils.rero.ch/api/documents/6913" } }, { @@ -123148,13 +123148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6913" + "$ref": "https://ils.rero.ch/api/documents/6913" } }, { @@ -123162,13 +123162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6912" + "$ref": "https://ils.rero.ch/api/documents/6912" } }, { @@ -123176,13 +123176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6912" + "$ref": "https://ils.rero.ch/api/documents/6912" } }, { @@ -123190,13 +123190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6912" + "$ref": "https://ils.rero.ch/api/documents/6912" } }, { @@ -123204,13 +123204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6911" + "$ref": "https://ils.rero.ch/api/documents/6911" } }, { @@ -123218,13 +123218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6910" + "$ref": "https://ils.rero.ch/api/documents/6910" } }, { @@ -123232,13 +123232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6910" + "$ref": "https://ils.rero.ch/api/documents/6910" } }, { @@ -123246,13 +123246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6909" + "$ref": "https://ils.rero.ch/api/documents/6909" } }, { @@ -123260,13 +123260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6909" + "$ref": "https://ils.rero.ch/api/documents/6909" } }, { @@ -123274,13 +123274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6909" + "$ref": "https://ils.rero.ch/api/documents/6909" } }, { @@ -123288,13 +123288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6909" + "$ref": "https://ils.rero.ch/api/documents/6909" } }, { @@ -123302,13 +123302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6908" + "$ref": "https://ils.rero.ch/api/documents/6908" } }, { @@ -123316,13 +123316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6908" + "$ref": "https://ils.rero.ch/api/documents/6908" } }, { @@ -123330,13 +123330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6908" + "$ref": "https://ils.rero.ch/api/documents/6908" } }, { @@ -123344,13 +123344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6907" + "$ref": "https://ils.rero.ch/api/documents/6907" } }, { @@ -123358,13 +123358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6907" + "$ref": "https://ils.rero.ch/api/documents/6907" } }, { @@ -123372,13 +123372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6907" + "$ref": "https://ils.rero.ch/api/documents/6907" } }, { @@ -123386,13 +123386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6907" + "$ref": "https://ils.rero.ch/api/documents/6907" } }, { @@ -123400,13 +123400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6906" + "$ref": "https://ils.rero.ch/api/documents/6906" } }, { @@ -123414,13 +123414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6906" + "$ref": "https://ils.rero.ch/api/documents/6906" } }, { @@ -123428,13 +123428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6906" + "$ref": "https://ils.rero.ch/api/documents/6906" } }, { @@ -123442,13 +123442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6906" + "$ref": "https://ils.rero.ch/api/documents/6906" } }, { @@ -123456,13 +123456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6905" + "$ref": "https://ils.rero.ch/api/documents/6905" } }, { @@ -123470,13 +123470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6904" + "$ref": "https://ils.rero.ch/api/documents/6904" } }, { @@ -123484,13 +123484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6904" + "$ref": "https://ils.rero.ch/api/documents/6904" } }, { @@ -123498,13 +123498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6904" + "$ref": "https://ils.rero.ch/api/documents/6904" } }, { @@ -123512,13 +123512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6904" + "$ref": "https://ils.rero.ch/api/documents/6904" } }, { @@ -123526,13 +123526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6903" + "$ref": "https://ils.rero.ch/api/documents/6903" } }, { @@ -123540,13 +123540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6903" + "$ref": "https://ils.rero.ch/api/documents/6903" } }, { @@ -123554,13 +123554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6903" + "$ref": "https://ils.rero.ch/api/documents/6903" } }, { @@ -123568,13 +123568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6903" + "$ref": "https://ils.rero.ch/api/documents/6903" } }, { @@ -123582,13 +123582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6902" + "$ref": "https://ils.rero.ch/api/documents/6902" } }, { @@ -123596,13 +123596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6902" + "$ref": "https://ils.rero.ch/api/documents/6902" } }, { @@ -123610,13 +123610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6901" + "$ref": "https://ils.rero.ch/api/documents/6901" } }, { @@ -123624,13 +123624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6900" + "$ref": "https://ils.rero.ch/api/documents/6900" } }, { @@ -123638,13 +123638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6900" + "$ref": "https://ils.rero.ch/api/documents/6900" } }, { @@ -123652,13 +123652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6900" + "$ref": "https://ils.rero.ch/api/documents/6900" } }, { @@ -123666,13 +123666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6900" + "$ref": "https://ils.rero.ch/api/documents/6900" } }, { @@ -123680,13 +123680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6900" + "$ref": "https://ils.rero.ch/api/documents/6900" } }, { @@ -123694,13 +123694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6899" + "$ref": "https://ils.rero.ch/api/documents/6899" } }, { @@ -123708,13 +123708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6898" + "$ref": "https://ils.rero.ch/api/documents/6898" } }, { @@ -123722,13 +123722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6898" + "$ref": "https://ils.rero.ch/api/documents/6898" } }, { @@ -123736,13 +123736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6898" + "$ref": "https://ils.rero.ch/api/documents/6898" } }, { @@ -123750,13 +123750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6898" + "$ref": "https://ils.rero.ch/api/documents/6898" } }, { @@ -123764,13 +123764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6898" + "$ref": "https://ils.rero.ch/api/documents/6898" } }, { @@ -123778,13 +123778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6897" + "$ref": "https://ils.rero.ch/api/documents/6897" } }, { @@ -123792,13 +123792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6897" + "$ref": "https://ils.rero.ch/api/documents/6897" } }, { @@ -123806,13 +123806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6897" + "$ref": "https://ils.rero.ch/api/documents/6897" } }, { @@ -123820,13 +123820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6897" + "$ref": "https://ils.rero.ch/api/documents/6897" } }, { @@ -123834,13 +123834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6897" + "$ref": "https://ils.rero.ch/api/documents/6897" } }, { @@ -123848,13 +123848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6896" + "$ref": "https://ils.rero.ch/api/documents/6896" } }, { @@ -123862,13 +123862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6895" + "$ref": "https://ils.rero.ch/api/documents/6895" } }, { @@ -123876,13 +123876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6895" + "$ref": "https://ils.rero.ch/api/documents/6895" } }, { @@ -123890,13 +123890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6895" + "$ref": "https://ils.rero.ch/api/documents/6895" } }, { @@ -123904,13 +123904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6894" + "$ref": "https://ils.rero.ch/api/documents/6894" } }, { @@ -123918,13 +123918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6894" + "$ref": "https://ils.rero.ch/api/documents/6894" } }, { @@ -123932,13 +123932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6894" + "$ref": "https://ils.rero.ch/api/documents/6894" } }, { @@ -123946,13 +123946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6894" + "$ref": "https://ils.rero.ch/api/documents/6894" } }, { @@ -123960,13 +123960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6893" + "$ref": "https://ils.rero.ch/api/documents/6893" } }, { @@ -123974,13 +123974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6893" + "$ref": "https://ils.rero.ch/api/documents/6893" } }, { @@ -123988,13 +123988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6893" + "$ref": "https://ils.rero.ch/api/documents/6893" } }, { @@ -124002,13 +124002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6893" + "$ref": "https://ils.rero.ch/api/documents/6893" } }, { @@ -124016,13 +124016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6893" + "$ref": "https://ils.rero.ch/api/documents/6893" } }, { @@ -124030,13 +124030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6892" + "$ref": "https://ils.rero.ch/api/documents/6892" } }, { @@ -124044,13 +124044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6892" + "$ref": "https://ils.rero.ch/api/documents/6892" } }, { @@ -124058,13 +124058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6892" + "$ref": "https://ils.rero.ch/api/documents/6892" } }, { @@ -124072,13 +124072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6892" + "$ref": "https://ils.rero.ch/api/documents/6892" } }, { @@ -124086,13 +124086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6891" + "$ref": "https://ils.rero.ch/api/documents/6891" } }, { @@ -124100,13 +124100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6891" + "$ref": "https://ils.rero.ch/api/documents/6891" } }, { @@ -124114,13 +124114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6891" + "$ref": "https://ils.rero.ch/api/documents/6891" } }, { @@ -124128,13 +124128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6891" + "$ref": "https://ils.rero.ch/api/documents/6891" } }, { @@ -124142,13 +124142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6890" + "$ref": "https://ils.rero.ch/api/documents/6890" } }, { @@ -124156,13 +124156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6890" + "$ref": "https://ils.rero.ch/api/documents/6890" } }, { @@ -124170,13 +124170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6890" + "$ref": "https://ils.rero.ch/api/documents/6890" } }, { @@ -124184,13 +124184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6889" + "$ref": "https://ils.rero.ch/api/documents/6889" } }, { @@ -124198,13 +124198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6888" + "$ref": "https://ils.rero.ch/api/documents/6888" } }, { @@ -124212,13 +124212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6888" + "$ref": "https://ils.rero.ch/api/documents/6888" } }, { @@ -124226,13 +124226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6888" + "$ref": "https://ils.rero.ch/api/documents/6888" } }, { @@ -124240,13 +124240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6887" + "$ref": "https://ils.rero.ch/api/documents/6887" } }, { @@ -124254,13 +124254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6886" + "$ref": "https://ils.rero.ch/api/documents/6886" } }, { @@ -124268,13 +124268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6886" + "$ref": "https://ils.rero.ch/api/documents/6886" } }, { @@ -124282,13 +124282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6886" + "$ref": "https://ils.rero.ch/api/documents/6886" } }, { @@ -124296,13 +124296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6886" + "$ref": "https://ils.rero.ch/api/documents/6886" } }, { @@ -124310,13 +124310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6885" + "$ref": "https://ils.rero.ch/api/documents/6885" } }, { @@ -124324,13 +124324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6885" + "$ref": "https://ils.rero.ch/api/documents/6885" } }, { @@ -124338,13 +124338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6884" + "$ref": "https://ils.rero.ch/api/documents/6884" } }, { @@ -124352,13 +124352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6884" + "$ref": "https://ils.rero.ch/api/documents/6884" } }, { @@ -124366,13 +124366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6884" + "$ref": "https://ils.rero.ch/api/documents/6884" } }, { @@ -124380,13 +124380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6884" + "$ref": "https://ils.rero.ch/api/documents/6884" } }, { @@ -124394,13 +124394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6884" + "$ref": "https://ils.rero.ch/api/documents/6884" } }, { @@ -124408,13 +124408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6883" + "$ref": "https://ils.rero.ch/api/documents/6883" } }, { @@ -124422,13 +124422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6882" + "$ref": "https://ils.rero.ch/api/documents/6882" } }, { @@ -124436,13 +124436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6882" + "$ref": "https://ils.rero.ch/api/documents/6882" } }, { @@ -124450,13 +124450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6882" + "$ref": "https://ils.rero.ch/api/documents/6882" } }, { @@ -124464,13 +124464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6881" + "$ref": "https://ils.rero.ch/api/documents/6881" } }, { @@ -124478,13 +124478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6881" + "$ref": "https://ils.rero.ch/api/documents/6881" } }, { @@ -124492,13 +124492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6881" + "$ref": "https://ils.rero.ch/api/documents/6881" } }, { @@ -124506,13 +124506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6881" + "$ref": "https://ils.rero.ch/api/documents/6881" } }, { @@ -124520,13 +124520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6880" + "$ref": "https://ils.rero.ch/api/documents/6880" } }, { @@ -124534,13 +124534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6880" + "$ref": "https://ils.rero.ch/api/documents/6880" } }, { @@ -124548,13 +124548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6880" + "$ref": "https://ils.rero.ch/api/documents/6880" } }, { @@ -124562,13 +124562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6880" + "$ref": "https://ils.rero.ch/api/documents/6880" } }, { @@ -124576,13 +124576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6879" + "$ref": "https://ils.rero.ch/api/documents/6879" } }, { @@ -124590,13 +124590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6879" + "$ref": "https://ils.rero.ch/api/documents/6879" } }, { @@ -124604,13 +124604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6879" + "$ref": "https://ils.rero.ch/api/documents/6879" } }, { @@ -124618,13 +124618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6879" + "$ref": "https://ils.rero.ch/api/documents/6879" } }, { @@ -124632,13 +124632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6879" + "$ref": "https://ils.rero.ch/api/documents/6879" } }, { @@ -124646,13 +124646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6878" + "$ref": "https://ils.rero.ch/api/documents/6878" } }, { @@ -124660,13 +124660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6878" + "$ref": "https://ils.rero.ch/api/documents/6878" } }, { @@ -124674,13 +124674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6878" + "$ref": "https://ils.rero.ch/api/documents/6878" } }, { @@ -124688,13 +124688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6878" + "$ref": "https://ils.rero.ch/api/documents/6878" } }, { @@ -124702,13 +124702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6878" + "$ref": "https://ils.rero.ch/api/documents/6878" } }, { @@ -124716,13 +124716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6877" + "$ref": "https://ils.rero.ch/api/documents/6877" } }, { @@ -124730,13 +124730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6877" + "$ref": "https://ils.rero.ch/api/documents/6877" } }, { @@ -124744,13 +124744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6877" + "$ref": "https://ils.rero.ch/api/documents/6877" } }, { @@ -124758,13 +124758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6877" + "$ref": "https://ils.rero.ch/api/documents/6877" } }, { @@ -124772,13 +124772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6876" + "$ref": "https://ils.rero.ch/api/documents/6876" } }, { @@ -124786,13 +124786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6875" + "$ref": "https://ils.rero.ch/api/documents/6875" } }, { @@ -124800,13 +124800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6875" + "$ref": "https://ils.rero.ch/api/documents/6875" } }, { @@ -124814,13 +124814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6875" + "$ref": "https://ils.rero.ch/api/documents/6875" } }, { @@ -124828,13 +124828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6874" + "$ref": "https://ils.rero.ch/api/documents/6874" } }, { @@ -124842,13 +124842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6874" + "$ref": "https://ils.rero.ch/api/documents/6874" } }, { @@ -124856,13 +124856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6874" + "$ref": "https://ils.rero.ch/api/documents/6874" } }, { @@ -124870,13 +124870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6874" + "$ref": "https://ils.rero.ch/api/documents/6874" } }, { @@ -124884,13 +124884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6874" + "$ref": "https://ils.rero.ch/api/documents/6874" } }, { @@ -124898,13 +124898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6873" + "$ref": "https://ils.rero.ch/api/documents/6873" } }, { @@ -124912,13 +124912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6872" + "$ref": "https://ils.rero.ch/api/documents/6872" } }, { @@ -124926,13 +124926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6872" + "$ref": "https://ils.rero.ch/api/documents/6872" } }, { @@ -124940,13 +124940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6872" + "$ref": "https://ils.rero.ch/api/documents/6872" } }, { @@ -124954,13 +124954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6872" + "$ref": "https://ils.rero.ch/api/documents/6872" } }, { @@ -124968,13 +124968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6871" + "$ref": "https://ils.rero.ch/api/documents/6871" } }, { @@ -124982,13 +124982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6871" + "$ref": "https://ils.rero.ch/api/documents/6871" } }, { @@ -124996,13 +124996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6871" + "$ref": "https://ils.rero.ch/api/documents/6871" } }, { @@ -125010,13 +125010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6871" + "$ref": "https://ils.rero.ch/api/documents/6871" } }, { @@ -125024,13 +125024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6870" + "$ref": "https://ils.rero.ch/api/documents/6870" } }, { @@ -125038,13 +125038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6870" + "$ref": "https://ils.rero.ch/api/documents/6870" } }, { @@ -125052,13 +125052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6870" + "$ref": "https://ils.rero.ch/api/documents/6870" } }, { @@ -125066,13 +125066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6870" + "$ref": "https://ils.rero.ch/api/documents/6870" } }, { @@ -125080,13 +125080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6870" + "$ref": "https://ils.rero.ch/api/documents/6870" } }, { @@ -125094,13 +125094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6869" + "$ref": "https://ils.rero.ch/api/documents/6869" } }, { @@ -125108,13 +125108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6869" + "$ref": "https://ils.rero.ch/api/documents/6869" } }, { @@ -125122,13 +125122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6868" + "$ref": "https://ils.rero.ch/api/documents/6868" } }, { @@ -125136,13 +125136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6868" + "$ref": "https://ils.rero.ch/api/documents/6868" } }, { @@ -125150,13 +125150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6868" + "$ref": "https://ils.rero.ch/api/documents/6868" } }, { @@ -125164,13 +125164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6868" + "$ref": "https://ils.rero.ch/api/documents/6868" } }, { @@ -125178,13 +125178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6867" + "$ref": "https://ils.rero.ch/api/documents/6867" } }, { @@ -125192,13 +125192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6867" + "$ref": "https://ils.rero.ch/api/documents/6867" } }, { @@ -125206,13 +125206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6866" + "$ref": "https://ils.rero.ch/api/documents/6866" } }, { @@ -125220,13 +125220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6866" + "$ref": "https://ils.rero.ch/api/documents/6866" } }, { @@ -125234,13 +125234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6866" + "$ref": "https://ils.rero.ch/api/documents/6866" } }, { @@ -125248,13 +125248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6866" + "$ref": "https://ils.rero.ch/api/documents/6866" } }, { @@ -125262,13 +125262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6865" + "$ref": "https://ils.rero.ch/api/documents/6865" } }, { @@ -125276,13 +125276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6865" + "$ref": "https://ils.rero.ch/api/documents/6865" } }, { @@ -125290,13 +125290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6864" + "$ref": "https://ils.rero.ch/api/documents/6864" } }, { @@ -125304,13 +125304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6864" + "$ref": "https://ils.rero.ch/api/documents/6864" } }, { @@ -125318,13 +125318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6864" + "$ref": "https://ils.rero.ch/api/documents/6864" } }, { @@ -125332,13 +125332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6864" + "$ref": "https://ils.rero.ch/api/documents/6864" } }, { @@ -125346,13 +125346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6864" + "$ref": "https://ils.rero.ch/api/documents/6864" } }, { @@ -125360,13 +125360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6863" + "$ref": "https://ils.rero.ch/api/documents/6863" } }, { @@ -125374,13 +125374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6862" + "$ref": "https://ils.rero.ch/api/documents/6862" } }, { @@ -125388,13 +125388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6862" + "$ref": "https://ils.rero.ch/api/documents/6862" } }, { @@ -125402,13 +125402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6862" + "$ref": "https://ils.rero.ch/api/documents/6862" } }, { @@ -125416,13 +125416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6862" + "$ref": "https://ils.rero.ch/api/documents/6862" } }, { @@ -125430,13 +125430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6862" + "$ref": "https://ils.rero.ch/api/documents/6862" } }, { @@ -125444,13 +125444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6861" + "$ref": "https://ils.rero.ch/api/documents/6861" } }, { @@ -125458,13 +125458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6861" + "$ref": "https://ils.rero.ch/api/documents/6861" } }, { @@ -125472,13 +125472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6861" + "$ref": "https://ils.rero.ch/api/documents/6861" } }, { @@ -125486,13 +125486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6861" + "$ref": "https://ils.rero.ch/api/documents/6861" } }, { @@ -125500,13 +125500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6861" + "$ref": "https://ils.rero.ch/api/documents/6861" } }, { @@ -125514,13 +125514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6860" + "$ref": "https://ils.rero.ch/api/documents/6860" } }, { @@ -125528,13 +125528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6860" + "$ref": "https://ils.rero.ch/api/documents/6860" } }, { @@ -125542,13 +125542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6860" + "$ref": "https://ils.rero.ch/api/documents/6860" } }, { @@ -125556,13 +125556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6860" + "$ref": "https://ils.rero.ch/api/documents/6860" } }, { @@ -125570,13 +125570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6859" + "$ref": "https://ils.rero.ch/api/documents/6859" } }, { @@ -125584,13 +125584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6859" + "$ref": "https://ils.rero.ch/api/documents/6859" } }, { @@ -125598,13 +125598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6859" + "$ref": "https://ils.rero.ch/api/documents/6859" } }, { @@ -125612,13 +125612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6858" + "$ref": "https://ils.rero.ch/api/documents/6858" } }, { @@ -125626,13 +125626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6858" + "$ref": "https://ils.rero.ch/api/documents/6858" } }, { @@ -125640,13 +125640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6858" + "$ref": "https://ils.rero.ch/api/documents/6858" } }, { @@ -125654,13 +125654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6857" + "$ref": "https://ils.rero.ch/api/documents/6857" } }, { @@ -125668,13 +125668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6857" + "$ref": "https://ils.rero.ch/api/documents/6857" } }, { @@ -125682,13 +125682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6857" + "$ref": "https://ils.rero.ch/api/documents/6857" } }, { @@ -125696,13 +125696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6856" + "$ref": "https://ils.rero.ch/api/documents/6856" } }, { @@ -125710,13 +125710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6855" + "$ref": "https://ils.rero.ch/api/documents/6855" } }, { @@ -125724,13 +125724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6855" + "$ref": "https://ils.rero.ch/api/documents/6855" } }, { @@ -125738,13 +125738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6855" + "$ref": "https://ils.rero.ch/api/documents/6855" } }, { @@ -125752,13 +125752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6855" + "$ref": "https://ils.rero.ch/api/documents/6855" } }, { @@ -125766,13 +125766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6854" + "$ref": "https://ils.rero.ch/api/documents/6854" } }, { @@ -125780,13 +125780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6854" + "$ref": "https://ils.rero.ch/api/documents/6854" } }, { @@ -125794,13 +125794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6854" + "$ref": "https://ils.rero.ch/api/documents/6854" } }, { @@ -125808,13 +125808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6853" + "$ref": "https://ils.rero.ch/api/documents/6853" } }, { @@ -125822,13 +125822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6853" + "$ref": "https://ils.rero.ch/api/documents/6853" } }, { @@ -125836,13 +125836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6853" + "$ref": "https://ils.rero.ch/api/documents/6853" } }, { @@ -125850,13 +125850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6853" + "$ref": "https://ils.rero.ch/api/documents/6853" } }, { @@ -125864,13 +125864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6852" + "$ref": "https://ils.rero.ch/api/documents/6852" } }, { @@ -125878,13 +125878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6852" + "$ref": "https://ils.rero.ch/api/documents/6852" } }, { @@ -125892,13 +125892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6851" + "$ref": "https://ils.rero.ch/api/documents/6851" } }, { @@ -125906,13 +125906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6851" + "$ref": "https://ils.rero.ch/api/documents/6851" } }, { @@ -125920,13 +125920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6851" + "$ref": "https://ils.rero.ch/api/documents/6851" } }, { @@ -125934,13 +125934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6851" + "$ref": "https://ils.rero.ch/api/documents/6851" } }, { @@ -125948,13 +125948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6851" + "$ref": "https://ils.rero.ch/api/documents/6851" } }, { @@ -125962,13 +125962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6850" + "$ref": "https://ils.rero.ch/api/documents/6850" } }, { @@ -125976,13 +125976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6850" + "$ref": "https://ils.rero.ch/api/documents/6850" } }, { @@ -125990,13 +125990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6849" + "$ref": "https://ils.rero.ch/api/documents/6849" } }, { @@ -126004,13 +126004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6849" + "$ref": "https://ils.rero.ch/api/documents/6849" } }, { @@ -126018,13 +126018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6849" + "$ref": "https://ils.rero.ch/api/documents/6849" } }, { @@ -126032,13 +126032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6849" + "$ref": "https://ils.rero.ch/api/documents/6849" } }, { @@ -126046,13 +126046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6849" + "$ref": "https://ils.rero.ch/api/documents/6849" } }, { @@ -126060,13 +126060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6848" + "$ref": "https://ils.rero.ch/api/documents/6848" } }, { @@ -126074,13 +126074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6847" + "$ref": "https://ils.rero.ch/api/documents/6847" } }, { @@ -126088,13 +126088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6847" + "$ref": "https://ils.rero.ch/api/documents/6847" } }, { @@ -126102,13 +126102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6847" + "$ref": "https://ils.rero.ch/api/documents/6847" } }, { @@ -126116,13 +126116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6847" + "$ref": "https://ils.rero.ch/api/documents/6847" } }, { @@ -126130,13 +126130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6847" + "$ref": "https://ils.rero.ch/api/documents/6847" } }, { @@ -126144,13 +126144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6846" + "$ref": "https://ils.rero.ch/api/documents/6846" } }, { @@ -126158,13 +126158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6846" + "$ref": "https://ils.rero.ch/api/documents/6846" } }, { @@ -126172,13 +126172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6846" + "$ref": "https://ils.rero.ch/api/documents/6846" } }, { @@ -126186,13 +126186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6846" + "$ref": "https://ils.rero.ch/api/documents/6846" } }, { @@ -126200,13 +126200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6845" + "$ref": "https://ils.rero.ch/api/documents/6845" } }, { @@ -126214,13 +126214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6845" + "$ref": "https://ils.rero.ch/api/documents/6845" } }, { @@ -126228,13 +126228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6845" + "$ref": "https://ils.rero.ch/api/documents/6845" } }, { @@ -126242,13 +126242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6845" + "$ref": "https://ils.rero.ch/api/documents/6845" } }, { @@ -126256,13 +126256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6844" + "$ref": "https://ils.rero.ch/api/documents/6844" } }, { @@ -126270,13 +126270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6844" + "$ref": "https://ils.rero.ch/api/documents/6844" } }, { @@ -126284,13 +126284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6843" + "$ref": "https://ils.rero.ch/api/documents/6843" } }, { @@ -126298,13 +126298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6843" + "$ref": "https://ils.rero.ch/api/documents/6843" } }, { @@ -126312,13 +126312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6843" + "$ref": "https://ils.rero.ch/api/documents/6843" } }, { @@ -126326,13 +126326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6843" + "$ref": "https://ils.rero.ch/api/documents/6843" } }, { @@ -126340,13 +126340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6843" + "$ref": "https://ils.rero.ch/api/documents/6843" } }, { @@ -126354,13 +126354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6842" + "$ref": "https://ils.rero.ch/api/documents/6842" } }, { @@ -126368,13 +126368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6842" + "$ref": "https://ils.rero.ch/api/documents/6842" } }, { @@ -126382,13 +126382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6842" + "$ref": "https://ils.rero.ch/api/documents/6842" } }, { @@ -126396,13 +126396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6842" + "$ref": "https://ils.rero.ch/api/documents/6842" } }, { @@ -126410,13 +126410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6842" + "$ref": "https://ils.rero.ch/api/documents/6842" } }, { @@ -126424,13 +126424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6841" + "$ref": "https://ils.rero.ch/api/documents/6841" } }, { @@ -126438,13 +126438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6840" + "$ref": "https://ils.rero.ch/api/documents/6840" } }, { @@ -126452,13 +126452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6840" + "$ref": "https://ils.rero.ch/api/documents/6840" } }, { @@ -126466,13 +126466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6840" + "$ref": "https://ils.rero.ch/api/documents/6840" } }, { @@ -126480,13 +126480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6840" + "$ref": "https://ils.rero.ch/api/documents/6840" } }, { @@ -126494,13 +126494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6839" + "$ref": "https://ils.rero.ch/api/documents/6839" } }, { @@ -126508,13 +126508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6839" + "$ref": "https://ils.rero.ch/api/documents/6839" } }, { @@ -126522,13 +126522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6838" + "$ref": "https://ils.rero.ch/api/documents/6838" } }, { @@ -126536,13 +126536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6838" + "$ref": "https://ils.rero.ch/api/documents/6838" } }, { @@ -126550,13 +126550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6838" + "$ref": "https://ils.rero.ch/api/documents/6838" } }, { @@ -126564,13 +126564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6838" + "$ref": "https://ils.rero.ch/api/documents/6838" } }, { @@ -126578,13 +126578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6837" + "$ref": "https://ils.rero.ch/api/documents/6837" } }, { @@ -126592,13 +126592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6837" + "$ref": "https://ils.rero.ch/api/documents/6837" } }, { @@ -126606,13 +126606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6837" + "$ref": "https://ils.rero.ch/api/documents/6837" } }, { @@ -126620,13 +126620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6837" + "$ref": "https://ils.rero.ch/api/documents/6837" } }, { @@ -126634,13 +126634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6837" + "$ref": "https://ils.rero.ch/api/documents/6837" } }, { @@ -126648,13 +126648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6836" + "$ref": "https://ils.rero.ch/api/documents/6836" } }, { @@ -126662,13 +126662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6835" + "$ref": "https://ils.rero.ch/api/documents/6835" } }, { @@ -126676,13 +126676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6835" + "$ref": "https://ils.rero.ch/api/documents/6835" } }, { @@ -126690,13 +126690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6835" + "$ref": "https://ils.rero.ch/api/documents/6835" } }, { @@ -126704,13 +126704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6835" + "$ref": "https://ils.rero.ch/api/documents/6835" } }, { @@ -126718,13 +126718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6835" + "$ref": "https://ils.rero.ch/api/documents/6835" } }, { @@ -126732,13 +126732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6834" + "$ref": "https://ils.rero.ch/api/documents/6834" } }, { @@ -126746,13 +126746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6834" + "$ref": "https://ils.rero.ch/api/documents/6834" } }, { @@ -126760,13 +126760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6834" + "$ref": "https://ils.rero.ch/api/documents/6834" } }, { @@ -126774,13 +126774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6834" + "$ref": "https://ils.rero.ch/api/documents/6834" } }, { @@ -126788,13 +126788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6834" + "$ref": "https://ils.rero.ch/api/documents/6834" } }, { @@ -126802,13 +126802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6833" + "$ref": "https://ils.rero.ch/api/documents/6833" } }, { @@ -126816,13 +126816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6833" + "$ref": "https://ils.rero.ch/api/documents/6833" } }, { @@ -126830,13 +126830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6833" + "$ref": "https://ils.rero.ch/api/documents/6833" } }, { @@ -126844,13 +126844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6833" + "$ref": "https://ils.rero.ch/api/documents/6833" } }, { @@ -126858,13 +126858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6832" + "$ref": "https://ils.rero.ch/api/documents/6832" } }, { @@ -126872,13 +126872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6832" + "$ref": "https://ils.rero.ch/api/documents/6832" } }, { @@ -126886,13 +126886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6832" + "$ref": "https://ils.rero.ch/api/documents/6832" } }, { @@ -126900,13 +126900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6832" + "$ref": "https://ils.rero.ch/api/documents/6832" } }, { @@ -126914,13 +126914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6832" + "$ref": "https://ils.rero.ch/api/documents/6832" } }, { @@ -126928,13 +126928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6831" + "$ref": "https://ils.rero.ch/api/documents/6831" } }, { @@ -126942,13 +126942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6830" + "$ref": "https://ils.rero.ch/api/documents/6830" } }, { @@ -126956,13 +126956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6830" + "$ref": "https://ils.rero.ch/api/documents/6830" } }, { @@ -126970,13 +126970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6830" + "$ref": "https://ils.rero.ch/api/documents/6830" } }, { @@ -126984,13 +126984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6830" + "$ref": "https://ils.rero.ch/api/documents/6830" } }, { @@ -126998,13 +126998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6830" + "$ref": "https://ils.rero.ch/api/documents/6830" } }, { @@ -127012,13 +127012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6829" + "$ref": "https://ils.rero.ch/api/documents/6829" } }, { @@ -127026,13 +127026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6829" + "$ref": "https://ils.rero.ch/api/documents/6829" } }, { @@ -127040,13 +127040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6829" + "$ref": "https://ils.rero.ch/api/documents/6829" } }, { @@ -127054,13 +127054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6829" + "$ref": "https://ils.rero.ch/api/documents/6829" } }, { @@ -127068,13 +127068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6829" + "$ref": "https://ils.rero.ch/api/documents/6829" } }, { @@ -127082,13 +127082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6828" + "$ref": "https://ils.rero.ch/api/documents/6828" } }, { @@ -127096,13 +127096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6827" + "$ref": "https://ils.rero.ch/api/documents/6827" } }, { @@ -127110,13 +127110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6827" + "$ref": "https://ils.rero.ch/api/documents/6827" } }, { @@ -127124,13 +127124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6827" + "$ref": "https://ils.rero.ch/api/documents/6827" } }, { @@ -127138,13 +127138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6826" + "$ref": "https://ils.rero.ch/api/documents/6826" } }, { @@ -127152,13 +127152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6826" + "$ref": "https://ils.rero.ch/api/documents/6826" } }, { @@ -127166,13 +127166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6826" + "$ref": "https://ils.rero.ch/api/documents/6826" } }, { @@ -127180,13 +127180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6826" + "$ref": "https://ils.rero.ch/api/documents/6826" } }, { @@ -127194,13 +127194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6825" + "$ref": "https://ils.rero.ch/api/documents/6825" } }, { @@ -127208,13 +127208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6825" + "$ref": "https://ils.rero.ch/api/documents/6825" } }, { @@ -127222,13 +127222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6825" + "$ref": "https://ils.rero.ch/api/documents/6825" } }, { @@ -127236,13 +127236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6825" + "$ref": "https://ils.rero.ch/api/documents/6825" } }, { @@ -127250,13 +127250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6824" + "$ref": "https://ils.rero.ch/api/documents/6824" } }, { @@ -127264,13 +127264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6824" + "$ref": "https://ils.rero.ch/api/documents/6824" } }, { @@ -127278,13 +127278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6824" + "$ref": "https://ils.rero.ch/api/documents/6824" } }, { @@ -127292,13 +127292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6823" + "$ref": "https://ils.rero.ch/api/documents/6823" } }, { @@ -127306,13 +127306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6823" + "$ref": "https://ils.rero.ch/api/documents/6823" } }, { @@ -127320,13 +127320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6822" + "$ref": "https://ils.rero.ch/api/documents/6822" } }, { @@ -127334,13 +127334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6822" + "$ref": "https://ils.rero.ch/api/documents/6822" } }, { @@ -127348,13 +127348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6822" + "$ref": "https://ils.rero.ch/api/documents/6822" } }, { @@ -127362,13 +127362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6822" + "$ref": "https://ils.rero.ch/api/documents/6822" } }, { @@ -127376,13 +127376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6821" + "$ref": "https://ils.rero.ch/api/documents/6821" } }, { @@ -127390,13 +127390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6821" + "$ref": "https://ils.rero.ch/api/documents/6821" } }, { @@ -127404,13 +127404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6820" + "$ref": "https://ils.rero.ch/api/documents/6820" } }, { @@ -127418,13 +127418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6820" + "$ref": "https://ils.rero.ch/api/documents/6820" } }, { @@ -127432,13 +127432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6819" + "$ref": "https://ils.rero.ch/api/documents/6819" } }, { @@ -127446,13 +127446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6818" + "$ref": "https://ils.rero.ch/api/documents/6818" } }, { @@ -127460,13 +127460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6817" + "$ref": "https://ils.rero.ch/api/documents/6817" } }, { @@ -127474,13 +127474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6817" + "$ref": "https://ils.rero.ch/api/documents/6817" } }, { @@ -127488,13 +127488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6817" + "$ref": "https://ils.rero.ch/api/documents/6817" } }, { @@ -127502,13 +127502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6816" + "$ref": "https://ils.rero.ch/api/documents/6816" } }, { @@ -127516,13 +127516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6816" + "$ref": "https://ils.rero.ch/api/documents/6816" } }, { @@ -127530,13 +127530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6816" + "$ref": "https://ils.rero.ch/api/documents/6816" } }, { @@ -127544,13 +127544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6816" + "$ref": "https://ils.rero.ch/api/documents/6816" } }, { @@ -127558,13 +127558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6815" + "$ref": "https://ils.rero.ch/api/documents/6815" } }, { @@ -127572,13 +127572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6815" + "$ref": "https://ils.rero.ch/api/documents/6815" } }, { @@ -127586,13 +127586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6815" + "$ref": "https://ils.rero.ch/api/documents/6815" } }, { @@ -127600,13 +127600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6815" + "$ref": "https://ils.rero.ch/api/documents/6815" } }, { @@ -127614,13 +127614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6815" + "$ref": "https://ils.rero.ch/api/documents/6815" } }, { @@ -127628,13 +127628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6814" + "$ref": "https://ils.rero.ch/api/documents/6814" } }, { @@ -127642,13 +127642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6814" + "$ref": "https://ils.rero.ch/api/documents/6814" } }, { @@ -127656,13 +127656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6813" + "$ref": "https://ils.rero.ch/api/documents/6813" } }, { @@ -127670,13 +127670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6812" + "$ref": "https://ils.rero.ch/api/documents/6812" } }, { @@ -127684,13 +127684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6812" + "$ref": "https://ils.rero.ch/api/documents/6812" } }, { @@ -127698,13 +127698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6812" + "$ref": "https://ils.rero.ch/api/documents/6812" } }, { @@ -127712,13 +127712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6812" + "$ref": "https://ils.rero.ch/api/documents/6812" } }, { @@ -127726,13 +127726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6812" + "$ref": "https://ils.rero.ch/api/documents/6812" } }, { @@ -127740,13 +127740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6811" + "$ref": "https://ils.rero.ch/api/documents/6811" } }, { @@ -127754,13 +127754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6811" + "$ref": "https://ils.rero.ch/api/documents/6811" } }, { @@ -127768,13 +127768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6810" + "$ref": "https://ils.rero.ch/api/documents/6810" } }, { @@ -127782,13 +127782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6810" + "$ref": "https://ils.rero.ch/api/documents/6810" } }, { @@ -127796,13 +127796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6810" + "$ref": "https://ils.rero.ch/api/documents/6810" } }, { @@ -127810,13 +127810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6809" + "$ref": "https://ils.rero.ch/api/documents/6809" } }, { @@ -127824,13 +127824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6809" + "$ref": "https://ils.rero.ch/api/documents/6809" } }, { @@ -127838,13 +127838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6809" + "$ref": "https://ils.rero.ch/api/documents/6809" } }, { @@ -127852,13 +127852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6809" + "$ref": "https://ils.rero.ch/api/documents/6809" } }, { @@ -127866,13 +127866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6808" + "$ref": "https://ils.rero.ch/api/documents/6808" } }, { @@ -127880,13 +127880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6808" + "$ref": "https://ils.rero.ch/api/documents/6808" } }, { @@ -127894,13 +127894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6807" + "$ref": "https://ils.rero.ch/api/documents/6807" } }, { @@ -127908,13 +127908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6807" + "$ref": "https://ils.rero.ch/api/documents/6807" } }, { @@ -127922,13 +127922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6807" + "$ref": "https://ils.rero.ch/api/documents/6807" } }, { @@ -127936,13 +127936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6806" + "$ref": "https://ils.rero.ch/api/documents/6806" } }, { @@ -127950,13 +127950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6806" + "$ref": "https://ils.rero.ch/api/documents/6806" } }, { @@ -127964,13 +127964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6805" + "$ref": "https://ils.rero.ch/api/documents/6805" } }, { @@ -127978,13 +127978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6804" + "$ref": "https://ils.rero.ch/api/documents/6804" } }, { @@ -127992,13 +127992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6804" + "$ref": "https://ils.rero.ch/api/documents/6804" } }, { @@ -128006,13 +128006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6804" + "$ref": "https://ils.rero.ch/api/documents/6804" } }, { @@ -128020,13 +128020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6804" + "$ref": "https://ils.rero.ch/api/documents/6804" } }, { @@ -128034,13 +128034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6803" + "$ref": "https://ils.rero.ch/api/documents/6803" } }, { @@ -128048,13 +128048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6802" + "$ref": "https://ils.rero.ch/api/documents/6802" } }, { @@ -128062,13 +128062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6802" + "$ref": "https://ils.rero.ch/api/documents/6802" } }, { @@ -128076,13 +128076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6802" + "$ref": "https://ils.rero.ch/api/documents/6802" } }, { @@ -128090,13 +128090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6802" + "$ref": "https://ils.rero.ch/api/documents/6802" } }, { @@ -128104,13 +128104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6802" + "$ref": "https://ils.rero.ch/api/documents/6802" } }, { @@ -128118,13 +128118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6801" + "$ref": "https://ils.rero.ch/api/documents/6801" } }, { @@ -128132,13 +128132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6801" + "$ref": "https://ils.rero.ch/api/documents/6801" } }, { @@ -128146,13 +128146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6800" + "$ref": "https://ils.rero.ch/api/documents/6800" } }, { @@ -128160,13 +128160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6799" + "$ref": "https://ils.rero.ch/api/documents/6799" } }, { @@ -128174,13 +128174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6799" + "$ref": "https://ils.rero.ch/api/documents/6799" } }, { @@ -128188,13 +128188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6798" + "$ref": "https://ils.rero.ch/api/documents/6798" } }, { @@ -128202,13 +128202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6798" + "$ref": "https://ils.rero.ch/api/documents/6798" } }, { @@ -128216,13 +128216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6797" + "$ref": "https://ils.rero.ch/api/documents/6797" } }, { @@ -128230,13 +128230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6797" + "$ref": "https://ils.rero.ch/api/documents/6797" } }, { @@ -128244,13 +128244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6797" + "$ref": "https://ils.rero.ch/api/documents/6797" } }, { @@ -128258,13 +128258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6797" + "$ref": "https://ils.rero.ch/api/documents/6797" } }, { @@ -128272,13 +128272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6797" + "$ref": "https://ils.rero.ch/api/documents/6797" } }, { @@ -128286,13 +128286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6796" + "$ref": "https://ils.rero.ch/api/documents/6796" } }, { @@ -128300,13 +128300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6796" + "$ref": "https://ils.rero.ch/api/documents/6796" } }, { @@ -128314,13 +128314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6796" + "$ref": "https://ils.rero.ch/api/documents/6796" } }, { @@ -128328,13 +128328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6796" + "$ref": "https://ils.rero.ch/api/documents/6796" } }, { @@ -128342,13 +128342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6796" + "$ref": "https://ils.rero.ch/api/documents/6796" } }, { @@ -128356,13 +128356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6795" + "$ref": "https://ils.rero.ch/api/documents/6795" } }, { @@ -128370,13 +128370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6795" + "$ref": "https://ils.rero.ch/api/documents/6795" } }, { @@ -128384,13 +128384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6794" + "$ref": "https://ils.rero.ch/api/documents/6794" } }, { @@ -128398,13 +128398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6793" + "$ref": "https://ils.rero.ch/api/documents/6793" } }, { @@ -128412,13 +128412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6793" + "$ref": "https://ils.rero.ch/api/documents/6793" } }, { @@ -128426,13 +128426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6793" + "$ref": "https://ils.rero.ch/api/documents/6793" } }, { @@ -128440,13 +128440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6793" + "$ref": "https://ils.rero.ch/api/documents/6793" } }, { @@ -128454,13 +128454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6793" + "$ref": "https://ils.rero.ch/api/documents/6793" } }, { @@ -128468,13 +128468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6792" + "$ref": "https://ils.rero.ch/api/documents/6792" } }, { @@ -128482,13 +128482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6792" + "$ref": "https://ils.rero.ch/api/documents/6792" } }, { @@ -128496,13 +128496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6792" + "$ref": "https://ils.rero.ch/api/documents/6792" } }, { @@ -128510,13 +128510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6792" + "$ref": "https://ils.rero.ch/api/documents/6792" } }, { @@ -128524,13 +128524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6791" + "$ref": "https://ils.rero.ch/api/documents/6791" } }, { @@ -128538,13 +128538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6790" + "$ref": "https://ils.rero.ch/api/documents/6790" } }, { @@ -128552,13 +128552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6789" + "$ref": "https://ils.rero.ch/api/documents/6789" } }, { @@ -128566,13 +128566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6789" + "$ref": "https://ils.rero.ch/api/documents/6789" } }, { @@ -128580,13 +128580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6788" + "$ref": "https://ils.rero.ch/api/documents/6788" } }, { @@ -128594,13 +128594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6788" + "$ref": "https://ils.rero.ch/api/documents/6788" } }, { @@ -128608,13 +128608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6788" + "$ref": "https://ils.rero.ch/api/documents/6788" } }, { @@ -128622,13 +128622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6788" + "$ref": "https://ils.rero.ch/api/documents/6788" } }, { @@ -128636,13 +128636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6788" + "$ref": "https://ils.rero.ch/api/documents/6788" } }, { @@ -128650,13 +128650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6787" + "$ref": "https://ils.rero.ch/api/documents/6787" } }, { @@ -128664,13 +128664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6787" + "$ref": "https://ils.rero.ch/api/documents/6787" } }, { @@ -128678,13 +128678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6787" + "$ref": "https://ils.rero.ch/api/documents/6787" } }, { @@ -128692,13 +128692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6786" + "$ref": "https://ils.rero.ch/api/documents/6786" } }, { @@ -128706,13 +128706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6786" + "$ref": "https://ils.rero.ch/api/documents/6786" } }, { @@ -128720,13 +128720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6785" + "$ref": "https://ils.rero.ch/api/documents/6785" } }, { @@ -128734,13 +128734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6785" + "$ref": "https://ils.rero.ch/api/documents/6785" } }, { @@ -128748,13 +128748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6785" + "$ref": "https://ils.rero.ch/api/documents/6785" } }, { @@ -128762,13 +128762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6785" + "$ref": "https://ils.rero.ch/api/documents/6785" } }, { @@ -128776,13 +128776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6784" + "$ref": "https://ils.rero.ch/api/documents/6784" } }, { @@ -128790,13 +128790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6784" + "$ref": "https://ils.rero.ch/api/documents/6784" } }, { @@ -128804,13 +128804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6784" + "$ref": "https://ils.rero.ch/api/documents/6784" } }, { @@ -128818,13 +128818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6784" + "$ref": "https://ils.rero.ch/api/documents/6784" } }, { @@ -128832,13 +128832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6784" + "$ref": "https://ils.rero.ch/api/documents/6784" } }, { @@ -128846,13 +128846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6783" + "$ref": "https://ils.rero.ch/api/documents/6783" } }, { @@ -128860,13 +128860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6783" + "$ref": "https://ils.rero.ch/api/documents/6783" } }, { @@ -128874,13 +128874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6783" + "$ref": "https://ils.rero.ch/api/documents/6783" } }, { @@ -128888,13 +128888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6783" + "$ref": "https://ils.rero.ch/api/documents/6783" } }, { @@ -128902,13 +128902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6783" + "$ref": "https://ils.rero.ch/api/documents/6783" } }, { @@ -128916,13 +128916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6782" + "$ref": "https://ils.rero.ch/api/documents/6782" } }, { @@ -128930,13 +128930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6782" + "$ref": "https://ils.rero.ch/api/documents/6782" } }, { @@ -128944,13 +128944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6782" + "$ref": "https://ils.rero.ch/api/documents/6782" } }, { @@ -128958,13 +128958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6782" + "$ref": "https://ils.rero.ch/api/documents/6782" } }, { @@ -128972,13 +128972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6781" + "$ref": "https://ils.rero.ch/api/documents/6781" } }, { @@ -128986,13 +128986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6781" + "$ref": "https://ils.rero.ch/api/documents/6781" } }, { @@ -129000,13 +129000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6781" + "$ref": "https://ils.rero.ch/api/documents/6781" } }, { @@ -129014,13 +129014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6781" + "$ref": "https://ils.rero.ch/api/documents/6781" } }, { @@ -129028,13 +129028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6781" + "$ref": "https://ils.rero.ch/api/documents/6781" } }, { @@ -129042,13 +129042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6780" + "$ref": "https://ils.rero.ch/api/documents/6780" } }, { @@ -129056,13 +129056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6780" + "$ref": "https://ils.rero.ch/api/documents/6780" } }, { @@ -129070,13 +129070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6780" + "$ref": "https://ils.rero.ch/api/documents/6780" } }, { @@ -129084,13 +129084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6780" + "$ref": "https://ils.rero.ch/api/documents/6780" } }, { @@ -129098,13 +129098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6779" + "$ref": "https://ils.rero.ch/api/documents/6779" } }, { @@ -129112,13 +129112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6779" + "$ref": "https://ils.rero.ch/api/documents/6779" } }, { @@ -129126,13 +129126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6779" + "$ref": "https://ils.rero.ch/api/documents/6779" } }, { @@ -129140,13 +129140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6779" + "$ref": "https://ils.rero.ch/api/documents/6779" } }, { @@ -129154,13 +129154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6779" + "$ref": "https://ils.rero.ch/api/documents/6779" } }, { @@ -129168,13 +129168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6778" + "$ref": "https://ils.rero.ch/api/documents/6778" } }, { @@ -129182,13 +129182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6778" + "$ref": "https://ils.rero.ch/api/documents/6778" } }, { @@ -129196,13 +129196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6778" + "$ref": "https://ils.rero.ch/api/documents/6778" } }, { @@ -129210,13 +129210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6778" + "$ref": "https://ils.rero.ch/api/documents/6778" } }, { @@ -129224,13 +129224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6778" + "$ref": "https://ils.rero.ch/api/documents/6778" } }, { @@ -129238,13 +129238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6777" + "$ref": "https://ils.rero.ch/api/documents/6777" } }, { @@ -129252,13 +129252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6777" + "$ref": "https://ils.rero.ch/api/documents/6777" } }, { @@ -129266,13 +129266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6777" + "$ref": "https://ils.rero.ch/api/documents/6777" } }, { @@ -129280,13 +129280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6777" + "$ref": "https://ils.rero.ch/api/documents/6777" } }, { @@ -129294,13 +129294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6776" + "$ref": "https://ils.rero.ch/api/documents/6776" } }, { @@ -129308,13 +129308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6775" + "$ref": "https://ils.rero.ch/api/documents/6775" } }, { @@ -129322,13 +129322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6775" + "$ref": "https://ils.rero.ch/api/documents/6775" } }, { @@ -129336,13 +129336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6774" + "$ref": "https://ils.rero.ch/api/documents/6774" } }, { @@ -129350,13 +129350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6774" + "$ref": "https://ils.rero.ch/api/documents/6774" } }, { @@ -129364,13 +129364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6773" + "$ref": "https://ils.rero.ch/api/documents/6773" } }, { @@ -129378,13 +129378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6772" + "$ref": "https://ils.rero.ch/api/documents/6772" } }, { @@ -129392,13 +129392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6772" + "$ref": "https://ils.rero.ch/api/documents/6772" } }, { @@ -129406,13 +129406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6772" + "$ref": "https://ils.rero.ch/api/documents/6772" } }, { @@ -129420,13 +129420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6772" + "$ref": "https://ils.rero.ch/api/documents/6772" } }, { @@ -129434,13 +129434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6772" + "$ref": "https://ils.rero.ch/api/documents/6772" } }, { @@ -129448,13 +129448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6771" + "$ref": "https://ils.rero.ch/api/documents/6771" } }, { @@ -129462,13 +129462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6771" + "$ref": "https://ils.rero.ch/api/documents/6771" } }, { @@ -129476,13 +129476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6771" + "$ref": "https://ils.rero.ch/api/documents/6771" } }, { @@ -129490,13 +129490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6770" + "$ref": "https://ils.rero.ch/api/documents/6770" } }, { @@ -129504,13 +129504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6770" + "$ref": "https://ils.rero.ch/api/documents/6770" } }, { @@ -129518,13 +129518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6770" + "$ref": "https://ils.rero.ch/api/documents/6770" } }, { @@ -129532,13 +129532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6770" + "$ref": "https://ils.rero.ch/api/documents/6770" } }, { @@ -129546,13 +129546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6769" + "$ref": "https://ils.rero.ch/api/documents/6769" } }, { @@ -129560,13 +129560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6768" + "$ref": "https://ils.rero.ch/api/documents/6768" } }, { @@ -129574,13 +129574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6768" + "$ref": "https://ils.rero.ch/api/documents/6768" } }, { @@ -129588,13 +129588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6767" + "$ref": "https://ils.rero.ch/api/documents/6767" } }, { @@ -129602,13 +129602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6767" + "$ref": "https://ils.rero.ch/api/documents/6767" } }, { @@ -129616,13 +129616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6767" + "$ref": "https://ils.rero.ch/api/documents/6767" } }, { @@ -129630,13 +129630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6767" + "$ref": "https://ils.rero.ch/api/documents/6767" } }, { @@ -129644,13 +129644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6766" + "$ref": "https://ils.rero.ch/api/documents/6766" } }, { @@ -129658,13 +129658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6765" + "$ref": "https://ils.rero.ch/api/documents/6765" } }, { @@ -129672,13 +129672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6765" + "$ref": "https://ils.rero.ch/api/documents/6765" } }, { @@ -129686,13 +129686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6765" + "$ref": "https://ils.rero.ch/api/documents/6765" } }, { @@ -129700,13 +129700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6764" + "$ref": "https://ils.rero.ch/api/documents/6764" } }, { @@ -129714,13 +129714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6764" + "$ref": "https://ils.rero.ch/api/documents/6764" } }, { @@ -129728,13 +129728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6763" + "$ref": "https://ils.rero.ch/api/documents/6763" } }, { @@ -129742,13 +129742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6763" + "$ref": "https://ils.rero.ch/api/documents/6763" } }, { @@ -129756,13 +129756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6763" + "$ref": "https://ils.rero.ch/api/documents/6763" } }, { @@ -129770,13 +129770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6763" + "$ref": "https://ils.rero.ch/api/documents/6763" } }, { @@ -129784,13 +129784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6762" + "$ref": "https://ils.rero.ch/api/documents/6762" } }, { @@ -129798,13 +129798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6761" + "$ref": "https://ils.rero.ch/api/documents/6761" } }, { @@ -129812,13 +129812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6761" + "$ref": "https://ils.rero.ch/api/documents/6761" } }, { @@ -129826,13 +129826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6761" + "$ref": "https://ils.rero.ch/api/documents/6761" } }, { @@ -129840,13 +129840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6760" + "$ref": "https://ils.rero.ch/api/documents/6760" } }, { @@ -129854,13 +129854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6759" + "$ref": "https://ils.rero.ch/api/documents/6759" } }, { @@ -129868,13 +129868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6758" + "$ref": "https://ils.rero.ch/api/documents/6758" } }, { @@ -129882,13 +129882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6758" + "$ref": "https://ils.rero.ch/api/documents/6758" } }, { @@ -129896,13 +129896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6758" + "$ref": "https://ils.rero.ch/api/documents/6758" } }, { @@ -129910,13 +129910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6758" + "$ref": "https://ils.rero.ch/api/documents/6758" } }, { @@ -129924,13 +129924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6758" + "$ref": "https://ils.rero.ch/api/documents/6758" } }, { @@ -129938,13 +129938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6757" + "$ref": "https://ils.rero.ch/api/documents/6757" } }, { @@ -129952,13 +129952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6757" + "$ref": "https://ils.rero.ch/api/documents/6757" } }, { @@ -129966,13 +129966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6757" + "$ref": "https://ils.rero.ch/api/documents/6757" } }, { @@ -129980,13 +129980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6756" + "$ref": "https://ils.rero.ch/api/documents/6756" } }, { @@ -129994,13 +129994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6756" + "$ref": "https://ils.rero.ch/api/documents/6756" } }, { @@ -130008,13 +130008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6756" + "$ref": "https://ils.rero.ch/api/documents/6756" } }, { @@ -130022,13 +130022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6756" + "$ref": "https://ils.rero.ch/api/documents/6756" } }, { @@ -130036,13 +130036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6756" + "$ref": "https://ils.rero.ch/api/documents/6756" } }, { @@ -130050,13 +130050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6755" + "$ref": "https://ils.rero.ch/api/documents/6755" } }, { @@ -130064,13 +130064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6755" + "$ref": "https://ils.rero.ch/api/documents/6755" } }, { @@ -130078,13 +130078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6755" + "$ref": "https://ils.rero.ch/api/documents/6755" } }, { @@ -130092,13 +130092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6755" + "$ref": "https://ils.rero.ch/api/documents/6755" } }, { @@ -130106,13 +130106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6754" + "$ref": "https://ils.rero.ch/api/documents/6754" } }, { @@ -130120,13 +130120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6754" + "$ref": "https://ils.rero.ch/api/documents/6754" } }, { @@ -130134,13 +130134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6753" + "$ref": "https://ils.rero.ch/api/documents/6753" } }, { @@ -130148,13 +130148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6753" + "$ref": "https://ils.rero.ch/api/documents/6753" } }, { @@ -130162,13 +130162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6753" + "$ref": "https://ils.rero.ch/api/documents/6753" } }, { @@ -130176,13 +130176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6752" + "$ref": "https://ils.rero.ch/api/documents/6752" } }, { @@ -130190,13 +130190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6751" + "$ref": "https://ils.rero.ch/api/documents/6751" } }, { @@ -130204,13 +130204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6751" + "$ref": "https://ils.rero.ch/api/documents/6751" } }, { @@ -130218,13 +130218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6751" + "$ref": "https://ils.rero.ch/api/documents/6751" } }, { @@ -130232,13 +130232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6751" + "$ref": "https://ils.rero.ch/api/documents/6751" } }, { @@ -130246,13 +130246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6750" + "$ref": "https://ils.rero.ch/api/documents/6750" } }, { @@ -130260,13 +130260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6750" + "$ref": "https://ils.rero.ch/api/documents/6750" } }, { @@ -130274,13 +130274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6750" + "$ref": "https://ils.rero.ch/api/documents/6750" } }, { @@ -130288,13 +130288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6750" + "$ref": "https://ils.rero.ch/api/documents/6750" } }, { @@ -130302,13 +130302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6749" + "$ref": "https://ils.rero.ch/api/documents/6749" } }, { @@ -130316,13 +130316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6749" + "$ref": "https://ils.rero.ch/api/documents/6749" } }, { @@ -130330,13 +130330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6749" + "$ref": "https://ils.rero.ch/api/documents/6749" } }, { @@ -130344,13 +130344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6749" + "$ref": "https://ils.rero.ch/api/documents/6749" } }, { @@ -130358,13 +130358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6748" + "$ref": "https://ils.rero.ch/api/documents/6748" } }, { @@ -130372,13 +130372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6747" + "$ref": "https://ils.rero.ch/api/documents/6747" } }, { @@ -130386,13 +130386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6747" + "$ref": "https://ils.rero.ch/api/documents/6747" } }, { @@ -130400,13 +130400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6746" + "$ref": "https://ils.rero.ch/api/documents/6746" } }, { @@ -130414,13 +130414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6746" + "$ref": "https://ils.rero.ch/api/documents/6746" } }, { @@ -130428,13 +130428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6746" + "$ref": "https://ils.rero.ch/api/documents/6746" } }, { @@ -130442,13 +130442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6746" + "$ref": "https://ils.rero.ch/api/documents/6746" } }, { @@ -130456,13 +130456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6746" + "$ref": "https://ils.rero.ch/api/documents/6746" } }, { @@ -130470,13 +130470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6745" + "$ref": "https://ils.rero.ch/api/documents/6745" } }, { @@ -130484,13 +130484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6745" + "$ref": "https://ils.rero.ch/api/documents/6745" } }, { @@ -130498,13 +130498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6744" + "$ref": "https://ils.rero.ch/api/documents/6744" } }, { @@ -130512,13 +130512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6744" + "$ref": "https://ils.rero.ch/api/documents/6744" } }, { @@ -130526,13 +130526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6744" + "$ref": "https://ils.rero.ch/api/documents/6744" } }, { @@ -130540,13 +130540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6744" + "$ref": "https://ils.rero.ch/api/documents/6744" } }, { @@ -130554,13 +130554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6744" + "$ref": "https://ils.rero.ch/api/documents/6744" } }, { @@ -130568,13 +130568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6743" + "$ref": "https://ils.rero.ch/api/documents/6743" } }, { @@ -130582,13 +130582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6743" + "$ref": "https://ils.rero.ch/api/documents/6743" } }, { @@ -130596,13 +130596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6743" + "$ref": "https://ils.rero.ch/api/documents/6743" } }, { @@ -130610,13 +130610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6743" + "$ref": "https://ils.rero.ch/api/documents/6743" } }, { @@ -130624,13 +130624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6743" + "$ref": "https://ils.rero.ch/api/documents/6743" } }, { @@ -130638,13 +130638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6742" + "$ref": "https://ils.rero.ch/api/documents/6742" } }, { @@ -130652,13 +130652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6742" + "$ref": "https://ils.rero.ch/api/documents/6742" } }, { @@ -130666,13 +130666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6742" + "$ref": "https://ils.rero.ch/api/documents/6742" } }, { @@ -130680,13 +130680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6742" + "$ref": "https://ils.rero.ch/api/documents/6742" } }, { @@ -130694,13 +130694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6742" + "$ref": "https://ils.rero.ch/api/documents/6742" } }, { @@ -130708,13 +130708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6741" + "$ref": "https://ils.rero.ch/api/documents/6741" } }, { @@ -130722,13 +130722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6741" + "$ref": "https://ils.rero.ch/api/documents/6741" } }, { @@ -130736,13 +130736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6741" + "$ref": "https://ils.rero.ch/api/documents/6741" } }, { @@ -130750,13 +130750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6740" + "$ref": "https://ils.rero.ch/api/documents/6740" } }, { @@ -130764,13 +130764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6740" + "$ref": "https://ils.rero.ch/api/documents/6740" } }, { @@ -130778,13 +130778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6740" + "$ref": "https://ils.rero.ch/api/documents/6740" } }, { @@ -130792,13 +130792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6739" + "$ref": "https://ils.rero.ch/api/documents/6739" } }, { @@ -130806,13 +130806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6739" + "$ref": "https://ils.rero.ch/api/documents/6739" } }, { @@ -130820,13 +130820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6739" + "$ref": "https://ils.rero.ch/api/documents/6739" } }, { @@ -130834,13 +130834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6739" + "$ref": "https://ils.rero.ch/api/documents/6739" } }, { @@ -130848,13 +130848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6738" + "$ref": "https://ils.rero.ch/api/documents/6738" } }, { @@ -130862,13 +130862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6738" + "$ref": "https://ils.rero.ch/api/documents/6738" } }, { @@ -130876,13 +130876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6738" + "$ref": "https://ils.rero.ch/api/documents/6738" } }, { @@ -130890,13 +130890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6738" + "$ref": "https://ils.rero.ch/api/documents/6738" } }, { @@ -130904,13 +130904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6737" + "$ref": "https://ils.rero.ch/api/documents/6737" } }, { @@ -130918,13 +130918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6737" + "$ref": "https://ils.rero.ch/api/documents/6737" } }, { @@ -130932,13 +130932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6737" + "$ref": "https://ils.rero.ch/api/documents/6737" } }, { @@ -130946,13 +130946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6737" + "$ref": "https://ils.rero.ch/api/documents/6737" } }, { @@ -130960,13 +130960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6736" + "$ref": "https://ils.rero.ch/api/documents/6736" } }, { @@ -130974,13 +130974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6736" + "$ref": "https://ils.rero.ch/api/documents/6736" } }, { @@ -130988,13 +130988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6736" + "$ref": "https://ils.rero.ch/api/documents/6736" } }, { @@ -131002,13 +131002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6736" + "$ref": "https://ils.rero.ch/api/documents/6736" } }, { @@ -131016,13 +131016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6735" + "$ref": "https://ils.rero.ch/api/documents/6735" } }, { @@ -131030,13 +131030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6735" + "$ref": "https://ils.rero.ch/api/documents/6735" } }, { @@ -131044,13 +131044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6735" + "$ref": "https://ils.rero.ch/api/documents/6735" } }, { @@ -131058,13 +131058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6735" + "$ref": "https://ils.rero.ch/api/documents/6735" } }, { @@ -131072,13 +131072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6735" + "$ref": "https://ils.rero.ch/api/documents/6735" } }, { @@ -131086,13 +131086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6734" + "$ref": "https://ils.rero.ch/api/documents/6734" } }, { @@ -131100,13 +131100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6734" + "$ref": "https://ils.rero.ch/api/documents/6734" } }, { @@ -131114,13 +131114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6734" + "$ref": "https://ils.rero.ch/api/documents/6734" } }, { @@ -131128,13 +131128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6734" + "$ref": "https://ils.rero.ch/api/documents/6734" } }, { @@ -131142,13 +131142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6734" + "$ref": "https://ils.rero.ch/api/documents/6734" } }, { @@ -131156,13 +131156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6733" + "$ref": "https://ils.rero.ch/api/documents/6733" } }, { @@ -131170,13 +131170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6733" + "$ref": "https://ils.rero.ch/api/documents/6733" } }, { @@ -131184,13 +131184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6733" + "$ref": "https://ils.rero.ch/api/documents/6733" } }, { @@ -131198,13 +131198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6733" + "$ref": "https://ils.rero.ch/api/documents/6733" } }, { @@ -131212,13 +131212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6733" + "$ref": "https://ils.rero.ch/api/documents/6733" } }, { @@ -131226,13 +131226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6732" + "$ref": "https://ils.rero.ch/api/documents/6732" } }, { @@ -131240,13 +131240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6732" + "$ref": "https://ils.rero.ch/api/documents/6732" } }, { @@ -131254,13 +131254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6731" + "$ref": "https://ils.rero.ch/api/documents/6731" } }, { @@ -131268,13 +131268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6731" + "$ref": "https://ils.rero.ch/api/documents/6731" } }, { @@ -131282,13 +131282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6731" + "$ref": "https://ils.rero.ch/api/documents/6731" } }, { @@ -131296,13 +131296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6731" + "$ref": "https://ils.rero.ch/api/documents/6731" } }, { @@ -131310,13 +131310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6730" + "$ref": "https://ils.rero.ch/api/documents/6730" } }, { @@ -131324,13 +131324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6729" + "$ref": "https://ils.rero.ch/api/documents/6729" } }, { @@ -131338,13 +131338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6729" + "$ref": "https://ils.rero.ch/api/documents/6729" } }, { @@ -131352,13 +131352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6729" + "$ref": "https://ils.rero.ch/api/documents/6729" } }, { @@ -131366,13 +131366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6729" + "$ref": "https://ils.rero.ch/api/documents/6729" } }, { @@ -131380,13 +131380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6728" + "$ref": "https://ils.rero.ch/api/documents/6728" } }, { @@ -131394,13 +131394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6727" + "$ref": "https://ils.rero.ch/api/documents/6727" } }, { @@ -131408,13 +131408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6727" + "$ref": "https://ils.rero.ch/api/documents/6727" } }, { @@ -131422,13 +131422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6727" + "$ref": "https://ils.rero.ch/api/documents/6727" } }, { @@ -131436,13 +131436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6726" + "$ref": "https://ils.rero.ch/api/documents/6726" } }, { @@ -131450,13 +131450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6726" + "$ref": "https://ils.rero.ch/api/documents/6726" } }, { @@ -131464,13 +131464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6726" + "$ref": "https://ils.rero.ch/api/documents/6726" } }, { @@ -131478,13 +131478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6726" + "$ref": "https://ils.rero.ch/api/documents/6726" } }, { @@ -131492,13 +131492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6725" + "$ref": "https://ils.rero.ch/api/documents/6725" } }, { @@ -131506,13 +131506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6725" + "$ref": "https://ils.rero.ch/api/documents/6725" } }, { @@ -131520,13 +131520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6725" + "$ref": "https://ils.rero.ch/api/documents/6725" } }, { @@ -131534,13 +131534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6724" + "$ref": "https://ils.rero.ch/api/documents/6724" } }, { @@ -131548,13 +131548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6724" + "$ref": "https://ils.rero.ch/api/documents/6724" } }, { @@ -131562,13 +131562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6724" + "$ref": "https://ils.rero.ch/api/documents/6724" } }, { @@ -131576,13 +131576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6724" + "$ref": "https://ils.rero.ch/api/documents/6724" } }, { @@ -131590,13 +131590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6724" + "$ref": "https://ils.rero.ch/api/documents/6724" } }, { @@ -131604,13 +131604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6723" + "$ref": "https://ils.rero.ch/api/documents/6723" } }, { @@ -131618,13 +131618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6723" + "$ref": "https://ils.rero.ch/api/documents/6723" } }, { @@ -131632,13 +131632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6723" + "$ref": "https://ils.rero.ch/api/documents/6723" } }, { @@ -131646,13 +131646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6723" + "$ref": "https://ils.rero.ch/api/documents/6723" } }, { @@ -131660,13 +131660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6723" + "$ref": "https://ils.rero.ch/api/documents/6723" } }, { @@ -131674,13 +131674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6722" + "$ref": "https://ils.rero.ch/api/documents/6722" } }, { @@ -131688,13 +131688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6722" + "$ref": "https://ils.rero.ch/api/documents/6722" } }, { @@ -131702,13 +131702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6722" + "$ref": "https://ils.rero.ch/api/documents/6722" } }, { @@ -131716,13 +131716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6722" + "$ref": "https://ils.rero.ch/api/documents/6722" } }, { @@ -131730,13 +131730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6721" + "$ref": "https://ils.rero.ch/api/documents/6721" } }, { @@ -131744,13 +131744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6721" + "$ref": "https://ils.rero.ch/api/documents/6721" } }, { @@ -131758,13 +131758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6721" + "$ref": "https://ils.rero.ch/api/documents/6721" } }, { @@ -131772,13 +131772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6721" + "$ref": "https://ils.rero.ch/api/documents/6721" } }, { @@ -131786,13 +131786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6720" + "$ref": "https://ils.rero.ch/api/documents/6720" } }, { @@ -131800,13 +131800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6720" + "$ref": "https://ils.rero.ch/api/documents/6720" } }, { @@ -131814,13 +131814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6720" + "$ref": "https://ils.rero.ch/api/documents/6720" } }, { @@ -131828,13 +131828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6720" + "$ref": "https://ils.rero.ch/api/documents/6720" } }, { @@ -131842,13 +131842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6720" + "$ref": "https://ils.rero.ch/api/documents/6720" } }, { @@ -131856,13 +131856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6719" + "$ref": "https://ils.rero.ch/api/documents/6719" } }, { @@ -131870,13 +131870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6718" + "$ref": "https://ils.rero.ch/api/documents/6718" } }, { @@ -131884,13 +131884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6718" + "$ref": "https://ils.rero.ch/api/documents/6718" } }, { @@ -131898,13 +131898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6718" + "$ref": "https://ils.rero.ch/api/documents/6718" } }, { @@ -131912,13 +131912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6718" + "$ref": "https://ils.rero.ch/api/documents/6718" } }, { @@ -131926,13 +131926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6717" + "$ref": "https://ils.rero.ch/api/documents/6717" } }, { @@ -131940,13 +131940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6717" + "$ref": "https://ils.rero.ch/api/documents/6717" } }, { @@ -131954,13 +131954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6717" + "$ref": "https://ils.rero.ch/api/documents/6717" } }, { @@ -131968,13 +131968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6717" + "$ref": "https://ils.rero.ch/api/documents/6717" } }, { @@ -131982,13 +131982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6716" + "$ref": "https://ils.rero.ch/api/documents/6716" } }, { @@ -131996,13 +131996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6716" + "$ref": "https://ils.rero.ch/api/documents/6716" } }, { @@ -132010,13 +132010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6716" + "$ref": "https://ils.rero.ch/api/documents/6716" } }, { @@ -132024,13 +132024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6715" + "$ref": "https://ils.rero.ch/api/documents/6715" } }, { @@ -132038,13 +132038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6714" + "$ref": "https://ils.rero.ch/api/documents/6714" } }, { @@ -132052,13 +132052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6714" + "$ref": "https://ils.rero.ch/api/documents/6714" } }, { @@ -132066,13 +132066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6714" + "$ref": "https://ils.rero.ch/api/documents/6714" } }, { @@ -132080,13 +132080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6713" + "$ref": "https://ils.rero.ch/api/documents/6713" } }, { @@ -132094,13 +132094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6713" + "$ref": "https://ils.rero.ch/api/documents/6713" } }, { @@ -132108,13 +132108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6713" + "$ref": "https://ils.rero.ch/api/documents/6713" } }, { @@ -132122,13 +132122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6712" + "$ref": "https://ils.rero.ch/api/documents/6712" } }, { @@ -132136,13 +132136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6712" + "$ref": "https://ils.rero.ch/api/documents/6712" } }, { @@ -132150,13 +132150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6712" + "$ref": "https://ils.rero.ch/api/documents/6712" } }, { @@ -132164,13 +132164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6712" + "$ref": "https://ils.rero.ch/api/documents/6712" } }, { @@ -132178,13 +132178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6712" + "$ref": "https://ils.rero.ch/api/documents/6712" } }, { @@ -132192,13 +132192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6711" + "$ref": "https://ils.rero.ch/api/documents/6711" } }, { @@ -132206,13 +132206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6711" + "$ref": "https://ils.rero.ch/api/documents/6711" } }, { @@ -132220,13 +132220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6710" + "$ref": "https://ils.rero.ch/api/documents/6710" } }, { @@ -132234,13 +132234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6710" + "$ref": "https://ils.rero.ch/api/documents/6710" } }, { @@ -132248,13 +132248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6710" + "$ref": "https://ils.rero.ch/api/documents/6710" } }, { @@ -132262,13 +132262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6710" + "$ref": "https://ils.rero.ch/api/documents/6710" } }, { @@ -132276,13 +132276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6710" + "$ref": "https://ils.rero.ch/api/documents/6710" } }, { @@ -132290,13 +132290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6709" + "$ref": "https://ils.rero.ch/api/documents/6709" } }, { @@ -132304,13 +132304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6709" + "$ref": "https://ils.rero.ch/api/documents/6709" } }, { @@ -132318,13 +132318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6709" + "$ref": "https://ils.rero.ch/api/documents/6709" } }, { @@ -132332,13 +132332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6709" + "$ref": "https://ils.rero.ch/api/documents/6709" } }, { @@ -132346,13 +132346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6709" + "$ref": "https://ils.rero.ch/api/documents/6709" } }, { @@ -132360,13 +132360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6708" + "$ref": "https://ils.rero.ch/api/documents/6708" } }, { @@ -132374,13 +132374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6708" + "$ref": "https://ils.rero.ch/api/documents/6708" } }, { @@ -132388,13 +132388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6708" + "$ref": "https://ils.rero.ch/api/documents/6708" } }, { @@ -132402,13 +132402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6707" + "$ref": "https://ils.rero.ch/api/documents/6707" } }, { @@ -132416,13 +132416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6707" + "$ref": "https://ils.rero.ch/api/documents/6707" } }, { @@ -132430,13 +132430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6707" + "$ref": "https://ils.rero.ch/api/documents/6707" } }, { @@ -132444,13 +132444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6707" + "$ref": "https://ils.rero.ch/api/documents/6707" } }, { @@ -132458,13 +132458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6707" + "$ref": "https://ils.rero.ch/api/documents/6707" } }, { @@ -132472,13 +132472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6706" + "$ref": "https://ils.rero.ch/api/documents/6706" } }, { @@ -132486,13 +132486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6705" + "$ref": "https://ils.rero.ch/api/documents/6705" } }, { @@ -132500,13 +132500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6705" + "$ref": "https://ils.rero.ch/api/documents/6705" } }, { @@ -132514,13 +132514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6705" + "$ref": "https://ils.rero.ch/api/documents/6705" } }, { @@ -132528,13 +132528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6705" + "$ref": "https://ils.rero.ch/api/documents/6705" } }, { @@ -132542,13 +132542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6704" + "$ref": "https://ils.rero.ch/api/documents/6704" } }, { @@ -132556,13 +132556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6704" + "$ref": "https://ils.rero.ch/api/documents/6704" } }, { @@ -132570,13 +132570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6704" + "$ref": "https://ils.rero.ch/api/documents/6704" } }, { @@ -132584,13 +132584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6704" + "$ref": "https://ils.rero.ch/api/documents/6704" } }, { @@ -132598,13 +132598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6703" + "$ref": "https://ils.rero.ch/api/documents/6703" } }, { @@ -132612,13 +132612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6703" + "$ref": "https://ils.rero.ch/api/documents/6703" } }, { @@ -132626,13 +132626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6703" + "$ref": "https://ils.rero.ch/api/documents/6703" } }, { @@ -132640,13 +132640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6702" + "$ref": "https://ils.rero.ch/api/documents/6702" } }, { @@ -132654,13 +132654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6702" + "$ref": "https://ils.rero.ch/api/documents/6702" } }, { @@ -132668,13 +132668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6702" + "$ref": "https://ils.rero.ch/api/documents/6702" } }, { @@ -132682,13 +132682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6702" + "$ref": "https://ils.rero.ch/api/documents/6702" } }, { @@ -132696,13 +132696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6702" + "$ref": "https://ils.rero.ch/api/documents/6702" } }, { @@ -132710,13 +132710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6701" + "$ref": "https://ils.rero.ch/api/documents/6701" } }, { @@ -132724,13 +132724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6701" + "$ref": "https://ils.rero.ch/api/documents/6701" } }, { @@ -132738,13 +132738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6701" + "$ref": "https://ils.rero.ch/api/documents/6701" } }, { @@ -132752,13 +132752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6700" + "$ref": "https://ils.rero.ch/api/documents/6700" } }, { @@ -132766,13 +132766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6700" + "$ref": "https://ils.rero.ch/api/documents/6700" } }, { @@ -132780,13 +132780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6700" + "$ref": "https://ils.rero.ch/api/documents/6700" } }, { @@ -132794,13 +132794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6699" + "$ref": "https://ils.rero.ch/api/documents/6699" } }, { @@ -132808,13 +132808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6699" + "$ref": "https://ils.rero.ch/api/documents/6699" } }, { @@ -132822,13 +132822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6699" + "$ref": "https://ils.rero.ch/api/documents/6699" } }, { @@ -132836,13 +132836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6698" + "$ref": "https://ils.rero.ch/api/documents/6698" } }, { @@ -132850,13 +132850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6697" + "$ref": "https://ils.rero.ch/api/documents/6697" } }, { @@ -132864,13 +132864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6696" + "$ref": "https://ils.rero.ch/api/documents/6696" } }, { @@ -132878,13 +132878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6696" + "$ref": "https://ils.rero.ch/api/documents/6696" } }, { @@ -132892,13 +132892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6696" + "$ref": "https://ils.rero.ch/api/documents/6696" } }, { @@ -132906,13 +132906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6696" + "$ref": "https://ils.rero.ch/api/documents/6696" } }, { @@ -132920,13 +132920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6695" + "$ref": "https://ils.rero.ch/api/documents/6695" } }, { @@ -132934,13 +132934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6694" + "$ref": "https://ils.rero.ch/api/documents/6694" } }, { @@ -132948,13 +132948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6694" + "$ref": "https://ils.rero.ch/api/documents/6694" } }, { @@ -132962,13 +132962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6693" + "$ref": "https://ils.rero.ch/api/documents/6693" } }, { @@ -132976,13 +132976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6693" + "$ref": "https://ils.rero.ch/api/documents/6693" } }, { @@ -132990,13 +132990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6693" + "$ref": "https://ils.rero.ch/api/documents/6693" } }, { @@ -133004,13 +133004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6692" + "$ref": "https://ils.rero.ch/api/documents/6692" } }, { @@ -133018,13 +133018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6692" + "$ref": "https://ils.rero.ch/api/documents/6692" } }, { @@ -133032,13 +133032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6692" + "$ref": "https://ils.rero.ch/api/documents/6692" } }, { @@ -133046,13 +133046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6691" + "$ref": "https://ils.rero.ch/api/documents/6691" } }, { @@ -133060,13 +133060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6691" + "$ref": "https://ils.rero.ch/api/documents/6691" } }, { @@ -133074,13 +133074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6691" + "$ref": "https://ils.rero.ch/api/documents/6691" } }, { @@ -133088,13 +133088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6691" + "$ref": "https://ils.rero.ch/api/documents/6691" } }, { @@ -133102,13 +133102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6691" + "$ref": "https://ils.rero.ch/api/documents/6691" } }, { @@ -133116,13 +133116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6690" + "$ref": "https://ils.rero.ch/api/documents/6690" } }, { @@ -133130,13 +133130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6690" + "$ref": "https://ils.rero.ch/api/documents/6690" } }, { @@ -133144,13 +133144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6690" + "$ref": "https://ils.rero.ch/api/documents/6690" } }, { @@ -133158,13 +133158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6690" + "$ref": "https://ils.rero.ch/api/documents/6690" } }, { @@ -133172,13 +133172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6690" + "$ref": "https://ils.rero.ch/api/documents/6690" } }, { @@ -133186,13 +133186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6689" + "$ref": "https://ils.rero.ch/api/documents/6689" } }, { @@ -133200,13 +133200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6689" + "$ref": "https://ils.rero.ch/api/documents/6689" } }, { @@ -133214,13 +133214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6689" + "$ref": "https://ils.rero.ch/api/documents/6689" } }, { @@ -133228,13 +133228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6689" + "$ref": "https://ils.rero.ch/api/documents/6689" } }, { @@ -133242,13 +133242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6688" + "$ref": "https://ils.rero.ch/api/documents/6688" } }, { @@ -133256,13 +133256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6688" + "$ref": "https://ils.rero.ch/api/documents/6688" } }, { @@ -133270,13 +133270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6688" + "$ref": "https://ils.rero.ch/api/documents/6688" } }, { @@ -133284,13 +133284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6688" + "$ref": "https://ils.rero.ch/api/documents/6688" } }, { @@ -133298,13 +133298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6687" + "$ref": "https://ils.rero.ch/api/documents/6687" } }, { @@ -133312,13 +133312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6687" + "$ref": "https://ils.rero.ch/api/documents/6687" } }, { @@ -133326,13 +133326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6687" + "$ref": "https://ils.rero.ch/api/documents/6687" } }, { @@ -133340,13 +133340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6687" + "$ref": "https://ils.rero.ch/api/documents/6687" } }, { @@ -133354,13 +133354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6686" + "$ref": "https://ils.rero.ch/api/documents/6686" } }, { @@ -133368,13 +133368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6685" + "$ref": "https://ils.rero.ch/api/documents/6685" } }, { @@ -133382,13 +133382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6685" + "$ref": "https://ils.rero.ch/api/documents/6685" } }, { @@ -133396,13 +133396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6685" + "$ref": "https://ils.rero.ch/api/documents/6685" } }, { @@ -133410,13 +133410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6685" + "$ref": "https://ils.rero.ch/api/documents/6685" } }, { @@ -133424,13 +133424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6684" + "$ref": "https://ils.rero.ch/api/documents/6684" } }, { @@ -133438,13 +133438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6684" + "$ref": "https://ils.rero.ch/api/documents/6684" } }, { @@ -133452,13 +133452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6684" + "$ref": "https://ils.rero.ch/api/documents/6684" } }, { @@ -133466,13 +133466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6684" + "$ref": "https://ils.rero.ch/api/documents/6684" } }, { @@ -133480,13 +133480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6683" + "$ref": "https://ils.rero.ch/api/documents/6683" } }, { @@ -133494,13 +133494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6682" + "$ref": "https://ils.rero.ch/api/documents/6682" } }, { @@ -133508,13 +133508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6682" + "$ref": "https://ils.rero.ch/api/documents/6682" } }, { @@ -133522,13 +133522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6682" + "$ref": "https://ils.rero.ch/api/documents/6682" } }, { @@ -133536,13 +133536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6682" + "$ref": "https://ils.rero.ch/api/documents/6682" } }, { @@ -133550,13 +133550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6682" + "$ref": "https://ils.rero.ch/api/documents/6682" } }, { @@ -133564,13 +133564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6681" + "$ref": "https://ils.rero.ch/api/documents/6681" } }, { @@ -133578,13 +133578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6681" + "$ref": "https://ils.rero.ch/api/documents/6681" } }, { @@ -133592,13 +133592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6681" + "$ref": "https://ils.rero.ch/api/documents/6681" } }, { @@ -133606,13 +133606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6680" + "$ref": "https://ils.rero.ch/api/documents/6680" } }, { @@ -133620,13 +133620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6680" + "$ref": "https://ils.rero.ch/api/documents/6680" } }, { @@ -133634,13 +133634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6680" + "$ref": "https://ils.rero.ch/api/documents/6680" } }, { @@ -133648,13 +133648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6680" + "$ref": "https://ils.rero.ch/api/documents/6680" } }, { @@ -133662,13 +133662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6679" + "$ref": "https://ils.rero.ch/api/documents/6679" } }, { @@ -133676,13 +133676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6678" + "$ref": "https://ils.rero.ch/api/documents/6678" } }, { @@ -133690,13 +133690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6678" + "$ref": "https://ils.rero.ch/api/documents/6678" } }, { @@ -133704,13 +133704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6678" + "$ref": "https://ils.rero.ch/api/documents/6678" } }, { @@ -133718,13 +133718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6678" + "$ref": "https://ils.rero.ch/api/documents/6678" } }, { @@ -133732,13 +133732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6677" + "$ref": "https://ils.rero.ch/api/documents/6677" } }, { @@ -133746,13 +133746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6677" + "$ref": "https://ils.rero.ch/api/documents/6677" } }, { @@ -133760,13 +133760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6677" + "$ref": "https://ils.rero.ch/api/documents/6677" } }, { @@ -133774,13 +133774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6677" + "$ref": "https://ils.rero.ch/api/documents/6677" } }, { @@ -133788,13 +133788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6677" + "$ref": "https://ils.rero.ch/api/documents/6677" } }, { @@ -133802,13 +133802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6676" + "$ref": "https://ils.rero.ch/api/documents/6676" } }, { @@ -133816,13 +133816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6676" + "$ref": "https://ils.rero.ch/api/documents/6676" } }, { @@ -133830,13 +133830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6676" + "$ref": "https://ils.rero.ch/api/documents/6676" } }, { @@ -133844,13 +133844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6675" + "$ref": "https://ils.rero.ch/api/documents/6675" } }, { @@ -133858,13 +133858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6675" + "$ref": "https://ils.rero.ch/api/documents/6675" } }, { @@ -133872,13 +133872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6675" + "$ref": "https://ils.rero.ch/api/documents/6675" } }, { @@ -133886,13 +133886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6674" + "$ref": "https://ils.rero.ch/api/documents/6674" } }, { @@ -133900,13 +133900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6674" + "$ref": "https://ils.rero.ch/api/documents/6674" } }, { @@ -133914,13 +133914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6674" + "$ref": "https://ils.rero.ch/api/documents/6674" } }, { @@ -133928,13 +133928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6673" + "$ref": "https://ils.rero.ch/api/documents/6673" } }, { @@ -133942,13 +133942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6673" + "$ref": "https://ils.rero.ch/api/documents/6673" } }, { @@ -133956,13 +133956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6673" + "$ref": "https://ils.rero.ch/api/documents/6673" } }, { @@ -133970,13 +133970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6673" + "$ref": "https://ils.rero.ch/api/documents/6673" } }, { @@ -133984,13 +133984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6673" + "$ref": "https://ils.rero.ch/api/documents/6673" } }, { @@ -133998,13 +133998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6672" + "$ref": "https://ils.rero.ch/api/documents/6672" } }, { @@ -134012,13 +134012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6671" + "$ref": "https://ils.rero.ch/api/documents/6671" } }, { @@ -134026,13 +134026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6671" + "$ref": "https://ils.rero.ch/api/documents/6671" } }, { @@ -134040,13 +134040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6670" + "$ref": "https://ils.rero.ch/api/documents/6670" } }, { @@ -134054,13 +134054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6669" + "$ref": "https://ils.rero.ch/api/documents/6669" } }, { @@ -134068,13 +134068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6669" + "$ref": "https://ils.rero.ch/api/documents/6669" } }, { @@ -134082,13 +134082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6668" + "$ref": "https://ils.rero.ch/api/documents/6668" } }, { @@ -134096,13 +134096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6667" + "$ref": "https://ils.rero.ch/api/documents/6667" } }, { @@ -134110,13 +134110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6666" + "$ref": "https://ils.rero.ch/api/documents/6666" } }, { @@ -134124,13 +134124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6666" + "$ref": "https://ils.rero.ch/api/documents/6666" } }, { @@ -134138,13 +134138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6665" + "$ref": "https://ils.rero.ch/api/documents/6665" } }, { @@ -134152,13 +134152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6664" + "$ref": "https://ils.rero.ch/api/documents/6664" } }, { @@ -134166,13 +134166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6664" + "$ref": "https://ils.rero.ch/api/documents/6664" } }, { @@ -134180,13 +134180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6664" + "$ref": "https://ils.rero.ch/api/documents/6664" } }, { @@ -134194,13 +134194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6664" + "$ref": "https://ils.rero.ch/api/documents/6664" } }, { @@ -134208,13 +134208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6663" + "$ref": "https://ils.rero.ch/api/documents/6663" } }, { @@ -134222,13 +134222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6662" + "$ref": "https://ils.rero.ch/api/documents/6662" } }, { @@ -134236,13 +134236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6662" + "$ref": "https://ils.rero.ch/api/documents/6662" } }, { @@ -134250,13 +134250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6662" + "$ref": "https://ils.rero.ch/api/documents/6662" } }, { @@ -134264,13 +134264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6661" + "$ref": "https://ils.rero.ch/api/documents/6661" } }, { @@ -134278,13 +134278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6661" + "$ref": "https://ils.rero.ch/api/documents/6661" } }, { @@ -134292,13 +134292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6661" + "$ref": "https://ils.rero.ch/api/documents/6661" } }, { @@ -134306,13 +134306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6660" + "$ref": "https://ils.rero.ch/api/documents/6660" } }, { @@ -134320,13 +134320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6660" + "$ref": "https://ils.rero.ch/api/documents/6660" } }, { @@ -134334,13 +134334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6660" + "$ref": "https://ils.rero.ch/api/documents/6660" } }, { @@ -134348,13 +134348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6660" + "$ref": "https://ils.rero.ch/api/documents/6660" } }, { @@ -134362,13 +134362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6659" + "$ref": "https://ils.rero.ch/api/documents/6659" } }, { @@ -134376,13 +134376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6659" + "$ref": "https://ils.rero.ch/api/documents/6659" } }, { @@ -134390,13 +134390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6658" + "$ref": "https://ils.rero.ch/api/documents/6658" } }, { @@ -134404,13 +134404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6658" + "$ref": "https://ils.rero.ch/api/documents/6658" } }, { @@ -134418,13 +134418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6658" + "$ref": "https://ils.rero.ch/api/documents/6658" } }, { @@ -134432,13 +134432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6657" + "$ref": "https://ils.rero.ch/api/documents/6657" } }, { @@ -134446,13 +134446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6656" + "$ref": "https://ils.rero.ch/api/documents/6656" } }, { @@ -134460,13 +134460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6655" + "$ref": "https://ils.rero.ch/api/documents/6655" } }, { @@ -134474,13 +134474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6655" + "$ref": "https://ils.rero.ch/api/documents/6655" } }, { @@ -134488,13 +134488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6655" + "$ref": "https://ils.rero.ch/api/documents/6655" } }, { @@ -134502,13 +134502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6655" + "$ref": "https://ils.rero.ch/api/documents/6655" } }, { @@ -134516,13 +134516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6655" + "$ref": "https://ils.rero.ch/api/documents/6655" } }, { @@ -134530,13 +134530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6654" + "$ref": "https://ils.rero.ch/api/documents/6654" } }, { @@ -134544,13 +134544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6653" + "$ref": "https://ils.rero.ch/api/documents/6653" } }, { @@ -134558,13 +134558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6653" + "$ref": "https://ils.rero.ch/api/documents/6653" } }, { @@ -134572,13 +134572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6653" + "$ref": "https://ils.rero.ch/api/documents/6653" } }, { @@ -134586,13 +134586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6653" + "$ref": "https://ils.rero.ch/api/documents/6653" } }, { @@ -134600,13 +134600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6652" + "$ref": "https://ils.rero.ch/api/documents/6652" } }, { @@ -134614,13 +134614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6652" + "$ref": "https://ils.rero.ch/api/documents/6652" } }, { @@ -134628,13 +134628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6652" + "$ref": "https://ils.rero.ch/api/documents/6652" } }, { @@ -134642,13 +134642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6652" + "$ref": "https://ils.rero.ch/api/documents/6652" } }, { @@ -134656,13 +134656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6651" + "$ref": "https://ils.rero.ch/api/documents/6651" } }, { @@ -134670,13 +134670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6651" + "$ref": "https://ils.rero.ch/api/documents/6651" } }, { @@ -134684,13 +134684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6651" + "$ref": "https://ils.rero.ch/api/documents/6651" } }, { @@ -134698,13 +134698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6650" + "$ref": "https://ils.rero.ch/api/documents/6650" } }, { @@ -134712,13 +134712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6650" + "$ref": "https://ils.rero.ch/api/documents/6650" } }, { @@ -134726,13 +134726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6649" + "$ref": "https://ils.rero.ch/api/documents/6649" } }, { @@ -134740,13 +134740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6649" + "$ref": "https://ils.rero.ch/api/documents/6649" } }, { @@ -134754,13 +134754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6649" + "$ref": "https://ils.rero.ch/api/documents/6649" } }, { @@ -134768,13 +134768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6649" + "$ref": "https://ils.rero.ch/api/documents/6649" } }, { @@ -134782,13 +134782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6648" + "$ref": "https://ils.rero.ch/api/documents/6648" } }, { @@ -134796,13 +134796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6648" + "$ref": "https://ils.rero.ch/api/documents/6648" } }, { @@ -134810,13 +134810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6648" + "$ref": "https://ils.rero.ch/api/documents/6648" } }, { @@ -134824,13 +134824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6647" + "$ref": "https://ils.rero.ch/api/documents/6647" } }, { @@ -134838,13 +134838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6647" + "$ref": "https://ils.rero.ch/api/documents/6647" } }, { @@ -134852,13 +134852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6647" + "$ref": "https://ils.rero.ch/api/documents/6647" } }, { @@ -134866,13 +134866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6647" + "$ref": "https://ils.rero.ch/api/documents/6647" } }, { @@ -134880,13 +134880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6647" + "$ref": "https://ils.rero.ch/api/documents/6647" } }, { @@ -134894,13 +134894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6646" + "$ref": "https://ils.rero.ch/api/documents/6646" } }, { @@ -134908,13 +134908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6646" + "$ref": "https://ils.rero.ch/api/documents/6646" } }, { @@ -134922,13 +134922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6645" + "$ref": "https://ils.rero.ch/api/documents/6645" } }, { @@ -134936,13 +134936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6644" + "$ref": "https://ils.rero.ch/api/documents/6644" } }, { @@ -134950,13 +134950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6644" + "$ref": "https://ils.rero.ch/api/documents/6644" } }, { @@ -134964,13 +134964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6644" + "$ref": "https://ils.rero.ch/api/documents/6644" } }, { @@ -134978,13 +134978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6644" + "$ref": "https://ils.rero.ch/api/documents/6644" } }, { @@ -134992,13 +134992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6643" + "$ref": "https://ils.rero.ch/api/documents/6643" } }, { @@ -135006,13 +135006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6643" + "$ref": "https://ils.rero.ch/api/documents/6643" } }, { @@ -135020,13 +135020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6643" + "$ref": "https://ils.rero.ch/api/documents/6643" } }, { @@ -135034,13 +135034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6643" + "$ref": "https://ils.rero.ch/api/documents/6643" } }, { @@ -135048,13 +135048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6643" + "$ref": "https://ils.rero.ch/api/documents/6643" } }, { @@ -135062,13 +135062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6642" + "$ref": "https://ils.rero.ch/api/documents/6642" } }, { @@ -135076,13 +135076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6642" + "$ref": "https://ils.rero.ch/api/documents/6642" } }, { @@ -135090,13 +135090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6642" + "$ref": "https://ils.rero.ch/api/documents/6642" } }, { @@ -135104,13 +135104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6642" + "$ref": "https://ils.rero.ch/api/documents/6642" } }, { @@ -135118,13 +135118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6641" + "$ref": "https://ils.rero.ch/api/documents/6641" } }, { @@ -135132,13 +135132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6640" + "$ref": "https://ils.rero.ch/api/documents/6640" } }, { @@ -135146,13 +135146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6640" + "$ref": "https://ils.rero.ch/api/documents/6640" } }, { @@ -135160,13 +135160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6640" + "$ref": "https://ils.rero.ch/api/documents/6640" } }, { @@ -135174,13 +135174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6639" + "$ref": "https://ils.rero.ch/api/documents/6639" } }, { @@ -135188,13 +135188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6639" + "$ref": "https://ils.rero.ch/api/documents/6639" } }, { @@ -135202,13 +135202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6639" + "$ref": "https://ils.rero.ch/api/documents/6639" } }, { @@ -135216,13 +135216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6639" + "$ref": "https://ils.rero.ch/api/documents/6639" } }, { @@ -135230,13 +135230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6639" + "$ref": "https://ils.rero.ch/api/documents/6639" } }, { @@ -135244,13 +135244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6638" + "$ref": "https://ils.rero.ch/api/documents/6638" } }, { @@ -135258,13 +135258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6637" + "$ref": "https://ils.rero.ch/api/documents/6637" } }, { @@ -135272,13 +135272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6637" + "$ref": "https://ils.rero.ch/api/documents/6637" } }, { @@ -135286,13 +135286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6636" + "$ref": "https://ils.rero.ch/api/documents/6636" } }, { @@ -135300,13 +135300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6636" + "$ref": "https://ils.rero.ch/api/documents/6636" } }, { @@ -135314,13 +135314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6636" + "$ref": "https://ils.rero.ch/api/documents/6636" } }, { @@ -135328,13 +135328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6636" + "$ref": "https://ils.rero.ch/api/documents/6636" } }, { @@ -135342,13 +135342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6635" + "$ref": "https://ils.rero.ch/api/documents/6635" } }, { @@ -135356,13 +135356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6635" + "$ref": "https://ils.rero.ch/api/documents/6635" } }, { @@ -135370,13 +135370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6635" + "$ref": "https://ils.rero.ch/api/documents/6635" } }, { @@ -135384,13 +135384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6635" + "$ref": "https://ils.rero.ch/api/documents/6635" } }, { @@ -135398,13 +135398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6634" + "$ref": "https://ils.rero.ch/api/documents/6634" } }, { @@ -135412,13 +135412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6634" + "$ref": "https://ils.rero.ch/api/documents/6634" } }, { @@ -135426,13 +135426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6634" + "$ref": "https://ils.rero.ch/api/documents/6634" } }, { @@ -135440,13 +135440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6634" + "$ref": "https://ils.rero.ch/api/documents/6634" } }, { @@ -135454,13 +135454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6634" + "$ref": "https://ils.rero.ch/api/documents/6634" } }, { @@ -135468,13 +135468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6633" + "$ref": "https://ils.rero.ch/api/documents/6633" } }, { @@ -135482,13 +135482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6633" + "$ref": "https://ils.rero.ch/api/documents/6633" } }, { @@ -135496,13 +135496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6633" + "$ref": "https://ils.rero.ch/api/documents/6633" } }, { @@ -135510,13 +135510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6633" + "$ref": "https://ils.rero.ch/api/documents/6633" } }, { @@ -135524,13 +135524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6632" + "$ref": "https://ils.rero.ch/api/documents/6632" } }, { @@ -135538,13 +135538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6632" + "$ref": "https://ils.rero.ch/api/documents/6632" } }, { @@ -135552,13 +135552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6631" + "$ref": "https://ils.rero.ch/api/documents/6631" } }, { @@ -135566,13 +135566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6631" + "$ref": "https://ils.rero.ch/api/documents/6631" } }, { @@ -135580,13 +135580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6631" + "$ref": "https://ils.rero.ch/api/documents/6631" } }, { @@ -135594,13 +135594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6631" + "$ref": "https://ils.rero.ch/api/documents/6631" } }, { @@ -135608,13 +135608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6630" + "$ref": "https://ils.rero.ch/api/documents/6630" } }, { @@ -135622,13 +135622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6630" + "$ref": "https://ils.rero.ch/api/documents/6630" } }, { @@ -135636,13 +135636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6630" + "$ref": "https://ils.rero.ch/api/documents/6630" } }, { @@ -135650,13 +135650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6630" + "$ref": "https://ils.rero.ch/api/documents/6630" } }, { @@ -135664,13 +135664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6630" + "$ref": "https://ils.rero.ch/api/documents/6630" } }, { @@ -135678,13 +135678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6629" + "$ref": "https://ils.rero.ch/api/documents/6629" } }, { @@ -135692,13 +135692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6629" + "$ref": "https://ils.rero.ch/api/documents/6629" } }, { @@ -135706,13 +135706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6629" + "$ref": "https://ils.rero.ch/api/documents/6629" } }, { @@ -135720,13 +135720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6629" + "$ref": "https://ils.rero.ch/api/documents/6629" } }, { @@ -135734,13 +135734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6629" + "$ref": "https://ils.rero.ch/api/documents/6629" } }, { @@ -135748,13 +135748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6628" + "$ref": "https://ils.rero.ch/api/documents/6628" } }, { @@ -135762,13 +135762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6627" + "$ref": "https://ils.rero.ch/api/documents/6627" } }, { @@ -135776,13 +135776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6627" + "$ref": "https://ils.rero.ch/api/documents/6627" } }, { @@ -135790,13 +135790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6627" + "$ref": "https://ils.rero.ch/api/documents/6627" } }, { @@ -135804,13 +135804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6627" + "$ref": "https://ils.rero.ch/api/documents/6627" } }, { @@ -135818,13 +135818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6627" + "$ref": "https://ils.rero.ch/api/documents/6627" } }, { @@ -135832,13 +135832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6626" + "$ref": "https://ils.rero.ch/api/documents/6626" } }, { @@ -135846,13 +135846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6626" + "$ref": "https://ils.rero.ch/api/documents/6626" } }, { @@ -135860,13 +135860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6625" + "$ref": "https://ils.rero.ch/api/documents/6625" } }, { @@ -135874,13 +135874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6625" + "$ref": "https://ils.rero.ch/api/documents/6625" } }, { @@ -135888,13 +135888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6624" + "$ref": "https://ils.rero.ch/api/documents/6624" } }, { @@ -135902,13 +135902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6624" + "$ref": "https://ils.rero.ch/api/documents/6624" } }, { @@ -135916,13 +135916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6623" + "$ref": "https://ils.rero.ch/api/documents/6623" } }, { @@ -135930,13 +135930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6623" + "$ref": "https://ils.rero.ch/api/documents/6623" } }, { @@ -135944,13 +135944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6623" + "$ref": "https://ils.rero.ch/api/documents/6623" } }, { @@ -135958,13 +135958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6623" + "$ref": "https://ils.rero.ch/api/documents/6623" } }, { @@ -135972,13 +135972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6622" + "$ref": "https://ils.rero.ch/api/documents/6622" } }, { @@ -135986,13 +135986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6622" + "$ref": "https://ils.rero.ch/api/documents/6622" } }, { @@ -136000,13 +136000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6621" + "$ref": "https://ils.rero.ch/api/documents/6621" } }, { @@ -136014,13 +136014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6621" + "$ref": "https://ils.rero.ch/api/documents/6621" } }, { @@ -136028,13 +136028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6621" + "$ref": "https://ils.rero.ch/api/documents/6621" } }, { @@ -136042,13 +136042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6620" + "$ref": "https://ils.rero.ch/api/documents/6620" } }, { @@ -136056,13 +136056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6620" + "$ref": "https://ils.rero.ch/api/documents/6620" } }, { @@ -136070,13 +136070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6620" + "$ref": "https://ils.rero.ch/api/documents/6620" } }, { @@ -136084,13 +136084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6620" + "$ref": "https://ils.rero.ch/api/documents/6620" } }, { @@ -136098,13 +136098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6619" + "$ref": "https://ils.rero.ch/api/documents/6619" } }, { @@ -136112,13 +136112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6619" + "$ref": "https://ils.rero.ch/api/documents/6619" } }, { @@ -136126,13 +136126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6619" + "$ref": "https://ils.rero.ch/api/documents/6619" } }, { @@ -136140,13 +136140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6619" + "$ref": "https://ils.rero.ch/api/documents/6619" } }, { @@ -136154,13 +136154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6618" + "$ref": "https://ils.rero.ch/api/documents/6618" } }, { @@ -136168,13 +136168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6618" + "$ref": "https://ils.rero.ch/api/documents/6618" } }, { @@ -136182,13 +136182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6618" + "$ref": "https://ils.rero.ch/api/documents/6618" } }, { @@ -136196,13 +136196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6618" + "$ref": "https://ils.rero.ch/api/documents/6618" } }, { @@ -136210,13 +136210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6617" + "$ref": "https://ils.rero.ch/api/documents/6617" } }, { @@ -136224,13 +136224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6617" + "$ref": "https://ils.rero.ch/api/documents/6617" } }, { @@ -136238,13 +136238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6616" + "$ref": "https://ils.rero.ch/api/documents/6616" } }, { @@ -136252,13 +136252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6616" + "$ref": "https://ils.rero.ch/api/documents/6616" } }, { @@ -136266,13 +136266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6616" + "$ref": "https://ils.rero.ch/api/documents/6616" } }, { @@ -136280,13 +136280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6616" + "$ref": "https://ils.rero.ch/api/documents/6616" } }, { @@ -136294,13 +136294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6615" + "$ref": "https://ils.rero.ch/api/documents/6615" } }, { @@ -136308,13 +136308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6615" + "$ref": "https://ils.rero.ch/api/documents/6615" } }, { @@ -136322,13 +136322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6615" + "$ref": "https://ils.rero.ch/api/documents/6615" } }, { @@ -136336,13 +136336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6615" + "$ref": "https://ils.rero.ch/api/documents/6615" } }, { @@ -136350,13 +136350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6615" + "$ref": "https://ils.rero.ch/api/documents/6615" } }, { @@ -136364,13 +136364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6614" + "$ref": "https://ils.rero.ch/api/documents/6614" } }, { @@ -136378,13 +136378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6614" + "$ref": "https://ils.rero.ch/api/documents/6614" } }, { @@ -136392,13 +136392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6613" + "$ref": "https://ils.rero.ch/api/documents/6613" } }, { @@ -136406,13 +136406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6613" + "$ref": "https://ils.rero.ch/api/documents/6613" } }, { @@ -136420,13 +136420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6613" + "$ref": "https://ils.rero.ch/api/documents/6613" } }, { @@ -136434,13 +136434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6613" + "$ref": "https://ils.rero.ch/api/documents/6613" } }, { @@ -136448,13 +136448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6612" + "$ref": "https://ils.rero.ch/api/documents/6612" } }, { @@ -136462,13 +136462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6612" + "$ref": "https://ils.rero.ch/api/documents/6612" } }, { @@ -136476,13 +136476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6612" + "$ref": "https://ils.rero.ch/api/documents/6612" } }, { @@ -136490,13 +136490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6612" + "$ref": "https://ils.rero.ch/api/documents/6612" } }, { @@ -136504,13 +136504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6611" + "$ref": "https://ils.rero.ch/api/documents/6611" } }, { @@ -136518,13 +136518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6610" + "$ref": "https://ils.rero.ch/api/documents/6610" } }, { @@ -136532,13 +136532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6609" + "$ref": "https://ils.rero.ch/api/documents/6609" } }, { @@ -136546,13 +136546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6609" + "$ref": "https://ils.rero.ch/api/documents/6609" } }, { @@ -136560,13 +136560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6608" + "$ref": "https://ils.rero.ch/api/documents/6608" } }, { @@ -136574,13 +136574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6608" + "$ref": "https://ils.rero.ch/api/documents/6608" } }, { @@ -136588,13 +136588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6608" + "$ref": "https://ils.rero.ch/api/documents/6608" } }, { @@ -136602,13 +136602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6608" + "$ref": "https://ils.rero.ch/api/documents/6608" } }, { @@ -136616,13 +136616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6607" + "$ref": "https://ils.rero.ch/api/documents/6607" } }, { @@ -136630,13 +136630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6607" + "$ref": "https://ils.rero.ch/api/documents/6607" } }, { @@ -136644,13 +136644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6607" + "$ref": "https://ils.rero.ch/api/documents/6607" } }, { @@ -136658,13 +136658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6606" + "$ref": "https://ils.rero.ch/api/documents/6606" } }, { @@ -136672,13 +136672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6606" + "$ref": "https://ils.rero.ch/api/documents/6606" } }, { @@ -136686,13 +136686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6605" + "$ref": "https://ils.rero.ch/api/documents/6605" } }, { @@ -136700,13 +136700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6605" + "$ref": "https://ils.rero.ch/api/documents/6605" } }, { @@ -136714,13 +136714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6605" + "$ref": "https://ils.rero.ch/api/documents/6605" } }, { @@ -136728,13 +136728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6605" + "$ref": "https://ils.rero.ch/api/documents/6605" } }, { @@ -136742,13 +136742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6605" + "$ref": "https://ils.rero.ch/api/documents/6605" } }, { @@ -136756,13 +136756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6604" + "$ref": "https://ils.rero.ch/api/documents/6604" } }, { @@ -136770,13 +136770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6604" + "$ref": "https://ils.rero.ch/api/documents/6604" } }, { @@ -136784,13 +136784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6603" + "$ref": "https://ils.rero.ch/api/documents/6603" } }, { @@ -136798,13 +136798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6603" + "$ref": "https://ils.rero.ch/api/documents/6603" } }, { @@ -136812,13 +136812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6603" + "$ref": "https://ils.rero.ch/api/documents/6603" } }, { @@ -136826,13 +136826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6602" + "$ref": "https://ils.rero.ch/api/documents/6602" } }, { @@ -136840,13 +136840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6601" + "$ref": "https://ils.rero.ch/api/documents/6601" } }, { @@ -136854,13 +136854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6601" + "$ref": "https://ils.rero.ch/api/documents/6601" } }, { @@ -136868,13 +136868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6601" + "$ref": "https://ils.rero.ch/api/documents/6601" } }, { @@ -136882,13 +136882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6601" + "$ref": "https://ils.rero.ch/api/documents/6601" } }, { @@ -136896,13 +136896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6601" + "$ref": "https://ils.rero.ch/api/documents/6601" } }, { @@ -136910,13 +136910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6600" + "$ref": "https://ils.rero.ch/api/documents/6600" } }, { @@ -136924,13 +136924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6600" + "$ref": "https://ils.rero.ch/api/documents/6600" } }, { @@ -136938,13 +136938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6600" + "$ref": "https://ils.rero.ch/api/documents/6600" } }, { @@ -136952,13 +136952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6600" + "$ref": "https://ils.rero.ch/api/documents/6600" } }, { @@ -136966,13 +136966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6599" + "$ref": "https://ils.rero.ch/api/documents/6599" } }, { @@ -136980,13 +136980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6599" + "$ref": "https://ils.rero.ch/api/documents/6599" } }, { @@ -136994,13 +136994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6598" + "$ref": "https://ils.rero.ch/api/documents/6598" } }, { @@ -137008,13 +137008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6598" + "$ref": "https://ils.rero.ch/api/documents/6598" } }, { @@ -137022,13 +137022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6598" + "$ref": "https://ils.rero.ch/api/documents/6598" } }, { @@ -137036,13 +137036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6597" + "$ref": "https://ils.rero.ch/api/documents/6597" } }, { @@ -137050,13 +137050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6596" + "$ref": "https://ils.rero.ch/api/documents/6596" } }, { @@ -137064,13 +137064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6596" + "$ref": "https://ils.rero.ch/api/documents/6596" } }, { @@ -137078,13 +137078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6596" + "$ref": "https://ils.rero.ch/api/documents/6596" } }, { @@ -137092,13 +137092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6596" + "$ref": "https://ils.rero.ch/api/documents/6596" } }, { @@ -137106,13 +137106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6595" + "$ref": "https://ils.rero.ch/api/documents/6595" } }, { @@ -137120,13 +137120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6595" + "$ref": "https://ils.rero.ch/api/documents/6595" } }, { @@ -137134,13 +137134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6594" + "$ref": "https://ils.rero.ch/api/documents/6594" } }, { @@ -137148,13 +137148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6594" + "$ref": "https://ils.rero.ch/api/documents/6594" } }, { @@ -137162,13 +137162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6594" + "$ref": "https://ils.rero.ch/api/documents/6594" } }, { @@ -137176,13 +137176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6594" + "$ref": "https://ils.rero.ch/api/documents/6594" } }, { @@ -137190,13 +137190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6594" + "$ref": "https://ils.rero.ch/api/documents/6594" } }, { @@ -137204,13 +137204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6593" + "$ref": "https://ils.rero.ch/api/documents/6593" } }, { @@ -137218,13 +137218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6593" + "$ref": "https://ils.rero.ch/api/documents/6593" } }, { @@ -137232,13 +137232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6593" + "$ref": "https://ils.rero.ch/api/documents/6593" } }, { @@ -137246,13 +137246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6592" + "$ref": "https://ils.rero.ch/api/documents/6592" } }, { @@ -137260,13 +137260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6592" + "$ref": "https://ils.rero.ch/api/documents/6592" } }, { @@ -137274,13 +137274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6592" + "$ref": "https://ils.rero.ch/api/documents/6592" } }, { @@ -137288,13 +137288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6591" + "$ref": "https://ils.rero.ch/api/documents/6591" } }, { @@ -137302,13 +137302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6590" + "$ref": "https://ils.rero.ch/api/documents/6590" } }, { @@ -137316,13 +137316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6590" + "$ref": "https://ils.rero.ch/api/documents/6590" } }, { @@ -137330,13 +137330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6590" + "$ref": "https://ils.rero.ch/api/documents/6590" } }, { @@ -137344,13 +137344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6590" + "$ref": "https://ils.rero.ch/api/documents/6590" } }, { @@ -137358,13 +137358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6590" + "$ref": "https://ils.rero.ch/api/documents/6590" } }, { @@ -137372,13 +137372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6589" + "$ref": "https://ils.rero.ch/api/documents/6589" } }, { @@ -137386,13 +137386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6589" + "$ref": "https://ils.rero.ch/api/documents/6589" } }, { @@ -137400,13 +137400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6589" + "$ref": "https://ils.rero.ch/api/documents/6589" } }, { @@ -137414,13 +137414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6588" + "$ref": "https://ils.rero.ch/api/documents/6588" } }, { @@ -137428,13 +137428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6588" + "$ref": "https://ils.rero.ch/api/documents/6588" } }, { @@ -137442,13 +137442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6588" + "$ref": "https://ils.rero.ch/api/documents/6588" } }, { @@ -137456,13 +137456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6588" + "$ref": "https://ils.rero.ch/api/documents/6588" } }, { @@ -137470,13 +137470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6587" + "$ref": "https://ils.rero.ch/api/documents/6587" } }, { @@ -137484,13 +137484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6587" + "$ref": "https://ils.rero.ch/api/documents/6587" } }, { @@ -137498,13 +137498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6586" + "$ref": "https://ils.rero.ch/api/documents/6586" } }, { @@ -137512,13 +137512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6586" + "$ref": "https://ils.rero.ch/api/documents/6586" } }, { @@ -137526,13 +137526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6585" + "$ref": "https://ils.rero.ch/api/documents/6585" } }, { @@ -137540,13 +137540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6585" + "$ref": "https://ils.rero.ch/api/documents/6585" } }, { @@ -137554,13 +137554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6585" + "$ref": "https://ils.rero.ch/api/documents/6585" } }, { @@ -137568,13 +137568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6585" + "$ref": "https://ils.rero.ch/api/documents/6585" } }, { @@ -137582,13 +137582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6585" + "$ref": "https://ils.rero.ch/api/documents/6585" } }, { @@ -137596,13 +137596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6584" + "$ref": "https://ils.rero.ch/api/documents/6584" } }, { @@ -137610,13 +137610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6583" + "$ref": "https://ils.rero.ch/api/documents/6583" } }, { @@ -137624,13 +137624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6582" + "$ref": "https://ils.rero.ch/api/documents/6582" } }, { @@ -137638,13 +137638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6581" + "$ref": "https://ils.rero.ch/api/documents/6581" } }, { @@ -137652,13 +137652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6581" + "$ref": "https://ils.rero.ch/api/documents/6581" } }, { @@ -137666,13 +137666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6581" + "$ref": "https://ils.rero.ch/api/documents/6581" } }, { @@ -137680,13 +137680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6580" + "$ref": "https://ils.rero.ch/api/documents/6580" } }, { @@ -137694,13 +137694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6580" + "$ref": "https://ils.rero.ch/api/documents/6580" } }, { @@ -137708,13 +137708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6579" + "$ref": "https://ils.rero.ch/api/documents/6579" } }, { @@ -137722,13 +137722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6579" + "$ref": "https://ils.rero.ch/api/documents/6579" } }, { @@ -137736,13 +137736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6579" + "$ref": "https://ils.rero.ch/api/documents/6579" } }, { @@ -137750,13 +137750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6578" + "$ref": "https://ils.rero.ch/api/documents/6578" } }, { @@ -137764,13 +137764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6578" + "$ref": "https://ils.rero.ch/api/documents/6578" } }, { @@ -137778,13 +137778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6578" + "$ref": "https://ils.rero.ch/api/documents/6578" } }, { @@ -137792,13 +137792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6578" + "$ref": "https://ils.rero.ch/api/documents/6578" } }, { @@ -137806,13 +137806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6577" + "$ref": "https://ils.rero.ch/api/documents/6577" } }, { @@ -137820,13 +137820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6576" + "$ref": "https://ils.rero.ch/api/documents/6576" } }, { @@ -137834,13 +137834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6576" + "$ref": "https://ils.rero.ch/api/documents/6576" } }, { @@ -137848,13 +137848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6576" + "$ref": "https://ils.rero.ch/api/documents/6576" } }, { @@ -137862,13 +137862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6576" + "$ref": "https://ils.rero.ch/api/documents/6576" } }, { @@ -137876,13 +137876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6576" + "$ref": "https://ils.rero.ch/api/documents/6576" } }, { @@ -137890,13 +137890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6575" + "$ref": "https://ils.rero.ch/api/documents/6575" } }, { @@ -137904,13 +137904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6574" + "$ref": "https://ils.rero.ch/api/documents/6574" } }, { @@ -137918,13 +137918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6574" + "$ref": "https://ils.rero.ch/api/documents/6574" } }, { @@ -137932,13 +137932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6573" + "$ref": "https://ils.rero.ch/api/documents/6573" } }, { @@ -137946,13 +137946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6573" + "$ref": "https://ils.rero.ch/api/documents/6573" } }, { @@ -137960,13 +137960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6573" + "$ref": "https://ils.rero.ch/api/documents/6573" } }, { @@ -137974,13 +137974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6572" + "$ref": "https://ils.rero.ch/api/documents/6572" } }, { @@ -137988,13 +137988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6572" + "$ref": "https://ils.rero.ch/api/documents/6572" } }, { @@ -138002,13 +138002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6572" + "$ref": "https://ils.rero.ch/api/documents/6572" } }, { @@ -138016,13 +138016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6571" + "$ref": "https://ils.rero.ch/api/documents/6571" } }, { @@ -138030,13 +138030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6571" + "$ref": "https://ils.rero.ch/api/documents/6571" } }, { @@ -138044,13 +138044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6570" + "$ref": "https://ils.rero.ch/api/documents/6570" } }, { @@ -138058,13 +138058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6570" + "$ref": "https://ils.rero.ch/api/documents/6570" } }, { @@ -138072,13 +138072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6570" + "$ref": "https://ils.rero.ch/api/documents/6570" } }, { @@ -138086,13 +138086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6570" + "$ref": "https://ils.rero.ch/api/documents/6570" } }, { @@ -138100,13 +138100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6570" + "$ref": "https://ils.rero.ch/api/documents/6570" } }, { @@ -138114,13 +138114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6569" + "$ref": "https://ils.rero.ch/api/documents/6569" } }, { @@ -138128,13 +138128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6569" + "$ref": "https://ils.rero.ch/api/documents/6569" } }, { @@ -138142,13 +138142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6569" + "$ref": "https://ils.rero.ch/api/documents/6569" } }, { @@ -138156,13 +138156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6569" + "$ref": "https://ils.rero.ch/api/documents/6569" } }, { @@ -138170,13 +138170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6569" + "$ref": "https://ils.rero.ch/api/documents/6569" } }, { @@ -138184,13 +138184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6568" + "$ref": "https://ils.rero.ch/api/documents/6568" } }, { @@ -138198,13 +138198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6568" + "$ref": "https://ils.rero.ch/api/documents/6568" } }, { @@ -138212,13 +138212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6568" + "$ref": "https://ils.rero.ch/api/documents/6568" } }, { @@ -138226,13 +138226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6568" + "$ref": "https://ils.rero.ch/api/documents/6568" } }, { @@ -138240,13 +138240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6567" + "$ref": "https://ils.rero.ch/api/documents/6567" } }, { @@ -138254,13 +138254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6566" + "$ref": "https://ils.rero.ch/api/documents/6566" } }, { @@ -138268,13 +138268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6566" + "$ref": "https://ils.rero.ch/api/documents/6566" } }, { @@ -138282,13 +138282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6565" + "$ref": "https://ils.rero.ch/api/documents/6565" } }, { @@ -138296,13 +138296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6565" + "$ref": "https://ils.rero.ch/api/documents/6565" } }, { @@ -138310,13 +138310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6565" + "$ref": "https://ils.rero.ch/api/documents/6565" } }, { @@ -138324,13 +138324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6565" + "$ref": "https://ils.rero.ch/api/documents/6565" } }, { @@ -138338,13 +138338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6564" + "$ref": "https://ils.rero.ch/api/documents/6564" } }, { @@ -138352,13 +138352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6564" + "$ref": "https://ils.rero.ch/api/documents/6564" } }, { @@ -138366,13 +138366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6564" + "$ref": "https://ils.rero.ch/api/documents/6564" } }, { @@ -138380,13 +138380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6564" + "$ref": "https://ils.rero.ch/api/documents/6564" } }, { @@ -138394,13 +138394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6564" + "$ref": "https://ils.rero.ch/api/documents/6564" } }, { @@ -138408,13 +138408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6563" + "$ref": "https://ils.rero.ch/api/documents/6563" } }, { @@ -138422,13 +138422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6563" + "$ref": "https://ils.rero.ch/api/documents/6563" } }, { @@ -138436,13 +138436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6563" + "$ref": "https://ils.rero.ch/api/documents/6563" } }, { @@ -138450,13 +138450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6563" + "$ref": "https://ils.rero.ch/api/documents/6563" } }, { @@ -138464,13 +138464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6563" + "$ref": "https://ils.rero.ch/api/documents/6563" } }, { @@ -138478,13 +138478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6562" + "$ref": "https://ils.rero.ch/api/documents/6562" } }, { @@ -138492,13 +138492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6561" + "$ref": "https://ils.rero.ch/api/documents/6561" } }, { @@ -138506,13 +138506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6560" + "$ref": "https://ils.rero.ch/api/documents/6560" } }, { @@ -138520,13 +138520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6560" + "$ref": "https://ils.rero.ch/api/documents/6560" } }, { @@ -138534,13 +138534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6559" + "$ref": "https://ils.rero.ch/api/documents/6559" } }, { @@ -138548,13 +138548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6558" + "$ref": "https://ils.rero.ch/api/documents/6558" } }, { @@ -138562,13 +138562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6558" + "$ref": "https://ils.rero.ch/api/documents/6558" } }, { @@ -138576,13 +138576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6558" + "$ref": "https://ils.rero.ch/api/documents/6558" } }, { @@ -138590,13 +138590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6558" + "$ref": "https://ils.rero.ch/api/documents/6558" } }, { @@ -138604,13 +138604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6558" + "$ref": "https://ils.rero.ch/api/documents/6558" } }, { @@ -138618,13 +138618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6557" + "$ref": "https://ils.rero.ch/api/documents/6557" } }, { @@ -138632,13 +138632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6557" + "$ref": "https://ils.rero.ch/api/documents/6557" } }, { @@ -138646,13 +138646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6557" + "$ref": "https://ils.rero.ch/api/documents/6557" } }, { @@ -138660,13 +138660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6557" + "$ref": "https://ils.rero.ch/api/documents/6557" } }, { @@ -138674,13 +138674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6557" + "$ref": "https://ils.rero.ch/api/documents/6557" } }, { @@ -138688,13 +138688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6556" + "$ref": "https://ils.rero.ch/api/documents/6556" } }, { @@ -138702,13 +138702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6555" + "$ref": "https://ils.rero.ch/api/documents/6555" } }, { @@ -138716,13 +138716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6554" + "$ref": "https://ils.rero.ch/api/documents/6554" } }, { @@ -138730,13 +138730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6554" + "$ref": "https://ils.rero.ch/api/documents/6554" } }, { @@ -138744,13 +138744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6554" + "$ref": "https://ils.rero.ch/api/documents/6554" } }, { @@ -138758,13 +138758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6554" + "$ref": "https://ils.rero.ch/api/documents/6554" } }, { @@ -138772,13 +138772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6554" + "$ref": "https://ils.rero.ch/api/documents/6554" } }, { @@ -138786,13 +138786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6553" + "$ref": "https://ils.rero.ch/api/documents/6553" } }, { @@ -138800,13 +138800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6553" + "$ref": "https://ils.rero.ch/api/documents/6553" } }, { @@ -138814,13 +138814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6552" + "$ref": "https://ils.rero.ch/api/documents/6552" } }, { @@ -138828,13 +138828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6552" + "$ref": "https://ils.rero.ch/api/documents/6552" } }, { @@ -138842,13 +138842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6552" + "$ref": "https://ils.rero.ch/api/documents/6552" } }, { @@ -138856,13 +138856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6552" + "$ref": "https://ils.rero.ch/api/documents/6552" } }, { @@ -138870,13 +138870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6551" + "$ref": "https://ils.rero.ch/api/documents/6551" } }, { @@ -138884,13 +138884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6551" + "$ref": "https://ils.rero.ch/api/documents/6551" } }, { @@ -138898,13 +138898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6550" + "$ref": "https://ils.rero.ch/api/documents/6550" } }, { @@ -138912,13 +138912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6550" + "$ref": "https://ils.rero.ch/api/documents/6550" } }, { @@ -138926,13 +138926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6550" + "$ref": "https://ils.rero.ch/api/documents/6550" } }, { @@ -138940,13 +138940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6550" + "$ref": "https://ils.rero.ch/api/documents/6550" } }, { @@ -138954,13 +138954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6549" + "$ref": "https://ils.rero.ch/api/documents/6549" } }, { @@ -138968,13 +138968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6549" + "$ref": "https://ils.rero.ch/api/documents/6549" } }, { @@ -138982,13 +138982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6549" + "$ref": "https://ils.rero.ch/api/documents/6549" } }, { @@ -138996,13 +138996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6548" + "$ref": "https://ils.rero.ch/api/documents/6548" } }, { @@ -139010,13 +139010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6548" + "$ref": "https://ils.rero.ch/api/documents/6548" } }, { @@ -139024,13 +139024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6548" + "$ref": "https://ils.rero.ch/api/documents/6548" } }, { @@ -139038,13 +139038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6548" + "$ref": "https://ils.rero.ch/api/documents/6548" } }, { @@ -139052,13 +139052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6548" + "$ref": "https://ils.rero.ch/api/documents/6548" } }, { @@ -139066,13 +139066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6547" + "$ref": "https://ils.rero.ch/api/documents/6547" } }, { @@ -139080,13 +139080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6547" + "$ref": "https://ils.rero.ch/api/documents/6547" } }, { @@ -139094,13 +139094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6547" + "$ref": "https://ils.rero.ch/api/documents/6547" } }, { @@ -139108,13 +139108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6547" + "$ref": "https://ils.rero.ch/api/documents/6547" } }, { @@ -139122,13 +139122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6546" + "$ref": "https://ils.rero.ch/api/documents/6546" } }, { @@ -139136,13 +139136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6546" + "$ref": "https://ils.rero.ch/api/documents/6546" } }, { @@ -139150,13 +139150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6545" + "$ref": "https://ils.rero.ch/api/documents/6545" } }, { @@ -139164,13 +139164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6545" + "$ref": "https://ils.rero.ch/api/documents/6545" } }, { @@ -139178,13 +139178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6545" + "$ref": "https://ils.rero.ch/api/documents/6545" } }, { @@ -139192,13 +139192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6545" + "$ref": "https://ils.rero.ch/api/documents/6545" } }, { @@ -139206,13 +139206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6544" + "$ref": "https://ils.rero.ch/api/documents/6544" } }, { @@ -139220,13 +139220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6544" + "$ref": "https://ils.rero.ch/api/documents/6544" } }, { @@ -139234,13 +139234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6544" + "$ref": "https://ils.rero.ch/api/documents/6544" } }, { @@ -139248,13 +139248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6544" + "$ref": "https://ils.rero.ch/api/documents/6544" } }, { @@ -139262,13 +139262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6544" + "$ref": "https://ils.rero.ch/api/documents/6544" } }, { @@ -139276,13 +139276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6543" + "$ref": "https://ils.rero.ch/api/documents/6543" } }, { @@ -139290,13 +139290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6543" + "$ref": "https://ils.rero.ch/api/documents/6543" } }, { @@ -139304,13 +139304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6542" + "$ref": "https://ils.rero.ch/api/documents/6542" } }, { @@ -139318,13 +139318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6541" + "$ref": "https://ils.rero.ch/api/documents/6541" } }, { @@ -139332,13 +139332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6541" + "$ref": "https://ils.rero.ch/api/documents/6541" } }, { @@ -139346,13 +139346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6541" + "$ref": "https://ils.rero.ch/api/documents/6541" } }, { @@ -139360,13 +139360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6541" + "$ref": "https://ils.rero.ch/api/documents/6541" } }, { @@ -139374,13 +139374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6540" + "$ref": "https://ils.rero.ch/api/documents/6540" } }, { @@ -139388,13 +139388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6539" + "$ref": "https://ils.rero.ch/api/documents/6539" } }, { @@ -139402,13 +139402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6539" + "$ref": "https://ils.rero.ch/api/documents/6539" } }, { @@ -139416,13 +139416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6538" + "$ref": "https://ils.rero.ch/api/documents/6538" } }, { @@ -139430,13 +139430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6538" + "$ref": "https://ils.rero.ch/api/documents/6538" } }, { @@ -139444,13 +139444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6538" + "$ref": "https://ils.rero.ch/api/documents/6538" } }, { @@ -139458,13 +139458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6538" + "$ref": "https://ils.rero.ch/api/documents/6538" } }, { @@ -139472,13 +139472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6537" + "$ref": "https://ils.rero.ch/api/documents/6537" } }, { @@ -139486,13 +139486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6537" + "$ref": "https://ils.rero.ch/api/documents/6537" } }, { @@ -139500,13 +139500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6537" + "$ref": "https://ils.rero.ch/api/documents/6537" } }, { @@ -139514,13 +139514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6536" + "$ref": "https://ils.rero.ch/api/documents/6536" } }, { @@ -139528,13 +139528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6536" + "$ref": "https://ils.rero.ch/api/documents/6536" } }, { @@ -139542,13 +139542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6535" + "$ref": "https://ils.rero.ch/api/documents/6535" } }, { @@ -139556,13 +139556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6535" + "$ref": "https://ils.rero.ch/api/documents/6535" } }, { @@ -139570,13 +139570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6535" + "$ref": "https://ils.rero.ch/api/documents/6535" } }, { @@ -139584,13 +139584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6534" + "$ref": "https://ils.rero.ch/api/documents/6534" } }, { @@ -139598,13 +139598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6534" + "$ref": "https://ils.rero.ch/api/documents/6534" } }, { @@ -139612,13 +139612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6534" + "$ref": "https://ils.rero.ch/api/documents/6534" } }, { @@ -139626,13 +139626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6533" + "$ref": "https://ils.rero.ch/api/documents/6533" } }, { @@ -139640,13 +139640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6533" + "$ref": "https://ils.rero.ch/api/documents/6533" } }, { @@ -139654,13 +139654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6532" + "$ref": "https://ils.rero.ch/api/documents/6532" } }, { @@ -139668,13 +139668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6532" + "$ref": "https://ils.rero.ch/api/documents/6532" } }, { @@ -139682,13 +139682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6531" + "$ref": "https://ils.rero.ch/api/documents/6531" } }, { @@ -139696,13 +139696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6531" + "$ref": "https://ils.rero.ch/api/documents/6531" } }, { @@ -139710,13 +139710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6531" + "$ref": "https://ils.rero.ch/api/documents/6531" } }, { @@ -139724,13 +139724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6531" + "$ref": "https://ils.rero.ch/api/documents/6531" } }, { @@ -139738,13 +139738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6530" + "$ref": "https://ils.rero.ch/api/documents/6530" } }, { @@ -139752,13 +139752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6529" + "$ref": "https://ils.rero.ch/api/documents/6529" } }, { @@ -139766,13 +139766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6529" + "$ref": "https://ils.rero.ch/api/documents/6529" } }, { @@ -139780,13 +139780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6528" + "$ref": "https://ils.rero.ch/api/documents/6528" } }, { @@ -139794,13 +139794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6528" + "$ref": "https://ils.rero.ch/api/documents/6528" } }, { @@ -139808,13 +139808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6528" + "$ref": "https://ils.rero.ch/api/documents/6528" } }, { @@ -139822,13 +139822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6528" + "$ref": "https://ils.rero.ch/api/documents/6528" } }, { @@ -139836,13 +139836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6528" + "$ref": "https://ils.rero.ch/api/documents/6528" } }, { @@ -139850,13 +139850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6527" + "$ref": "https://ils.rero.ch/api/documents/6527" } }, { @@ -139864,13 +139864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6527" + "$ref": "https://ils.rero.ch/api/documents/6527" } }, { @@ -139878,13 +139878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6526" + "$ref": "https://ils.rero.ch/api/documents/6526" } }, { @@ -139892,13 +139892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6526" + "$ref": "https://ils.rero.ch/api/documents/6526" } }, { @@ -139906,13 +139906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6526" + "$ref": "https://ils.rero.ch/api/documents/6526" } }, { @@ -139920,13 +139920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6526" + "$ref": "https://ils.rero.ch/api/documents/6526" } }, { @@ -139934,13 +139934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6525" + "$ref": "https://ils.rero.ch/api/documents/6525" } }, { @@ -139948,13 +139948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6525" + "$ref": "https://ils.rero.ch/api/documents/6525" } }, { @@ -139962,13 +139962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6525" + "$ref": "https://ils.rero.ch/api/documents/6525" } }, { @@ -139976,13 +139976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6524" + "$ref": "https://ils.rero.ch/api/documents/6524" } }, { @@ -139990,13 +139990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6524" + "$ref": "https://ils.rero.ch/api/documents/6524" } }, { @@ -140004,13 +140004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6524" + "$ref": "https://ils.rero.ch/api/documents/6524" } }, { @@ -140018,13 +140018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6524" + "$ref": "https://ils.rero.ch/api/documents/6524" } }, { @@ -140032,13 +140032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6523" + "$ref": "https://ils.rero.ch/api/documents/6523" } }, { @@ -140046,13 +140046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6523" + "$ref": "https://ils.rero.ch/api/documents/6523" } }, { @@ -140060,13 +140060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6522" + "$ref": "https://ils.rero.ch/api/documents/6522" } }, { @@ -140074,13 +140074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6522" + "$ref": "https://ils.rero.ch/api/documents/6522" } }, { @@ -140088,13 +140088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6522" + "$ref": "https://ils.rero.ch/api/documents/6522" } }, { @@ -140102,13 +140102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6522" + "$ref": "https://ils.rero.ch/api/documents/6522" } }, { @@ -140116,13 +140116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6521" + "$ref": "https://ils.rero.ch/api/documents/6521" } }, { @@ -140130,13 +140130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6521" + "$ref": "https://ils.rero.ch/api/documents/6521" } }, { @@ -140144,13 +140144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6520" + "$ref": "https://ils.rero.ch/api/documents/6520" } }, { @@ -140158,13 +140158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6519" + "$ref": "https://ils.rero.ch/api/documents/6519" } }, { @@ -140172,13 +140172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6519" + "$ref": "https://ils.rero.ch/api/documents/6519" } }, { @@ -140186,13 +140186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6519" + "$ref": "https://ils.rero.ch/api/documents/6519" } }, { @@ -140200,13 +140200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6519" + "$ref": "https://ils.rero.ch/api/documents/6519" } }, { @@ -140214,13 +140214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6519" + "$ref": "https://ils.rero.ch/api/documents/6519" } }, { @@ -140228,13 +140228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6518" + "$ref": "https://ils.rero.ch/api/documents/6518" } }, { @@ -140242,13 +140242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6518" + "$ref": "https://ils.rero.ch/api/documents/6518" } }, { @@ -140256,13 +140256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6518" + "$ref": "https://ils.rero.ch/api/documents/6518" } }, { @@ -140270,13 +140270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6518" + "$ref": "https://ils.rero.ch/api/documents/6518" } }, { @@ -140284,13 +140284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6517" + "$ref": "https://ils.rero.ch/api/documents/6517" } }, { @@ -140298,13 +140298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6517" + "$ref": "https://ils.rero.ch/api/documents/6517" } }, { @@ -140312,13 +140312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6517" + "$ref": "https://ils.rero.ch/api/documents/6517" } }, { @@ -140326,13 +140326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6516" + "$ref": "https://ils.rero.ch/api/documents/6516" } }, { @@ -140340,13 +140340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6516" + "$ref": "https://ils.rero.ch/api/documents/6516" } }, { @@ -140354,13 +140354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6515" + "$ref": "https://ils.rero.ch/api/documents/6515" } }, { @@ -140368,13 +140368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6515" + "$ref": "https://ils.rero.ch/api/documents/6515" } }, { @@ -140382,13 +140382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6515" + "$ref": "https://ils.rero.ch/api/documents/6515" } }, { @@ -140396,13 +140396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6515" + "$ref": "https://ils.rero.ch/api/documents/6515" } }, { @@ -140410,13 +140410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6515" + "$ref": "https://ils.rero.ch/api/documents/6515" } }, { @@ -140424,13 +140424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6514" + "$ref": "https://ils.rero.ch/api/documents/6514" } }, { @@ -140438,13 +140438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6514" + "$ref": "https://ils.rero.ch/api/documents/6514" } }, { @@ -140452,13 +140452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6514" + "$ref": "https://ils.rero.ch/api/documents/6514" } }, { @@ -140466,13 +140466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6514" + "$ref": "https://ils.rero.ch/api/documents/6514" } }, { @@ -140480,13 +140480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6513" + "$ref": "https://ils.rero.ch/api/documents/6513" } }, { @@ -140494,13 +140494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6513" + "$ref": "https://ils.rero.ch/api/documents/6513" } }, { @@ -140508,13 +140508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6512" + "$ref": "https://ils.rero.ch/api/documents/6512" } }, { @@ -140522,13 +140522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6512" + "$ref": "https://ils.rero.ch/api/documents/6512" } }, { @@ -140536,13 +140536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6512" + "$ref": "https://ils.rero.ch/api/documents/6512" } }, { @@ -140550,13 +140550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6512" + "$ref": "https://ils.rero.ch/api/documents/6512" } }, { @@ -140564,13 +140564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6512" + "$ref": "https://ils.rero.ch/api/documents/6512" } }, { @@ -140578,13 +140578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6511" + "$ref": "https://ils.rero.ch/api/documents/6511" } }, { @@ -140592,13 +140592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6511" + "$ref": "https://ils.rero.ch/api/documents/6511" } }, { @@ -140606,13 +140606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6511" + "$ref": "https://ils.rero.ch/api/documents/6511" } }, { @@ -140620,13 +140620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6511" + "$ref": "https://ils.rero.ch/api/documents/6511" } }, { @@ -140634,13 +140634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6510" + "$ref": "https://ils.rero.ch/api/documents/6510" } }, { @@ -140648,13 +140648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6509" + "$ref": "https://ils.rero.ch/api/documents/6509" } }, { @@ -140662,13 +140662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6509" + "$ref": "https://ils.rero.ch/api/documents/6509" } }, { @@ -140676,13 +140676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6509" + "$ref": "https://ils.rero.ch/api/documents/6509" } }, { @@ -140690,13 +140690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6509" + "$ref": "https://ils.rero.ch/api/documents/6509" } }, { @@ -140704,13 +140704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6509" + "$ref": "https://ils.rero.ch/api/documents/6509" } }, { @@ -140718,13 +140718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6508" + "$ref": "https://ils.rero.ch/api/documents/6508" } }, { @@ -140732,13 +140732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6507" + "$ref": "https://ils.rero.ch/api/documents/6507" } }, { @@ -140746,13 +140746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6506" + "$ref": "https://ils.rero.ch/api/documents/6506" } }, { @@ -140760,13 +140760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6506" + "$ref": "https://ils.rero.ch/api/documents/6506" } }, { @@ -140774,13 +140774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6506" + "$ref": "https://ils.rero.ch/api/documents/6506" } }, { @@ -140788,13 +140788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6505" + "$ref": "https://ils.rero.ch/api/documents/6505" } }, { @@ -140802,13 +140802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6504" + "$ref": "https://ils.rero.ch/api/documents/6504" } }, { @@ -140816,13 +140816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6504" + "$ref": "https://ils.rero.ch/api/documents/6504" } }, { @@ -140830,13 +140830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6504" + "$ref": "https://ils.rero.ch/api/documents/6504" } }, { @@ -140844,13 +140844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6504" + "$ref": "https://ils.rero.ch/api/documents/6504" } }, { @@ -140858,13 +140858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6504" + "$ref": "https://ils.rero.ch/api/documents/6504" } }, { @@ -140872,13 +140872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6503" + "$ref": "https://ils.rero.ch/api/documents/6503" } }, { @@ -140886,13 +140886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6503" + "$ref": "https://ils.rero.ch/api/documents/6503" } }, { @@ -140900,13 +140900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6502" + "$ref": "https://ils.rero.ch/api/documents/6502" } }, { @@ -140914,13 +140914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6502" + "$ref": "https://ils.rero.ch/api/documents/6502" } }, { @@ -140928,13 +140928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6502" + "$ref": "https://ils.rero.ch/api/documents/6502" } }, { @@ -140942,13 +140942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6502" + "$ref": "https://ils.rero.ch/api/documents/6502" } }, { @@ -140956,13 +140956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6502" + "$ref": "https://ils.rero.ch/api/documents/6502" } }, { @@ -140970,13 +140970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6501" + "$ref": "https://ils.rero.ch/api/documents/6501" } }, { @@ -140984,13 +140984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6501" + "$ref": "https://ils.rero.ch/api/documents/6501" } }, { @@ -140998,13 +140998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6500" + "$ref": "https://ils.rero.ch/api/documents/6500" } }, { @@ -141012,13 +141012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6500" + "$ref": "https://ils.rero.ch/api/documents/6500" } }, { @@ -141026,13 +141026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6500" + "$ref": "https://ils.rero.ch/api/documents/6500" } }, { @@ -141040,13 +141040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6500" + "$ref": "https://ils.rero.ch/api/documents/6500" } }, { @@ -141054,13 +141054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6500" + "$ref": "https://ils.rero.ch/api/documents/6500" } }, { @@ -141068,13 +141068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6499" + "$ref": "https://ils.rero.ch/api/documents/6499" } }, { @@ -141082,13 +141082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6499" + "$ref": "https://ils.rero.ch/api/documents/6499" } }, { @@ -141096,13 +141096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6499" + "$ref": "https://ils.rero.ch/api/documents/6499" } }, { @@ -141110,13 +141110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6499" + "$ref": "https://ils.rero.ch/api/documents/6499" } }, { @@ -141124,13 +141124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6499" + "$ref": "https://ils.rero.ch/api/documents/6499" } }, { @@ -141138,13 +141138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6498" + "$ref": "https://ils.rero.ch/api/documents/6498" } }, { @@ -141152,13 +141152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6498" + "$ref": "https://ils.rero.ch/api/documents/6498" } }, { @@ -141166,13 +141166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6498" + "$ref": "https://ils.rero.ch/api/documents/6498" } }, { @@ -141180,13 +141180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6497" + "$ref": "https://ils.rero.ch/api/documents/6497" } }, { @@ -141194,13 +141194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6497" + "$ref": "https://ils.rero.ch/api/documents/6497" } }, { @@ -141208,13 +141208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6497" + "$ref": "https://ils.rero.ch/api/documents/6497" } }, { @@ -141222,13 +141222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6497" + "$ref": "https://ils.rero.ch/api/documents/6497" } }, { @@ -141236,13 +141236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6497" + "$ref": "https://ils.rero.ch/api/documents/6497" } }, { @@ -141250,13 +141250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6496" + "$ref": "https://ils.rero.ch/api/documents/6496" } }, { @@ -141264,13 +141264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6496" + "$ref": "https://ils.rero.ch/api/documents/6496" } }, { @@ -141278,13 +141278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6496" + "$ref": "https://ils.rero.ch/api/documents/6496" } }, { @@ -141292,13 +141292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6495" + "$ref": "https://ils.rero.ch/api/documents/6495" } }, { @@ -141306,13 +141306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6495" + "$ref": "https://ils.rero.ch/api/documents/6495" } }, { @@ -141320,13 +141320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6495" + "$ref": "https://ils.rero.ch/api/documents/6495" } }, { @@ -141334,13 +141334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6495" + "$ref": "https://ils.rero.ch/api/documents/6495" } }, { @@ -141348,13 +141348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6495" + "$ref": "https://ils.rero.ch/api/documents/6495" } }, { @@ -141362,13 +141362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6494" + "$ref": "https://ils.rero.ch/api/documents/6494" } }, { @@ -141376,13 +141376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6494" + "$ref": "https://ils.rero.ch/api/documents/6494" } }, { @@ -141390,13 +141390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6494" + "$ref": "https://ils.rero.ch/api/documents/6494" } }, { @@ -141404,13 +141404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6494" + "$ref": "https://ils.rero.ch/api/documents/6494" } }, { @@ -141418,13 +141418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6493" + "$ref": "https://ils.rero.ch/api/documents/6493" } }, { @@ -141432,13 +141432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6492" + "$ref": "https://ils.rero.ch/api/documents/6492" } }, { @@ -141446,13 +141446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6492" + "$ref": "https://ils.rero.ch/api/documents/6492" } }, { @@ -141460,13 +141460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6492" + "$ref": "https://ils.rero.ch/api/documents/6492" } }, { @@ -141474,13 +141474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6492" + "$ref": "https://ils.rero.ch/api/documents/6492" } }, { @@ -141488,13 +141488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6492" + "$ref": "https://ils.rero.ch/api/documents/6492" } }, { @@ -141502,13 +141502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6491" + "$ref": "https://ils.rero.ch/api/documents/6491" } }, { @@ -141516,13 +141516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6491" + "$ref": "https://ils.rero.ch/api/documents/6491" } }, { @@ -141530,13 +141530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6491" + "$ref": "https://ils.rero.ch/api/documents/6491" } }, { @@ -141544,13 +141544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6491" + "$ref": "https://ils.rero.ch/api/documents/6491" } }, { @@ -141558,13 +141558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6491" + "$ref": "https://ils.rero.ch/api/documents/6491" } }, { @@ -141572,13 +141572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6490" + "$ref": "https://ils.rero.ch/api/documents/6490" } }, { @@ -141586,13 +141586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6489" + "$ref": "https://ils.rero.ch/api/documents/6489" } }, { @@ -141600,13 +141600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6489" + "$ref": "https://ils.rero.ch/api/documents/6489" } }, { @@ -141614,13 +141614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6489" + "$ref": "https://ils.rero.ch/api/documents/6489" } }, { @@ -141628,13 +141628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6489" + "$ref": "https://ils.rero.ch/api/documents/6489" } }, { @@ -141642,13 +141642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6488" + "$ref": "https://ils.rero.ch/api/documents/6488" } }, { @@ -141656,13 +141656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6488" + "$ref": "https://ils.rero.ch/api/documents/6488" } }, { @@ -141670,13 +141670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6487" + "$ref": "https://ils.rero.ch/api/documents/6487" } }, { @@ -141684,13 +141684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6486" + "$ref": "https://ils.rero.ch/api/documents/6486" } }, { @@ -141698,13 +141698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6486" + "$ref": "https://ils.rero.ch/api/documents/6486" } }, { @@ -141712,13 +141712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6486" + "$ref": "https://ils.rero.ch/api/documents/6486" } }, { @@ -141726,13 +141726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6486" + "$ref": "https://ils.rero.ch/api/documents/6486" } }, { @@ -141740,13 +141740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6485" + "$ref": "https://ils.rero.ch/api/documents/6485" } }, { @@ -141754,13 +141754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6485" + "$ref": "https://ils.rero.ch/api/documents/6485" } }, { @@ -141768,13 +141768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6485" + "$ref": "https://ils.rero.ch/api/documents/6485" } }, { @@ -141782,13 +141782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6484" + "$ref": "https://ils.rero.ch/api/documents/6484" } }, { @@ -141796,13 +141796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6484" + "$ref": "https://ils.rero.ch/api/documents/6484" } }, { @@ -141810,13 +141810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6483" + "$ref": "https://ils.rero.ch/api/documents/6483" } }, { @@ -141824,13 +141824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6482" + "$ref": "https://ils.rero.ch/api/documents/6482" } }, { @@ -141838,13 +141838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6481" + "$ref": "https://ils.rero.ch/api/documents/6481" } }, { @@ -141852,13 +141852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6481" + "$ref": "https://ils.rero.ch/api/documents/6481" } }, { @@ -141866,13 +141866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6481" + "$ref": "https://ils.rero.ch/api/documents/6481" } }, { @@ -141880,13 +141880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6481" + "$ref": "https://ils.rero.ch/api/documents/6481" } }, { @@ -141894,13 +141894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6481" + "$ref": "https://ils.rero.ch/api/documents/6481" } }, { @@ -141908,13 +141908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6480" + "$ref": "https://ils.rero.ch/api/documents/6480" } }, { @@ -141922,13 +141922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6480" + "$ref": "https://ils.rero.ch/api/documents/6480" } }, { @@ -141936,13 +141936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6480" + "$ref": "https://ils.rero.ch/api/documents/6480" } }, { @@ -141950,13 +141950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6480" + "$ref": "https://ils.rero.ch/api/documents/6480" } }, { @@ -141964,13 +141964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6479" + "$ref": "https://ils.rero.ch/api/documents/6479" } }, { @@ -141978,13 +141978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6478" + "$ref": "https://ils.rero.ch/api/documents/6478" } }, { @@ -141992,13 +141992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6478" + "$ref": "https://ils.rero.ch/api/documents/6478" } }, { @@ -142006,13 +142006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6477" + "$ref": "https://ils.rero.ch/api/documents/6477" } }, { @@ -142020,13 +142020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6476" + "$ref": "https://ils.rero.ch/api/documents/6476" } }, { @@ -142034,13 +142034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6476" + "$ref": "https://ils.rero.ch/api/documents/6476" } }, { @@ -142048,13 +142048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6475" + "$ref": "https://ils.rero.ch/api/documents/6475" } }, { @@ -142062,13 +142062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6475" + "$ref": "https://ils.rero.ch/api/documents/6475" } }, { @@ -142076,13 +142076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6475" + "$ref": "https://ils.rero.ch/api/documents/6475" } }, { @@ -142090,13 +142090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6474" + "$ref": "https://ils.rero.ch/api/documents/6474" } }, { @@ -142104,13 +142104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6473" + "$ref": "https://ils.rero.ch/api/documents/6473" } }, { @@ -142118,13 +142118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6473" + "$ref": "https://ils.rero.ch/api/documents/6473" } }, { @@ -142132,13 +142132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6472" + "$ref": "https://ils.rero.ch/api/documents/6472" } }, { @@ -142146,13 +142146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6472" + "$ref": "https://ils.rero.ch/api/documents/6472" } }, { @@ -142160,13 +142160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6472" + "$ref": "https://ils.rero.ch/api/documents/6472" } }, { @@ -142174,13 +142174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6471" + "$ref": "https://ils.rero.ch/api/documents/6471" } }, { @@ -142188,13 +142188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6471" + "$ref": "https://ils.rero.ch/api/documents/6471" } }, { @@ -142202,13 +142202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6471" + "$ref": "https://ils.rero.ch/api/documents/6471" } }, { @@ -142216,13 +142216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6471" + "$ref": "https://ils.rero.ch/api/documents/6471" } }, { @@ -142230,13 +142230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6470" + "$ref": "https://ils.rero.ch/api/documents/6470" } }, { @@ -142244,13 +142244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6469" + "$ref": "https://ils.rero.ch/api/documents/6469" } }, { @@ -142258,13 +142258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6469" + "$ref": "https://ils.rero.ch/api/documents/6469" } }, { @@ -142272,13 +142272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6469" + "$ref": "https://ils.rero.ch/api/documents/6469" } }, { @@ -142286,13 +142286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6468" + "$ref": "https://ils.rero.ch/api/documents/6468" } }, { @@ -142300,13 +142300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6468" + "$ref": "https://ils.rero.ch/api/documents/6468" } }, { @@ -142314,13 +142314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6468" + "$ref": "https://ils.rero.ch/api/documents/6468" } }, { @@ -142328,13 +142328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6467" + "$ref": "https://ils.rero.ch/api/documents/6467" } }, { @@ -142342,13 +142342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6466" + "$ref": "https://ils.rero.ch/api/documents/6466" } }, { @@ -142356,13 +142356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6465" + "$ref": "https://ils.rero.ch/api/documents/6465" } }, { @@ -142370,13 +142370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6465" + "$ref": "https://ils.rero.ch/api/documents/6465" } }, { @@ -142384,13 +142384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6465" + "$ref": "https://ils.rero.ch/api/documents/6465" } }, { @@ -142398,13 +142398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6465" + "$ref": "https://ils.rero.ch/api/documents/6465" } }, { @@ -142412,13 +142412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6464" + "$ref": "https://ils.rero.ch/api/documents/6464" } }, { @@ -142426,13 +142426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6464" + "$ref": "https://ils.rero.ch/api/documents/6464" } }, { @@ -142440,13 +142440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6464" + "$ref": "https://ils.rero.ch/api/documents/6464" } }, { @@ -142454,13 +142454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6463" + "$ref": "https://ils.rero.ch/api/documents/6463" } }, { @@ -142468,13 +142468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6462" + "$ref": "https://ils.rero.ch/api/documents/6462" } }, { @@ -142482,13 +142482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6462" + "$ref": "https://ils.rero.ch/api/documents/6462" } }, { @@ -142496,13 +142496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6461" + "$ref": "https://ils.rero.ch/api/documents/6461" } }, { @@ -142510,13 +142510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6461" + "$ref": "https://ils.rero.ch/api/documents/6461" } }, { @@ -142524,13 +142524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6460" + "$ref": "https://ils.rero.ch/api/documents/6460" } }, { @@ -142538,13 +142538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6460" + "$ref": "https://ils.rero.ch/api/documents/6460" } }, { @@ -142552,13 +142552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6460" + "$ref": "https://ils.rero.ch/api/documents/6460" } }, { @@ -142566,13 +142566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6460" + "$ref": "https://ils.rero.ch/api/documents/6460" } }, { @@ -142580,13 +142580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6459" + "$ref": "https://ils.rero.ch/api/documents/6459" } }, { @@ -142594,13 +142594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6459" + "$ref": "https://ils.rero.ch/api/documents/6459" } }, { @@ -142608,13 +142608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6459" + "$ref": "https://ils.rero.ch/api/documents/6459" } }, { @@ -142622,13 +142622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6459" + "$ref": "https://ils.rero.ch/api/documents/6459" } }, { @@ -142636,13 +142636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6458" + "$ref": "https://ils.rero.ch/api/documents/6458" } }, { @@ -142650,13 +142650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6457" + "$ref": "https://ils.rero.ch/api/documents/6457" } }, { @@ -142664,13 +142664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6457" + "$ref": "https://ils.rero.ch/api/documents/6457" } }, { @@ -142678,13 +142678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6457" + "$ref": "https://ils.rero.ch/api/documents/6457" } }, { @@ -142692,13 +142692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6457" + "$ref": "https://ils.rero.ch/api/documents/6457" } }, { @@ -142706,13 +142706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6457" + "$ref": "https://ils.rero.ch/api/documents/6457" } }, { @@ -142720,13 +142720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6456" + "$ref": "https://ils.rero.ch/api/documents/6456" } }, { @@ -142734,13 +142734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6456" + "$ref": "https://ils.rero.ch/api/documents/6456" } }, { @@ -142748,13 +142748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6456" + "$ref": "https://ils.rero.ch/api/documents/6456" } }, { @@ -142762,13 +142762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6456" + "$ref": "https://ils.rero.ch/api/documents/6456" } }, { @@ -142776,13 +142776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6456" + "$ref": "https://ils.rero.ch/api/documents/6456" } }, { @@ -142790,13 +142790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6455" + "$ref": "https://ils.rero.ch/api/documents/6455" } }, { @@ -142804,13 +142804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6455" + "$ref": "https://ils.rero.ch/api/documents/6455" } }, { @@ -142818,13 +142818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6455" + "$ref": "https://ils.rero.ch/api/documents/6455" } }, { @@ -142832,13 +142832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6455" + "$ref": "https://ils.rero.ch/api/documents/6455" } }, { @@ -142846,13 +142846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6455" + "$ref": "https://ils.rero.ch/api/documents/6455" } }, { @@ -142860,13 +142860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6454" + "$ref": "https://ils.rero.ch/api/documents/6454" } }, { @@ -142874,13 +142874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6454" + "$ref": "https://ils.rero.ch/api/documents/6454" } }, { @@ -142888,13 +142888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6454" + "$ref": "https://ils.rero.ch/api/documents/6454" } }, { @@ -142902,13 +142902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6454" + "$ref": "https://ils.rero.ch/api/documents/6454" } }, { @@ -142916,13 +142916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6454" + "$ref": "https://ils.rero.ch/api/documents/6454" } }, { @@ -142930,13 +142930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6453" + "$ref": "https://ils.rero.ch/api/documents/6453" } }, { @@ -142944,13 +142944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6452" + "$ref": "https://ils.rero.ch/api/documents/6452" } }, { @@ -142958,13 +142958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6451" + "$ref": "https://ils.rero.ch/api/documents/6451" } }, { @@ -142972,13 +142972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6450" + "$ref": "https://ils.rero.ch/api/documents/6450" } }, { @@ -142986,13 +142986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6450" + "$ref": "https://ils.rero.ch/api/documents/6450" } }, { @@ -143000,13 +143000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6450" + "$ref": "https://ils.rero.ch/api/documents/6450" } }, { @@ -143014,13 +143014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6449" + "$ref": "https://ils.rero.ch/api/documents/6449" } }, { @@ -143028,13 +143028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6449" + "$ref": "https://ils.rero.ch/api/documents/6449" } }, { @@ -143042,13 +143042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6449" + "$ref": "https://ils.rero.ch/api/documents/6449" } }, { @@ -143056,13 +143056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6449" + "$ref": "https://ils.rero.ch/api/documents/6449" } }, { @@ -143070,13 +143070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6449" + "$ref": "https://ils.rero.ch/api/documents/6449" } }, { @@ -143084,13 +143084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6448" + "$ref": "https://ils.rero.ch/api/documents/6448" } }, { @@ -143098,13 +143098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6448" + "$ref": "https://ils.rero.ch/api/documents/6448" } }, { @@ -143112,13 +143112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6448" + "$ref": "https://ils.rero.ch/api/documents/6448" } }, { @@ -143126,13 +143126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6448" + "$ref": "https://ils.rero.ch/api/documents/6448" } }, { @@ -143140,13 +143140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6448" + "$ref": "https://ils.rero.ch/api/documents/6448" } }, { @@ -143154,13 +143154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6447" + "$ref": "https://ils.rero.ch/api/documents/6447" } }, { @@ -143168,13 +143168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6447" + "$ref": "https://ils.rero.ch/api/documents/6447" } }, { @@ -143182,13 +143182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6446" + "$ref": "https://ils.rero.ch/api/documents/6446" } }, { @@ -143196,13 +143196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6446" + "$ref": "https://ils.rero.ch/api/documents/6446" } }, { @@ -143210,13 +143210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6446" + "$ref": "https://ils.rero.ch/api/documents/6446" } }, { @@ -143224,13 +143224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6445" + "$ref": "https://ils.rero.ch/api/documents/6445" } }, { @@ -143238,13 +143238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6444" + "$ref": "https://ils.rero.ch/api/documents/6444" } }, { @@ -143252,13 +143252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6444" + "$ref": "https://ils.rero.ch/api/documents/6444" } }, { @@ -143266,13 +143266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6444" + "$ref": "https://ils.rero.ch/api/documents/6444" } }, { @@ -143280,13 +143280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6444" + "$ref": "https://ils.rero.ch/api/documents/6444" } }, { @@ -143294,13 +143294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6444" + "$ref": "https://ils.rero.ch/api/documents/6444" } }, { @@ -143308,13 +143308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6443" + "$ref": "https://ils.rero.ch/api/documents/6443" } }, { @@ -143322,13 +143322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6443" + "$ref": "https://ils.rero.ch/api/documents/6443" } }, { @@ -143336,13 +143336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6443" + "$ref": "https://ils.rero.ch/api/documents/6443" } }, { @@ -143350,13 +143350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6443" + "$ref": "https://ils.rero.ch/api/documents/6443" } }, { @@ -143364,13 +143364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6443" + "$ref": "https://ils.rero.ch/api/documents/6443" } }, { @@ -143378,13 +143378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6442" + "$ref": "https://ils.rero.ch/api/documents/6442" } }, { @@ -143392,13 +143392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6441" + "$ref": "https://ils.rero.ch/api/documents/6441" } }, { @@ -143406,13 +143406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6441" + "$ref": "https://ils.rero.ch/api/documents/6441" } }, { @@ -143420,13 +143420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6440" + "$ref": "https://ils.rero.ch/api/documents/6440" } }, { @@ -143434,13 +143434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6439" + "$ref": "https://ils.rero.ch/api/documents/6439" } }, { @@ -143448,13 +143448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6439" + "$ref": "https://ils.rero.ch/api/documents/6439" } }, { @@ -143462,13 +143462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6439" + "$ref": "https://ils.rero.ch/api/documents/6439" } }, { @@ -143476,13 +143476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6439" + "$ref": "https://ils.rero.ch/api/documents/6439" } }, { @@ -143490,13 +143490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6438" + "$ref": "https://ils.rero.ch/api/documents/6438" } }, { @@ -143504,13 +143504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6438" + "$ref": "https://ils.rero.ch/api/documents/6438" } }, { @@ -143518,13 +143518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6438" + "$ref": "https://ils.rero.ch/api/documents/6438" } }, { @@ -143532,13 +143532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6438" + "$ref": "https://ils.rero.ch/api/documents/6438" } }, { @@ -143546,13 +143546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6438" + "$ref": "https://ils.rero.ch/api/documents/6438" } }, { @@ -143560,13 +143560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6437" + "$ref": "https://ils.rero.ch/api/documents/6437" } }, { @@ -143574,13 +143574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6437" + "$ref": "https://ils.rero.ch/api/documents/6437" } }, { @@ -143588,13 +143588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6437" + "$ref": "https://ils.rero.ch/api/documents/6437" } }, { @@ -143602,13 +143602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6437" + "$ref": "https://ils.rero.ch/api/documents/6437" } }, { @@ -143616,13 +143616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6436" + "$ref": "https://ils.rero.ch/api/documents/6436" } }, { @@ -143630,13 +143630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6436" + "$ref": "https://ils.rero.ch/api/documents/6436" } }, { @@ -143644,13 +143644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6436" + "$ref": "https://ils.rero.ch/api/documents/6436" } }, { @@ -143658,13 +143658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6436" + "$ref": "https://ils.rero.ch/api/documents/6436" } }, { @@ -143672,13 +143672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6436" + "$ref": "https://ils.rero.ch/api/documents/6436" } }, { @@ -143686,13 +143686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6435" + "$ref": "https://ils.rero.ch/api/documents/6435" } }, { @@ -143700,13 +143700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6434" + "$ref": "https://ils.rero.ch/api/documents/6434" } }, { @@ -143714,13 +143714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6434" + "$ref": "https://ils.rero.ch/api/documents/6434" } }, { @@ -143728,13 +143728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6434" + "$ref": "https://ils.rero.ch/api/documents/6434" } }, { @@ -143742,13 +143742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6434" + "$ref": "https://ils.rero.ch/api/documents/6434" } }, { @@ -143756,13 +143756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6433" + "$ref": "https://ils.rero.ch/api/documents/6433" } }, { @@ -143770,13 +143770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6433" + "$ref": "https://ils.rero.ch/api/documents/6433" } }, { @@ -143784,13 +143784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6433" + "$ref": "https://ils.rero.ch/api/documents/6433" } }, { @@ -143798,13 +143798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6433" + "$ref": "https://ils.rero.ch/api/documents/6433" } }, { @@ -143812,13 +143812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6433" + "$ref": "https://ils.rero.ch/api/documents/6433" } }, { @@ -143826,13 +143826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6432" + "$ref": "https://ils.rero.ch/api/documents/6432" } }, { @@ -143840,13 +143840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6432" + "$ref": "https://ils.rero.ch/api/documents/6432" } }, { @@ -143854,13 +143854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6432" + "$ref": "https://ils.rero.ch/api/documents/6432" } }, { @@ -143868,13 +143868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6432" + "$ref": "https://ils.rero.ch/api/documents/6432" } }, { @@ -143882,13 +143882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6431" + "$ref": "https://ils.rero.ch/api/documents/6431" } }, { @@ -143896,13 +143896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6430" + "$ref": "https://ils.rero.ch/api/documents/6430" } }, { @@ -143910,13 +143910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6430" + "$ref": "https://ils.rero.ch/api/documents/6430" } }, { @@ -143924,13 +143924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6430" + "$ref": "https://ils.rero.ch/api/documents/6430" } }, { @@ -143938,13 +143938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6430" + "$ref": "https://ils.rero.ch/api/documents/6430" } }, { @@ -143952,13 +143952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6429" + "$ref": "https://ils.rero.ch/api/documents/6429" } }, { @@ -143966,13 +143966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6429" + "$ref": "https://ils.rero.ch/api/documents/6429" } }, { @@ -143980,13 +143980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6429" + "$ref": "https://ils.rero.ch/api/documents/6429" } }, { @@ -143994,13 +143994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6429" + "$ref": "https://ils.rero.ch/api/documents/6429" } }, { @@ -144008,13 +144008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6429" + "$ref": "https://ils.rero.ch/api/documents/6429" } }, { @@ -144022,13 +144022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6428" + "$ref": "https://ils.rero.ch/api/documents/6428" } }, { @@ -144036,13 +144036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6427" + "$ref": "https://ils.rero.ch/api/documents/6427" } }, { @@ -144050,13 +144050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6427" + "$ref": "https://ils.rero.ch/api/documents/6427" } }, { @@ -144064,13 +144064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6427" + "$ref": "https://ils.rero.ch/api/documents/6427" } }, { @@ -144078,13 +144078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6427" + "$ref": "https://ils.rero.ch/api/documents/6427" } }, { @@ -144092,13 +144092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6426" + "$ref": "https://ils.rero.ch/api/documents/6426" } }, { @@ -144106,13 +144106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6426" + "$ref": "https://ils.rero.ch/api/documents/6426" } }, { @@ -144120,13 +144120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6426" + "$ref": "https://ils.rero.ch/api/documents/6426" } }, { @@ -144134,13 +144134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6426" + "$ref": "https://ils.rero.ch/api/documents/6426" } }, { @@ -144148,13 +144148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6425" + "$ref": "https://ils.rero.ch/api/documents/6425" } }, { @@ -144162,13 +144162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6425" + "$ref": "https://ils.rero.ch/api/documents/6425" } }, { @@ -144176,13 +144176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6425" + "$ref": "https://ils.rero.ch/api/documents/6425" } }, { @@ -144190,13 +144190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6425" + "$ref": "https://ils.rero.ch/api/documents/6425" } }, { @@ -144204,13 +144204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6424" + "$ref": "https://ils.rero.ch/api/documents/6424" } }, { @@ -144218,13 +144218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6424" + "$ref": "https://ils.rero.ch/api/documents/6424" } }, { @@ -144232,13 +144232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6424" + "$ref": "https://ils.rero.ch/api/documents/6424" } }, { @@ -144246,13 +144246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6424" + "$ref": "https://ils.rero.ch/api/documents/6424" } }, { @@ -144260,13 +144260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6424" + "$ref": "https://ils.rero.ch/api/documents/6424" } }, { @@ -144274,13 +144274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6423" + "$ref": "https://ils.rero.ch/api/documents/6423" } }, { @@ -144288,13 +144288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6423" + "$ref": "https://ils.rero.ch/api/documents/6423" } }, { @@ -144302,13 +144302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6423" + "$ref": "https://ils.rero.ch/api/documents/6423" } }, { @@ -144316,13 +144316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6423" + "$ref": "https://ils.rero.ch/api/documents/6423" } }, { @@ -144330,13 +144330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6422" + "$ref": "https://ils.rero.ch/api/documents/6422" } }, { @@ -144344,13 +144344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6422" + "$ref": "https://ils.rero.ch/api/documents/6422" } }, { @@ -144358,13 +144358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6422" + "$ref": "https://ils.rero.ch/api/documents/6422" } }, { @@ -144372,13 +144372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6422" + "$ref": "https://ils.rero.ch/api/documents/6422" } }, { @@ -144386,13 +144386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6422" + "$ref": "https://ils.rero.ch/api/documents/6422" } }, { @@ -144400,13 +144400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6421" + "$ref": "https://ils.rero.ch/api/documents/6421" } }, { @@ -144414,13 +144414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6421" + "$ref": "https://ils.rero.ch/api/documents/6421" } }, { @@ -144428,13 +144428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6421" + "$ref": "https://ils.rero.ch/api/documents/6421" } }, { @@ -144442,13 +144442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6421" + "$ref": "https://ils.rero.ch/api/documents/6421" } }, { @@ -144456,13 +144456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6421" + "$ref": "https://ils.rero.ch/api/documents/6421" } }, { @@ -144470,13 +144470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6420" + "$ref": "https://ils.rero.ch/api/documents/6420" } }, { @@ -144484,13 +144484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6419" + "$ref": "https://ils.rero.ch/api/documents/6419" } }, { @@ -144498,13 +144498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6419" + "$ref": "https://ils.rero.ch/api/documents/6419" } }, { @@ -144512,13 +144512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6418" + "$ref": "https://ils.rero.ch/api/documents/6418" } }, { @@ -144526,13 +144526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6418" + "$ref": "https://ils.rero.ch/api/documents/6418" } }, { @@ -144540,13 +144540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6418" + "$ref": "https://ils.rero.ch/api/documents/6418" } }, { @@ -144554,13 +144554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6417" + "$ref": "https://ils.rero.ch/api/documents/6417" } }, { @@ -144568,13 +144568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6417" + "$ref": "https://ils.rero.ch/api/documents/6417" } }, { @@ -144582,13 +144582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6417" + "$ref": "https://ils.rero.ch/api/documents/6417" } }, { @@ -144596,13 +144596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6417" + "$ref": "https://ils.rero.ch/api/documents/6417" } }, { @@ -144610,13 +144610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6416" + "$ref": "https://ils.rero.ch/api/documents/6416" } }, { @@ -144624,13 +144624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6416" + "$ref": "https://ils.rero.ch/api/documents/6416" } }, { @@ -144638,13 +144638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6416" + "$ref": "https://ils.rero.ch/api/documents/6416" } }, { @@ -144652,13 +144652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6416" + "$ref": "https://ils.rero.ch/api/documents/6416" } }, { @@ -144666,13 +144666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6415" + "$ref": "https://ils.rero.ch/api/documents/6415" } }, { @@ -144680,13 +144680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6415" + "$ref": "https://ils.rero.ch/api/documents/6415" } }, { @@ -144694,13 +144694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6415" + "$ref": "https://ils.rero.ch/api/documents/6415" } }, { @@ -144708,13 +144708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6414" + "$ref": "https://ils.rero.ch/api/documents/6414" } }, { @@ -144722,13 +144722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6414" + "$ref": "https://ils.rero.ch/api/documents/6414" } }, { @@ -144736,13 +144736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6414" + "$ref": "https://ils.rero.ch/api/documents/6414" } }, { @@ -144750,13 +144750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6414" + "$ref": "https://ils.rero.ch/api/documents/6414" } }, { @@ -144764,13 +144764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6414" + "$ref": "https://ils.rero.ch/api/documents/6414" } }, { @@ -144778,13 +144778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6413" + "$ref": "https://ils.rero.ch/api/documents/6413" } }, { @@ -144792,13 +144792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6412" + "$ref": "https://ils.rero.ch/api/documents/6412" } }, { @@ -144806,13 +144806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6411" + "$ref": "https://ils.rero.ch/api/documents/6411" } }, { @@ -144820,13 +144820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6411" + "$ref": "https://ils.rero.ch/api/documents/6411" } }, { @@ -144834,13 +144834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6411" + "$ref": "https://ils.rero.ch/api/documents/6411" } }, { @@ -144848,13 +144848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6411" + "$ref": "https://ils.rero.ch/api/documents/6411" } }, { @@ -144862,13 +144862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6411" + "$ref": "https://ils.rero.ch/api/documents/6411" } }, { @@ -144876,13 +144876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6410" + "$ref": "https://ils.rero.ch/api/documents/6410" } }, { @@ -144890,13 +144890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6410" + "$ref": "https://ils.rero.ch/api/documents/6410" } }, { @@ -144904,13 +144904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6409" + "$ref": "https://ils.rero.ch/api/documents/6409" } }, { @@ -144918,13 +144918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6409" + "$ref": "https://ils.rero.ch/api/documents/6409" } }, { @@ -144932,13 +144932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6409" + "$ref": "https://ils.rero.ch/api/documents/6409" } }, { @@ -144946,13 +144946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6409" + "$ref": "https://ils.rero.ch/api/documents/6409" } }, { @@ -144960,13 +144960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6408" + "$ref": "https://ils.rero.ch/api/documents/6408" } }, { @@ -144974,13 +144974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6408" + "$ref": "https://ils.rero.ch/api/documents/6408" } }, { @@ -144988,13 +144988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6407" + "$ref": "https://ils.rero.ch/api/documents/6407" } }, { @@ -145002,13 +145002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6406" + "$ref": "https://ils.rero.ch/api/documents/6406" } }, { @@ -145016,13 +145016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6405" + "$ref": "https://ils.rero.ch/api/documents/6405" } }, { @@ -145030,13 +145030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6405" + "$ref": "https://ils.rero.ch/api/documents/6405" } }, { @@ -145044,13 +145044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6405" + "$ref": "https://ils.rero.ch/api/documents/6405" } }, { @@ -145058,13 +145058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6405" + "$ref": "https://ils.rero.ch/api/documents/6405" } }, { @@ -145072,13 +145072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6404" + "$ref": "https://ils.rero.ch/api/documents/6404" } }, { @@ -145086,13 +145086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6403" + "$ref": "https://ils.rero.ch/api/documents/6403" } }, { @@ -145100,13 +145100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6402" + "$ref": "https://ils.rero.ch/api/documents/6402" } }, { @@ -145114,13 +145114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6402" + "$ref": "https://ils.rero.ch/api/documents/6402" } }, { @@ -145128,13 +145128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6402" + "$ref": "https://ils.rero.ch/api/documents/6402" } }, { @@ -145142,13 +145142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6401" + "$ref": "https://ils.rero.ch/api/documents/6401" } }, { @@ -145156,13 +145156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6401" + "$ref": "https://ils.rero.ch/api/documents/6401" } }, { @@ -145170,13 +145170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6401" + "$ref": "https://ils.rero.ch/api/documents/6401" } }, { @@ -145184,13 +145184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6401" + "$ref": "https://ils.rero.ch/api/documents/6401" } }, { @@ -145198,13 +145198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6400" + "$ref": "https://ils.rero.ch/api/documents/6400" } }, { @@ -145212,13 +145212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6400" + "$ref": "https://ils.rero.ch/api/documents/6400" } }, { @@ -145226,13 +145226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6400" + "$ref": "https://ils.rero.ch/api/documents/6400" } }, { @@ -145240,13 +145240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6399" + "$ref": "https://ils.rero.ch/api/documents/6399" } }, { @@ -145254,13 +145254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6399" + "$ref": "https://ils.rero.ch/api/documents/6399" } }, { @@ -145268,13 +145268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6399" + "$ref": "https://ils.rero.ch/api/documents/6399" } }, { @@ -145282,13 +145282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6398" + "$ref": "https://ils.rero.ch/api/documents/6398" } }, { @@ -145296,13 +145296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6398" + "$ref": "https://ils.rero.ch/api/documents/6398" } }, { @@ -145310,13 +145310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6397" + "$ref": "https://ils.rero.ch/api/documents/6397" } }, { @@ -145324,13 +145324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6397" + "$ref": "https://ils.rero.ch/api/documents/6397" } }, { @@ -145338,13 +145338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6397" + "$ref": "https://ils.rero.ch/api/documents/6397" } }, { @@ -145352,13 +145352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6397" + "$ref": "https://ils.rero.ch/api/documents/6397" } }, { @@ -145366,13 +145366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6396" + "$ref": "https://ils.rero.ch/api/documents/6396" } }, { @@ -145380,13 +145380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6396" + "$ref": "https://ils.rero.ch/api/documents/6396" } }, { @@ -145394,13 +145394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6396" + "$ref": "https://ils.rero.ch/api/documents/6396" } }, { @@ -145408,13 +145408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6395" + "$ref": "https://ils.rero.ch/api/documents/6395" } }, { @@ -145422,13 +145422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6394" + "$ref": "https://ils.rero.ch/api/documents/6394" } }, { @@ -145436,13 +145436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6394" + "$ref": "https://ils.rero.ch/api/documents/6394" } }, { @@ -145450,13 +145450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6393" + "$ref": "https://ils.rero.ch/api/documents/6393" } }, { @@ -145464,13 +145464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6393" + "$ref": "https://ils.rero.ch/api/documents/6393" } }, { @@ -145478,13 +145478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6393" + "$ref": "https://ils.rero.ch/api/documents/6393" } }, { @@ -145492,13 +145492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6392" + "$ref": "https://ils.rero.ch/api/documents/6392" } }, { @@ -145506,13 +145506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6392" + "$ref": "https://ils.rero.ch/api/documents/6392" } }, { @@ -145520,13 +145520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6392" + "$ref": "https://ils.rero.ch/api/documents/6392" } }, { @@ -145534,13 +145534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6392" + "$ref": "https://ils.rero.ch/api/documents/6392" } }, { @@ -145548,13 +145548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6391" + "$ref": "https://ils.rero.ch/api/documents/6391" } }, { @@ -145562,13 +145562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6391" + "$ref": "https://ils.rero.ch/api/documents/6391" } }, { @@ -145576,13 +145576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6391" + "$ref": "https://ils.rero.ch/api/documents/6391" } }, { @@ -145590,13 +145590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6390" + "$ref": "https://ils.rero.ch/api/documents/6390" } }, { @@ -145604,13 +145604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6390" + "$ref": "https://ils.rero.ch/api/documents/6390" } }, { @@ -145618,13 +145618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6390" + "$ref": "https://ils.rero.ch/api/documents/6390" } }, { @@ -145632,13 +145632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6390" + "$ref": "https://ils.rero.ch/api/documents/6390" } }, { @@ -145646,13 +145646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6390" + "$ref": "https://ils.rero.ch/api/documents/6390" } }, { @@ -145660,13 +145660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6389" + "$ref": "https://ils.rero.ch/api/documents/6389" } }, { @@ -145674,13 +145674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6389" + "$ref": "https://ils.rero.ch/api/documents/6389" } }, { @@ -145688,13 +145688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6389" + "$ref": "https://ils.rero.ch/api/documents/6389" } }, { @@ -145702,13 +145702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6389" + "$ref": "https://ils.rero.ch/api/documents/6389" } }, { @@ -145716,13 +145716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6389" + "$ref": "https://ils.rero.ch/api/documents/6389" } }, { @@ -145730,13 +145730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6388" + "$ref": "https://ils.rero.ch/api/documents/6388" } }, { @@ -145744,13 +145744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6388" + "$ref": "https://ils.rero.ch/api/documents/6388" } }, { @@ -145758,13 +145758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6388" + "$ref": "https://ils.rero.ch/api/documents/6388" } }, { @@ -145772,13 +145772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6388" + "$ref": "https://ils.rero.ch/api/documents/6388" } }, { @@ -145786,13 +145786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6388" + "$ref": "https://ils.rero.ch/api/documents/6388" } }, { @@ -145800,13 +145800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6387" + "$ref": "https://ils.rero.ch/api/documents/6387" } }, { @@ -145814,13 +145814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6387" + "$ref": "https://ils.rero.ch/api/documents/6387" } }, { @@ -145828,13 +145828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6387" + "$ref": "https://ils.rero.ch/api/documents/6387" } }, { @@ -145842,13 +145842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6386" + "$ref": "https://ils.rero.ch/api/documents/6386" } }, { @@ -145856,13 +145856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6386" + "$ref": "https://ils.rero.ch/api/documents/6386" } }, { @@ -145870,13 +145870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6386" + "$ref": "https://ils.rero.ch/api/documents/6386" } }, { @@ -145884,13 +145884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6386" + "$ref": "https://ils.rero.ch/api/documents/6386" } }, { @@ -145898,13 +145898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6385" + "$ref": "https://ils.rero.ch/api/documents/6385" } }, { @@ -145912,13 +145912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6385" + "$ref": "https://ils.rero.ch/api/documents/6385" } }, { @@ -145926,13 +145926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6385" + "$ref": "https://ils.rero.ch/api/documents/6385" } }, { @@ -145940,13 +145940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6384" + "$ref": "https://ils.rero.ch/api/documents/6384" } }, { @@ -145954,13 +145954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6384" + "$ref": "https://ils.rero.ch/api/documents/6384" } }, { @@ -145968,13 +145968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6383" + "$ref": "https://ils.rero.ch/api/documents/6383" } }, { @@ -145982,13 +145982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6383" + "$ref": "https://ils.rero.ch/api/documents/6383" } }, { @@ -145996,13 +145996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6383" + "$ref": "https://ils.rero.ch/api/documents/6383" } }, { @@ -146010,13 +146010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6382" + "$ref": "https://ils.rero.ch/api/documents/6382" } }, { @@ -146024,13 +146024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6382" + "$ref": "https://ils.rero.ch/api/documents/6382" } }, { @@ -146038,13 +146038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6382" + "$ref": "https://ils.rero.ch/api/documents/6382" } }, { @@ -146052,13 +146052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6381" + "$ref": "https://ils.rero.ch/api/documents/6381" } }, { @@ -146066,13 +146066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6381" + "$ref": "https://ils.rero.ch/api/documents/6381" } }, { @@ -146080,13 +146080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6381" + "$ref": "https://ils.rero.ch/api/documents/6381" } }, { @@ -146094,13 +146094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6381" + "$ref": "https://ils.rero.ch/api/documents/6381" } }, { @@ -146108,13 +146108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6380" + "$ref": "https://ils.rero.ch/api/documents/6380" } }, { @@ -146122,13 +146122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6380" + "$ref": "https://ils.rero.ch/api/documents/6380" } }, { @@ -146136,13 +146136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6380" + "$ref": "https://ils.rero.ch/api/documents/6380" } }, { @@ -146150,13 +146150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6379" + "$ref": "https://ils.rero.ch/api/documents/6379" } }, { @@ -146164,13 +146164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6379" + "$ref": "https://ils.rero.ch/api/documents/6379" } }, { @@ -146178,13 +146178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6379" + "$ref": "https://ils.rero.ch/api/documents/6379" } }, { @@ -146192,13 +146192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6379" + "$ref": "https://ils.rero.ch/api/documents/6379" } }, { @@ -146206,13 +146206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6378" + "$ref": "https://ils.rero.ch/api/documents/6378" } }, { @@ -146220,13 +146220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6378" + "$ref": "https://ils.rero.ch/api/documents/6378" } }, { @@ -146234,13 +146234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6377" + "$ref": "https://ils.rero.ch/api/documents/6377" } }, { @@ -146248,13 +146248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6377" + "$ref": "https://ils.rero.ch/api/documents/6377" } }, { @@ -146262,13 +146262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6377" + "$ref": "https://ils.rero.ch/api/documents/6377" } }, { @@ -146276,13 +146276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6376" + "$ref": "https://ils.rero.ch/api/documents/6376" } }, { @@ -146290,13 +146290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6376" + "$ref": "https://ils.rero.ch/api/documents/6376" } }, { @@ -146304,13 +146304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6376" + "$ref": "https://ils.rero.ch/api/documents/6376" } }, { @@ -146318,13 +146318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6376" + "$ref": "https://ils.rero.ch/api/documents/6376" } }, { @@ -146332,13 +146332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6376" + "$ref": "https://ils.rero.ch/api/documents/6376" } }, { @@ -146346,13 +146346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6375" + "$ref": "https://ils.rero.ch/api/documents/6375" } }, { @@ -146360,13 +146360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6374" + "$ref": "https://ils.rero.ch/api/documents/6374" } }, { @@ -146374,13 +146374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6373" + "$ref": "https://ils.rero.ch/api/documents/6373" } }, { @@ -146388,13 +146388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6373" + "$ref": "https://ils.rero.ch/api/documents/6373" } }, { @@ -146402,13 +146402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6373" + "$ref": "https://ils.rero.ch/api/documents/6373" } }, { @@ -146416,13 +146416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6372" + "$ref": "https://ils.rero.ch/api/documents/6372" } }, { @@ -146430,13 +146430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6372" + "$ref": "https://ils.rero.ch/api/documents/6372" } }, { @@ -146444,13 +146444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6371" + "$ref": "https://ils.rero.ch/api/documents/6371" } }, { @@ -146458,13 +146458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6371" + "$ref": "https://ils.rero.ch/api/documents/6371" } }, { @@ -146472,13 +146472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6371" + "$ref": "https://ils.rero.ch/api/documents/6371" } }, { @@ -146486,13 +146486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6371" + "$ref": "https://ils.rero.ch/api/documents/6371" } }, { @@ -146500,13 +146500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6370" + "$ref": "https://ils.rero.ch/api/documents/6370" } }, { @@ -146514,13 +146514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6370" + "$ref": "https://ils.rero.ch/api/documents/6370" } }, { @@ -146528,13 +146528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6370" + "$ref": "https://ils.rero.ch/api/documents/6370" } }, { @@ -146542,13 +146542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6369" + "$ref": "https://ils.rero.ch/api/documents/6369" } }, { @@ -146556,13 +146556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6369" + "$ref": "https://ils.rero.ch/api/documents/6369" } }, { @@ -146570,13 +146570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6369" + "$ref": "https://ils.rero.ch/api/documents/6369" } }, { @@ -146584,13 +146584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6369" + "$ref": "https://ils.rero.ch/api/documents/6369" } }, { @@ -146598,13 +146598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6369" + "$ref": "https://ils.rero.ch/api/documents/6369" } }, { @@ -146612,13 +146612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6368" + "$ref": "https://ils.rero.ch/api/documents/6368" } }, { @@ -146626,13 +146626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6368" + "$ref": "https://ils.rero.ch/api/documents/6368" } }, { @@ -146640,13 +146640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6368" + "$ref": "https://ils.rero.ch/api/documents/6368" } }, { @@ -146654,13 +146654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6368" + "$ref": "https://ils.rero.ch/api/documents/6368" } }, { @@ -146668,13 +146668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6368" + "$ref": "https://ils.rero.ch/api/documents/6368" } }, { @@ -146682,13 +146682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6367" + "$ref": "https://ils.rero.ch/api/documents/6367" } }, { @@ -146696,13 +146696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6366" + "$ref": "https://ils.rero.ch/api/documents/6366" } }, { @@ -146710,13 +146710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6366" + "$ref": "https://ils.rero.ch/api/documents/6366" } }, { @@ -146724,13 +146724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6366" + "$ref": "https://ils.rero.ch/api/documents/6366" } }, { @@ -146738,13 +146738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6365" + "$ref": "https://ils.rero.ch/api/documents/6365" } }, { @@ -146752,13 +146752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6365" + "$ref": "https://ils.rero.ch/api/documents/6365" } }, { @@ -146766,13 +146766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6364" + "$ref": "https://ils.rero.ch/api/documents/6364" } }, { @@ -146780,13 +146780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6364" + "$ref": "https://ils.rero.ch/api/documents/6364" } }, { @@ -146794,13 +146794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6364" + "$ref": "https://ils.rero.ch/api/documents/6364" } }, { @@ -146808,13 +146808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6364" + "$ref": "https://ils.rero.ch/api/documents/6364" } }, { @@ -146822,13 +146822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6364" + "$ref": "https://ils.rero.ch/api/documents/6364" } }, { @@ -146836,13 +146836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6363" + "$ref": "https://ils.rero.ch/api/documents/6363" } }, { @@ -146850,13 +146850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6363" + "$ref": "https://ils.rero.ch/api/documents/6363" } }, { @@ -146864,13 +146864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6363" + "$ref": "https://ils.rero.ch/api/documents/6363" } }, { @@ -146878,13 +146878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6362" + "$ref": "https://ils.rero.ch/api/documents/6362" } }, { @@ -146892,13 +146892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6362" + "$ref": "https://ils.rero.ch/api/documents/6362" } }, { @@ -146906,13 +146906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6362" + "$ref": "https://ils.rero.ch/api/documents/6362" } }, { @@ -146920,13 +146920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6361" + "$ref": "https://ils.rero.ch/api/documents/6361" } }, { @@ -146934,13 +146934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6361" + "$ref": "https://ils.rero.ch/api/documents/6361" } }, { @@ -146948,13 +146948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6360" + "$ref": "https://ils.rero.ch/api/documents/6360" } }, { @@ -146962,13 +146962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6360" + "$ref": "https://ils.rero.ch/api/documents/6360" } }, { @@ -146976,13 +146976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6359" + "$ref": "https://ils.rero.ch/api/documents/6359" } }, { @@ -146990,13 +146990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6359" + "$ref": "https://ils.rero.ch/api/documents/6359" } }, { @@ -147004,13 +147004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6359" + "$ref": "https://ils.rero.ch/api/documents/6359" } }, { @@ -147018,13 +147018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6358" + "$ref": "https://ils.rero.ch/api/documents/6358" } }, { @@ -147032,13 +147032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6358" + "$ref": "https://ils.rero.ch/api/documents/6358" } }, { @@ -147046,13 +147046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6358" + "$ref": "https://ils.rero.ch/api/documents/6358" } }, { @@ -147060,13 +147060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6358" + "$ref": "https://ils.rero.ch/api/documents/6358" } }, { @@ -147074,13 +147074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6358" + "$ref": "https://ils.rero.ch/api/documents/6358" } }, { @@ -147088,13 +147088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6357" + "$ref": "https://ils.rero.ch/api/documents/6357" } }, { @@ -147102,13 +147102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6357" + "$ref": "https://ils.rero.ch/api/documents/6357" } }, { @@ -147116,13 +147116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6356" + "$ref": "https://ils.rero.ch/api/documents/6356" } }, { @@ -147130,13 +147130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6356" + "$ref": "https://ils.rero.ch/api/documents/6356" } }, { @@ -147144,13 +147144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6355" + "$ref": "https://ils.rero.ch/api/documents/6355" } }, { @@ -147158,13 +147158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6355" + "$ref": "https://ils.rero.ch/api/documents/6355" } }, { @@ -147172,13 +147172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6355" + "$ref": "https://ils.rero.ch/api/documents/6355" } }, { @@ -147186,13 +147186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6355" + "$ref": "https://ils.rero.ch/api/documents/6355" } }, { @@ -147200,13 +147200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6355" + "$ref": "https://ils.rero.ch/api/documents/6355" } }, { @@ -147214,13 +147214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6354" + "$ref": "https://ils.rero.ch/api/documents/6354" } }, { @@ -147228,13 +147228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6354" + "$ref": "https://ils.rero.ch/api/documents/6354" } }, { @@ -147242,13 +147242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6354" + "$ref": "https://ils.rero.ch/api/documents/6354" } }, { @@ -147256,13 +147256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6353" + "$ref": "https://ils.rero.ch/api/documents/6353" } }, { @@ -147270,13 +147270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6352" + "$ref": "https://ils.rero.ch/api/documents/6352" } }, { @@ -147284,13 +147284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6351" + "$ref": "https://ils.rero.ch/api/documents/6351" } }, { @@ -147298,13 +147298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6351" + "$ref": "https://ils.rero.ch/api/documents/6351" } }, { @@ -147312,13 +147312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6351" + "$ref": "https://ils.rero.ch/api/documents/6351" } }, { @@ -147326,13 +147326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6350" + "$ref": "https://ils.rero.ch/api/documents/6350" } }, { @@ -147340,13 +147340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6350" + "$ref": "https://ils.rero.ch/api/documents/6350" } }, { @@ -147354,13 +147354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6350" + "$ref": "https://ils.rero.ch/api/documents/6350" } }, { @@ -147368,13 +147368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6350" + "$ref": "https://ils.rero.ch/api/documents/6350" } }, { @@ -147382,13 +147382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6350" + "$ref": "https://ils.rero.ch/api/documents/6350" } }, { @@ -147396,13 +147396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6349" + "$ref": "https://ils.rero.ch/api/documents/6349" } }, { @@ -147410,13 +147410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6349" + "$ref": "https://ils.rero.ch/api/documents/6349" } }, { @@ -147424,13 +147424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6349" + "$ref": "https://ils.rero.ch/api/documents/6349" } }, { @@ -147438,13 +147438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6349" + "$ref": "https://ils.rero.ch/api/documents/6349" } }, { @@ -147452,13 +147452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6348" + "$ref": "https://ils.rero.ch/api/documents/6348" } }, { @@ -147466,13 +147466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6348" + "$ref": "https://ils.rero.ch/api/documents/6348" } }, { @@ -147480,13 +147480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6348" + "$ref": "https://ils.rero.ch/api/documents/6348" } }, { @@ -147494,13 +147494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6348" + "$ref": "https://ils.rero.ch/api/documents/6348" } }, { @@ -147508,13 +147508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6347" + "$ref": "https://ils.rero.ch/api/documents/6347" } }, { @@ -147522,13 +147522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6347" + "$ref": "https://ils.rero.ch/api/documents/6347" } }, { @@ -147536,13 +147536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6347" + "$ref": "https://ils.rero.ch/api/documents/6347" } }, { @@ -147550,13 +147550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6346" + "$ref": "https://ils.rero.ch/api/documents/6346" } }, { @@ -147564,13 +147564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6346" + "$ref": "https://ils.rero.ch/api/documents/6346" } }, { @@ -147578,13 +147578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6346" + "$ref": "https://ils.rero.ch/api/documents/6346" } }, { @@ -147592,13 +147592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6345" + "$ref": "https://ils.rero.ch/api/documents/6345" } }, { @@ -147606,13 +147606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6344" + "$ref": "https://ils.rero.ch/api/documents/6344" } }, { @@ -147620,13 +147620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6344" + "$ref": "https://ils.rero.ch/api/documents/6344" } }, { @@ -147634,13 +147634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6344" + "$ref": "https://ils.rero.ch/api/documents/6344" } }, { @@ -147648,13 +147648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6344" + "$ref": "https://ils.rero.ch/api/documents/6344" } }, { @@ -147662,13 +147662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6343" + "$ref": "https://ils.rero.ch/api/documents/6343" } }, { @@ -147676,13 +147676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6343" + "$ref": "https://ils.rero.ch/api/documents/6343" } }, { @@ -147690,13 +147690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6342" + "$ref": "https://ils.rero.ch/api/documents/6342" } }, { @@ -147704,13 +147704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6342" + "$ref": "https://ils.rero.ch/api/documents/6342" } }, { @@ -147718,13 +147718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6342" + "$ref": "https://ils.rero.ch/api/documents/6342" } }, { @@ -147732,13 +147732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6341" + "$ref": "https://ils.rero.ch/api/documents/6341" } }, { @@ -147746,13 +147746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6341" + "$ref": "https://ils.rero.ch/api/documents/6341" } }, { @@ -147760,13 +147760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6341" + "$ref": "https://ils.rero.ch/api/documents/6341" } }, { @@ -147774,13 +147774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6341" + "$ref": "https://ils.rero.ch/api/documents/6341" } }, { @@ -147788,13 +147788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6340" + "$ref": "https://ils.rero.ch/api/documents/6340" } }, { @@ -147802,13 +147802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6339" + "$ref": "https://ils.rero.ch/api/documents/6339" } }, { @@ -147816,13 +147816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6339" + "$ref": "https://ils.rero.ch/api/documents/6339" } }, { @@ -147830,13 +147830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6338" + "$ref": "https://ils.rero.ch/api/documents/6338" } }, { @@ -147844,13 +147844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6337" + "$ref": "https://ils.rero.ch/api/documents/6337" } }, { @@ -147858,13 +147858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6337" + "$ref": "https://ils.rero.ch/api/documents/6337" } }, { @@ -147872,13 +147872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6337" + "$ref": "https://ils.rero.ch/api/documents/6337" } }, { @@ -147886,13 +147886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6337" + "$ref": "https://ils.rero.ch/api/documents/6337" } }, { @@ -147900,13 +147900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6337" + "$ref": "https://ils.rero.ch/api/documents/6337" } }, { @@ -147914,13 +147914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6336" + "$ref": "https://ils.rero.ch/api/documents/6336" } }, { @@ -147928,13 +147928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6336" + "$ref": "https://ils.rero.ch/api/documents/6336" } }, { @@ -147942,13 +147942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6336" + "$ref": "https://ils.rero.ch/api/documents/6336" } }, { @@ -147956,13 +147956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6336" + "$ref": "https://ils.rero.ch/api/documents/6336" } }, { @@ -147970,13 +147970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6335" + "$ref": "https://ils.rero.ch/api/documents/6335" } }, { @@ -147984,13 +147984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6335" + "$ref": "https://ils.rero.ch/api/documents/6335" } }, { @@ -147998,13 +147998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6335" + "$ref": "https://ils.rero.ch/api/documents/6335" } }, { @@ -148012,13 +148012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6334" + "$ref": "https://ils.rero.ch/api/documents/6334" } }, { @@ -148026,13 +148026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6334" + "$ref": "https://ils.rero.ch/api/documents/6334" } }, { @@ -148040,13 +148040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6333" + "$ref": "https://ils.rero.ch/api/documents/6333" } }, { @@ -148054,13 +148054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6332" + "$ref": "https://ils.rero.ch/api/documents/6332" } }, { @@ -148068,13 +148068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6331" + "$ref": "https://ils.rero.ch/api/documents/6331" } }, { @@ -148082,13 +148082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6331" + "$ref": "https://ils.rero.ch/api/documents/6331" } }, { @@ -148096,13 +148096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6330" + "$ref": "https://ils.rero.ch/api/documents/6330" } }, { @@ -148110,13 +148110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6330" + "$ref": "https://ils.rero.ch/api/documents/6330" } }, { @@ -148124,13 +148124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6330" + "$ref": "https://ils.rero.ch/api/documents/6330" } }, { @@ -148138,13 +148138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6330" + "$ref": "https://ils.rero.ch/api/documents/6330" } }, { @@ -148152,13 +148152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6330" + "$ref": "https://ils.rero.ch/api/documents/6330" } }, { @@ -148166,13 +148166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6329" + "$ref": "https://ils.rero.ch/api/documents/6329" } }, { @@ -148180,13 +148180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6329" + "$ref": "https://ils.rero.ch/api/documents/6329" } }, { @@ -148194,13 +148194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6329" + "$ref": "https://ils.rero.ch/api/documents/6329" } }, { @@ -148208,13 +148208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6328" + "$ref": "https://ils.rero.ch/api/documents/6328" } }, { @@ -148222,13 +148222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6328" + "$ref": "https://ils.rero.ch/api/documents/6328" } }, { @@ -148236,13 +148236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6328" + "$ref": "https://ils.rero.ch/api/documents/6328" } }, { @@ -148250,13 +148250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6328" + "$ref": "https://ils.rero.ch/api/documents/6328" } }, { @@ -148264,13 +148264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6327" + "$ref": "https://ils.rero.ch/api/documents/6327" } }, { @@ -148278,13 +148278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6327" + "$ref": "https://ils.rero.ch/api/documents/6327" } }, { @@ -148292,13 +148292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6327" + "$ref": "https://ils.rero.ch/api/documents/6327" } }, { @@ -148306,13 +148306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6327" + "$ref": "https://ils.rero.ch/api/documents/6327" } }, { @@ -148320,13 +148320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6326" + "$ref": "https://ils.rero.ch/api/documents/6326" } }, { @@ -148334,13 +148334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6326" + "$ref": "https://ils.rero.ch/api/documents/6326" } }, { @@ -148348,13 +148348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6326" + "$ref": "https://ils.rero.ch/api/documents/6326" } }, { @@ -148362,13 +148362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6325" + "$ref": "https://ils.rero.ch/api/documents/6325" } }, { @@ -148376,13 +148376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6325" + "$ref": "https://ils.rero.ch/api/documents/6325" } }, { @@ -148390,13 +148390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6325" + "$ref": "https://ils.rero.ch/api/documents/6325" } }, { @@ -148404,13 +148404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6325" + "$ref": "https://ils.rero.ch/api/documents/6325" } }, { @@ -148418,13 +148418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6325" + "$ref": "https://ils.rero.ch/api/documents/6325" } }, { @@ -148432,13 +148432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6324" + "$ref": "https://ils.rero.ch/api/documents/6324" } }, { @@ -148446,13 +148446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6324" + "$ref": "https://ils.rero.ch/api/documents/6324" } }, { @@ -148460,13 +148460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6323" + "$ref": "https://ils.rero.ch/api/documents/6323" } }, { @@ -148474,13 +148474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6323" + "$ref": "https://ils.rero.ch/api/documents/6323" } }, { @@ -148488,13 +148488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6323" + "$ref": "https://ils.rero.ch/api/documents/6323" } }, { @@ -148502,13 +148502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6323" + "$ref": "https://ils.rero.ch/api/documents/6323" } }, { @@ -148516,13 +148516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6323" + "$ref": "https://ils.rero.ch/api/documents/6323" } }, { @@ -148530,13 +148530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6322" + "$ref": "https://ils.rero.ch/api/documents/6322" } }, { @@ -148544,13 +148544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6322" + "$ref": "https://ils.rero.ch/api/documents/6322" } }, { @@ -148558,13 +148558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6322" + "$ref": "https://ils.rero.ch/api/documents/6322" } }, { @@ -148572,13 +148572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6321" + "$ref": "https://ils.rero.ch/api/documents/6321" } }, { @@ -148586,13 +148586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6320" + "$ref": "https://ils.rero.ch/api/documents/6320" } }, { @@ -148600,13 +148600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6320" + "$ref": "https://ils.rero.ch/api/documents/6320" } }, { @@ -148614,13 +148614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6320" + "$ref": "https://ils.rero.ch/api/documents/6320" } }, { @@ -148628,13 +148628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6320" + "$ref": "https://ils.rero.ch/api/documents/6320" } }, { @@ -148642,13 +148642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6320" + "$ref": "https://ils.rero.ch/api/documents/6320" } }, { @@ -148656,13 +148656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6319" + "$ref": "https://ils.rero.ch/api/documents/6319" } }, { @@ -148670,13 +148670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6319" + "$ref": "https://ils.rero.ch/api/documents/6319" } }, { @@ -148684,13 +148684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6318" + "$ref": "https://ils.rero.ch/api/documents/6318" } }, { @@ -148698,13 +148698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6318" + "$ref": "https://ils.rero.ch/api/documents/6318" } }, { @@ -148712,13 +148712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6317" + "$ref": "https://ils.rero.ch/api/documents/6317" } }, { @@ -148726,13 +148726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6317" + "$ref": "https://ils.rero.ch/api/documents/6317" } }, { @@ -148740,13 +148740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6317" + "$ref": "https://ils.rero.ch/api/documents/6317" } }, { @@ -148754,13 +148754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6317" + "$ref": "https://ils.rero.ch/api/documents/6317" } }, { @@ -148768,13 +148768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6316" + "$ref": "https://ils.rero.ch/api/documents/6316" } }, { @@ -148782,13 +148782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6316" + "$ref": "https://ils.rero.ch/api/documents/6316" } }, { @@ -148796,13 +148796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6316" + "$ref": "https://ils.rero.ch/api/documents/6316" } }, { @@ -148810,13 +148810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6316" + "$ref": "https://ils.rero.ch/api/documents/6316" } }, { @@ -148824,13 +148824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6315" + "$ref": "https://ils.rero.ch/api/documents/6315" } }, { @@ -148838,13 +148838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6314" + "$ref": "https://ils.rero.ch/api/documents/6314" } }, { @@ -148852,13 +148852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6314" + "$ref": "https://ils.rero.ch/api/documents/6314" } }, { @@ -148866,13 +148866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6314" + "$ref": "https://ils.rero.ch/api/documents/6314" } }, { @@ -148880,13 +148880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6314" + "$ref": "https://ils.rero.ch/api/documents/6314" } }, { @@ -148894,13 +148894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6314" + "$ref": "https://ils.rero.ch/api/documents/6314" } }, { @@ -148908,13 +148908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6313" + "$ref": "https://ils.rero.ch/api/documents/6313" } }, { @@ -148922,13 +148922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6313" + "$ref": "https://ils.rero.ch/api/documents/6313" } }, { @@ -148936,13 +148936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6312" + "$ref": "https://ils.rero.ch/api/documents/6312" } }, { @@ -148950,13 +148950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6312" + "$ref": "https://ils.rero.ch/api/documents/6312" } }, { @@ -148964,13 +148964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6312" + "$ref": "https://ils.rero.ch/api/documents/6312" } }, { @@ -148978,13 +148978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6312" + "$ref": "https://ils.rero.ch/api/documents/6312" } }, { @@ -148992,13 +148992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6311" + "$ref": "https://ils.rero.ch/api/documents/6311" } }, { @@ -149006,13 +149006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6311" + "$ref": "https://ils.rero.ch/api/documents/6311" } }, { @@ -149020,13 +149020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6310" + "$ref": "https://ils.rero.ch/api/documents/6310" } }, { @@ -149034,13 +149034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6310" + "$ref": "https://ils.rero.ch/api/documents/6310" } }, { @@ -149048,13 +149048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6309" + "$ref": "https://ils.rero.ch/api/documents/6309" } }, { @@ -149062,13 +149062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6309" + "$ref": "https://ils.rero.ch/api/documents/6309" } }, { @@ -149076,13 +149076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6309" + "$ref": "https://ils.rero.ch/api/documents/6309" } }, { @@ -149090,13 +149090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6308" + "$ref": "https://ils.rero.ch/api/documents/6308" } }, { @@ -149104,13 +149104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6308" + "$ref": "https://ils.rero.ch/api/documents/6308" } }, { @@ -149118,13 +149118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6308" + "$ref": "https://ils.rero.ch/api/documents/6308" } }, { @@ -149132,13 +149132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6308" + "$ref": "https://ils.rero.ch/api/documents/6308" } }, { @@ -149146,13 +149146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6307" + "$ref": "https://ils.rero.ch/api/documents/6307" } }, { @@ -149160,13 +149160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6307" + "$ref": "https://ils.rero.ch/api/documents/6307" } }, { @@ -149174,13 +149174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6307" + "$ref": "https://ils.rero.ch/api/documents/6307" } }, { @@ -149188,13 +149188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6306" + "$ref": "https://ils.rero.ch/api/documents/6306" } }, { @@ -149202,13 +149202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6306" + "$ref": "https://ils.rero.ch/api/documents/6306" } }, { @@ -149216,13 +149216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6306" + "$ref": "https://ils.rero.ch/api/documents/6306" } }, { @@ -149230,13 +149230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6306" + "$ref": "https://ils.rero.ch/api/documents/6306" } }, { @@ -149244,13 +149244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6305" + "$ref": "https://ils.rero.ch/api/documents/6305" } }, { @@ -149258,13 +149258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6305" + "$ref": "https://ils.rero.ch/api/documents/6305" } }, { @@ -149272,13 +149272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6304" + "$ref": "https://ils.rero.ch/api/documents/6304" } }, { @@ -149286,13 +149286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6304" + "$ref": "https://ils.rero.ch/api/documents/6304" } }, { @@ -149300,13 +149300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6303" + "$ref": "https://ils.rero.ch/api/documents/6303" } }, { @@ -149314,13 +149314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6303" + "$ref": "https://ils.rero.ch/api/documents/6303" } }, { @@ -149328,13 +149328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6303" + "$ref": "https://ils.rero.ch/api/documents/6303" } }, { @@ -149342,13 +149342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6302" + "$ref": "https://ils.rero.ch/api/documents/6302" } }, { @@ -149356,13 +149356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6301" + "$ref": "https://ils.rero.ch/api/documents/6301" } }, { @@ -149370,13 +149370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6300" + "$ref": "https://ils.rero.ch/api/documents/6300" } }, { @@ -149384,13 +149384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6300" + "$ref": "https://ils.rero.ch/api/documents/6300" } }, { @@ -149398,13 +149398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6300" + "$ref": "https://ils.rero.ch/api/documents/6300" } }, { @@ -149412,13 +149412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6300" + "$ref": "https://ils.rero.ch/api/documents/6300" } }, { @@ -149426,13 +149426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6299" + "$ref": "https://ils.rero.ch/api/documents/6299" } }, { @@ -149440,13 +149440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6299" + "$ref": "https://ils.rero.ch/api/documents/6299" } }, { @@ -149454,13 +149454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6298" + "$ref": "https://ils.rero.ch/api/documents/6298" } }, { @@ -149468,13 +149468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6298" + "$ref": "https://ils.rero.ch/api/documents/6298" } }, { @@ -149482,13 +149482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6297" + "$ref": "https://ils.rero.ch/api/documents/6297" } }, { @@ -149496,13 +149496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6297" + "$ref": "https://ils.rero.ch/api/documents/6297" } }, { @@ -149510,13 +149510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6297" + "$ref": "https://ils.rero.ch/api/documents/6297" } }, { @@ -149524,13 +149524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6297" + "$ref": "https://ils.rero.ch/api/documents/6297" } }, { @@ -149538,13 +149538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6296" + "$ref": "https://ils.rero.ch/api/documents/6296" } }, { @@ -149552,13 +149552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6296" + "$ref": "https://ils.rero.ch/api/documents/6296" } }, { @@ -149566,13 +149566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6296" + "$ref": "https://ils.rero.ch/api/documents/6296" } }, { @@ -149580,13 +149580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6296" + "$ref": "https://ils.rero.ch/api/documents/6296" } }, { @@ -149594,13 +149594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6296" + "$ref": "https://ils.rero.ch/api/documents/6296" } }, { @@ -149608,13 +149608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6295" + "$ref": "https://ils.rero.ch/api/documents/6295" } }, { @@ -149622,13 +149622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6295" + "$ref": "https://ils.rero.ch/api/documents/6295" } }, { @@ -149636,13 +149636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6295" + "$ref": "https://ils.rero.ch/api/documents/6295" } }, { @@ -149650,13 +149650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6295" + "$ref": "https://ils.rero.ch/api/documents/6295" } }, { @@ -149664,13 +149664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6294" + "$ref": "https://ils.rero.ch/api/documents/6294" } }, { @@ -149678,13 +149678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6294" + "$ref": "https://ils.rero.ch/api/documents/6294" } }, { @@ -149692,13 +149692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6294" + "$ref": "https://ils.rero.ch/api/documents/6294" } }, { @@ -149706,13 +149706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6294" + "$ref": "https://ils.rero.ch/api/documents/6294" } }, { @@ -149720,13 +149720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6293" + "$ref": "https://ils.rero.ch/api/documents/6293" } }, { @@ -149734,13 +149734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6293" + "$ref": "https://ils.rero.ch/api/documents/6293" } }, { @@ -149748,13 +149748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6293" + "$ref": "https://ils.rero.ch/api/documents/6293" } }, { @@ -149762,13 +149762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6293" + "$ref": "https://ils.rero.ch/api/documents/6293" } }, { @@ -149776,13 +149776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6293" + "$ref": "https://ils.rero.ch/api/documents/6293" } }, { @@ -149790,13 +149790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6292" + "$ref": "https://ils.rero.ch/api/documents/6292" } }, { @@ -149804,13 +149804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6292" + "$ref": "https://ils.rero.ch/api/documents/6292" } }, { @@ -149818,13 +149818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6292" + "$ref": "https://ils.rero.ch/api/documents/6292" } }, { @@ -149832,13 +149832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6291" + "$ref": "https://ils.rero.ch/api/documents/6291" } }, { @@ -149846,13 +149846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6290" + "$ref": "https://ils.rero.ch/api/documents/6290" } }, { @@ -149860,13 +149860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6290" + "$ref": "https://ils.rero.ch/api/documents/6290" } }, { @@ -149874,13 +149874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6290" + "$ref": "https://ils.rero.ch/api/documents/6290" } }, { @@ -149888,13 +149888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6290" + "$ref": "https://ils.rero.ch/api/documents/6290" } }, { @@ -149902,13 +149902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6289" + "$ref": "https://ils.rero.ch/api/documents/6289" } }, { @@ -149916,13 +149916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6289" + "$ref": "https://ils.rero.ch/api/documents/6289" } }, { @@ -149930,13 +149930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6289" + "$ref": "https://ils.rero.ch/api/documents/6289" } }, { @@ -149944,13 +149944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6289" + "$ref": "https://ils.rero.ch/api/documents/6289" } }, { @@ -149958,13 +149958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6288" + "$ref": "https://ils.rero.ch/api/documents/6288" } }, { @@ -149972,13 +149972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6287" + "$ref": "https://ils.rero.ch/api/documents/6287" } }, { @@ -149986,13 +149986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6287" + "$ref": "https://ils.rero.ch/api/documents/6287" } }, { @@ -150000,13 +150000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6287" + "$ref": "https://ils.rero.ch/api/documents/6287" } }, { @@ -150014,13 +150014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6287" + "$ref": "https://ils.rero.ch/api/documents/6287" } }, { @@ -150028,13 +150028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6286" + "$ref": "https://ils.rero.ch/api/documents/6286" } }, { @@ -150042,13 +150042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6286" + "$ref": "https://ils.rero.ch/api/documents/6286" } }, { @@ -150056,13 +150056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6286" + "$ref": "https://ils.rero.ch/api/documents/6286" } }, { @@ -150070,13 +150070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6285" + "$ref": "https://ils.rero.ch/api/documents/6285" } }, { @@ -150084,13 +150084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6285" + "$ref": "https://ils.rero.ch/api/documents/6285" } }, { @@ -150098,13 +150098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6284" + "$ref": "https://ils.rero.ch/api/documents/6284" } }, { @@ -150112,13 +150112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6284" + "$ref": "https://ils.rero.ch/api/documents/6284" } }, { @@ -150126,13 +150126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6284" + "$ref": "https://ils.rero.ch/api/documents/6284" } }, { @@ -150140,13 +150140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6283" + "$ref": "https://ils.rero.ch/api/documents/6283" } }, { @@ -150154,13 +150154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6282" + "$ref": "https://ils.rero.ch/api/documents/6282" } }, { @@ -150168,13 +150168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6282" + "$ref": "https://ils.rero.ch/api/documents/6282" } }, { @@ -150182,13 +150182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6281" + "$ref": "https://ils.rero.ch/api/documents/6281" } }, { @@ -150196,13 +150196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6280" + "$ref": "https://ils.rero.ch/api/documents/6280" } }, { @@ -150210,13 +150210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6280" + "$ref": "https://ils.rero.ch/api/documents/6280" } }, { @@ -150224,13 +150224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6280" + "$ref": "https://ils.rero.ch/api/documents/6280" } }, { @@ -150238,13 +150238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6280" + "$ref": "https://ils.rero.ch/api/documents/6280" } }, { @@ -150252,13 +150252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6279" + "$ref": "https://ils.rero.ch/api/documents/6279" } }, { @@ -150266,13 +150266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6279" + "$ref": "https://ils.rero.ch/api/documents/6279" } }, { @@ -150280,13 +150280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6279" + "$ref": "https://ils.rero.ch/api/documents/6279" } }, { @@ -150294,13 +150294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6279" + "$ref": "https://ils.rero.ch/api/documents/6279" } }, { @@ -150308,13 +150308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6279" + "$ref": "https://ils.rero.ch/api/documents/6279" } }, { @@ -150322,13 +150322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6278" + "$ref": "https://ils.rero.ch/api/documents/6278" } }, { @@ -150336,13 +150336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6278" + "$ref": "https://ils.rero.ch/api/documents/6278" } }, { @@ -150350,13 +150350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6278" + "$ref": "https://ils.rero.ch/api/documents/6278" } }, { @@ -150364,13 +150364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6277" + "$ref": "https://ils.rero.ch/api/documents/6277" } }, { @@ -150378,13 +150378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6277" + "$ref": "https://ils.rero.ch/api/documents/6277" } }, { @@ -150392,13 +150392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6277" + "$ref": "https://ils.rero.ch/api/documents/6277" } }, { @@ -150406,13 +150406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6277" + "$ref": "https://ils.rero.ch/api/documents/6277" } }, { @@ -150420,13 +150420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6277" + "$ref": "https://ils.rero.ch/api/documents/6277" } }, { @@ -150434,13 +150434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6276" + "$ref": "https://ils.rero.ch/api/documents/6276" } }, { @@ -150448,13 +150448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6275" + "$ref": "https://ils.rero.ch/api/documents/6275" } }, { @@ -150462,13 +150462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6275" + "$ref": "https://ils.rero.ch/api/documents/6275" } }, { @@ -150476,13 +150476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6275" + "$ref": "https://ils.rero.ch/api/documents/6275" } }, { @@ -150490,13 +150490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6275" + "$ref": "https://ils.rero.ch/api/documents/6275" } }, { @@ -150504,13 +150504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6275" + "$ref": "https://ils.rero.ch/api/documents/6275" } }, { @@ -150518,13 +150518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6274" + "$ref": "https://ils.rero.ch/api/documents/6274" } }, { @@ -150532,13 +150532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6274" + "$ref": "https://ils.rero.ch/api/documents/6274" } }, { @@ -150546,13 +150546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6273" + "$ref": "https://ils.rero.ch/api/documents/6273" } }, { @@ -150560,13 +150560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6273" + "$ref": "https://ils.rero.ch/api/documents/6273" } }, { @@ -150574,13 +150574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6273" + "$ref": "https://ils.rero.ch/api/documents/6273" } }, { @@ -150588,13 +150588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6272" + "$ref": "https://ils.rero.ch/api/documents/6272" } }, { @@ -150602,13 +150602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6272" + "$ref": "https://ils.rero.ch/api/documents/6272" } }, { @@ -150616,13 +150616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6272" + "$ref": "https://ils.rero.ch/api/documents/6272" } }, { @@ -150630,13 +150630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6272" + "$ref": "https://ils.rero.ch/api/documents/6272" } }, { @@ -150644,13 +150644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6271" + "$ref": "https://ils.rero.ch/api/documents/6271" } }, { @@ -150658,13 +150658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6270" + "$ref": "https://ils.rero.ch/api/documents/6270" } }, { @@ -150672,13 +150672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6270" + "$ref": "https://ils.rero.ch/api/documents/6270" } }, { @@ -150686,13 +150686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6269" + "$ref": "https://ils.rero.ch/api/documents/6269" } }, { @@ -150700,13 +150700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6269" + "$ref": "https://ils.rero.ch/api/documents/6269" } }, { @@ -150714,13 +150714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6268" + "$ref": "https://ils.rero.ch/api/documents/6268" } }, { @@ -150728,13 +150728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6268" + "$ref": "https://ils.rero.ch/api/documents/6268" } }, { @@ -150742,13 +150742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6268" + "$ref": "https://ils.rero.ch/api/documents/6268" } }, { @@ -150756,13 +150756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6268" + "$ref": "https://ils.rero.ch/api/documents/6268" } }, { @@ -150770,13 +150770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6268" + "$ref": "https://ils.rero.ch/api/documents/6268" } }, { @@ -150784,13 +150784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6267" + "$ref": "https://ils.rero.ch/api/documents/6267" } }, { @@ -150798,13 +150798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6267" + "$ref": "https://ils.rero.ch/api/documents/6267" } }, { @@ -150812,13 +150812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6267" + "$ref": "https://ils.rero.ch/api/documents/6267" } }, { @@ -150826,13 +150826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6267" + "$ref": "https://ils.rero.ch/api/documents/6267" } }, { @@ -150840,13 +150840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6267" + "$ref": "https://ils.rero.ch/api/documents/6267" } }, { @@ -150854,13 +150854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6266" + "$ref": "https://ils.rero.ch/api/documents/6266" } }, { @@ -150868,13 +150868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6265" + "$ref": "https://ils.rero.ch/api/documents/6265" } }, { @@ -150882,13 +150882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6264" + "$ref": "https://ils.rero.ch/api/documents/6264" } }, { @@ -150896,13 +150896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6264" + "$ref": "https://ils.rero.ch/api/documents/6264" } }, { @@ -150910,13 +150910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6264" + "$ref": "https://ils.rero.ch/api/documents/6264" } }, { @@ -150924,13 +150924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6263" + "$ref": "https://ils.rero.ch/api/documents/6263" } }, { @@ -150938,13 +150938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6263" + "$ref": "https://ils.rero.ch/api/documents/6263" } }, { @@ -150952,13 +150952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6262" + "$ref": "https://ils.rero.ch/api/documents/6262" } }, { @@ -150966,13 +150966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6262" + "$ref": "https://ils.rero.ch/api/documents/6262" } }, { @@ -150980,13 +150980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6262" + "$ref": "https://ils.rero.ch/api/documents/6262" } }, { @@ -150994,13 +150994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6262" + "$ref": "https://ils.rero.ch/api/documents/6262" } }, { @@ -151008,13 +151008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6261" + "$ref": "https://ils.rero.ch/api/documents/6261" } }, { @@ -151022,13 +151022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6261" + "$ref": "https://ils.rero.ch/api/documents/6261" } }, { @@ -151036,13 +151036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6261" + "$ref": "https://ils.rero.ch/api/documents/6261" } }, { @@ -151050,13 +151050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6260" + "$ref": "https://ils.rero.ch/api/documents/6260" } }, { @@ -151064,13 +151064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6260" + "$ref": "https://ils.rero.ch/api/documents/6260" } }, { @@ -151078,13 +151078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6260" + "$ref": "https://ils.rero.ch/api/documents/6260" } }, { @@ -151092,13 +151092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6260" + "$ref": "https://ils.rero.ch/api/documents/6260" } }, { @@ -151106,13 +151106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6260" + "$ref": "https://ils.rero.ch/api/documents/6260" } }, { @@ -151120,13 +151120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6259" + "$ref": "https://ils.rero.ch/api/documents/6259" } }, { @@ -151134,13 +151134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6258" + "$ref": "https://ils.rero.ch/api/documents/6258" } }, { @@ -151148,13 +151148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6258" + "$ref": "https://ils.rero.ch/api/documents/6258" } }, { @@ -151162,13 +151162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6257" + "$ref": "https://ils.rero.ch/api/documents/6257" } }, { @@ -151176,13 +151176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6257" + "$ref": "https://ils.rero.ch/api/documents/6257" } }, { @@ -151190,13 +151190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6257" + "$ref": "https://ils.rero.ch/api/documents/6257" } }, { @@ -151204,13 +151204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6257" + "$ref": "https://ils.rero.ch/api/documents/6257" } }, { @@ -151218,13 +151218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6256" + "$ref": "https://ils.rero.ch/api/documents/6256" } }, { @@ -151232,13 +151232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6255" + "$ref": "https://ils.rero.ch/api/documents/6255" } }, { @@ -151246,13 +151246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6254" + "$ref": "https://ils.rero.ch/api/documents/6254" } }, { @@ -151260,13 +151260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6254" + "$ref": "https://ils.rero.ch/api/documents/6254" } }, { @@ -151274,13 +151274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6253" + "$ref": "https://ils.rero.ch/api/documents/6253" } }, { @@ -151288,13 +151288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6253" + "$ref": "https://ils.rero.ch/api/documents/6253" } }, { @@ -151302,13 +151302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6253" + "$ref": "https://ils.rero.ch/api/documents/6253" } }, { @@ -151316,13 +151316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6252" + "$ref": "https://ils.rero.ch/api/documents/6252" } }, { @@ -151330,13 +151330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6252" + "$ref": "https://ils.rero.ch/api/documents/6252" } }, { @@ -151344,13 +151344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6251" + "$ref": "https://ils.rero.ch/api/documents/6251" } }, { @@ -151358,13 +151358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6251" + "$ref": "https://ils.rero.ch/api/documents/6251" } }, { @@ -151372,13 +151372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6251" + "$ref": "https://ils.rero.ch/api/documents/6251" } }, { @@ -151386,13 +151386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6251" + "$ref": "https://ils.rero.ch/api/documents/6251" } }, { @@ -151400,13 +151400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6250" + "$ref": "https://ils.rero.ch/api/documents/6250" } }, { @@ -151414,13 +151414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6250" + "$ref": "https://ils.rero.ch/api/documents/6250" } }, { @@ -151428,13 +151428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6250" + "$ref": "https://ils.rero.ch/api/documents/6250" } }, { @@ -151442,13 +151442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6250" + "$ref": "https://ils.rero.ch/api/documents/6250" } }, { @@ -151456,13 +151456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6249" + "$ref": "https://ils.rero.ch/api/documents/6249" } }, { @@ -151470,13 +151470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6249" + "$ref": "https://ils.rero.ch/api/documents/6249" } }, { @@ -151484,13 +151484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6248" + "$ref": "https://ils.rero.ch/api/documents/6248" } }, { @@ -151498,13 +151498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6247" + "$ref": "https://ils.rero.ch/api/documents/6247" } }, { @@ -151512,13 +151512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6247" + "$ref": "https://ils.rero.ch/api/documents/6247" } }, { @@ -151526,13 +151526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6247" + "$ref": "https://ils.rero.ch/api/documents/6247" } }, { @@ -151540,13 +151540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6247" + "$ref": "https://ils.rero.ch/api/documents/6247" } }, { @@ -151554,13 +151554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6247" + "$ref": "https://ils.rero.ch/api/documents/6247" } }, { @@ -151568,13 +151568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6246" + "$ref": "https://ils.rero.ch/api/documents/6246" } }, { @@ -151582,13 +151582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6246" + "$ref": "https://ils.rero.ch/api/documents/6246" } }, { @@ -151596,13 +151596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6245" + "$ref": "https://ils.rero.ch/api/documents/6245" } }, { @@ -151610,13 +151610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6245" + "$ref": "https://ils.rero.ch/api/documents/6245" } }, { @@ -151624,13 +151624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6244" + "$ref": "https://ils.rero.ch/api/documents/6244" } }, { @@ -151638,13 +151638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6244" + "$ref": "https://ils.rero.ch/api/documents/6244" } }, { @@ -151652,13 +151652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6244" + "$ref": "https://ils.rero.ch/api/documents/6244" } }, { @@ -151666,13 +151666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6243" + "$ref": "https://ils.rero.ch/api/documents/6243" } }, { @@ -151680,13 +151680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6242" + "$ref": "https://ils.rero.ch/api/documents/6242" } }, { @@ -151694,13 +151694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6242" + "$ref": "https://ils.rero.ch/api/documents/6242" } }, { @@ -151708,13 +151708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6242" + "$ref": "https://ils.rero.ch/api/documents/6242" } }, { @@ -151722,13 +151722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6242" + "$ref": "https://ils.rero.ch/api/documents/6242" } }, { @@ -151736,13 +151736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6241" + "$ref": "https://ils.rero.ch/api/documents/6241" } }, { @@ -151750,13 +151750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6241" + "$ref": "https://ils.rero.ch/api/documents/6241" } }, { @@ -151764,13 +151764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6241" + "$ref": "https://ils.rero.ch/api/documents/6241" } }, { @@ -151778,13 +151778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6240" + "$ref": "https://ils.rero.ch/api/documents/6240" } }, { @@ -151792,13 +151792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6240" + "$ref": "https://ils.rero.ch/api/documents/6240" } }, { @@ -151806,13 +151806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6240" + "$ref": "https://ils.rero.ch/api/documents/6240" } }, { @@ -151820,13 +151820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6240" + "$ref": "https://ils.rero.ch/api/documents/6240" } }, { @@ -151834,13 +151834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6239" + "$ref": "https://ils.rero.ch/api/documents/6239" } }, { @@ -151848,13 +151848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6239" + "$ref": "https://ils.rero.ch/api/documents/6239" } }, { @@ -151862,13 +151862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6239" + "$ref": "https://ils.rero.ch/api/documents/6239" } }, { @@ -151876,13 +151876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6238" + "$ref": "https://ils.rero.ch/api/documents/6238" } }, { @@ -151890,13 +151890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6238" + "$ref": "https://ils.rero.ch/api/documents/6238" } }, { @@ -151904,13 +151904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6238" + "$ref": "https://ils.rero.ch/api/documents/6238" } }, { @@ -151918,13 +151918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6238" + "$ref": "https://ils.rero.ch/api/documents/6238" } }, { @@ -151932,13 +151932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6238" + "$ref": "https://ils.rero.ch/api/documents/6238" } }, { @@ -151946,13 +151946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6237" + "$ref": "https://ils.rero.ch/api/documents/6237" } }, { @@ -151960,13 +151960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6237" + "$ref": "https://ils.rero.ch/api/documents/6237" } }, { @@ -151974,13 +151974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6237" + "$ref": "https://ils.rero.ch/api/documents/6237" } }, { @@ -151988,13 +151988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6237" + "$ref": "https://ils.rero.ch/api/documents/6237" } }, { @@ -152002,13 +152002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6237" + "$ref": "https://ils.rero.ch/api/documents/6237" } }, { @@ -152016,13 +152016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6236" + "$ref": "https://ils.rero.ch/api/documents/6236" } }, { @@ -152030,13 +152030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6235" + "$ref": "https://ils.rero.ch/api/documents/6235" } }, { @@ -152044,13 +152044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6235" + "$ref": "https://ils.rero.ch/api/documents/6235" } }, { @@ -152058,13 +152058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6235" + "$ref": "https://ils.rero.ch/api/documents/6235" } }, { @@ -152072,13 +152072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6235" + "$ref": "https://ils.rero.ch/api/documents/6235" } }, { @@ -152086,13 +152086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6234" + "$ref": "https://ils.rero.ch/api/documents/6234" } }, { @@ -152100,13 +152100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6234" + "$ref": "https://ils.rero.ch/api/documents/6234" } }, { @@ -152114,13 +152114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6234" + "$ref": "https://ils.rero.ch/api/documents/6234" } }, { @@ -152128,13 +152128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6233" + "$ref": "https://ils.rero.ch/api/documents/6233" } }, { @@ -152142,13 +152142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6232" + "$ref": "https://ils.rero.ch/api/documents/6232" } }, { @@ -152156,13 +152156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6232" + "$ref": "https://ils.rero.ch/api/documents/6232" } }, { @@ -152170,13 +152170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6232" + "$ref": "https://ils.rero.ch/api/documents/6232" } }, { @@ -152184,13 +152184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6232" + "$ref": "https://ils.rero.ch/api/documents/6232" } }, { @@ -152198,13 +152198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6231" + "$ref": "https://ils.rero.ch/api/documents/6231" } }, { @@ -152212,13 +152212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6231" + "$ref": "https://ils.rero.ch/api/documents/6231" } }, { @@ -152226,13 +152226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6230" + "$ref": "https://ils.rero.ch/api/documents/6230" } }, { @@ -152240,13 +152240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6229" + "$ref": "https://ils.rero.ch/api/documents/6229" } }, { @@ -152254,13 +152254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6229" + "$ref": "https://ils.rero.ch/api/documents/6229" } }, { @@ -152268,13 +152268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6229" + "$ref": "https://ils.rero.ch/api/documents/6229" } }, { @@ -152282,13 +152282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6229" + "$ref": "https://ils.rero.ch/api/documents/6229" } }, { @@ -152296,13 +152296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6228" + "$ref": "https://ils.rero.ch/api/documents/6228" } }, { @@ -152310,13 +152310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6228" + "$ref": "https://ils.rero.ch/api/documents/6228" } }, { @@ -152324,13 +152324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6227" + "$ref": "https://ils.rero.ch/api/documents/6227" } }, { @@ -152338,13 +152338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6227" + "$ref": "https://ils.rero.ch/api/documents/6227" } }, { @@ -152352,13 +152352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6226" + "$ref": "https://ils.rero.ch/api/documents/6226" } }, { @@ -152366,13 +152366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6226" + "$ref": "https://ils.rero.ch/api/documents/6226" } }, { @@ -152380,13 +152380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6225" + "$ref": "https://ils.rero.ch/api/documents/6225" } }, { @@ -152394,13 +152394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6225" + "$ref": "https://ils.rero.ch/api/documents/6225" } }, { @@ -152408,13 +152408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6225" + "$ref": "https://ils.rero.ch/api/documents/6225" } }, { @@ -152422,13 +152422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6224" + "$ref": "https://ils.rero.ch/api/documents/6224" } }, { @@ -152436,13 +152436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6224" + "$ref": "https://ils.rero.ch/api/documents/6224" } }, { @@ -152450,13 +152450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6224" + "$ref": "https://ils.rero.ch/api/documents/6224" } }, { @@ -152464,13 +152464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6224" + "$ref": "https://ils.rero.ch/api/documents/6224" } }, { @@ -152478,13 +152478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6224" + "$ref": "https://ils.rero.ch/api/documents/6224" } }, { @@ -152492,13 +152492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6223" + "$ref": "https://ils.rero.ch/api/documents/6223" } }, { @@ -152506,13 +152506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6223" + "$ref": "https://ils.rero.ch/api/documents/6223" } }, { @@ -152520,13 +152520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6223" + "$ref": "https://ils.rero.ch/api/documents/6223" } }, { @@ -152534,13 +152534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6222" + "$ref": "https://ils.rero.ch/api/documents/6222" } }, { @@ -152548,13 +152548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6222" + "$ref": "https://ils.rero.ch/api/documents/6222" } }, { @@ -152562,13 +152562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6222" + "$ref": "https://ils.rero.ch/api/documents/6222" } }, { @@ -152576,13 +152576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6221" + "$ref": "https://ils.rero.ch/api/documents/6221" } }, { @@ -152590,13 +152590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6221" + "$ref": "https://ils.rero.ch/api/documents/6221" } }, { @@ -152604,13 +152604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6221" + "$ref": "https://ils.rero.ch/api/documents/6221" } }, { @@ -152618,13 +152618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6221" + "$ref": "https://ils.rero.ch/api/documents/6221" } }, { @@ -152632,13 +152632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6221" + "$ref": "https://ils.rero.ch/api/documents/6221" } }, { @@ -152646,13 +152646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6220" + "$ref": "https://ils.rero.ch/api/documents/6220" } }, { @@ -152660,13 +152660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6220" + "$ref": "https://ils.rero.ch/api/documents/6220" } }, { @@ -152674,13 +152674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6220" + "$ref": "https://ils.rero.ch/api/documents/6220" } }, { @@ -152688,13 +152688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6219" + "$ref": "https://ils.rero.ch/api/documents/6219" } }, { @@ -152702,13 +152702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6219" + "$ref": "https://ils.rero.ch/api/documents/6219" } }, { @@ -152716,13 +152716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6219" + "$ref": "https://ils.rero.ch/api/documents/6219" } }, { @@ -152730,13 +152730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6219" + "$ref": "https://ils.rero.ch/api/documents/6219" } }, { @@ -152744,13 +152744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6218" + "$ref": "https://ils.rero.ch/api/documents/6218" } }, { @@ -152758,13 +152758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6218" + "$ref": "https://ils.rero.ch/api/documents/6218" } }, { @@ -152772,13 +152772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6218" + "$ref": "https://ils.rero.ch/api/documents/6218" } }, { @@ -152786,13 +152786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6218" + "$ref": "https://ils.rero.ch/api/documents/6218" } }, { @@ -152800,13 +152800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6217" + "$ref": "https://ils.rero.ch/api/documents/6217" } }, { @@ -152814,13 +152814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6217" + "$ref": "https://ils.rero.ch/api/documents/6217" } }, { @@ -152828,13 +152828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6217" + "$ref": "https://ils.rero.ch/api/documents/6217" } }, { @@ -152842,13 +152842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6217" + "$ref": "https://ils.rero.ch/api/documents/6217" } }, { @@ -152856,13 +152856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6217" + "$ref": "https://ils.rero.ch/api/documents/6217" } }, { @@ -152870,13 +152870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6216" + "$ref": "https://ils.rero.ch/api/documents/6216" } }, { @@ -152884,13 +152884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6216" + "$ref": "https://ils.rero.ch/api/documents/6216" } }, { @@ -152898,13 +152898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6215" + "$ref": "https://ils.rero.ch/api/documents/6215" } }, { @@ -152912,13 +152912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6215" + "$ref": "https://ils.rero.ch/api/documents/6215" } }, { @@ -152926,13 +152926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6214" + "$ref": "https://ils.rero.ch/api/documents/6214" } }, { @@ -152940,13 +152940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6214" + "$ref": "https://ils.rero.ch/api/documents/6214" } }, { @@ -152954,13 +152954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6214" + "$ref": "https://ils.rero.ch/api/documents/6214" } }, { @@ -152968,13 +152968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6214" + "$ref": "https://ils.rero.ch/api/documents/6214" } }, { @@ -152982,13 +152982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6214" + "$ref": "https://ils.rero.ch/api/documents/6214" } }, { @@ -152996,13 +152996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6213" + "$ref": "https://ils.rero.ch/api/documents/6213" } }, { @@ -153010,13 +153010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6212" + "$ref": "https://ils.rero.ch/api/documents/6212" } }, { @@ -153024,13 +153024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6212" + "$ref": "https://ils.rero.ch/api/documents/6212" } }, { @@ -153038,13 +153038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6211" + "$ref": "https://ils.rero.ch/api/documents/6211" } }, { @@ -153052,13 +153052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6211" + "$ref": "https://ils.rero.ch/api/documents/6211" } }, { @@ -153066,13 +153066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6211" + "$ref": "https://ils.rero.ch/api/documents/6211" } }, { @@ -153080,13 +153080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6211" + "$ref": "https://ils.rero.ch/api/documents/6211" } }, { @@ -153094,13 +153094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6210" + "$ref": "https://ils.rero.ch/api/documents/6210" } }, { @@ -153108,13 +153108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6210" + "$ref": "https://ils.rero.ch/api/documents/6210" } }, { @@ -153122,13 +153122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6210" + "$ref": "https://ils.rero.ch/api/documents/6210" } }, { @@ -153136,13 +153136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6209" + "$ref": "https://ils.rero.ch/api/documents/6209" } }, { @@ -153150,13 +153150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6209" + "$ref": "https://ils.rero.ch/api/documents/6209" } }, { @@ -153164,13 +153164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6209" + "$ref": "https://ils.rero.ch/api/documents/6209" } }, { @@ -153178,13 +153178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6209" + "$ref": "https://ils.rero.ch/api/documents/6209" } }, { @@ -153192,13 +153192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6208" + "$ref": "https://ils.rero.ch/api/documents/6208" } }, { @@ -153206,13 +153206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6208" + "$ref": "https://ils.rero.ch/api/documents/6208" } }, { @@ -153220,13 +153220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6208" + "$ref": "https://ils.rero.ch/api/documents/6208" } }, { @@ -153234,13 +153234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6207" + "$ref": "https://ils.rero.ch/api/documents/6207" } }, { @@ -153248,13 +153248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6206" + "$ref": "https://ils.rero.ch/api/documents/6206" } }, { @@ -153262,13 +153262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6206" + "$ref": "https://ils.rero.ch/api/documents/6206" } }, { @@ -153276,13 +153276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6206" + "$ref": "https://ils.rero.ch/api/documents/6206" } }, { @@ -153290,13 +153290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6205" + "$ref": "https://ils.rero.ch/api/documents/6205" } }, { @@ -153304,13 +153304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6205" + "$ref": "https://ils.rero.ch/api/documents/6205" } }, { @@ -153318,13 +153318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6205" + "$ref": "https://ils.rero.ch/api/documents/6205" } }, { @@ -153332,13 +153332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6205" + "$ref": "https://ils.rero.ch/api/documents/6205" } }, { @@ -153346,13 +153346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6204" + "$ref": "https://ils.rero.ch/api/documents/6204" } }, { @@ -153360,13 +153360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6204" + "$ref": "https://ils.rero.ch/api/documents/6204" } }, { @@ -153374,13 +153374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6204" + "$ref": "https://ils.rero.ch/api/documents/6204" } }, { @@ -153388,13 +153388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6204" + "$ref": "https://ils.rero.ch/api/documents/6204" } }, { @@ -153402,13 +153402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6203" + "$ref": "https://ils.rero.ch/api/documents/6203" } }, { @@ -153416,13 +153416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6203" + "$ref": "https://ils.rero.ch/api/documents/6203" } }, { @@ -153430,13 +153430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6203" + "$ref": "https://ils.rero.ch/api/documents/6203" } }, { @@ -153444,13 +153444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6203" + "$ref": "https://ils.rero.ch/api/documents/6203" } }, { @@ -153458,13 +153458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6202" + "$ref": "https://ils.rero.ch/api/documents/6202" } }, { @@ -153472,13 +153472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6202" + "$ref": "https://ils.rero.ch/api/documents/6202" } }, { @@ -153486,13 +153486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6201" + "$ref": "https://ils.rero.ch/api/documents/6201" } }, { @@ -153500,13 +153500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6201" + "$ref": "https://ils.rero.ch/api/documents/6201" } }, { @@ -153514,13 +153514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6201" + "$ref": "https://ils.rero.ch/api/documents/6201" } }, { @@ -153528,13 +153528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6201" + "$ref": "https://ils.rero.ch/api/documents/6201" } }, { @@ -153542,13 +153542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6201" + "$ref": "https://ils.rero.ch/api/documents/6201" } }, { @@ -153556,13 +153556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6200" + "$ref": "https://ils.rero.ch/api/documents/6200" } }, { @@ -153570,13 +153570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6199" + "$ref": "https://ils.rero.ch/api/documents/6199" } }, { @@ -153584,13 +153584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6198" + "$ref": "https://ils.rero.ch/api/documents/6198" } }, { @@ -153598,13 +153598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6198" + "$ref": "https://ils.rero.ch/api/documents/6198" } }, { @@ -153612,13 +153612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6198" + "$ref": "https://ils.rero.ch/api/documents/6198" } }, { @@ -153626,13 +153626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6197" + "$ref": "https://ils.rero.ch/api/documents/6197" } }, { @@ -153640,13 +153640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6197" + "$ref": "https://ils.rero.ch/api/documents/6197" } }, { @@ -153654,13 +153654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6196" + "$ref": "https://ils.rero.ch/api/documents/6196" } }, { @@ -153668,13 +153668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6196" + "$ref": "https://ils.rero.ch/api/documents/6196" } }, { @@ -153682,13 +153682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6196" + "$ref": "https://ils.rero.ch/api/documents/6196" } }, { @@ -153696,13 +153696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6196" + "$ref": "https://ils.rero.ch/api/documents/6196" } }, { @@ -153710,13 +153710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6196" + "$ref": "https://ils.rero.ch/api/documents/6196" } }, { @@ -153724,13 +153724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6195" + "$ref": "https://ils.rero.ch/api/documents/6195" } }, { @@ -153738,13 +153738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6195" + "$ref": "https://ils.rero.ch/api/documents/6195" } }, { @@ -153752,13 +153752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6194" + "$ref": "https://ils.rero.ch/api/documents/6194" } }, { @@ -153766,13 +153766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6194" + "$ref": "https://ils.rero.ch/api/documents/6194" } }, { @@ -153780,13 +153780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6194" + "$ref": "https://ils.rero.ch/api/documents/6194" } }, { @@ -153794,13 +153794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6193" + "$ref": "https://ils.rero.ch/api/documents/6193" } }, { @@ -153808,13 +153808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6193" + "$ref": "https://ils.rero.ch/api/documents/6193" } }, { @@ -153822,13 +153822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6193" + "$ref": "https://ils.rero.ch/api/documents/6193" } }, { @@ -153836,13 +153836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6193" + "$ref": "https://ils.rero.ch/api/documents/6193" } }, { @@ -153850,13 +153850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6193" + "$ref": "https://ils.rero.ch/api/documents/6193" } }, { @@ -153864,13 +153864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6192" + "$ref": "https://ils.rero.ch/api/documents/6192" } }, { @@ -153878,13 +153878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6192" + "$ref": "https://ils.rero.ch/api/documents/6192" } }, { @@ -153892,13 +153892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6192" + "$ref": "https://ils.rero.ch/api/documents/6192" } }, { @@ -153906,13 +153906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6192" + "$ref": "https://ils.rero.ch/api/documents/6192" } }, { @@ -153920,13 +153920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6191" + "$ref": "https://ils.rero.ch/api/documents/6191" } }, { @@ -153934,13 +153934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6191" + "$ref": "https://ils.rero.ch/api/documents/6191" } }, { @@ -153948,13 +153948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6191" + "$ref": "https://ils.rero.ch/api/documents/6191" } }, { @@ -153962,13 +153962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6191" + "$ref": "https://ils.rero.ch/api/documents/6191" } }, { @@ -153976,13 +153976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6190" + "$ref": "https://ils.rero.ch/api/documents/6190" } }, { @@ -153990,13 +153990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6190" + "$ref": "https://ils.rero.ch/api/documents/6190" } }, { @@ -154004,13 +154004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6190" + "$ref": "https://ils.rero.ch/api/documents/6190" } }, { @@ -154018,13 +154018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6190" + "$ref": "https://ils.rero.ch/api/documents/6190" } }, { @@ -154032,13 +154032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6189" + "$ref": "https://ils.rero.ch/api/documents/6189" } }, { @@ -154046,13 +154046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6189" + "$ref": "https://ils.rero.ch/api/documents/6189" } }, { @@ -154060,13 +154060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6189" + "$ref": "https://ils.rero.ch/api/documents/6189" } }, { @@ -154074,13 +154074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6189" + "$ref": "https://ils.rero.ch/api/documents/6189" } }, { @@ -154088,13 +154088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6188" + "$ref": "https://ils.rero.ch/api/documents/6188" } }, { @@ -154102,13 +154102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6188" + "$ref": "https://ils.rero.ch/api/documents/6188" } }, { @@ -154116,13 +154116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6188" + "$ref": "https://ils.rero.ch/api/documents/6188" } }, { @@ -154130,13 +154130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6188" + "$ref": "https://ils.rero.ch/api/documents/6188" } }, { @@ -154144,13 +154144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6188" + "$ref": "https://ils.rero.ch/api/documents/6188" } }, { @@ -154158,13 +154158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6187" + "$ref": "https://ils.rero.ch/api/documents/6187" } }, { @@ -154172,13 +154172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6187" + "$ref": "https://ils.rero.ch/api/documents/6187" } }, { @@ -154186,13 +154186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6186" + "$ref": "https://ils.rero.ch/api/documents/6186" } }, { @@ -154200,13 +154200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6185" + "$ref": "https://ils.rero.ch/api/documents/6185" } }, { @@ -154214,13 +154214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6185" + "$ref": "https://ils.rero.ch/api/documents/6185" } }, { @@ -154228,13 +154228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6184" + "$ref": "https://ils.rero.ch/api/documents/6184" } }, { @@ -154242,13 +154242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6184" + "$ref": "https://ils.rero.ch/api/documents/6184" } }, { @@ -154256,13 +154256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6183" + "$ref": "https://ils.rero.ch/api/documents/6183" } }, { @@ -154270,13 +154270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6182" + "$ref": "https://ils.rero.ch/api/documents/6182" } }, { @@ -154284,13 +154284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6182" + "$ref": "https://ils.rero.ch/api/documents/6182" } }, { @@ -154298,13 +154298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6182" + "$ref": "https://ils.rero.ch/api/documents/6182" } }, { @@ -154312,13 +154312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6181" + "$ref": "https://ils.rero.ch/api/documents/6181" } }, { @@ -154326,13 +154326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6181" + "$ref": "https://ils.rero.ch/api/documents/6181" } }, { @@ -154340,13 +154340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6181" + "$ref": "https://ils.rero.ch/api/documents/6181" } }, { @@ -154354,13 +154354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6181" + "$ref": "https://ils.rero.ch/api/documents/6181" } }, { @@ -154368,13 +154368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6180" + "$ref": "https://ils.rero.ch/api/documents/6180" } }, { @@ -154382,13 +154382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6179" + "$ref": "https://ils.rero.ch/api/documents/6179" } }, { @@ -154396,13 +154396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6179" + "$ref": "https://ils.rero.ch/api/documents/6179" } }, { @@ -154410,13 +154410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6179" + "$ref": "https://ils.rero.ch/api/documents/6179" } }, { @@ -154424,13 +154424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6179" + "$ref": "https://ils.rero.ch/api/documents/6179" } }, { @@ -154438,13 +154438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6178" + "$ref": "https://ils.rero.ch/api/documents/6178" } }, { @@ -154452,13 +154452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6178" + "$ref": "https://ils.rero.ch/api/documents/6178" } }, { @@ -154466,13 +154466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6177" + "$ref": "https://ils.rero.ch/api/documents/6177" } }, { @@ -154480,13 +154480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6177" + "$ref": "https://ils.rero.ch/api/documents/6177" } }, { @@ -154494,13 +154494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6177" + "$ref": "https://ils.rero.ch/api/documents/6177" } }, { @@ -154508,13 +154508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6176" + "$ref": "https://ils.rero.ch/api/documents/6176" } }, { @@ -154522,13 +154522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6175" + "$ref": "https://ils.rero.ch/api/documents/6175" } }, { @@ -154536,13 +154536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6174" + "$ref": "https://ils.rero.ch/api/documents/6174" } }, { @@ -154550,13 +154550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6174" + "$ref": "https://ils.rero.ch/api/documents/6174" } }, { @@ -154564,13 +154564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6174" + "$ref": "https://ils.rero.ch/api/documents/6174" } }, { @@ -154578,13 +154578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6174" + "$ref": "https://ils.rero.ch/api/documents/6174" } }, { @@ -154592,13 +154592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6173" + "$ref": "https://ils.rero.ch/api/documents/6173" } }, { @@ -154606,13 +154606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6173" + "$ref": "https://ils.rero.ch/api/documents/6173" } }, { @@ -154620,13 +154620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6173" + "$ref": "https://ils.rero.ch/api/documents/6173" } }, { @@ -154634,13 +154634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6173" + "$ref": "https://ils.rero.ch/api/documents/6173" } }, { @@ -154648,13 +154648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6172" + "$ref": "https://ils.rero.ch/api/documents/6172" } }, { @@ -154662,13 +154662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6171" + "$ref": "https://ils.rero.ch/api/documents/6171" } }, { @@ -154676,13 +154676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6171" + "$ref": "https://ils.rero.ch/api/documents/6171" } }, { @@ -154690,13 +154690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6171" + "$ref": "https://ils.rero.ch/api/documents/6171" } }, { @@ -154704,13 +154704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6170" + "$ref": "https://ils.rero.ch/api/documents/6170" } }, { @@ -154718,13 +154718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6170" + "$ref": "https://ils.rero.ch/api/documents/6170" } }, { @@ -154732,13 +154732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6170" + "$ref": "https://ils.rero.ch/api/documents/6170" } }, { @@ -154746,13 +154746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6170" + "$ref": "https://ils.rero.ch/api/documents/6170" } }, { @@ -154760,13 +154760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6170" + "$ref": "https://ils.rero.ch/api/documents/6170" } }, { @@ -154774,13 +154774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6169" + "$ref": "https://ils.rero.ch/api/documents/6169" } }, { @@ -154788,13 +154788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6169" + "$ref": "https://ils.rero.ch/api/documents/6169" } }, { @@ -154802,13 +154802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6169" + "$ref": "https://ils.rero.ch/api/documents/6169" } }, { @@ -154816,13 +154816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6169" + "$ref": "https://ils.rero.ch/api/documents/6169" } }, { @@ -154830,13 +154830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6169" + "$ref": "https://ils.rero.ch/api/documents/6169" } }, { @@ -154844,13 +154844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6168" + "$ref": "https://ils.rero.ch/api/documents/6168" } }, { @@ -154858,13 +154858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6167" + "$ref": "https://ils.rero.ch/api/documents/6167" } }, { @@ -154872,13 +154872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6167" + "$ref": "https://ils.rero.ch/api/documents/6167" } }, { @@ -154886,13 +154886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6166" + "$ref": "https://ils.rero.ch/api/documents/6166" } }, { @@ -154900,13 +154900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6166" + "$ref": "https://ils.rero.ch/api/documents/6166" } }, { @@ -154914,13 +154914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6166" + "$ref": "https://ils.rero.ch/api/documents/6166" } }, { @@ -154928,13 +154928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6165" + "$ref": "https://ils.rero.ch/api/documents/6165" } }, { @@ -154942,13 +154942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6164" + "$ref": "https://ils.rero.ch/api/documents/6164" } }, { @@ -154956,13 +154956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6163" + "$ref": "https://ils.rero.ch/api/documents/6163" } }, { @@ -154970,13 +154970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6163" + "$ref": "https://ils.rero.ch/api/documents/6163" } }, { @@ -154984,13 +154984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6163" + "$ref": "https://ils.rero.ch/api/documents/6163" } }, { @@ -154998,13 +154998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6162" + "$ref": "https://ils.rero.ch/api/documents/6162" } }, { @@ -155012,13 +155012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6161" + "$ref": "https://ils.rero.ch/api/documents/6161" } }, { @@ -155026,13 +155026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6161" + "$ref": "https://ils.rero.ch/api/documents/6161" } }, { @@ -155040,13 +155040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6161" + "$ref": "https://ils.rero.ch/api/documents/6161" } }, { @@ -155054,13 +155054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6161" + "$ref": "https://ils.rero.ch/api/documents/6161" } }, { @@ -155068,13 +155068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6161" + "$ref": "https://ils.rero.ch/api/documents/6161" } }, { @@ -155082,13 +155082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6160" + "$ref": "https://ils.rero.ch/api/documents/6160" } }, { @@ -155096,13 +155096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6160" + "$ref": "https://ils.rero.ch/api/documents/6160" } }, { @@ -155110,13 +155110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6160" + "$ref": "https://ils.rero.ch/api/documents/6160" } }, { @@ -155124,13 +155124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6159" + "$ref": "https://ils.rero.ch/api/documents/6159" } }, { @@ -155138,13 +155138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6158" + "$ref": "https://ils.rero.ch/api/documents/6158" } }, { @@ -155152,13 +155152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6158" + "$ref": "https://ils.rero.ch/api/documents/6158" } }, { @@ -155166,13 +155166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6158" + "$ref": "https://ils.rero.ch/api/documents/6158" } }, { @@ -155180,13 +155180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6158" + "$ref": "https://ils.rero.ch/api/documents/6158" } }, { @@ -155194,13 +155194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6157" + "$ref": "https://ils.rero.ch/api/documents/6157" } }, { @@ -155208,13 +155208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6157" + "$ref": "https://ils.rero.ch/api/documents/6157" } }, { @@ -155222,13 +155222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6157" + "$ref": "https://ils.rero.ch/api/documents/6157" } }, { @@ -155236,13 +155236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6157" + "$ref": "https://ils.rero.ch/api/documents/6157" } }, { @@ -155250,13 +155250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6156" + "$ref": "https://ils.rero.ch/api/documents/6156" } }, { @@ -155264,13 +155264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6156" + "$ref": "https://ils.rero.ch/api/documents/6156" } }, { @@ -155278,13 +155278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6156" + "$ref": "https://ils.rero.ch/api/documents/6156" } }, { @@ -155292,13 +155292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6156" + "$ref": "https://ils.rero.ch/api/documents/6156" } }, { @@ -155306,13 +155306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6156" + "$ref": "https://ils.rero.ch/api/documents/6156" } }, { @@ -155320,13 +155320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6155" + "$ref": "https://ils.rero.ch/api/documents/6155" } }, { @@ -155334,13 +155334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6154" + "$ref": "https://ils.rero.ch/api/documents/6154" } }, { @@ -155348,13 +155348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6153" + "$ref": "https://ils.rero.ch/api/documents/6153" } }, { @@ -155362,13 +155362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6153" + "$ref": "https://ils.rero.ch/api/documents/6153" } }, { @@ -155376,13 +155376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6153" + "$ref": "https://ils.rero.ch/api/documents/6153" } }, { @@ -155390,13 +155390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6153" + "$ref": "https://ils.rero.ch/api/documents/6153" } }, { @@ -155404,13 +155404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6153" + "$ref": "https://ils.rero.ch/api/documents/6153" } }, { @@ -155418,13 +155418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6152" + "$ref": "https://ils.rero.ch/api/documents/6152" } }, { @@ -155432,13 +155432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6152" + "$ref": "https://ils.rero.ch/api/documents/6152" } }, { @@ -155446,13 +155446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6152" + "$ref": "https://ils.rero.ch/api/documents/6152" } }, { @@ -155460,13 +155460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6152" + "$ref": "https://ils.rero.ch/api/documents/6152" } }, { @@ -155474,13 +155474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6152" + "$ref": "https://ils.rero.ch/api/documents/6152" } }, { @@ -155488,13 +155488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6151" + "$ref": "https://ils.rero.ch/api/documents/6151" } }, { @@ -155502,13 +155502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6150" + "$ref": "https://ils.rero.ch/api/documents/6150" } }, { @@ -155516,13 +155516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6150" + "$ref": "https://ils.rero.ch/api/documents/6150" } }, { @@ -155530,13 +155530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6150" + "$ref": "https://ils.rero.ch/api/documents/6150" } }, { @@ -155544,13 +155544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6149" + "$ref": "https://ils.rero.ch/api/documents/6149" } }, { @@ -155558,13 +155558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6149" + "$ref": "https://ils.rero.ch/api/documents/6149" } }, { @@ -155572,13 +155572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6149" + "$ref": "https://ils.rero.ch/api/documents/6149" } }, { @@ -155586,13 +155586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6149" + "$ref": "https://ils.rero.ch/api/documents/6149" } }, { @@ -155600,13 +155600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6149" + "$ref": "https://ils.rero.ch/api/documents/6149" } }, { @@ -155614,13 +155614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6148" + "$ref": "https://ils.rero.ch/api/documents/6148" } }, { @@ -155628,13 +155628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6148" + "$ref": "https://ils.rero.ch/api/documents/6148" } }, { @@ -155642,13 +155642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6148" + "$ref": "https://ils.rero.ch/api/documents/6148" } }, { @@ -155656,13 +155656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6147" + "$ref": "https://ils.rero.ch/api/documents/6147" } }, { @@ -155670,13 +155670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6147" + "$ref": "https://ils.rero.ch/api/documents/6147" } }, { @@ -155684,13 +155684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6147" + "$ref": "https://ils.rero.ch/api/documents/6147" } }, { @@ -155698,13 +155698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6147" + "$ref": "https://ils.rero.ch/api/documents/6147" } }, { @@ -155712,13 +155712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6146" + "$ref": "https://ils.rero.ch/api/documents/6146" } }, { @@ -155726,13 +155726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6145" + "$ref": "https://ils.rero.ch/api/documents/6145" } }, { @@ -155740,13 +155740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6144" + "$ref": "https://ils.rero.ch/api/documents/6144" } }, { @@ -155754,13 +155754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6144" + "$ref": "https://ils.rero.ch/api/documents/6144" } }, { @@ -155768,13 +155768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6144" + "$ref": "https://ils.rero.ch/api/documents/6144" } }, { @@ -155782,13 +155782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6144" + "$ref": "https://ils.rero.ch/api/documents/6144" } }, { @@ -155796,13 +155796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6143" + "$ref": "https://ils.rero.ch/api/documents/6143" } }, { @@ -155810,13 +155810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6143" + "$ref": "https://ils.rero.ch/api/documents/6143" } }, { @@ -155824,13 +155824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6143" + "$ref": "https://ils.rero.ch/api/documents/6143" } }, { @@ -155838,13 +155838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6143" + "$ref": "https://ils.rero.ch/api/documents/6143" } }, { @@ -155852,13 +155852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6142" + "$ref": "https://ils.rero.ch/api/documents/6142" } }, { @@ -155866,13 +155866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6142" + "$ref": "https://ils.rero.ch/api/documents/6142" } }, { @@ -155880,13 +155880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6141" + "$ref": "https://ils.rero.ch/api/documents/6141" } }, { @@ -155894,13 +155894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6141" + "$ref": "https://ils.rero.ch/api/documents/6141" } }, { @@ -155908,13 +155908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6140" + "$ref": "https://ils.rero.ch/api/documents/6140" } }, { @@ -155922,13 +155922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6140" + "$ref": "https://ils.rero.ch/api/documents/6140" } }, { @@ -155936,13 +155936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6140" + "$ref": "https://ils.rero.ch/api/documents/6140" } }, { @@ -155950,13 +155950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6140" + "$ref": "https://ils.rero.ch/api/documents/6140" } }, { @@ -155964,13 +155964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6140" + "$ref": "https://ils.rero.ch/api/documents/6140" } }, { @@ -155978,13 +155978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6139" + "$ref": "https://ils.rero.ch/api/documents/6139" } }, { @@ -155992,13 +155992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6139" + "$ref": "https://ils.rero.ch/api/documents/6139" } }, { @@ -156006,13 +156006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6139" + "$ref": "https://ils.rero.ch/api/documents/6139" } }, { @@ -156020,13 +156020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6139" + "$ref": "https://ils.rero.ch/api/documents/6139" } }, { @@ -156034,13 +156034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6139" + "$ref": "https://ils.rero.ch/api/documents/6139" } }, { @@ -156048,13 +156048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6138" + "$ref": "https://ils.rero.ch/api/documents/6138" } }, { @@ -156062,13 +156062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6138" + "$ref": "https://ils.rero.ch/api/documents/6138" } }, { @@ -156076,13 +156076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6137" + "$ref": "https://ils.rero.ch/api/documents/6137" } }, { @@ -156090,13 +156090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6137" + "$ref": "https://ils.rero.ch/api/documents/6137" } }, { @@ -156104,13 +156104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6137" + "$ref": "https://ils.rero.ch/api/documents/6137" } }, { @@ -156118,13 +156118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6137" + "$ref": "https://ils.rero.ch/api/documents/6137" } }, { @@ -156132,13 +156132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6137" + "$ref": "https://ils.rero.ch/api/documents/6137" } }, { @@ -156146,13 +156146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6136" + "$ref": "https://ils.rero.ch/api/documents/6136" } }, { @@ -156160,13 +156160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6136" + "$ref": "https://ils.rero.ch/api/documents/6136" } }, { @@ -156174,13 +156174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6136" + "$ref": "https://ils.rero.ch/api/documents/6136" } }, { @@ -156188,13 +156188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6136" + "$ref": "https://ils.rero.ch/api/documents/6136" } }, { @@ -156202,13 +156202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6136" + "$ref": "https://ils.rero.ch/api/documents/6136" } }, { @@ -156216,13 +156216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6135" + "$ref": "https://ils.rero.ch/api/documents/6135" } }, { @@ -156230,13 +156230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6135" + "$ref": "https://ils.rero.ch/api/documents/6135" } }, { @@ -156244,13 +156244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6135" + "$ref": "https://ils.rero.ch/api/documents/6135" } }, { @@ -156258,13 +156258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6135" + "$ref": "https://ils.rero.ch/api/documents/6135" } }, { @@ -156272,13 +156272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6135" + "$ref": "https://ils.rero.ch/api/documents/6135" } }, { @@ -156286,13 +156286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6134" + "$ref": "https://ils.rero.ch/api/documents/6134" } }, { @@ -156300,13 +156300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6134" + "$ref": "https://ils.rero.ch/api/documents/6134" } }, { @@ -156314,13 +156314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6134" + "$ref": "https://ils.rero.ch/api/documents/6134" } }, { @@ -156328,13 +156328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6134" + "$ref": "https://ils.rero.ch/api/documents/6134" } }, { @@ -156342,13 +156342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6134" + "$ref": "https://ils.rero.ch/api/documents/6134" } }, { @@ -156356,13 +156356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6133" + "$ref": "https://ils.rero.ch/api/documents/6133" } }, { @@ -156370,13 +156370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6133" + "$ref": "https://ils.rero.ch/api/documents/6133" } }, { @@ -156384,13 +156384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6133" + "$ref": "https://ils.rero.ch/api/documents/6133" } }, { @@ -156398,13 +156398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6132" + "$ref": "https://ils.rero.ch/api/documents/6132" } }, { @@ -156412,13 +156412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6132" + "$ref": "https://ils.rero.ch/api/documents/6132" } }, { @@ -156426,13 +156426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6131" + "$ref": "https://ils.rero.ch/api/documents/6131" } }, { @@ -156440,13 +156440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6131" + "$ref": "https://ils.rero.ch/api/documents/6131" } }, { @@ -156454,13 +156454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6131" + "$ref": "https://ils.rero.ch/api/documents/6131" } }, { @@ -156468,13 +156468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6131" + "$ref": "https://ils.rero.ch/api/documents/6131" } }, { @@ -156482,13 +156482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6131" + "$ref": "https://ils.rero.ch/api/documents/6131" } }, { @@ -156496,13 +156496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6130" + "$ref": "https://ils.rero.ch/api/documents/6130" } }, { @@ -156510,13 +156510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6130" + "$ref": "https://ils.rero.ch/api/documents/6130" } }, { @@ -156524,13 +156524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6129" + "$ref": "https://ils.rero.ch/api/documents/6129" } }, { @@ -156538,13 +156538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6129" + "$ref": "https://ils.rero.ch/api/documents/6129" } }, { @@ -156552,13 +156552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6129" + "$ref": "https://ils.rero.ch/api/documents/6129" } }, { @@ -156566,13 +156566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6129" + "$ref": "https://ils.rero.ch/api/documents/6129" } }, { @@ -156580,13 +156580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6129" + "$ref": "https://ils.rero.ch/api/documents/6129" } }, { @@ -156594,13 +156594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6128" + "$ref": "https://ils.rero.ch/api/documents/6128" } }, { @@ -156608,13 +156608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6128" + "$ref": "https://ils.rero.ch/api/documents/6128" } }, { @@ -156622,13 +156622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6128" + "$ref": "https://ils.rero.ch/api/documents/6128" } }, { @@ -156636,13 +156636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6127" + "$ref": "https://ils.rero.ch/api/documents/6127" } }, { @@ -156650,13 +156650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6127" + "$ref": "https://ils.rero.ch/api/documents/6127" } }, { @@ -156664,13 +156664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6127" + "$ref": "https://ils.rero.ch/api/documents/6127" } }, { @@ -156678,13 +156678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6126" + "$ref": "https://ils.rero.ch/api/documents/6126" } }, { @@ -156692,13 +156692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6126" + "$ref": "https://ils.rero.ch/api/documents/6126" } }, { @@ -156706,13 +156706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6126" + "$ref": "https://ils.rero.ch/api/documents/6126" } }, { @@ -156720,13 +156720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6126" + "$ref": "https://ils.rero.ch/api/documents/6126" } }, { @@ -156734,13 +156734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6126" + "$ref": "https://ils.rero.ch/api/documents/6126" } }, { @@ -156748,13 +156748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6125" + "$ref": "https://ils.rero.ch/api/documents/6125" } }, { @@ -156762,13 +156762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6125" + "$ref": "https://ils.rero.ch/api/documents/6125" } }, { @@ -156776,13 +156776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6124" + "$ref": "https://ils.rero.ch/api/documents/6124" } }, { @@ -156790,13 +156790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6124" + "$ref": "https://ils.rero.ch/api/documents/6124" } }, { @@ -156804,13 +156804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6123" + "$ref": "https://ils.rero.ch/api/documents/6123" } }, { @@ -156818,13 +156818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6123" + "$ref": "https://ils.rero.ch/api/documents/6123" } }, { @@ -156832,13 +156832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6123" + "$ref": "https://ils.rero.ch/api/documents/6123" } }, { @@ -156846,13 +156846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6123" + "$ref": "https://ils.rero.ch/api/documents/6123" } }, { @@ -156860,13 +156860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6123" + "$ref": "https://ils.rero.ch/api/documents/6123" } }, { @@ -156874,13 +156874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6122" + "$ref": "https://ils.rero.ch/api/documents/6122" } }, { @@ -156888,13 +156888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6122" + "$ref": "https://ils.rero.ch/api/documents/6122" } }, { @@ -156902,13 +156902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6122" + "$ref": "https://ils.rero.ch/api/documents/6122" } }, { @@ -156916,13 +156916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6122" + "$ref": "https://ils.rero.ch/api/documents/6122" } }, { @@ -156930,13 +156930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6121" + "$ref": "https://ils.rero.ch/api/documents/6121" } }, { @@ -156944,13 +156944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6121" + "$ref": "https://ils.rero.ch/api/documents/6121" } }, { @@ -156958,13 +156958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6121" + "$ref": "https://ils.rero.ch/api/documents/6121" } }, { @@ -156972,13 +156972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6120" + "$ref": "https://ils.rero.ch/api/documents/6120" } }, { @@ -156986,13 +156986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6120" + "$ref": "https://ils.rero.ch/api/documents/6120" } }, { @@ -157000,13 +157000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6120" + "$ref": "https://ils.rero.ch/api/documents/6120" } }, { @@ -157014,13 +157014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6119" + "$ref": "https://ils.rero.ch/api/documents/6119" } }, { @@ -157028,13 +157028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6119" + "$ref": "https://ils.rero.ch/api/documents/6119" } }, { @@ -157042,13 +157042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6118" + "$ref": "https://ils.rero.ch/api/documents/6118" } }, { @@ -157056,13 +157056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6117" + "$ref": "https://ils.rero.ch/api/documents/6117" } }, { @@ -157070,13 +157070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6117" + "$ref": "https://ils.rero.ch/api/documents/6117" } }, { @@ -157084,13 +157084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6117" + "$ref": "https://ils.rero.ch/api/documents/6117" } }, { @@ -157098,13 +157098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6117" + "$ref": "https://ils.rero.ch/api/documents/6117" } }, { @@ -157112,13 +157112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6116" + "$ref": "https://ils.rero.ch/api/documents/6116" } }, { @@ -157126,13 +157126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6116" + "$ref": "https://ils.rero.ch/api/documents/6116" } }, { @@ -157140,13 +157140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6116" + "$ref": "https://ils.rero.ch/api/documents/6116" } }, { @@ -157154,13 +157154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6116" + "$ref": "https://ils.rero.ch/api/documents/6116" } }, { @@ -157168,13 +157168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6115" + "$ref": "https://ils.rero.ch/api/documents/6115" } }, { @@ -157182,13 +157182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6115" + "$ref": "https://ils.rero.ch/api/documents/6115" } }, { @@ -157196,13 +157196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6115" + "$ref": "https://ils.rero.ch/api/documents/6115" } }, { @@ -157210,13 +157210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6115" + "$ref": "https://ils.rero.ch/api/documents/6115" } }, { @@ -157224,13 +157224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6115" + "$ref": "https://ils.rero.ch/api/documents/6115" } }, { @@ -157238,13 +157238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6114" + "$ref": "https://ils.rero.ch/api/documents/6114" } }, { @@ -157252,13 +157252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6114" + "$ref": "https://ils.rero.ch/api/documents/6114" } }, { @@ -157266,13 +157266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6113" + "$ref": "https://ils.rero.ch/api/documents/6113" } }, { @@ -157280,13 +157280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6113" + "$ref": "https://ils.rero.ch/api/documents/6113" } }, { @@ -157294,13 +157294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6113" + "$ref": "https://ils.rero.ch/api/documents/6113" } }, { @@ -157308,13 +157308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6112" + "$ref": "https://ils.rero.ch/api/documents/6112" } }, { @@ -157322,13 +157322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6111" + "$ref": "https://ils.rero.ch/api/documents/6111" } }, { @@ -157336,13 +157336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6110" + "$ref": "https://ils.rero.ch/api/documents/6110" } }, { @@ -157350,13 +157350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6110" + "$ref": "https://ils.rero.ch/api/documents/6110" } }, { @@ -157364,13 +157364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6110" + "$ref": "https://ils.rero.ch/api/documents/6110" } }, { @@ -157378,13 +157378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6110" + "$ref": "https://ils.rero.ch/api/documents/6110" } }, { @@ -157392,13 +157392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6110" + "$ref": "https://ils.rero.ch/api/documents/6110" } }, { @@ -157406,13 +157406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6109" + "$ref": "https://ils.rero.ch/api/documents/6109" } }, { @@ -157420,13 +157420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6109" + "$ref": "https://ils.rero.ch/api/documents/6109" } }, { @@ -157434,13 +157434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6109" + "$ref": "https://ils.rero.ch/api/documents/6109" } }, { @@ -157448,13 +157448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6109" + "$ref": "https://ils.rero.ch/api/documents/6109" } }, { @@ -157462,13 +157462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6109" + "$ref": "https://ils.rero.ch/api/documents/6109" } }, { @@ -157476,13 +157476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6108" + "$ref": "https://ils.rero.ch/api/documents/6108" } }, { @@ -157490,13 +157490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6107" + "$ref": "https://ils.rero.ch/api/documents/6107" } }, { @@ -157504,13 +157504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6107" + "$ref": "https://ils.rero.ch/api/documents/6107" } }, { @@ -157518,13 +157518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6107" + "$ref": "https://ils.rero.ch/api/documents/6107" } }, { @@ -157532,13 +157532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6107" + "$ref": "https://ils.rero.ch/api/documents/6107" } }, { @@ -157546,13 +157546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6107" + "$ref": "https://ils.rero.ch/api/documents/6107" } }, { @@ -157560,13 +157560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6106" + "$ref": "https://ils.rero.ch/api/documents/6106" } }, { @@ -157574,13 +157574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6106" + "$ref": "https://ils.rero.ch/api/documents/6106" } }, { @@ -157588,13 +157588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6106" + "$ref": "https://ils.rero.ch/api/documents/6106" } }, { @@ -157602,13 +157602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6105" + "$ref": "https://ils.rero.ch/api/documents/6105" } }, { @@ -157616,13 +157616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6105" + "$ref": "https://ils.rero.ch/api/documents/6105" } }, { @@ -157630,13 +157630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6105" + "$ref": "https://ils.rero.ch/api/documents/6105" } }, { @@ -157644,13 +157644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6104" + "$ref": "https://ils.rero.ch/api/documents/6104" } }, { @@ -157658,13 +157658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6104" + "$ref": "https://ils.rero.ch/api/documents/6104" } }, { @@ -157672,13 +157672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6104" + "$ref": "https://ils.rero.ch/api/documents/6104" } }, { @@ -157686,13 +157686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6104" + "$ref": "https://ils.rero.ch/api/documents/6104" } }, { @@ -157700,13 +157700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6104" + "$ref": "https://ils.rero.ch/api/documents/6104" } }, { @@ -157714,13 +157714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6103" + "$ref": "https://ils.rero.ch/api/documents/6103" } }, { @@ -157728,13 +157728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6103" + "$ref": "https://ils.rero.ch/api/documents/6103" } }, { @@ -157742,13 +157742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6103" + "$ref": "https://ils.rero.ch/api/documents/6103" } }, { @@ -157756,13 +157756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6102" + "$ref": "https://ils.rero.ch/api/documents/6102" } }, { @@ -157770,13 +157770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6101" + "$ref": "https://ils.rero.ch/api/documents/6101" } }, { @@ -157784,13 +157784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6101" + "$ref": "https://ils.rero.ch/api/documents/6101" } }, { @@ -157798,13 +157798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6101" + "$ref": "https://ils.rero.ch/api/documents/6101" } }, { @@ -157812,13 +157812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6101" + "$ref": "https://ils.rero.ch/api/documents/6101" } }, { @@ -157826,13 +157826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6101" + "$ref": "https://ils.rero.ch/api/documents/6101" } }, { @@ -157840,13 +157840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6100" + "$ref": "https://ils.rero.ch/api/documents/6100" } }, { @@ -157854,13 +157854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6100" + "$ref": "https://ils.rero.ch/api/documents/6100" } }, { @@ -157868,13 +157868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6099" + "$ref": "https://ils.rero.ch/api/documents/6099" } }, { @@ -157882,13 +157882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6099" + "$ref": "https://ils.rero.ch/api/documents/6099" } }, { @@ -157896,13 +157896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6099" + "$ref": "https://ils.rero.ch/api/documents/6099" } }, { @@ -157910,13 +157910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6098" + "$ref": "https://ils.rero.ch/api/documents/6098" } }, { @@ -157924,13 +157924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6098" + "$ref": "https://ils.rero.ch/api/documents/6098" } }, { @@ -157938,13 +157938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6098" + "$ref": "https://ils.rero.ch/api/documents/6098" } }, { @@ -157952,13 +157952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6098" + "$ref": "https://ils.rero.ch/api/documents/6098" } }, { @@ -157966,13 +157966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6098" + "$ref": "https://ils.rero.ch/api/documents/6098" } }, { @@ -157980,13 +157980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6097" + "$ref": "https://ils.rero.ch/api/documents/6097" } }, { @@ -157994,13 +157994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6097" + "$ref": "https://ils.rero.ch/api/documents/6097" } }, { @@ -158008,13 +158008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6097" + "$ref": "https://ils.rero.ch/api/documents/6097" } }, { @@ -158022,13 +158022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6096" + "$ref": "https://ils.rero.ch/api/documents/6096" } }, { @@ -158036,13 +158036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6095" + "$ref": "https://ils.rero.ch/api/documents/6095" } }, { @@ -158050,13 +158050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6095" + "$ref": "https://ils.rero.ch/api/documents/6095" } }, { @@ -158064,13 +158064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6095" + "$ref": "https://ils.rero.ch/api/documents/6095" } }, { @@ -158078,13 +158078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6095" + "$ref": "https://ils.rero.ch/api/documents/6095" } }, { @@ -158092,13 +158092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6094" + "$ref": "https://ils.rero.ch/api/documents/6094" } }, { @@ -158106,13 +158106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6094" + "$ref": "https://ils.rero.ch/api/documents/6094" } }, { @@ -158120,13 +158120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6093" + "$ref": "https://ils.rero.ch/api/documents/6093" } }, { @@ -158134,13 +158134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6093" + "$ref": "https://ils.rero.ch/api/documents/6093" } }, { @@ -158148,13 +158148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6092" + "$ref": "https://ils.rero.ch/api/documents/6092" } }, { @@ -158162,13 +158162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6092" + "$ref": "https://ils.rero.ch/api/documents/6092" } }, { @@ -158176,13 +158176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6092" + "$ref": "https://ils.rero.ch/api/documents/6092" } }, { @@ -158190,13 +158190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6092" + "$ref": "https://ils.rero.ch/api/documents/6092" } }, { @@ -158204,13 +158204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6091" + "$ref": "https://ils.rero.ch/api/documents/6091" } }, { @@ -158218,13 +158218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6091" + "$ref": "https://ils.rero.ch/api/documents/6091" } }, { @@ -158232,13 +158232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6091" + "$ref": "https://ils.rero.ch/api/documents/6091" } }, { @@ -158246,13 +158246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6091" + "$ref": "https://ils.rero.ch/api/documents/6091" } }, { @@ -158260,13 +158260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6091" + "$ref": "https://ils.rero.ch/api/documents/6091" } }, { @@ -158274,13 +158274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6090" + "$ref": "https://ils.rero.ch/api/documents/6090" } }, { @@ -158288,13 +158288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6090" + "$ref": "https://ils.rero.ch/api/documents/6090" } }, { @@ -158302,13 +158302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6090" + "$ref": "https://ils.rero.ch/api/documents/6090" } }, { @@ -158316,13 +158316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6090" + "$ref": "https://ils.rero.ch/api/documents/6090" } }, { @@ -158330,13 +158330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6089" + "$ref": "https://ils.rero.ch/api/documents/6089" } }, { @@ -158344,13 +158344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6089" + "$ref": "https://ils.rero.ch/api/documents/6089" } }, { @@ -158358,13 +158358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6089" + "$ref": "https://ils.rero.ch/api/documents/6089" } }, { @@ -158372,13 +158372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6089" + "$ref": "https://ils.rero.ch/api/documents/6089" } }, { @@ -158386,13 +158386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6089" + "$ref": "https://ils.rero.ch/api/documents/6089" } }, { @@ -158400,13 +158400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6088" + "$ref": "https://ils.rero.ch/api/documents/6088" } }, { @@ -158414,13 +158414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6088" + "$ref": "https://ils.rero.ch/api/documents/6088" } }, { @@ -158428,13 +158428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6087" + "$ref": "https://ils.rero.ch/api/documents/6087" } }, { @@ -158442,13 +158442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6087" + "$ref": "https://ils.rero.ch/api/documents/6087" } }, { @@ -158456,13 +158456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6087" + "$ref": "https://ils.rero.ch/api/documents/6087" } }, { @@ -158470,13 +158470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6087" + "$ref": "https://ils.rero.ch/api/documents/6087" } }, { @@ -158484,13 +158484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6087" + "$ref": "https://ils.rero.ch/api/documents/6087" } }, { @@ -158498,13 +158498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6086" + "$ref": "https://ils.rero.ch/api/documents/6086" } }, { @@ -158512,13 +158512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6086" + "$ref": "https://ils.rero.ch/api/documents/6086" } }, { @@ -158526,13 +158526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6086" + "$ref": "https://ils.rero.ch/api/documents/6086" } }, { @@ -158540,13 +158540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6086" + "$ref": "https://ils.rero.ch/api/documents/6086" } }, { @@ -158554,13 +158554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6085" + "$ref": "https://ils.rero.ch/api/documents/6085" } }, { @@ -158568,13 +158568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6085" + "$ref": "https://ils.rero.ch/api/documents/6085" } }, { @@ -158582,13 +158582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6085" + "$ref": "https://ils.rero.ch/api/documents/6085" } }, { @@ -158596,13 +158596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6085" + "$ref": "https://ils.rero.ch/api/documents/6085" } }, { @@ -158610,13 +158610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6084" + "$ref": "https://ils.rero.ch/api/documents/6084" } }, { @@ -158624,13 +158624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6084" + "$ref": "https://ils.rero.ch/api/documents/6084" } }, { @@ -158638,13 +158638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6084" + "$ref": "https://ils.rero.ch/api/documents/6084" } }, { @@ -158652,13 +158652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6084" + "$ref": "https://ils.rero.ch/api/documents/6084" } }, { @@ -158666,13 +158666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6084" + "$ref": "https://ils.rero.ch/api/documents/6084" } }, { @@ -158680,13 +158680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6083" + "$ref": "https://ils.rero.ch/api/documents/6083" } }, { @@ -158694,13 +158694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6082" + "$ref": "https://ils.rero.ch/api/documents/6082" } }, { @@ -158708,13 +158708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6082" + "$ref": "https://ils.rero.ch/api/documents/6082" } }, { @@ -158722,13 +158722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6082" + "$ref": "https://ils.rero.ch/api/documents/6082" } }, { @@ -158736,13 +158736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6082" + "$ref": "https://ils.rero.ch/api/documents/6082" } }, { @@ -158750,13 +158750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6082" + "$ref": "https://ils.rero.ch/api/documents/6082" } }, { @@ -158764,13 +158764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6081" + "$ref": "https://ils.rero.ch/api/documents/6081" } }, { @@ -158778,13 +158778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6081" + "$ref": "https://ils.rero.ch/api/documents/6081" } }, { @@ -158792,13 +158792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6081" + "$ref": "https://ils.rero.ch/api/documents/6081" } }, { @@ -158806,13 +158806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6081" + "$ref": "https://ils.rero.ch/api/documents/6081" } }, { @@ -158820,13 +158820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6080" + "$ref": "https://ils.rero.ch/api/documents/6080" } }, { @@ -158834,13 +158834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6080" + "$ref": "https://ils.rero.ch/api/documents/6080" } }, { @@ -158848,13 +158848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6080" + "$ref": "https://ils.rero.ch/api/documents/6080" } }, { @@ -158862,13 +158862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6080" + "$ref": "https://ils.rero.ch/api/documents/6080" } }, { @@ -158876,13 +158876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6080" + "$ref": "https://ils.rero.ch/api/documents/6080" } }, { @@ -158890,13 +158890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6079" + "$ref": "https://ils.rero.ch/api/documents/6079" } }, { @@ -158904,13 +158904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6079" + "$ref": "https://ils.rero.ch/api/documents/6079" } }, { @@ -158918,13 +158918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6079" + "$ref": "https://ils.rero.ch/api/documents/6079" } }, { @@ -158932,13 +158932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6078" + "$ref": "https://ils.rero.ch/api/documents/6078" } }, { @@ -158946,13 +158946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6078" + "$ref": "https://ils.rero.ch/api/documents/6078" } }, { @@ -158960,13 +158960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6078" + "$ref": "https://ils.rero.ch/api/documents/6078" } }, { @@ -158974,13 +158974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6078" + "$ref": "https://ils.rero.ch/api/documents/6078" } }, { @@ -158988,13 +158988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6077" + "$ref": "https://ils.rero.ch/api/documents/6077" } }, { @@ -159002,13 +159002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6077" + "$ref": "https://ils.rero.ch/api/documents/6077" } }, { @@ -159016,13 +159016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6077" + "$ref": "https://ils.rero.ch/api/documents/6077" } }, { @@ -159030,13 +159030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6077" + "$ref": "https://ils.rero.ch/api/documents/6077" } }, { @@ -159044,13 +159044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6077" + "$ref": "https://ils.rero.ch/api/documents/6077" } }, { @@ -159058,13 +159058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6076" + "$ref": "https://ils.rero.ch/api/documents/6076" } }, { @@ -159072,13 +159072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6076" + "$ref": "https://ils.rero.ch/api/documents/6076" } }, { @@ -159086,13 +159086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6076" + "$ref": "https://ils.rero.ch/api/documents/6076" } }, { @@ -159100,13 +159100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6075" + "$ref": "https://ils.rero.ch/api/documents/6075" } }, { @@ -159114,13 +159114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6075" + "$ref": "https://ils.rero.ch/api/documents/6075" } }, { @@ -159128,13 +159128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6075" + "$ref": "https://ils.rero.ch/api/documents/6075" } }, { @@ -159142,13 +159142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6075" + "$ref": "https://ils.rero.ch/api/documents/6075" } }, { @@ -159156,13 +159156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6075" + "$ref": "https://ils.rero.ch/api/documents/6075" } }, { @@ -159170,13 +159170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6074" + "$ref": "https://ils.rero.ch/api/documents/6074" } }, { @@ -159184,13 +159184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6074" + "$ref": "https://ils.rero.ch/api/documents/6074" } }, { @@ -159198,13 +159198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6074" + "$ref": "https://ils.rero.ch/api/documents/6074" } }, { @@ -159212,13 +159212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6073" + "$ref": "https://ils.rero.ch/api/documents/6073" } }, { @@ -159226,13 +159226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6073" + "$ref": "https://ils.rero.ch/api/documents/6073" } }, { @@ -159240,13 +159240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6073" + "$ref": "https://ils.rero.ch/api/documents/6073" } }, { @@ -159254,13 +159254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6073" + "$ref": "https://ils.rero.ch/api/documents/6073" } }, { @@ -159268,13 +159268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6072" + "$ref": "https://ils.rero.ch/api/documents/6072" } }, { @@ -159282,13 +159282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6072" + "$ref": "https://ils.rero.ch/api/documents/6072" } }, { @@ -159296,13 +159296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6072" + "$ref": "https://ils.rero.ch/api/documents/6072" } }, { @@ -159310,13 +159310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6072" + "$ref": "https://ils.rero.ch/api/documents/6072" } }, { @@ -159324,13 +159324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6071" + "$ref": "https://ils.rero.ch/api/documents/6071" } }, { @@ -159338,13 +159338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6071" + "$ref": "https://ils.rero.ch/api/documents/6071" } }, { @@ -159352,13 +159352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6070" + "$ref": "https://ils.rero.ch/api/documents/6070" } }, { @@ -159366,13 +159366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6070" + "$ref": "https://ils.rero.ch/api/documents/6070" } }, { @@ -159380,13 +159380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6070" + "$ref": "https://ils.rero.ch/api/documents/6070" } }, { @@ -159394,13 +159394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6070" + "$ref": "https://ils.rero.ch/api/documents/6070" } }, { @@ -159408,13 +159408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6070" + "$ref": "https://ils.rero.ch/api/documents/6070" } }, { @@ -159422,13 +159422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6069" + "$ref": "https://ils.rero.ch/api/documents/6069" } }, { @@ -159436,13 +159436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6069" + "$ref": "https://ils.rero.ch/api/documents/6069" } }, { @@ -159450,13 +159450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6069" + "$ref": "https://ils.rero.ch/api/documents/6069" } }, { @@ -159464,13 +159464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6069" + "$ref": "https://ils.rero.ch/api/documents/6069" } }, { @@ -159478,13 +159478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6068" + "$ref": "https://ils.rero.ch/api/documents/6068" } }, { @@ -159492,13 +159492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6067" + "$ref": "https://ils.rero.ch/api/documents/6067" } }, { @@ -159506,13 +159506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6067" + "$ref": "https://ils.rero.ch/api/documents/6067" } }, { @@ -159520,13 +159520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6067" + "$ref": "https://ils.rero.ch/api/documents/6067" } }, { @@ -159534,13 +159534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6067" + "$ref": "https://ils.rero.ch/api/documents/6067" } }, { @@ -159548,13 +159548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6067" + "$ref": "https://ils.rero.ch/api/documents/6067" } }, { @@ -159562,13 +159562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6066" + "$ref": "https://ils.rero.ch/api/documents/6066" } }, { @@ -159576,13 +159576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6066" + "$ref": "https://ils.rero.ch/api/documents/6066" } }, { @@ -159590,13 +159590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6066" + "$ref": "https://ils.rero.ch/api/documents/6066" } }, { @@ -159604,13 +159604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6066" + "$ref": "https://ils.rero.ch/api/documents/6066" } }, { @@ -159618,13 +159618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6066" + "$ref": "https://ils.rero.ch/api/documents/6066" } }, { @@ -159632,13 +159632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6065" + "$ref": "https://ils.rero.ch/api/documents/6065" } }, { @@ -159646,13 +159646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6065" + "$ref": "https://ils.rero.ch/api/documents/6065" } }, { @@ -159660,13 +159660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6065" + "$ref": "https://ils.rero.ch/api/documents/6065" } }, { @@ -159674,13 +159674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6065" + "$ref": "https://ils.rero.ch/api/documents/6065" } }, { @@ -159688,13 +159688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6064" + "$ref": "https://ils.rero.ch/api/documents/6064" } }, { @@ -159702,13 +159702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6064" + "$ref": "https://ils.rero.ch/api/documents/6064" } }, { @@ -159716,13 +159716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6064" + "$ref": "https://ils.rero.ch/api/documents/6064" } }, { @@ -159730,13 +159730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6064" + "$ref": "https://ils.rero.ch/api/documents/6064" } }, { @@ -159744,13 +159744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6063" + "$ref": "https://ils.rero.ch/api/documents/6063" } }, { @@ -159758,13 +159758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6063" + "$ref": "https://ils.rero.ch/api/documents/6063" } }, { @@ -159772,13 +159772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6063" + "$ref": "https://ils.rero.ch/api/documents/6063" } }, { @@ -159786,13 +159786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6062" + "$ref": "https://ils.rero.ch/api/documents/6062" } }, { @@ -159800,13 +159800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6062" + "$ref": "https://ils.rero.ch/api/documents/6062" } }, { @@ -159814,13 +159814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6061" + "$ref": "https://ils.rero.ch/api/documents/6061" } }, { @@ -159828,13 +159828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6061" + "$ref": "https://ils.rero.ch/api/documents/6061" } }, { @@ -159842,13 +159842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6061" + "$ref": "https://ils.rero.ch/api/documents/6061" } }, { @@ -159856,13 +159856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6061" + "$ref": "https://ils.rero.ch/api/documents/6061" } }, { @@ -159870,13 +159870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6060" + "$ref": "https://ils.rero.ch/api/documents/6060" } }, { @@ -159884,13 +159884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6059" + "$ref": "https://ils.rero.ch/api/documents/6059" } }, { @@ -159898,13 +159898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6059" + "$ref": "https://ils.rero.ch/api/documents/6059" } }, { @@ -159912,13 +159912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6059" + "$ref": "https://ils.rero.ch/api/documents/6059" } }, { @@ -159926,13 +159926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6059" + "$ref": "https://ils.rero.ch/api/documents/6059" } }, { @@ -159940,13 +159940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6058" + "$ref": "https://ils.rero.ch/api/documents/6058" } }, { @@ -159954,13 +159954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6057" + "$ref": "https://ils.rero.ch/api/documents/6057" } }, { @@ -159968,13 +159968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6057" + "$ref": "https://ils.rero.ch/api/documents/6057" } }, { @@ -159982,13 +159982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6057" + "$ref": "https://ils.rero.ch/api/documents/6057" } }, { @@ -159996,13 +159996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6056" + "$ref": "https://ils.rero.ch/api/documents/6056" } }, { @@ -160010,13 +160010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6056" + "$ref": "https://ils.rero.ch/api/documents/6056" } }, { @@ -160024,13 +160024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6056" + "$ref": "https://ils.rero.ch/api/documents/6056" } }, { @@ -160038,13 +160038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6055" + "$ref": "https://ils.rero.ch/api/documents/6055" } }, { @@ -160052,13 +160052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6055" + "$ref": "https://ils.rero.ch/api/documents/6055" } }, { @@ -160066,13 +160066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6054" + "$ref": "https://ils.rero.ch/api/documents/6054" } }, { @@ -160080,13 +160080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6054" + "$ref": "https://ils.rero.ch/api/documents/6054" } }, { @@ -160094,13 +160094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6053" + "$ref": "https://ils.rero.ch/api/documents/6053" } }, { @@ -160108,13 +160108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6052" + "$ref": "https://ils.rero.ch/api/documents/6052" } }, { @@ -160122,13 +160122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6052" + "$ref": "https://ils.rero.ch/api/documents/6052" } }, { @@ -160136,13 +160136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6051" + "$ref": "https://ils.rero.ch/api/documents/6051" } }, { @@ -160150,13 +160150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6051" + "$ref": "https://ils.rero.ch/api/documents/6051" } }, { @@ -160164,13 +160164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6051" + "$ref": "https://ils.rero.ch/api/documents/6051" } }, { @@ -160178,13 +160178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6050" + "$ref": "https://ils.rero.ch/api/documents/6050" } }, { @@ -160192,13 +160192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6050" + "$ref": "https://ils.rero.ch/api/documents/6050" } }, { @@ -160206,13 +160206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6050" + "$ref": "https://ils.rero.ch/api/documents/6050" } }, { @@ -160220,13 +160220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6050" + "$ref": "https://ils.rero.ch/api/documents/6050" } }, { @@ -160234,13 +160234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6050" + "$ref": "https://ils.rero.ch/api/documents/6050" } }, { @@ -160248,13 +160248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6049" + "$ref": "https://ils.rero.ch/api/documents/6049" } }, { @@ -160262,13 +160262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6048" + "$ref": "https://ils.rero.ch/api/documents/6048" } }, { @@ -160276,13 +160276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6048" + "$ref": "https://ils.rero.ch/api/documents/6048" } }, { @@ -160290,13 +160290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6047" + "$ref": "https://ils.rero.ch/api/documents/6047" } }, { @@ -160304,13 +160304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6046" + "$ref": "https://ils.rero.ch/api/documents/6046" } }, { @@ -160318,13 +160318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6046" + "$ref": "https://ils.rero.ch/api/documents/6046" } }, { @@ -160332,13 +160332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6046" + "$ref": "https://ils.rero.ch/api/documents/6046" } }, { @@ -160346,13 +160346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6046" + "$ref": "https://ils.rero.ch/api/documents/6046" } }, { @@ -160360,13 +160360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6046" + "$ref": "https://ils.rero.ch/api/documents/6046" } }, { @@ -160374,13 +160374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6045" + "$ref": "https://ils.rero.ch/api/documents/6045" } }, { @@ -160388,13 +160388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6045" + "$ref": "https://ils.rero.ch/api/documents/6045" } }, { @@ -160402,13 +160402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6045" + "$ref": "https://ils.rero.ch/api/documents/6045" } }, { @@ -160416,13 +160416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6044" + "$ref": "https://ils.rero.ch/api/documents/6044" } }, { @@ -160430,13 +160430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6044" + "$ref": "https://ils.rero.ch/api/documents/6044" } }, { @@ -160444,13 +160444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6044" + "$ref": "https://ils.rero.ch/api/documents/6044" } }, { @@ -160458,13 +160458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6044" + "$ref": "https://ils.rero.ch/api/documents/6044" } }, { @@ -160472,13 +160472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6044" + "$ref": "https://ils.rero.ch/api/documents/6044" } }, { @@ -160486,13 +160486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6043" + "$ref": "https://ils.rero.ch/api/documents/6043" } }, { @@ -160500,13 +160500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6043" + "$ref": "https://ils.rero.ch/api/documents/6043" } }, { @@ -160514,13 +160514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6043" + "$ref": "https://ils.rero.ch/api/documents/6043" } }, { @@ -160528,13 +160528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6043" + "$ref": "https://ils.rero.ch/api/documents/6043" } }, { @@ -160542,13 +160542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6042" + "$ref": "https://ils.rero.ch/api/documents/6042" } }, { @@ -160556,13 +160556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6042" + "$ref": "https://ils.rero.ch/api/documents/6042" } }, { @@ -160570,13 +160570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6042" + "$ref": "https://ils.rero.ch/api/documents/6042" } }, { @@ -160584,13 +160584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6042" + "$ref": "https://ils.rero.ch/api/documents/6042" } }, { @@ -160598,13 +160598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6041" + "$ref": "https://ils.rero.ch/api/documents/6041" } }, { @@ -160612,13 +160612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6040" + "$ref": "https://ils.rero.ch/api/documents/6040" } }, { @@ -160626,13 +160626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6040" + "$ref": "https://ils.rero.ch/api/documents/6040" } }, { @@ -160640,13 +160640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6040" + "$ref": "https://ils.rero.ch/api/documents/6040" } }, { @@ -160654,13 +160654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6040" + "$ref": "https://ils.rero.ch/api/documents/6040" } }, { @@ -160668,13 +160668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6040" + "$ref": "https://ils.rero.ch/api/documents/6040" } }, { @@ -160682,13 +160682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6039" + "$ref": "https://ils.rero.ch/api/documents/6039" } }, { @@ -160696,13 +160696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6039" + "$ref": "https://ils.rero.ch/api/documents/6039" } }, { @@ -160710,13 +160710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6039" + "$ref": "https://ils.rero.ch/api/documents/6039" } }, { @@ -160724,13 +160724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6039" + "$ref": "https://ils.rero.ch/api/documents/6039" } }, { @@ -160738,13 +160738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6039" + "$ref": "https://ils.rero.ch/api/documents/6039" } }, { @@ -160752,13 +160752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6038" + "$ref": "https://ils.rero.ch/api/documents/6038" } }, { @@ -160766,13 +160766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6038" + "$ref": "https://ils.rero.ch/api/documents/6038" } }, { @@ -160780,13 +160780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6038" + "$ref": "https://ils.rero.ch/api/documents/6038" } }, { @@ -160794,13 +160794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6038" + "$ref": "https://ils.rero.ch/api/documents/6038" } }, { @@ -160808,13 +160808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6038" + "$ref": "https://ils.rero.ch/api/documents/6038" } }, { @@ -160822,13 +160822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6037" + "$ref": "https://ils.rero.ch/api/documents/6037" } }, { @@ -160836,13 +160836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6037" + "$ref": "https://ils.rero.ch/api/documents/6037" } }, { @@ -160850,13 +160850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6037" + "$ref": "https://ils.rero.ch/api/documents/6037" } }, { @@ -160864,13 +160864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6037" + "$ref": "https://ils.rero.ch/api/documents/6037" } }, { @@ -160878,13 +160878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6037" + "$ref": "https://ils.rero.ch/api/documents/6037" } }, { @@ -160892,13 +160892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6036" + "$ref": "https://ils.rero.ch/api/documents/6036" } }, { @@ -160906,13 +160906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6036" + "$ref": "https://ils.rero.ch/api/documents/6036" } }, { @@ -160920,13 +160920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6036" + "$ref": "https://ils.rero.ch/api/documents/6036" } }, { @@ -160934,13 +160934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6035" + "$ref": "https://ils.rero.ch/api/documents/6035" } }, { @@ -160948,13 +160948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6035" + "$ref": "https://ils.rero.ch/api/documents/6035" } }, { @@ -160962,13 +160962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6035" + "$ref": "https://ils.rero.ch/api/documents/6035" } }, { @@ -160976,13 +160976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6035" + "$ref": "https://ils.rero.ch/api/documents/6035" } }, { @@ -160990,13 +160990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6034" + "$ref": "https://ils.rero.ch/api/documents/6034" } }, { @@ -161004,13 +161004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6034" + "$ref": "https://ils.rero.ch/api/documents/6034" } }, { @@ -161018,13 +161018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6034" + "$ref": "https://ils.rero.ch/api/documents/6034" } }, { @@ -161032,13 +161032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6033" + "$ref": "https://ils.rero.ch/api/documents/6033" } }, { @@ -161046,13 +161046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6033" + "$ref": "https://ils.rero.ch/api/documents/6033" } }, { @@ -161060,13 +161060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6033" + "$ref": "https://ils.rero.ch/api/documents/6033" } }, { @@ -161074,13 +161074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6033" + "$ref": "https://ils.rero.ch/api/documents/6033" } }, { @@ -161088,13 +161088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6032" + "$ref": "https://ils.rero.ch/api/documents/6032" } }, { @@ -161102,13 +161102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6031" + "$ref": "https://ils.rero.ch/api/documents/6031" } }, { @@ -161116,13 +161116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6031" + "$ref": "https://ils.rero.ch/api/documents/6031" } }, { @@ -161130,13 +161130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6031" + "$ref": "https://ils.rero.ch/api/documents/6031" } }, { @@ -161144,13 +161144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6030" + "$ref": "https://ils.rero.ch/api/documents/6030" } }, { @@ -161158,13 +161158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6030" + "$ref": "https://ils.rero.ch/api/documents/6030" } }, { @@ -161172,13 +161172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6030" + "$ref": "https://ils.rero.ch/api/documents/6030" } }, { @@ -161186,13 +161186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6030" + "$ref": "https://ils.rero.ch/api/documents/6030" } }, { @@ -161200,13 +161200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6030" + "$ref": "https://ils.rero.ch/api/documents/6030" } }, { @@ -161214,13 +161214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6029" + "$ref": "https://ils.rero.ch/api/documents/6029" } }, { @@ -161228,13 +161228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6029" + "$ref": "https://ils.rero.ch/api/documents/6029" } }, { @@ -161242,13 +161242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6028" + "$ref": "https://ils.rero.ch/api/documents/6028" } }, { @@ -161256,13 +161256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6027" + "$ref": "https://ils.rero.ch/api/documents/6027" } }, { @@ -161270,13 +161270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6027" + "$ref": "https://ils.rero.ch/api/documents/6027" } }, { @@ -161284,13 +161284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6026" + "$ref": "https://ils.rero.ch/api/documents/6026" } }, { @@ -161298,13 +161298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6026" + "$ref": "https://ils.rero.ch/api/documents/6026" } }, { @@ -161312,13 +161312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6025" + "$ref": "https://ils.rero.ch/api/documents/6025" } }, { @@ -161326,13 +161326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6025" + "$ref": "https://ils.rero.ch/api/documents/6025" } }, { @@ -161340,13 +161340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6024" + "$ref": "https://ils.rero.ch/api/documents/6024" } }, { @@ -161354,13 +161354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6024" + "$ref": "https://ils.rero.ch/api/documents/6024" } }, { @@ -161368,13 +161368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6023" + "$ref": "https://ils.rero.ch/api/documents/6023" } }, { @@ -161382,13 +161382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6023" + "$ref": "https://ils.rero.ch/api/documents/6023" } }, { @@ -161396,13 +161396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6023" + "$ref": "https://ils.rero.ch/api/documents/6023" } }, { @@ -161410,13 +161410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6023" + "$ref": "https://ils.rero.ch/api/documents/6023" } }, { @@ -161424,13 +161424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6023" + "$ref": "https://ils.rero.ch/api/documents/6023" } }, { @@ -161438,13 +161438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6022" + "$ref": "https://ils.rero.ch/api/documents/6022" } }, { @@ -161452,13 +161452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6021" + "$ref": "https://ils.rero.ch/api/documents/6021" } }, { @@ -161466,13 +161466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6020" + "$ref": "https://ils.rero.ch/api/documents/6020" } }, { @@ -161480,13 +161480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6020" + "$ref": "https://ils.rero.ch/api/documents/6020" } }, { @@ -161494,13 +161494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6019" + "$ref": "https://ils.rero.ch/api/documents/6019" } }, { @@ -161508,13 +161508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6019" + "$ref": "https://ils.rero.ch/api/documents/6019" } }, { @@ -161522,13 +161522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6019" + "$ref": "https://ils.rero.ch/api/documents/6019" } }, { @@ -161536,13 +161536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6019" + "$ref": "https://ils.rero.ch/api/documents/6019" } }, { @@ -161550,13 +161550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6019" + "$ref": "https://ils.rero.ch/api/documents/6019" } }, { @@ -161564,13 +161564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6018" + "$ref": "https://ils.rero.ch/api/documents/6018" } }, { @@ -161578,13 +161578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6018" + "$ref": "https://ils.rero.ch/api/documents/6018" } }, { @@ -161592,13 +161592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6018" + "$ref": "https://ils.rero.ch/api/documents/6018" } }, { @@ -161606,13 +161606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6018" + "$ref": "https://ils.rero.ch/api/documents/6018" } }, { @@ -161620,13 +161620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6017" + "$ref": "https://ils.rero.ch/api/documents/6017" } }, { @@ -161634,13 +161634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6017" + "$ref": "https://ils.rero.ch/api/documents/6017" } }, { @@ -161648,13 +161648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6017" + "$ref": "https://ils.rero.ch/api/documents/6017" } }, { @@ -161662,13 +161662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6016" + "$ref": "https://ils.rero.ch/api/documents/6016" } }, { @@ -161676,13 +161676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6015" + "$ref": "https://ils.rero.ch/api/documents/6015" } }, { @@ -161690,13 +161690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6015" + "$ref": "https://ils.rero.ch/api/documents/6015" } }, { @@ -161704,13 +161704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6014" + "$ref": "https://ils.rero.ch/api/documents/6014" } }, { @@ -161718,13 +161718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6014" + "$ref": "https://ils.rero.ch/api/documents/6014" } }, { @@ -161732,13 +161732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6014" + "$ref": "https://ils.rero.ch/api/documents/6014" } }, { @@ -161746,13 +161746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6014" + "$ref": "https://ils.rero.ch/api/documents/6014" } }, { @@ -161760,13 +161760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6013" + "$ref": "https://ils.rero.ch/api/documents/6013" } }, { @@ -161774,13 +161774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6013" + "$ref": "https://ils.rero.ch/api/documents/6013" } }, { @@ -161788,13 +161788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6012" + "$ref": "https://ils.rero.ch/api/documents/6012" } }, { @@ -161802,13 +161802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6012" + "$ref": "https://ils.rero.ch/api/documents/6012" } }, { @@ -161816,13 +161816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6011" + "$ref": "https://ils.rero.ch/api/documents/6011" } }, { @@ -161830,13 +161830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6011" + "$ref": "https://ils.rero.ch/api/documents/6011" } }, { @@ -161844,13 +161844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6011" + "$ref": "https://ils.rero.ch/api/documents/6011" } }, { @@ -161858,13 +161858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6010" + "$ref": "https://ils.rero.ch/api/documents/6010" } }, { @@ -161872,13 +161872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6010" + "$ref": "https://ils.rero.ch/api/documents/6010" } }, { @@ -161886,13 +161886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6010" + "$ref": "https://ils.rero.ch/api/documents/6010" } }, { @@ -161900,13 +161900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6010" + "$ref": "https://ils.rero.ch/api/documents/6010" } }, { @@ -161914,13 +161914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6010" + "$ref": "https://ils.rero.ch/api/documents/6010" } }, { @@ -161928,13 +161928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6009" + "$ref": "https://ils.rero.ch/api/documents/6009" } }, { @@ -161942,13 +161942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6008" + "$ref": "https://ils.rero.ch/api/documents/6008" } }, { @@ -161956,13 +161956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6008" + "$ref": "https://ils.rero.ch/api/documents/6008" } }, { @@ -161970,13 +161970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6008" + "$ref": "https://ils.rero.ch/api/documents/6008" } }, { @@ -161984,13 +161984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6008" + "$ref": "https://ils.rero.ch/api/documents/6008" } }, { @@ -161998,13 +161998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6008" + "$ref": "https://ils.rero.ch/api/documents/6008" } }, { @@ -162012,13 +162012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6007" + "$ref": "https://ils.rero.ch/api/documents/6007" } }, { @@ -162026,13 +162026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6007" + "$ref": "https://ils.rero.ch/api/documents/6007" } }, { @@ -162040,13 +162040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6006" + "$ref": "https://ils.rero.ch/api/documents/6006" } }, { @@ -162054,13 +162054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6006" + "$ref": "https://ils.rero.ch/api/documents/6006" } }, { @@ -162068,13 +162068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6006" + "$ref": "https://ils.rero.ch/api/documents/6006" } }, { @@ -162082,13 +162082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6006" + "$ref": "https://ils.rero.ch/api/documents/6006" } }, { @@ -162096,13 +162096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6005" + "$ref": "https://ils.rero.ch/api/documents/6005" } }, { @@ -162110,13 +162110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6005" + "$ref": "https://ils.rero.ch/api/documents/6005" } }, { @@ -162124,13 +162124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6005" + "$ref": "https://ils.rero.ch/api/documents/6005" } }, { @@ -162138,13 +162138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6005" + "$ref": "https://ils.rero.ch/api/documents/6005" } }, { @@ -162152,13 +162152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6004" + "$ref": "https://ils.rero.ch/api/documents/6004" } }, { @@ -162166,13 +162166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6004" + "$ref": "https://ils.rero.ch/api/documents/6004" } }, { @@ -162180,13 +162180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6004" + "$ref": "https://ils.rero.ch/api/documents/6004" } }, { @@ -162194,13 +162194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6003" + "$ref": "https://ils.rero.ch/api/documents/6003" } }, { @@ -162208,13 +162208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6002" + "$ref": "https://ils.rero.ch/api/documents/6002" } }, { @@ -162222,13 +162222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6002" + "$ref": "https://ils.rero.ch/api/documents/6002" } }, { @@ -162236,13 +162236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6001" + "$ref": "https://ils.rero.ch/api/documents/6001" } }, { @@ -162250,13 +162250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6001" + "$ref": "https://ils.rero.ch/api/documents/6001" } }, { @@ -162264,13 +162264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6001" + "$ref": "https://ils.rero.ch/api/documents/6001" } }, { @@ -162278,13 +162278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6001" + "$ref": "https://ils.rero.ch/api/documents/6001" } }, { @@ -162292,13 +162292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6000" + "$ref": "https://ils.rero.ch/api/documents/6000" } }, { @@ -162306,13 +162306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5999" + "$ref": "https://ils.rero.ch/api/documents/5999" } }, { @@ -162320,13 +162320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5999" + "$ref": "https://ils.rero.ch/api/documents/5999" } }, { @@ -162334,13 +162334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5999" + "$ref": "https://ils.rero.ch/api/documents/5999" } }, { @@ -162348,13 +162348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5999" + "$ref": "https://ils.rero.ch/api/documents/5999" } }, { @@ -162362,13 +162362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5999" + "$ref": "https://ils.rero.ch/api/documents/5999" } }, { @@ -162376,13 +162376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5998" + "$ref": "https://ils.rero.ch/api/documents/5998" } }, { @@ -162390,13 +162390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5998" + "$ref": "https://ils.rero.ch/api/documents/5998" } }, { @@ -162404,13 +162404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5998" + "$ref": "https://ils.rero.ch/api/documents/5998" } }, { @@ -162418,13 +162418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5998" + "$ref": "https://ils.rero.ch/api/documents/5998" } }, { @@ -162432,13 +162432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5998" + "$ref": "https://ils.rero.ch/api/documents/5998" } }, { @@ -162446,13 +162446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5997" + "$ref": "https://ils.rero.ch/api/documents/5997" } }, { @@ -162460,13 +162460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5997" + "$ref": "https://ils.rero.ch/api/documents/5997" } }, { @@ -162474,13 +162474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5997" + "$ref": "https://ils.rero.ch/api/documents/5997" } }, { @@ -162488,13 +162488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5997" + "$ref": "https://ils.rero.ch/api/documents/5997" } }, { @@ -162502,13 +162502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5997" + "$ref": "https://ils.rero.ch/api/documents/5997" } }, { @@ -162516,13 +162516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5996" + "$ref": "https://ils.rero.ch/api/documents/5996" } }, { @@ -162530,13 +162530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5996" + "$ref": "https://ils.rero.ch/api/documents/5996" } }, { @@ -162544,13 +162544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5995" + "$ref": "https://ils.rero.ch/api/documents/5995" } }, { @@ -162558,13 +162558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5995" + "$ref": "https://ils.rero.ch/api/documents/5995" } }, { @@ -162572,13 +162572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5995" + "$ref": "https://ils.rero.ch/api/documents/5995" } }, { @@ -162586,13 +162586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5995" + "$ref": "https://ils.rero.ch/api/documents/5995" } }, { @@ -162600,13 +162600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5994" + "$ref": "https://ils.rero.ch/api/documents/5994" } }, { @@ -162614,13 +162614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5994" + "$ref": "https://ils.rero.ch/api/documents/5994" } }, { @@ -162628,13 +162628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5994" + "$ref": "https://ils.rero.ch/api/documents/5994" } }, { @@ -162642,13 +162642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5994" + "$ref": "https://ils.rero.ch/api/documents/5994" } }, { @@ -162656,13 +162656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5993" + "$ref": "https://ils.rero.ch/api/documents/5993" } }, { @@ -162670,13 +162670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5993" + "$ref": "https://ils.rero.ch/api/documents/5993" } }, { @@ -162684,13 +162684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5993" + "$ref": "https://ils.rero.ch/api/documents/5993" } }, { @@ -162698,13 +162698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5993" + "$ref": "https://ils.rero.ch/api/documents/5993" } }, { @@ -162712,13 +162712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5993" + "$ref": "https://ils.rero.ch/api/documents/5993" } }, { @@ -162726,13 +162726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5992" + "$ref": "https://ils.rero.ch/api/documents/5992" } }, { @@ -162740,13 +162740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5991" + "$ref": "https://ils.rero.ch/api/documents/5991" } }, { @@ -162754,13 +162754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5990" + "$ref": "https://ils.rero.ch/api/documents/5990" } }, { @@ -162768,13 +162768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5989" + "$ref": "https://ils.rero.ch/api/documents/5989" } }, { @@ -162782,13 +162782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5989" + "$ref": "https://ils.rero.ch/api/documents/5989" } }, { @@ -162796,13 +162796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5989" + "$ref": "https://ils.rero.ch/api/documents/5989" } }, { @@ -162810,13 +162810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5989" + "$ref": "https://ils.rero.ch/api/documents/5989" } }, { @@ -162824,13 +162824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5989" + "$ref": "https://ils.rero.ch/api/documents/5989" } }, { @@ -162838,13 +162838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5988" + "$ref": "https://ils.rero.ch/api/documents/5988" } }, { @@ -162852,13 +162852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5988" + "$ref": "https://ils.rero.ch/api/documents/5988" } }, { @@ -162866,13 +162866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5988" + "$ref": "https://ils.rero.ch/api/documents/5988" } }, { @@ -162880,13 +162880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5987" + "$ref": "https://ils.rero.ch/api/documents/5987" } }, { @@ -162894,13 +162894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5987" + "$ref": "https://ils.rero.ch/api/documents/5987" } }, { @@ -162908,13 +162908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5987" + "$ref": "https://ils.rero.ch/api/documents/5987" } }, { @@ -162922,13 +162922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5987" + "$ref": "https://ils.rero.ch/api/documents/5987" } }, { @@ -162936,13 +162936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5987" + "$ref": "https://ils.rero.ch/api/documents/5987" } }, { @@ -162950,13 +162950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5986" + "$ref": "https://ils.rero.ch/api/documents/5986" } }, { @@ -162964,13 +162964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5986" + "$ref": "https://ils.rero.ch/api/documents/5986" } }, { @@ -162978,13 +162978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5986" + "$ref": "https://ils.rero.ch/api/documents/5986" } }, { @@ -162992,13 +162992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5985" + "$ref": "https://ils.rero.ch/api/documents/5985" } }, { @@ -163006,13 +163006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5985" + "$ref": "https://ils.rero.ch/api/documents/5985" } }, { @@ -163020,13 +163020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5985" + "$ref": "https://ils.rero.ch/api/documents/5985" } }, { @@ -163034,13 +163034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5985" + "$ref": "https://ils.rero.ch/api/documents/5985" } }, { @@ -163048,13 +163048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5985" + "$ref": "https://ils.rero.ch/api/documents/5985" } }, { @@ -163062,13 +163062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5984" + "$ref": "https://ils.rero.ch/api/documents/5984" } }, { @@ -163076,13 +163076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5983" + "$ref": "https://ils.rero.ch/api/documents/5983" } }, { @@ -163090,13 +163090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5983" + "$ref": "https://ils.rero.ch/api/documents/5983" } }, { @@ -163104,13 +163104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5983" + "$ref": "https://ils.rero.ch/api/documents/5983" } }, { @@ -163118,13 +163118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5982" + "$ref": "https://ils.rero.ch/api/documents/5982" } }, { @@ -163132,13 +163132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5982" + "$ref": "https://ils.rero.ch/api/documents/5982" } }, { @@ -163146,13 +163146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5982" + "$ref": "https://ils.rero.ch/api/documents/5982" } }, { @@ -163160,13 +163160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5981" + "$ref": "https://ils.rero.ch/api/documents/5981" } }, { @@ -163174,13 +163174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5981" + "$ref": "https://ils.rero.ch/api/documents/5981" } }, { @@ -163188,13 +163188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5981" + "$ref": "https://ils.rero.ch/api/documents/5981" } }, { @@ -163202,13 +163202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5980" + "$ref": "https://ils.rero.ch/api/documents/5980" } }, { @@ -163216,13 +163216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5980" + "$ref": "https://ils.rero.ch/api/documents/5980" } }, { @@ -163230,13 +163230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5980" + "$ref": "https://ils.rero.ch/api/documents/5980" } }, { @@ -163244,13 +163244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5980" + "$ref": "https://ils.rero.ch/api/documents/5980" } }, { @@ -163258,13 +163258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5979" + "$ref": "https://ils.rero.ch/api/documents/5979" } }, { @@ -163272,13 +163272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5978" + "$ref": "https://ils.rero.ch/api/documents/5978" } }, { @@ -163286,13 +163286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5978" + "$ref": "https://ils.rero.ch/api/documents/5978" } }, { @@ -163300,13 +163300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5978" + "$ref": "https://ils.rero.ch/api/documents/5978" } }, { @@ -163314,13 +163314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5977" + "$ref": "https://ils.rero.ch/api/documents/5977" } }, { @@ -163328,13 +163328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5977" + "$ref": "https://ils.rero.ch/api/documents/5977" } }, { @@ -163342,13 +163342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5977" + "$ref": "https://ils.rero.ch/api/documents/5977" } }, { @@ -163356,13 +163356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5977" + "$ref": "https://ils.rero.ch/api/documents/5977" } }, { @@ -163370,13 +163370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5977" + "$ref": "https://ils.rero.ch/api/documents/5977" } }, { @@ -163384,13 +163384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5976" + "$ref": "https://ils.rero.ch/api/documents/5976" } }, { @@ -163398,13 +163398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5975" + "$ref": "https://ils.rero.ch/api/documents/5975" } }, { @@ -163412,13 +163412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5975" + "$ref": "https://ils.rero.ch/api/documents/5975" } }, { @@ -163426,13 +163426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5975" + "$ref": "https://ils.rero.ch/api/documents/5975" } }, { @@ -163440,13 +163440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5975" + "$ref": "https://ils.rero.ch/api/documents/5975" } }, { @@ -163454,13 +163454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5975" + "$ref": "https://ils.rero.ch/api/documents/5975" } }, { @@ -163468,13 +163468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5974" + "$ref": "https://ils.rero.ch/api/documents/5974" } }, { @@ -163482,13 +163482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5974" + "$ref": "https://ils.rero.ch/api/documents/5974" } }, { @@ -163496,13 +163496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5974" + "$ref": "https://ils.rero.ch/api/documents/5974" } }, { @@ -163510,13 +163510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5974" + "$ref": "https://ils.rero.ch/api/documents/5974" } }, { @@ -163524,13 +163524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5973" + "$ref": "https://ils.rero.ch/api/documents/5973" } }, { @@ -163538,13 +163538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5973" + "$ref": "https://ils.rero.ch/api/documents/5973" } }, { @@ -163552,13 +163552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5973" + "$ref": "https://ils.rero.ch/api/documents/5973" } }, { @@ -163566,13 +163566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5972" + "$ref": "https://ils.rero.ch/api/documents/5972" } }, { @@ -163580,13 +163580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5971" + "$ref": "https://ils.rero.ch/api/documents/5971" } }, { @@ -163594,13 +163594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5971" + "$ref": "https://ils.rero.ch/api/documents/5971" } }, { @@ -163608,13 +163608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5971" + "$ref": "https://ils.rero.ch/api/documents/5971" } }, { @@ -163622,13 +163622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5971" + "$ref": "https://ils.rero.ch/api/documents/5971" } }, { @@ -163636,13 +163636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5971" + "$ref": "https://ils.rero.ch/api/documents/5971" } }, { @@ -163650,13 +163650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5970" + "$ref": "https://ils.rero.ch/api/documents/5970" } }, { @@ -163664,13 +163664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5970" + "$ref": "https://ils.rero.ch/api/documents/5970" } }, { @@ -163678,13 +163678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5970" + "$ref": "https://ils.rero.ch/api/documents/5970" } }, { @@ -163692,13 +163692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5969" + "$ref": "https://ils.rero.ch/api/documents/5969" } }, { @@ -163706,13 +163706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5969" + "$ref": "https://ils.rero.ch/api/documents/5969" } }, { @@ -163720,13 +163720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5968" + "$ref": "https://ils.rero.ch/api/documents/5968" } }, { @@ -163734,13 +163734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5968" + "$ref": "https://ils.rero.ch/api/documents/5968" } }, { @@ -163748,13 +163748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5968" + "$ref": "https://ils.rero.ch/api/documents/5968" } }, { @@ -163762,13 +163762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5968" + "$ref": "https://ils.rero.ch/api/documents/5968" } }, { @@ -163776,13 +163776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5968" + "$ref": "https://ils.rero.ch/api/documents/5968" } }, { @@ -163790,13 +163790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5967" + "$ref": "https://ils.rero.ch/api/documents/5967" } }, { @@ -163804,13 +163804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5967" + "$ref": "https://ils.rero.ch/api/documents/5967" } }, { @@ -163818,13 +163818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5967" + "$ref": "https://ils.rero.ch/api/documents/5967" } }, { @@ -163832,13 +163832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5967" + "$ref": "https://ils.rero.ch/api/documents/5967" } }, { @@ -163846,13 +163846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5967" + "$ref": "https://ils.rero.ch/api/documents/5967" } }, { @@ -163860,13 +163860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5966" + "$ref": "https://ils.rero.ch/api/documents/5966" } }, { @@ -163874,13 +163874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5966" + "$ref": "https://ils.rero.ch/api/documents/5966" } }, { @@ -163888,13 +163888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5965" + "$ref": "https://ils.rero.ch/api/documents/5965" } }, { @@ -163902,13 +163902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5965" + "$ref": "https://ils.rero.ch/api/documents/5965" } }, { @@ -163916,13 +163916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5965" + "$ref": "https://ils.rero.ch/api/documents/5965" } }, { @@ -163930,13 +163930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5965" + "$ref": "https://ils.rero.ch/api/documents/5965" } }, { @@ -163944,13 +163944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5965" + "$ref": "https://ils.rero.ch/api/documents/5965" } }, { @@ -163958,13 +163958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5964" + "$ref": "https://ils.rero.ch/api/documents/5964" } }, { @@ -163972,13 +163972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5964" + "$ref": "https://ils.rero.ch/api/documents/5964" } }, { @@ -163986,13 +163986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5963" + "$ref": "https://ils.rero.ch/api/documents/5963" } }, { @@ -164000,13 +164000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5963" + "$ref": "https://ils.rero.ch/api/documents/5963" } }, { @@ -164014,13 +164014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5963" + "$ref": "https://ils.rero.ch/api/documents/5963" } }, { @@ -164028,13 +164028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5962" + "$ref": "https://ils.rero.ch/api/documents/5962" } }, { @@ -164042,13 +164042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5962" + "$ref": "https://ils.rero.ch/api/documents/5962" } }, { @@ -164056,13 +164056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5961" + "$ref": "https://ils.rero.ch/api/documents/5961" } }, { @@ -164070,13 +164070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5960" + "$ref": "https://ils.rero.ch/api/documents/5960" } }, { @@ -164084,13 +164084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5959" + "$ref": "https://ils.rero.ch/api/documents/5959" } }, { @@ -164098,13 +164098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5958" + "$ref": "https://ils.rero.ch/api/documents/5958" } }, { @@ -164112,13 +164112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5957" + "$ref": "https://ils.rero.ch/api/documents/5957" } }, { @@ -164126,13 +164126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5957" + "$ref": "https://ils.rero.ch/api/documents/5957" } }, { @@ -164140,13 +164140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5957" + "$ref": "https://ils.rero.ch/api/documents/5957" } }, { @@ -164154,13 +164154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5957" + "$ref": "https://ils.rero.ch/api/documents/5957" } }, { @@ -164168,13 +164168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5956" + "$ref": "https://ils.rero.ch/api/documents/5956" } }, { @@ -164182,13 +164182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5956" + "$ref": "https://ils.rero.ch/api/documents/5956" } }, { @@ -164196,13 +164196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5956" + "$ref": "https://ils.rero.ch/api/documents/5956" } }, { @@ -164210,13 +164210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5956" + "$ref": "https://ils.rero.ch/api/documents/5956" } }, { @@ -164224,13 +164224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5956" + "$ref": "https://ils.rero.ch/api/documents/5956" } }, { @@ -164238,13 +164238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5955" + "$ref": "https://ils.rero.ch/api/documents/5955" } }, { @@ -164252,13 +164252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5955" + "$ref": "https://ils.rero.ch/api/documents/5955" } }, { @@ -164266,13 +164266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5955" + "$ref": "https://ils.rero.ch/api/documents/5955" } }, { @@ -164280,13 +164280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5955" + "$ref": "https://ils.rero.ch/api/documents/5955" } }, { @@ -164294,13 +164294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5954" + "$ref": "https://ils.rero.ch/api/documents/5954" } }, { @@ -164308,13 +164308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5954" + "$ref": "https://ils.rero.ch/api/documents/5954" } }, { @@ -164322,13 +164322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5954" + "$ref": "https://ils.rero.ch/api/documents/5954" } }, { @@ -164336,13 +164336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5953" + "$ref": "https://ils.rero.ch/api/documents/5953" } }, { @@ -164350,13 +164350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5953" + "$ref": "https://ils.rero.ch/api/documents/5953" } }, { @@ -164364,13 +164364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5952" + "$ref": "https://ils.rero.ch/api/documents/5952" } }, { @@ -164378,13 +164378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5952" + "$ref": "https://ils.rero.ch/api/documents/5952" } }, { @@ -164392,13 +164392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5952" + "$ref": "https://ils.rero.ch/api/documents/5952" } }, { @@ -164406,13 +164406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5952" + "$ref": "https://ils.rero.ch/api/documents/5952" } }, { @@ -164420,13 +164420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5951" + "$ref": "https://ils.rero.ch/api/documents/5951" } }, { @@ -164434,13 +164434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5951" + "$ref": "https://ils.rero.ch/api/documents/5951" } }, { @@ -164448,13 +164448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5951" + "$ref": "https://ils.rero.ch/api/documents/5951" } }, { @@ -164462,13 +164462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5950" + "$ref": "https://ils.rero.ch/api/documents/5950" } }, { @@ -164476,13 +164476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5950" + "$ref": "https://ils.rero.ch/api/documents/5950" } }, { @@ -164490,13 +164490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5950" + "$ref": "https://ils.rero.ch/api/documents/5950" } }, { @@ -164504,13 +164504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5950" + "$ref": "https://ils.rero.ch/api/documents/5950" } }, { @@ -164518,13 +164518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5949" + "$ref": "https://ils.rero.ch/api/documents/5949" } }, { @@ -164532,13 +164532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5949" + "$ref": "https://ils.rero.ch/api/documents/5949" } }, { @@ -164546,13 +164546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5949" + "$ref": "https://ils.rero.ch/api/documents/5949" } }, { @@ -164560,13 +164560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5949" + "$ref": "https://ils.rero.ch/api/documents/5949" } }, { @@ -164574,13 +164574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5949" + "$ref": "https://ils.rero.ch/api/documents/5949" } }, { @@ -164588,13 +164588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5948" + "$ref": "https://ils.rero.ch/api/documents/5948" } }, { @@ -164602,13 +164602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5948" + "$ref": "https://ils.rero.ch/api/documents/5948" } }, { @@ -164616,13 +164616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5948" + "$ref": "https://ils.rero.ch/api/documents/5948" } }, { @@ -164630,13 +164630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5948" + "$ref": "https://ils.rero.ch/api/documents/5948" } }, { @@ -164644,13 +164644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5947" + "$ref": "https://ils.rero.ch/api/documents/5947" } }, { @@ -164658,13 +164658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5947" + "$ref": "https://ils.rero.ch/api/documents/5947" } }, { @@ -164672,13 +164672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5947" + "$ref": "https://ils.rero.ch/api/documents/5947" } }, { @@ -164686,13 +164686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5947" + "$ref": "https://ils.rero.ch/api/documents/5947" } }, { @@ -164700,13 +164700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5946" + "$ref": "https://ils.rero.ch/api/documents/5946" } }, { @@ -164714,13 +164714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5946" + "$ref": "https://ils.rero.ch/api/documents/5946" } }, { @@ -164728,13 +164728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5946" + "$ref": "https://ils.rero.ch/api/documents/5946" } }, { @@ -164742,13 +164742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5945" + "$ref": "https://ils.rero.ch/api/documents/5945" } }, { @@ -164756,13 +164756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5945" + "$ref": "https://ils.rero.ch/api/documents/5945" } }, { @@ -164770,13 +164770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5945" + "$ref": "https://ils.rero.ch/api/documents/5945" } }, { @@ -164784,13 +164784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5945" + "$ref": "https://ils.rero.ch/api/documents/5945" } }, { @@ -164798,13 +164798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5945" + "$ref": "https://ils.rero.ch/api/documents/5945" } }, { @@ -164812,13 +164812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5944" + "$ref": "https://ils.rero.ch/api/documents/5944" } }, { @@ -164826,13 +164826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5944" + "$ref": "https://ils.rero.ch/api/documents/5944" } }, { @@ -164840,13 +164840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5944" + "$ref": "https://ils.rero.ch/api/documents/5944" } }, { @@ -164854,13 +164854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5944" + "$ref": "https://ils.rero.ch/api/documents/5944" } }, { @@ -164868,13 +164868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5944" + "$ref": "https://ils.rero.ch/api/documents/5944" } }, { @@ -164882,13 +164882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5943" + "$ref": "https://ils.rero.ch/api/documents/5943" } }, { @@ -164896,13 +164896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5943" + "$ref": "https://ils.rero.ch/api/documents/5943" } }, { @@ -164910,13 +164910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5943" + "$ref": "https://ils.rero.ch/api/documents/5943" } }, { @@ -164924,13 +164924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5943" + "$ref": "https://ils.rero.ch/api/documents/5943" } }, { @@ -164938,13 +164938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5942" + "$ref": "https://ils.rero.ch/api/documents/5942" } }, { @@ -164952,13 +164952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5942" + "$ref": "https://ils.rero.ch/api/documents/5942" } }, { @@ -164966,13 +164966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5941" + "$ref": "https://ils.rero.ch/api/documents/5941" } }, { @@ -164980,13 +164980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5941" + "$ref": "https://ils.rero.ch/api/documents/5941" } }, { @@ -164994,13 +164994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5941" + "$ref": "https://ils.rero.ch/api/documents/5941" } }, { @@ -165008,13 +165008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5941" + "$ref": "https://ils.rero.ch/api/documents/5941" } }, { @@ -165022,13 +165022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5941" + "$ref": "https://ils.rero.ch/api/documents/5941" } }, { @@ -165036,13 +165036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5940" + "$ref": "https://ils.rero.ch/api/documents/5940" } }, { @@ -165050,13 +165050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5940" + "$ref": "https://ils.rero.ch/api/documents/5940" } }, { @@ -165064,13 +165064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5939" + "$ref": "https://ils.rero.ch/api/documents/5939" } }, { @@ -165078,13 +165078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5939" + "$ref": "https://ils.rero.ch/api/documents/5939" } }, { @@ -165092,13 +165092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5939" + "$ref": "https://ils.rero.ch/api/documents/5939" } }, { @@ -165106,13 +165106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5939" + "$ref": "https://ils.rero.ch/api/documents/5939" } }, { @@ -165120,13 +165120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5938" + "$ref": "https://ils.rero.ch/api/documents/5938" } }, { @@ -165134,13 +165134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5937" + "$ref": "https://ils.rero.ch/api/documents/5937" } }, { @@ -165148,13 +165148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5937" + "$ref": "https://ils.rero.ch/api/documents/5937" } }, { @@ -165162,13 +165162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5937" + "$ref": "https://ils.rero.ch/api/documents/5937" } }, { @@ -165176,13 +165176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5937" + "$ref": "https://ils.rero.ch/api/documents/5937" } }, { @@ -165190,13 +165190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5936" + "$ref": "https://ils.rero.ch/api/documents/5936" } }, { @@ -165204,13 +165204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5936" + "$ref": "https://ils.rero.ch/api/documents/5936" } }, { @@ -165218,13 +165218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5936" + "$ref": "https://ils.rero.ch/api/documents/5936" } }, { @@ -165232,13 +165232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5936" + "$ref": "https://ils.rero.ch/api/documents/5936" } }, { @@ -165246,13 +165246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5936" + "$ref": "https://ils.rero.ch/api/documents/5936" } }, { @@ -165260,13 +165260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5935" + "$ref": "https://ils.rero.ch/api/documents/5935" } }, { @@ -165274,13 +165274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5935" + "$ref": "https://ils.rero.ch/api/documents/5935" } }, { @@ -165288,13 +165288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5934" + "$ref": "https://ils.rero.ch/api/documents/5934" } }, { @@ -165302,13 +165302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5934" + "$ref": "https://ils.rero.ch/api/documents/5934" } }, { @@ -165316,13 +165316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5933" + "$ref": "https://ils.rero.ch/api/documents/5933" } }, { @@ -165330,13 +165330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5932" + "$ref": "https://ils.rero.ch/api/documents/5932" } }, { @@ -165344,13 +165344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5931" + "$ref": "https://ils.rero.ch/api/documents/5931" } }, { @@ -165358,13 +165358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5931" + "$ref": "https://ils.rero.ch/api/documents/5931" } }, { @@ -165372,13 +165372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5931" + "$ref": "https://ils.rero.ch/api/documents/5931" } }, { @@ -165386,13 +165386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5930" + "$ref": "https://ils.rero.ch/api/documents/5930" } }, { @@ -165400,13 +165400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5930" + "$ref": "https://ils.rero.ch/api/documents/5930" } }, { @@ -165414,13 +165414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5930" + "$ref": "https://ils.rero.ch/api/documents/5930" } }, { @@ -165428,13 +165428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5929" + "$ref": "https://ils.rero.ch/api/documents/5929" } }, { @@ -165442,13 +165442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5928" + "$ref": "https://ils.rero.ch/api/documents/5928" } }, { @@ -165456,13 +165456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5928" + "$ref": "https://ils.rero.ch/api/documents/5928" } }, { @@ -165470,13 +165470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5928" + "$ref": "https://ils.rero.ch/api/documents/5928" } }, { @@ -165484,13 +165484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5928" + "$ref": "https://ils.rero.ch/api/documents/5928" } }, { @@ -165498,13 +165498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5927" + "$ref": "https://ils.rero.ch/api/documents/5927" } }, { @@ -165512,13 +165512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5927" + "$ref": "https://ils.rero.ch/api/documents/5927" } }, { @@ -165526,13 +165526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5927" + "$ref": "https://ils.rero.ch/api/documents/5927" } }, { @@ -165540,13 +165540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5927" + "$ref": "https://ils.rero.ch/api/documents/5927" } }, { @@ -165554,13 +165554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5927" + "$ref": "https://ils.rero.ch/api/documents/5927" } }, { @@ -165568,13 +165568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5926" + "$ref": "https://ils.rero.ch/api/documents/5926" } }, { @@ -165582,13 +165582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5926" + "$ref": "https://ils.rero.ch/api/documents/5926" } }, { @@ -165596,13 +165596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5926" + "$ref": "https://ils.rero.ch/api/documents/5926" } }, { @@ -165610,13 +165610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5926" + "$ref": "https://ils.rero.ch/api/documents/5926" } }, { @@ -165624,13 +165624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5926" + "$ref": "https://ils.rero.ch/api/documents/5926" } }, { @@ -165638,13 +165638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5925" + "$ref": "https://ils.rero.ch/api/documents/5925" } }, { @@ -165652,13 +165652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5925" + "$ref": "https://ils.rero.ch/api/documents/5925" } }, { @@ -165666,13 +165666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5924" + "$ref": "https://ils.rero.ch/api/documents/5924" } }, { @@ -165680,13 +165680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5924" + "$ref": "https://ils.rero.ch/api/documents/5924" } }, { @@ -165694,13 +165694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5924" + "$ref": "https://ils.rero.ch/api/documents/5924" } }, { @@ -165708,13 +165708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5924" + "$ref": "https://ils.rero.ch/api/documents/5924" } }, { @@ -165722,13 +165722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5924" + "$ref": "https://ils.rero.ch/api/documents/5924" } }, { @@ -165736,13 +165736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5923" + "$ref": "https://ils.rero.ch/api/documents/5923" } }, { @@ -165750,13 +165750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5922" + "$ref": "https://ils.rero.ch/api/documents/5922" } }, { @@ -165764,13 +165764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5922" + "$ref": "https://ils.rero.ch/api/documents/5922" } }, { @@ -165778,13 +165778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5921" + "$ref": "https://ils.rero.ch/api/documents/5921" } }, { @@ -165792,13 +165792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5921" + "$ref": "https://ils.rero.ch/api/documents/5921" } }, { @@ -165806,13 +165806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5921" + "$ref": "https://ils.rero.ch/api/documents/5921" } }, { @@ -165820,13 +165820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5921" + "$ref": "https://ils.rero.ch/api/documents/5921" } }, { @@ -165834,13 +165834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5920" + "$ref": "https://ils.rero.ch/api/documents/5920" } }, { @@ -165848,13 +165848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5920" + "$ref": "https://ils.rero.ch/api/documents/5920" } }, { @@ -165862,13 +165862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5920" + "$ref": "https://ils.rero.ch/api/documents/5920" } }, { @@ -165876,13 +165876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5920" + "$ref": "https://ils.rero.ch/api/documents/5920" } }, { @@ -165890,13 +165890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5919" + "$ref": "https://ils.rero.ch/api/documents/5919" } }, { @@ -165904,13 +165904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5919" + "$ref": "https://ils.rero.ch/api/documents/5919" } }, { @@ -165918,13 +165918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5919" + "$ref": "https://ils.rero.ch/api/documents/5919" } }, { @@ -165932,13 +165932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5919" + "$ref": "https://ils.rero.ch/api/documents/5919" } }, { @@ -165946,13 +165946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5919" + "$ref": "https://ils.rero.ch/api/documents/5919" } }, { @@ -165960,13 +165960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5918" + "$ref": "https://ils.rero.ch/api/documents/5918" } }, { @@ -165974,13 +165974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5918" + "$ref": "https://ils.rero.ch/api/documents/5918" } }, { @@ -165988,13 +165988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5918" + "$ref": "https://ils.rero.ch/api/documents/5918" } }, { @@ -166002,13 +166002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5917" + "$ref": "https://ils.rero.ch/api/documents/5917" } }, { @@ -166016,13 +166016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5917" + "$ref": "https://ils.rero.ch/api/documents/5917" } }, { @@ -166030,13 +166030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5917" + "$ref": "https://ils.rero.ch/api/documents/5917" } }, { @@ -166044,13 +166044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5917" + "$ref": "https://ils.rero.ch/api/documents/5917" } }, { @@ -166058,13 +166058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5916" + "$ref": "https://ils.rero.ch/api/documents/5916" } }, { @@ -166072,13 +166072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5916" + "$ref": "https://ils.rero.ch/api/documents/5916" } }, { @@ -166086,13 +166086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5916" + "$ref": "https://ils.rero.ch/api/documents/5916" } }, { @@ -166100,13 +166100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5915" + "$ref": "https://ils.rero.ch/api/documents/5915" } }, { @@ -166114,13 +166114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5915" + "$ref": "https://ils.rero.ch/api/documents/5915" } }, { @@ -166128,13 +166128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5915" + "$ref": "https://ils.rero.ch/api/documents/5915" } }, { @@ -166142,13 +166142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5915" + "$ref": "https://ils.rero.ch/api/documents/5915" } }, { @@ -166156,13 +166156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5914" + "$ref": "https://ils.rero.ch/api/documents/5914" } }, { @@ -166170,13 +166170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5914" + "$ref": "https://ils.rero.ch/api/documents/5914" } }, { @@ -166184,13 +166184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5913" + "$ref": "https://ils.rero.ch/api/documents/5913" } }, { @@ -166198,13 +166198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5913" + "$ref": "https://ils.rero.ch/api/documents/5913" } }, { @@ -166212,13 +166212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5913" + "$ref": "https://ils.rero.ch/api/documents/5913" } }, { @@ -166226,13 +166226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5913" + "$ref": "https://ils.rero.ch/api/documents/5913" } }, { @@ -166240,13 +166240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5912" + "$ref": "https://ils.rero.ch/api/documents/5912" } }, { @@ -166254,13 +166254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5912" + "$ref": "https://ils.rero.ch/api/documents/5912" } }, { @@ -166268,13 +166268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5912" + "$ref": "https://ils.rero.ch/api/documents/5912" } }, { @@ -166282,13 +166282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5912" + "$ref": "https://ils.rero.ch/api/documents/5912" } }, { @@ -166296,13 +166296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5912" + "$ref": "https://ils.rero.ch/api/documents/5912" } }, { @@ -166310,13 +166310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5911" + "$ref": "https://ils.rero.ch/api/documents/5911" } }, { @@ -166324,13 +166324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5911" + "$ref": "https://ils.rero.ch/api/documents/5911" } }, { @@ -166338,13 +166338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5911" + "$ref": "https://ils.rero.ch/api/documents/5911" } }, { @@ -166352,13 +166352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5910" + "$ref": "https://ils.rero.ch/api/documents/5910" } }, { @@ -166366,13 +166366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5910" + "$ref": "https://ils.rero.ch/api/documents/5910" } }, { @@ -166380,13 +166380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5910" + "$ref": "https://ils.rero.ch/api/documents/5910" } }, { @@ -166394,13 +166394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5909" + "$ref": "https://ils.rero.ch/api/documents/5909" } }, { @@ -166408,13 +166408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5909" + "$ref": "https://ils.rero.ch/api/documents/5909" } }, { @@ -166422,13 +166422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5909" + "$ref": "https://ils.rero.ch/api/documents/5909" } }, { @@ -166436,13 +166436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5909" + "$ref": "https://ils.rero.ch/api/documents/5909" } }, { @@ -166450,13 +166450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5908" + "$ref": "https://ils.rero.ch/api/documents/5908" } }, { @@ -166464,13 +166464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5907" + "$ref": "https://ils.rero.ch/api/documents/5907" } }, { @@ -166478,13 +166478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5907" + "$ref": "https://ils.rero.ch/api/documents/5907" } }, { @@ -166492,13 +166492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5907" + "$ref": "https://ils.rero.ch/api/documents/5907" } }, { @@ -166506,13 +166506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5906" + "$ref": "https://ils.rero.ch/api/documents/5906" } }, { @@ -166520,13 +166520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5905" + "$ref": "https://ils.rero.ch/api/documents/5905" } }, { @@ -166534,13 +166534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5905" + "$ref": "https://ils.rero.ch/api/documents/5905" } }, { @@ -166548,13 +166548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5905" + "$ref": "https://ils.rero.ch/api/documents/5905" } }, { @@ -166562,13 +166562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5904" + "$ref": "https://ils.rero.ch/api/documents/5904" } }, { @@ -166576,13 +166576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5904" + "$ref": "https://ils.rero.ch/api/documents/5904" } }, { @@ -166590,13 +166590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5904" + "$ref": "https://ils.rero.ch/api/documents/5904" } }, { @@ -166604,13 +166604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5904" + "$ref": "https://ils.rero.ch/api/documents/5904" } }, { @@ -166618,13 +166618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5903" + "$ref": "https://ils.rero.ch/api/documents/5903" } }, { @@ -166632,13 +166632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5903" + "$ref": "https://ils.rero.ch/api/documents/5903" } }, { @@ -166646,13 +166646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5903" + "$ref": "https://ils.rero.ch/api/documents/5903" } }, { @@ -166660,13 +166660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5903" + "$ref": "https://ils.rero.ch/api/documents/5903" } }, { @@ -166674,13 +166674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5902" + "$ref": "https://ils.rero.ch/api/documents/5902" } }, { @@ -166688,13 +166688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5902" + "$ref": "https://ils.rero.ch/api/documents/5902" } }, { @@ -166702,13 +166702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5901" + "$ref": "https://ils.rero.ch/api/documents/5901" } }, { @@ -166716,13 +166716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5901" + "$ref": "https://ils.rero.ch/api/documents/5901" } }, { @@ -166730,13 +166730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5901" + "$ref": "https://ils.rero.ch/api/documents/5901" } }, { @@ -166744,13 +166744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5901" + "$ref": "https://ils.rero.ch/api/documents/5901" } }, { @@ -166758,13 +166758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5900" + "$ref": "https://ils.rero.ch/api/documents/5900" } }, { @@ -166772,13 +166772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5900" + "$ref": "https://ils.rero.ch/api/documents/5900" } }, { @@ -166786,13 +166786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5899" + "$ref": "https://ils.rero.ch/api/documents/5899" } }, { @@ -166800,13 +166800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5899" + "$ref": "https://ils.rero.ch/api/documents/5899" } }, { @@ -166814,13 +166814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5899" + "$ref": "https://ils.rero.ch/api/documents/5899" } }, { @@ -166828,13 +166828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5898" + "$ref": "https://ils.rero.ch/api/documents/5898" } }, { @@ -166842,13 +166842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5898" + "$ref": "https://ils.rero.ch/api/documents/5898" } }, { @@ -166856,13 +166856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5898" + "$ref": "https://ils.rero.ch/api/documents/5898" } }, { @@ -166870,13 +166870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5897" + "$ref": "https://ils.rero.ch/api/documents/5897" } }, { @@ -166884,13 +166884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5897" + "$ref": "https://ils.rero.ch/api/documents/5897" } }, { @@ -166898,13 +166898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5897" + "$ref": "https://ils.rero.ch/api/documents/5897" } }, { @@ -166912,13 +166912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5897" + "$ref": "https://ils.rero.ch/api/documents/5897" } }, { @@ -166926,13 +166926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5897" + "$ref": "https://ils.rero.ch/api/documents/5897" } }, { @@ -166940,13 +166940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5896" + "$ref": "https://ils.rero.ch/api/documents/5896" } }, { @@ -166954,13 +166954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5896" + "$ref": "https://ils.rero.ch/api/documents/5896" } }, { @@ -166968,13 +166968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5895" + "$ref": "https://ils.rero.ch/api/documents/5895" } }, { @@ -166982,13 +166982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5895" + "$ref": "https://ils.rero.ch/api/documents/5895" } }, { @@ -166996,13 +166996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5895" + "$ref": "https://ils.rero.ch/api/documents/5895" } }, { @@ -167010,13 +167010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5895" + "$ref": "https://ils.rero.ch/api/documents/5895" } }, { @@ -167024,13 +167024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5894" + "$ref": "https://ils.rero.ch/api/documents/5894" } }, { @@ -167038,13 +167038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5894" + "$ref": "https://ils.rero.ch/api/documents/5894" } }, { @@ -167052,13 +167052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5894" + "$ref": "https://ils.rero.ch/api/documents/5894" } }, { @@ -167066,13 +167066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5893" + "$ref": "https://ils.rero.ch/api/documents/5893" } }, { @@ -167080,13 +167080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5893" + "$ref": "https://ils.rero.ch/api/documents/5893" } }, { @@ -167094,13 +167094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5893" + "$ref": "https://ils.rero.ch/api/documents/5893" } }, { @@ -167108,13 +167108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5892" + "$ref": "https://ils.rero.ch/api/documents/5892" } }, { @@ -167122,13 +167122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5892" + "$ref": "https://ils.rero.ch/api/documents/5892" } }, { @@ -167136,13 +167136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5892" + "$ref": "https://ils.rero.ch/api/documents/5892" } }, { @@ -167150,13 +167150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5892" + "$ref": "https://ils.rero.ch/api/documents/5892" } }, { @@ -167164,13 +167164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5891" + "$ref": "https://ils.rero.ch/api/documents/5891" } }, { @@ -167178,13 +167178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5891" + "$ref": "https://ils.rero.ch/api/documents/5891" } }, { @@ -167192,13 +167192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5891" + "$ref": "https://ils.rero.ch/api/documents/5891" } }, { @@ -167206,13 +167206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5891" + "$ref": "https://ils.rero.ch/api/documents/5891" } }, { @@ -167220,13 +167220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5890" + "$ref": "https://ils.rero.ch/api/documents/5890" } }, { @@ -167234,13 +167234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5890" + "$ref": "https://ils.rero.ch/api/documents/5890" } }, { @@ -167248,13 +167248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5889" + "$ref": "https://ils.rero.ch/api/documents/5889" } }, { @@ -167262,13 +167262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5889" + "$ref": "https://ils.rero.ch/api/documents/5889" } }, { @@ -167276,13 +167276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5889" + "$ref": "https://ils.rero.ch/api/documents/5889" } }, { @@ -167290,13 +167290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5889" + "$ref": "https://ils.rero.ch/api/documents/5889" } }, { @@ -167304,13 +167304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5889" + "$ref": "https://ils.rero.ch/api/documents/5889" } }, { @@ -167318,13 +167318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5888" + "$ref": "https://ils.rero.ch/api/documents/5888" } }, { @@ -167332,13 +167332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5888" + "$ref": "https://ils.rero.ch/api/documents/5888" } }, { @@ -167346,13 +167346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5888" + "$ref": "https://ils.rero.ch/api/documents/5888" } }, { @@ -167360,13 +167360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5888" + "$ref": "https://ils.rero.ch/api/documents/5888" } }, { @@ -167374,13 +167374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5887" + "$ref": "https://ils.rero.ch/api/documents/5887" } }, { @@ -167388,13 +167388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5887" + "$ref": "https://ils.rero.ch/api/documents/5887" } }, { @@ -167402,13 +167402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5887" + "$ref": "https://ils.rero.ch/api/documents/5887" } }, { @@ -167416,13 +167416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5887" + "$ref": "https://ils.rero.ch/api/documents/5887" } }, { @@ -167430,13 +167430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5887" + "$ref": "https://ils.rero.ch/api/documents/5887" } }, { @@ -167444,13 +167444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5886" + "$ref": "https://ils.rero.ch/api/documents/5886" } }, { @@ -167458,13 +167458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5886" + "$ref": "https://ils.rero.ch/api/documents/5886" } }, { @@ -167472,13 +167472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5886" + "$ref": "https://ils.rero.ch/api/documents/5886" } }, { @@ -167486,13 +167486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5886" + "$ref": "https://ils.rero.ch/api/documents/5886" } }, { @@ -167500,13 +167500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5886" + "$ref": "https://ils.rero.ch/api/documents/5886" } }, { @@ -167514,13 +167514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5885" + "$ref": "https://ils.rero.ch/api/documents/5885" } }, { @@ -167528,13 +167528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5885" + "$ref": "https://ils.rero.ch/api/documents/5885" } }, { @@ -167542,13 +167542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5885" + "$ref": "https://ils.rero.ch/api/documents/5885" } }, { @@ -167556,13 +167556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5885" + "$ref": "https://ils.rero.ch/api/documents/5885" } }, { @@ -167570,13 +167570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5884" + "$ref": "https://ils.rero.ch/api/documents/5884" } }, { @@ -167584,13 +167584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5884" + "$ref": "https://ils.rero.ch/api/documents/5884" } }, { @@ -167598,13 +167598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5884" + "$ref": "https://ils.rero.ch/api/documents/5884" } }, { @@ -167612,13 +167612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5884" + "$ref": "https://ils.rero.ch/api/documents/5884" } }, { @@ -167626,13 +167626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5884" + "$ref": "https://ils.rero.ch/api/documents/5884" } }, { @@ -167640,13 +167640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5883" + "$ref": "https://ils.rero.ch/api/documents/5883" } }, { @@ -167654,13 +167654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5883" + "$ref": "https://ils.rero.ch/api/documents/5883" } }, { @@ -167668,13 +167668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5883" + "$ref": "https://ils.rero.ch/api/documents/5883" } }, { @@ -167682,13 +167682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5883" + "$ref": "https://ils.rero.ch/api/documents/5883" } }, { @@ -167696,13 +167696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5882" + "$ref": "https://ils.rero.ch/api/documents/5882" } }, { @@ -167710,13 +167710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5882" + "$ref": "https://ils.rero.ch/api/documents/5882" } }, { @@ -167724,13 +167724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5882" + "$ref": "https://ils.rero.ch/api/documents/5882" } }, { @@ -167738,13 +167738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5882" + "$ref": "https://ils.rero.ch/api/documents/5882" } }, { @@ -167752,13 +167752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5881" + "$ref": "https://ils.rero.ch/api/documents/5881" } }, { @@ -167766,13 +167766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5881" + "$ref": "https://ils.rero.ch/api/documents/5881" } }, { @@ -167780,13 +167780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5881" + "$ref": "https://ils.rero.ch/api/documents/5881" } }, { @@ -167794,13 +167794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5881" + "$ref": "https://ils.rero.ch/api/documents/5881" } }, { @@ -167808,13 +167808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5881" + "$ref": "https://ils.rero.ch/api/documents/5881" } }, { @@ -167822,13 +167822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5880" + "$ref": "https://ils.rero.ch/api/documents/5880" } }, { @@ -167836,13 +167836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5880" + "$ref": "https://ils.rero.ch/api/documents/5880" } }, { @@ -167850,13 +167850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5880" + "$ref": "https://ils.rero.ch/api/documents/5880" } }, { @@ -167864,13 +167864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5879" + "$ref": "https://ils.rero.ch/api/documents/5879" } }, { @@ -167878,13 +167878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5879" + "$ref": "https://ils.rero.ch/api/documents/5879" } }, { @@ -167892,13 +167892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5879" + "$ref": "https://ils.rero.ch/api/documents/5879" } }, { @@ -167906,13 +167906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5879" + "$ref": "https://ils.rero.ch/api/documents/5879" } }, { @@ -167920,13 +167920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5878" + "$ref": "https://ils.rero.ch/api/documents/5878" } }, { @@ -167934,13 +167934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5878" + "$ref": "https://ils.rero.ch/api/documents/5878" } }, { @@ -167948,13 +167948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5878" + "$ref": "https://ils.rero.ch/api/documents/5878" } }, { @@ -167962,13 +167962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5878" + "$ref": "https://ils.rero.ch/api/documents/5878" } }, { @@ -167976,13 +167976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5878" + "$ref": "https://ils.rero.ch/api/documents/5878" } }, { @@ -167990,13 +167990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5877" + "$ref": "https://ils.rero.ch/api/documents/5877" } }, { @@ -168004,13 +168004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5876" + "$ref": "https://ils.rero.ch/api/documents/5876" } }, { @@ -168018,13 +168018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5875" + "$ref": "https://ils.rero.ch/api/documents/5875" } }, { @@ -168032,13 +168032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5875" + "$ref": "https://ils.rero.ch/api/documents/5875" } }, { @@ -168046,13 +168046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5874" + "$ref": "https://ils.rero.ch/api/documents/5874" } }, { @@ -168060,13 +168060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5873" + "$ref": "https://ils.rero.ch/api/documents/5873" } }, { @@ -168074,13 +168074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5873" + "$ref": "https://ils.rero.ch/api/documents/5873" } }, { @@ -168088,13 +168088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5873" + "$ref": "https://ils.rero.ch/api/documents/5873" } }, { @@ -168102,13 +168102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5873" + "$ref": "https://ils.rero.ch/api/documents/5873" } }, { @@ -168116,13 +168116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5872" + "$ref": "https://ils.rero.ch/api/documents/5872" } }, { @@ -168130,13 +168130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5871" + "$ref": "https://ils.rero.ch/api/documents/5871" } }, { @@ -168144,13 +168144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5870" + "$ref": "https://ils.rero.ch/api/documents/5870" } }, { @@ -168158,13 +168158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5869" + "$ref": "https://ils.rero.ch/api/documents/5869" } }, { @@ -168172,13 +168172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5869" + "$ref": "https://ils.rero.ch/api/documents/5869" } }, { @@ -168186,13 +168186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5869" + "$ref": "https://ils.rero.ch/api/documents/5869" } }, { @@ -168200,13 +168200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5869" + "$ref": "https://ils.rero.ch/api/documents/5869" } }, { @@ -168214,13 +168214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5868" + "$ref": "https://ils.rero.ch/api/documents/5868" } }, { @@ -168228,13 +168228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5868" + "$ref": "https://ils.rero.ch/api/documents/5868" } }, { @@ -168242,13 +168242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5868" + "$ref": "https://ils.rero.ch/api/documents/5868" } }, { @@ -168256,13 +168256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5867" + "$ref": "https://ils.rero.ch/api/documents/5867" } }, { @@ -168270,13 +168270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5867" + "$ref": "https://ils.rero.ch/api/documents/5867" } }, { @@ -168284,13 +168284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5866" + "$ref": "https://ils.rero.ch/api/documents/5866" } }, { @@ -168298,13 +168298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5865" + "$ref": "https://ils.rero.ch/api/documents/5865" } }, { @@ -168312,13 +168312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5865" + "$ref": "https://ils.rero.ch/api/documents/5865" } }, { @@ -168326,13 +168326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5865" + "$ref": "https://ils.rero.ch/api/documents/5865" } }, { @@ -168340,13 +168340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5864" + "$ref": "https://ils.rero.ch/api/documents/5864" } }, { @@ -168354,13 +168354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5863" + "$ref": "https://ils.rero.ch/api/documents/5863" } }, { @@ -168368,13 +168368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5863" + "$ref": "https://ils.rero.ch/api/documents/5863" } }, { @@ -168382,13 +168382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5862" + "$ref": "https://ils.rero.ch/api/documents/5862" } }, { @@ -168396,13 +168396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5861" + "$ref": "https://ils.rero.ch/api/documents/5861" } }, { @@ -168410,13 +168410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5861" + "$ref": "https://ils.rero.ch/api/documents/5861" } }, { @@ -168424,13 +168424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5861" + "$ref": "https://ils.rero.ch/api/documents/5861" } }, { @@ -168438,13 +168438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5861" + "$ref": "https://ils.rero.ch/api/documents/5861" } }, { @@ -168452,13 +168452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5861" + "$ref": "https://ils.rero.ch/api/documents/5861" } }, { @@ -168466,13 +168466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5860" + "$ref": "https://ils.rero.ch/api/documents/5860" } }, { @@ -168480,13 +168480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5860" + "$ref": "https://ils.rero.ch/api/documents/5860" } }, { @@ -168494,13 +168494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5860" + "$ref": "https://ils.rero.ch/api/documents/5860" } }, { @@ -168508,13 +168508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5859" + "$ref": "https://ils.rero.ch/api/documents/5859" } }, { @@ -168522,13 +168522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5859" + "$ref": "https://ils.rero.ch/api/documents/5859" } }, { @@ -168536,13 +168536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5859" + "$ref": "https://ils.rero.ch/api/documents/5859" } }, { @@ -168550,13 +168550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5859" + "$ref": "https://ils.rero.ch/api/documents/5859" } }, { @@ -168564,13 +168564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5858" + "$ref": "https://ils.rero.ch/api/documents/5858" } }, { @@ -168578,13 +168578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5858" + "$ref": "https://ils.rero.ch/api/documents/5858" } }, { @@ -168592,13 +168592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5857" + "$ref": "https://ils.rero.ch/api/documents/5857" } }, { @@ -168606,13 +168606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5857" + "$ref": "https://ils.rero.ch/api/documents/5857" } }, { @@ -168620,13 +168620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5857" + "$ref": "https://ils.rero.ch/api/documents/5857" } }, { @@ -168634,13 +168634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5857" + "$ref": "https://ils.rero.ch/api/documents/5857" } }, { @@ -168648,13 +168648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5856" + "$ref": "https://ils.rero.ch/api/documents/5856" } }, { @@ -168662,13 +168662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5856" + "$ref": "https://ils.rero.ch/api/documents/5856" } }, { @@ -168676,13 +168676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5856" + "$ref": "https://ils.rero.ch/api/documents/5856" } }, { @@ -168690,13 +168690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5856" + "$ref": "https://ils.rero.ch/api/documents/5856" } }, { @@ -168704,13 +168704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5856" + "$ref": "https://ils.rero.ch/api/documents/5856" } }, { @@ -168718,13 +168718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5855" + "$ref": "https://ils.rero.ch/api/documents/5855" } }, { @@ -168732,13 +168732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5854" + "$ref": "https://ils.rero.ch/api/documents/5854" } }, { @@ -168746,13 +168746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5854" + "$ref": "https://ils.rero.ch/api/documents/5854" } }, { @@ -168760,13 +168760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5854" + "$ref": "https://ils.rero.ch/api/documents/5854" } }, { @@ -168774,13 +168774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5854" + "$ref": "https://ils.rero.ch/api/documents/5854" } }, { @@ -168788,13 +168788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5853" + "$ref": "https://ils.rero.ch/api/documents/5853" } }, { @@ -168802,13 +168802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5853" + "$ref": "https://ils.rero.ch/api/documents/5853" } }, { @@ -168816,13 +168816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5852" + "$ref": "https://ils.rero.ch/api/documents/5852" } }, { @@ -168830,13 +168830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5852" + "$ref": "https://ils.rero.ch/api/documents/5852" } }, { @@ -168844,13 +168844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5852" + "$ref": "https://ils.rero.ch/api/documents/5852" } }, { @@ -168858,13 +168858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5852" + "$ref": "https://ils.rero.ch/api/documents/5852" } }, { @@ -168872,13 +168872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5852" + "$ref": "https://ils.rero.ch/api/documents/5852" } }, { @@ -168886,13 +168886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5851" + "$ref": "https://ils.rero.ch/api/documents/5851" } }, { @@ -168900,13 +168900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5851" + "$ref": "https://ils.rero.ch/api/documents/5851" } }, { @@ -168914,13 +168914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5851" + "$ref": "https://ils.rero.ch/api/documents/5851" } }, { @@ -168928,13 +168928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5851" + "$ref": "https://ils.rero.ch/api/documents/5851" } }, { @@ -168942,13 +168942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5850" + "$ref": "https://ils.rero.ch/api/documents/5850" } }, { @@ -168956,13 +168956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5850" + "$ref": "https://ils.rero.ch/api/documents/5850" } }, { @@ -168970,13 +168970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5849" + "$ref": "https://ils.rero.ch/api/documents/5849" } }, { @@ -168984,13 +168984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5849" + "$ref": "https://ils.rero.ch/api/documents/5849" } }, { @@ -168998,13 +168998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5849" + "$ref": "https://ils.rero.ch/api/documents/5849" } }, { @@ -169012,13 +169012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5849" + "$ref": "https://ils.rero.ch/api/documents/5849" } }, { @@ -169026,13 +169026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5849" + "$ref": "https://ils.rero.ch/api/documents/5849" } }, { @@ -169040,13 +169040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5848" + "$ref": "https://ils.rero.ch/api/documents/5848" } }, { @@ -169054,13 +169054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5848" + "$ref": "https://ils.rero.ch/api/documents/5848" } }, { @@ -169068,13 +169068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5847" + "$ref": "https://ils.rero.ch/api/documents/5847" } }, { @@ -169082,13 +169082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5846" + "$ref": "https://ils.rero.ch/api/documents/5846" } }, { @@ -169096,13 +169096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5846" + "$ref": "https://ils.rero.ch/api/documents/5846" } }, { @@ -169110,13 +169110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5845" + "$ref": "https://ils.rero.ch/api/documents/5845" } }, { @@ -169124,13 +169124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5845" + "$ref": "https://ils.rero.ch/api/documents/5845" } }, { @@ -169138,13 +169138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5845" + "$ref": "https://ils.rero.ch/api/documents/5845" } }, { @@ -169152,13 +169152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5844" + "$ref": "https://ils.rero.ch/api/documents/5844" } }, { @@ -169166,13 +169166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5844" + "$ref": "https://ils.rero.ch/api/documents/5844" } }, { @@ -169180,13 +169180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5844" + "$ref": "https://ils.rero.ch/api/documents/5844" } }, { @@ -169194,13 +169194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5844" + "$ref": "https://ils.rero.ch/api/documents/5844" } }, { @@ -169208,13 +169208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5844" + "$ref": "https://ils.rero.ch/api/documents/5844" } }, { @@ -169222,13 +169222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5843" + "$ref": "https://ils.rero.ch/api/documents/5843" } }, { @@ -169236,13 +169236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5843" + "$ref": "https://ils.rero.ch/api/documents/5843" } }, { @@ -169250,13 +169250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5843" + "$ref": "https://ils.rero.ch/api/documents/5843" } }, { @@ -169264,13 +169264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5843" + "$ref": "https://ils.rero.ch/api/documents/5843" } }, { @@ -169278,13 +169278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5843" + "$ref": "https://ils.rero.ch/api/documents/5843" } }, { @@ -169292,13 +169292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5842" + "$ref": "https://ils.rero.ch/api/documents/5842" } }, { @@ -169306,13 +169306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5842" + "$ref": "https://ils.rero.ch/api/documents/5842" } }, { @@ -169320,13 +169320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5842" + "$ref": "https://ils.rero.ch/api/documents/5842" } }, { @@ -169334,13 +169334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5841" + "$ref": "https://ils.rero.ch/api/documents/5841" } }, { @@ -169348,13 +169348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5840" + "$ref": "https://ils.rero.ch/api/documents/5840" } }, { @@ -169362,13 +169362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5840" + "$ref": "https://ils.rero.ch/api/documents/5840" } }, { @@ -169376,13 +169376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5840" + "$ref": "https://ils.rero.ch/api/documents/5840" } }, { @@ -169390,13 +169390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5839" + "$ref": "https://ils.rero.ch/api/documents/5839" } }, { @@ -169404,13 +169404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5839" + "$ref": "https://ils.rero.ch/api/documents/5839" } }, { @@ -169418,13 +169418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5839" + "$ref": "https://ils.rero.ch/api/documents/5839" } }, { @@ -169432,13 +169432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5839" + "$ref": "https://ils.rero.ch/api/documents/5839" } }, { @@ -169446,13 +169446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5838" + "$ref": "https://ils.rero.ch/api/documents/5838" } }, { @@ -169460,13 +169460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5838" + "$ref": "https://ils.rero.ch/api/documents/5838" } }, { @@ -169474,13 +169474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5838" + "$ref": "https://ils.rero.ch/api/documents/5838" } }, { @@ -169488,13 +169488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5838" + "$ref": "https://ils.rero.ch/api/documents/5838" } }, { @@ -169502,13 +169502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5837" + "$ref": "https://ils.rero.ch/api/documents/5837" } }, { @@ -169516,13 +169516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5836" + "$ref": "https://ils.rero.ch/api/documents/5836" } }, { @@ -169530,13 +169530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5836" + "$ref": "https://ils.rero.ch/api/documents/5836" } }, { @@ -169544,13 +169544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5836" + "$ref": "https://ils.rero.ch/api/documents/5836" } }, { @@ -169558,13 +169558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5835" + "$ref": "https://ils.rero.ch/api/documents/5835" } }, { @@ -169572,13 +169572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5835" + "$ref": "https://ils.rero.ch/api/documents/5835" } }, { @@ -169586,13 +169586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5835" + "$ref": "https://ils.rero.ch/api/documents/5835" } }, { @@ -169600,13 +169600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5835" + "$ref": "https://ils.rero.ch/api/documents/5835" } }, { @@ -169614,13 +169614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5835" + "$ref": "https://ils.rero.ch/api/documents/5835" } }, { @@ -169628,13 +169628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5834" + "$ref": "https://ils.rero.ch/api/documents/5834" } }, { @@ -169642,13 +169642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5833" + "$ref": "https://ils.rero.ch/api/documents/5833" } }, { @@ -169656,13 +169656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5833" + "$ref": "https://ils.rero.ch/api/documents/5833" } }, { @@ -169670,13 +169670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5833" + "$ref": "https://ils.rero.ch/api/documents/5833" } }, { @@ -169684,13 +169684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5833" + "$ref": "https://ils.rero.ch/api/documents/5833" } }, { @@ -169698,13 +169698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5832" + "$ref": "https://ils.rero.ch/api/documents/5832" } }, { @@ -169712,13 +169712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5832" + "$ref": "https://ils.rero.ch/api/documents/5832" } }, { @@ -169726,13 +169726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5832" + "$ref": "https://ils.rero.ch/api/documents/5832" } }, { @@ -169740,13 +169740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5832" + "$ref": "https://ils.rero.ch/api/documents/5832" } }, { @@ -169754,13 +169754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5831" + "$ref": "https://ils.rero.ch/api/documents/5831" } }, { @@ -169768,13 +169768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5831" + "$ref": "https://ils.rero.ch/api/documents/5831" } }, { @@ -169782,13 +169782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5831" + "$ref": "https://ils.rero.ch/api/documents/5831" } }, { @@ -169796,13 +169796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5830" + "$ref": "https://ils.rero.ch/api/documents/5830" } }, { @@ -169810,13 +169810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5829" + "$ref": "https://ils.rero.ch/api/documents/5829" } }, { @@ -169824,13 +169824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5829" + "$ref": "https://ils.rero.ch/api/documents/5829" } }, { @@ -169838,13 +169838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5829" + "$ref": "https://ils.rero.ch/api/documents/5829" } }, { @@ -169852,13 +169852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5828" + "$ref": "https://ils.rero.ch/api/documents/5828" } }, { @@ -169866,13 +169866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5828" + "$ref": "https://ils.rero.ch/api/documents/5828" } }, { @@ -169880,13 +169880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5827" + "$ref": "https://ils.rero.ch/api/documents/5827" } }, { @@ -169894,13 +169894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5827" + "$ref": "https://ils.rero.ch/api/documents/5827" } }, { @@ -169908,13 +169908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5827" + "$ref": "https://ils.rero.ch/api/documents/5827" } }, { @@ -169922,13 +169922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5827" + "$ref": "https://ils.rero.ch/api/documents/5827" } }, { @@ -169936,13 +169936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5826" + "$ref": "https://ils.rero.ch/api/documents/5826" } }, { @@ -169950,13 +169950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5826" + "$ref": "https://ils.rero.ch/api/documents/5826" } }, { @@ -169964,13 +169964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5826" + "$ref": "https://ils.rero.ch/api/documents/5826" } }, { @@ -169978,13 +169978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5825" + "$ref": "https://ils.rero.ch/api/documents/5825" } }, { @@ -169992,13 +169992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5825" + "$ref": "https://ils.rero.ch/api/documents/5825" } }, { @@ -170006,13 +170006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5825" + "$ref": "https://ils.rero.ch/api/documents/5825" } }, { @@ -170020,13 +170020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5824" + "$ref": "https://ils.rero.ch/api/documents/5824" } }, { @@ -170034,13 +170034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5823" + "$ref": "https://ils.rero.ch/api/documents/5823" } }, { @@ -170048,13 +170048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5823" + "$ref": "https://ils.rero.ch/api/documents/5823" } }, { @@ -170062,13 +170062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5823" + "$ref": "https://ils.rero.ch/api/documents/5823" } }, { @@ -170076,13 +170076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5822" + "$ref": "https://ils.rero.ch/api/documents/5822" } }, { @@ -170090,13 +170090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5822" + "$ref": "https://ils.rero.ch/api/documents/5822" } }, { @@ -170104,13 +170104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5822" + "$ref": "https://ils.rero.ch/api/documents/5822" } }, { @@ -170118,13 +170118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5822" + "$ref": "https://ils.rero.ch/api/documents/5822" } }, { @@ -170132,13 +170132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5821" + "$ref": "https://ils.rero.ch/api/documents/5821" } }, { @@ -170146,13 +170146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5821" + "$ref": "https://ils.rero.ch/api/documents/5821" } }, { @@ -170160,13 +170160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5821" + "$ref": "https://ils.rero.ch/api/documents/5821" } }, { @@ -170174,13 +170174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5821" + "$ref": "https://ils.rero.ch/api/documents/5821" } }, { @@ -170188,13 +170188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5820" + "$ref": "https://ils.rero.ch/api/documents/5820" } }, { @@ -170202,13 +170202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5820" + "$ref": "https://ils.rero.ch/api/documents/5820" } }, { @@ -170216,13 +170216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5820" + "$ref": "https://ils.rero.ch/api/documents/5820" } }, { @@ -170230,13 +170230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5820" + "$ref": "https://ils.rero.ch/api/documents/5820" } }, { @@ -170244,13 +170244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5820" + "$ref": "https://ils.rero.ch/api/documents/5820" } }, { @@ -170258,13 +170258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5819" + "$ref": "https://ils.rero.ch/api/documents/5819" } }, { @@ -170272,13 +170272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5818" + "$ref": "https://ils.rero.ch/api/documents/5818" } }, { @@ -170286,13 +170286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5817" + "$ref": "https://ils.rero.ch/api/documents/5817" } }, { @@ -170300,13 +170300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5816" + "$ref": "https://ils.rero.ch/api/documents/5816" } }, { @@ -170314,13 +170314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5815" + "$ref": "https://ils.rero.ch/api/documents/5815" } }, { @@ -170328,13 +170328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5815" + "$ref": "https://ils.rero.ch/api/documents/5815" } }, { @@ -170342,13 +170342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5815" + "$ref": "https://ils.rero.ch/api/documents/5815" } }, { @@ -170356,13 +170356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5814" + "$ref": "https://ils.rero.ch/api/documents/5814" } }, { @@ -170370,13 +170370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5814" + "$ref": "https://ils.rero.ch/api/documents/5814" } }, { @@ -170384,13 +170384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5813" + "$ref": "https://ils.rero.ch/api/documents/5813" } }, { @@ -170398,13 +170398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5813" + "$ref": "https://ils.rero.ch/api/documents/5813" } }, { @@ -170412,13 +170412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5813" + "$ref": "https://ils.rero.ch/api/documents/5813" } }, { @@ -170426,13 +170426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5813" + "$ref": "https://ils.rero.ch/api/documents/5813" } }, { @@ -170440,13 +170440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5813" + "$ref": "https://ils.rero.ch/api/documents/5813" } }, { @@ -170454,13 +170454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5812" + "$ref": "https://ils.rero.ch/api/documents/5812" } }, { @@ -170468,13 +170468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5812" + "$ref": "https://ils.rero.ch/api/documents/5812" } }, { @@ -170482,13 +170482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5811" + "$ref": "https://ils.rero.ch/api/documents/5811" } }, { @@ -170496,13 +170496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5811" + "$ref": "https://ils.rero.ch/api/documents/5811" } }, { @@ -170510,13 +170510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5811" + "$ref": "https://ils.rero.ch/api/documents/5811" } }, { @@ -170524,13 +170524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5811" + "$ref": "https://ils.rero.ch/api/documents/5811" } }, { @@ -170538,13 +170538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5811" + "$ref": "https://ils.rero.ch/api/documents/5811" } }, { @@ -170552,13 +170552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5810" + "$ref": "https://ils.rero.ch/api/documents/5810" } }, { @@ -170566,13 +170566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5810" + "$ref": "https://ils.rero.ch/api/documents/5810" } }, { @@ -170580,13 +170580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5809" + "$ref": "https://ils.rero.ch/api/documents/5809" } }, { @@ -170594,13 +170594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5809" + "$ref": "https://ils.rero.ch/api/documents/5809" } }, { @@ -170608,13 +170608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5809" + "$ref": "https://ils.rero.ch/api/documents/5809" } }, { @@ -170622,13 +170622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5809" + "$ref": "https://ils.rero.ch/api/documents/5809" } }, { @@ -170636,13 +170636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5809" + "$ref": "https://ils.rero.ch/api/documents/5809" } }, { @@ -170650,13 +170650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5808" + "$ref": "https://ils.rero.ch/api/documents/5808" } }, { @@ -170664,13 +170664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5807" + "$ref": "https://ils.rero.ch/api/documents/5807" } }, { @@ -170678,13 +170678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5807" + "$ref": "https://ils.rero.ch/api/documents/5807" } }, { @@ -170692,13 +170692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5807" + "$ref": "https://ils.rero.ch/api/documents/5807" } }, { @@ -170706,13 +170706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5807" + "$ref": "https://ils.rero.ch/api/documents/5807" } }, { @@ -170720,13 +170720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5807" + "$ref": "https://ils.rero.ch/api/documents/5807" } }, { @@ -170734,13 +170734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5806" + "$ref": "https://ils.rero.ch/api/documents/5806" } }, { @@ -170748,13 +170748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5806" + "$ref": "https://ils.rero.ch/api/documents/5806" } }, { @@ -170762,13 +170762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5806" + "$ref": "https://ils.rero.ch/api/documents/5806" } }, { @@ -170776,13 +170776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5806" + "$ref": "https://ils.rero.ch/api/documents/5806" } }, { @@ -170790,13 +170790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5805" + "$ref": "https://ils.rero.ch/api/documents/5805" } }, { @@ -170804,13 +170804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5805" + "$ref": "https://ils.rero.ch/api/documents/5805" } }, { @@ -170818,13 +170818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5805" + "$ref": "https://ils.rero.ch/api/documents/5805" } }, { @@ -170832,13 +170832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5805" + "$ref": "https://ils.rero.ch/api/documents/5805" } }, { @@ -170846,13 +170846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5805" + "$ref": "https://ils.rero.ch/api/documents/5805" } }, { @@ -170860,13 +170860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5804" + "$ref": "https://ils.rero.ch/api/documents/5804" } }, { @@ -170874,13 +170874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5804" + "$ref": "https://ils.rero.ch/api/documents/5804" } }, { @@ -170888,13 +170888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5803" + "$ref": "https://ils.rero.ch/api/documents/5803" } }, { @@ -170902,13 +170902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5803" + "$ref": "https://ils.rero.ch/api/documents/5803" } }, { @@ -170916,13 +170916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5802" + "$ref": "https://ils.rero.ch/api/documents/5802" } }, { @@ -170930,13 +170930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5801" + "$ref": "https://ils.rero.ch/api/documents/5801" } }, { @@ -170944,13 +170944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5801" + "$ref": "https://ils.rero.ch/api/documents/5801" } }, { @@ -170958,13 +170958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5800" + "$ref": "https://ils.rero.ch/api/documents/5800" } }, { @@ -170972,13 +170972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5800" + "$ref": "https://ils.rero.ch/api/documents/5800" } }, { @@ -170986,13 +170986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5800" + "$ref": "https://ils.rero.ch/api/documents/5800" } }, { @@ -171000,13 +171000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5800" + "$ref": "https://ils.rero.ch/api/documents/5800" } }, { @@ -171014,13 +171014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5799" + "$ref": "https://ils.rero.ch/api/documents/5799" } }, { @@ -171028,13 +171028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5799" + "$ref": "https://ils.rero.ch/api/documents/5799" } }, { @@ -171042,13 +171042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5799" + "$ref": "https://ils.rero.ch/api/documents/5799" } }, { @@ -171056,13 +171056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5799" + "$ref": "https://ils.rero.ch/api/documents/5799" } }, { @@ -171070,13 +171070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5799" + "$ref": "https://ils.rero.ch/api/documents/5799" } }, { @@ -171084,13 +171084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5798" + "$ref": "https://ils.rero.ch/api/documents/5798" } }, { @@ -171098,13 +171098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5797" + "$ref": "https://ils.rero.ch/api/documents/5797" } }, { @@ -171112,13 +171112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5797" + "$ref": "https://ils.rero.ch/api/documents/5797" } }, { @@ -171126,13 +171126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5797" + "$ref": "https://ils.rero.ch/api/documents/5797" } }, { @@ -171140,13 +171140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5797" + "$ref": "https://ils.rero.ch/api/documents/5797" } }, { @@ -171154,13 +171154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5796" + "$ref": "https://ils.rero.ch/api/documents/5796" } }, { @@ -171168,13 +171168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5796" + "$ref": "https://ils.rero.ch/api/documents/5796" } }, { @@ -171182,13 +171182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5795" + "$ref": "https://ils.rero.ch/api/documents/5795" } }, { @@ -171196,13 +171196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5795" + "$ref": "https://ils.rero.ch/api/documents/5795" } }, { @@ -171210,13 +171210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5795" + "$ref": "https://ils.rero.ch/api/documents/5795" } }, { @@ -171224,13 +171224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5795" + "$ref": "https://ils.rero.ch/api/documents/5795" } }, { @@ -171238,13 +171238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5794" + "$ref": "https://ils.rero.ch/api/documents/5794" } }, { @@ -171252,13 +171252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5793" + "$ref": "https://ils.rero.ch/api/documents/5793" } }, { @@ -171266,13 +171266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5793" + "$ref": "https://ils.rero.ch/api/documents/5793" } }, { @@ -171280,13 +171280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5793" + "$ref": "https://ils.rero.ch/api/documents/5793" } }, { @@ -171294,13 +171294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5793" + "$ref": "https://ils.rero.ch/api/documents/5793" } }, { @@ -171308,13 +171308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5792" + "$ref": "https://ils.rero.ch/api/documents/5792" } }, { @@ -171322,13 +171322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5792" + "$ref": "https://ils.rero.ch/api/documents/5792" } }, { @@ -171336,13 +171336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5791" + "$ref": "https://ils.rero.ch/api/documents/5791" } }, { @@ -171350,13 +171350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5791" + "$ref": "https://ils.rero.ch/api/documents/5791" } }, { @@ -171364,13 +171364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5791" + "$ref": "https://ils.rero.ch/api/documents/5791" } }, { @@ -171378,13 +171378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5790" + "$ref": "https://ils.rero.ch/api/documents/5790" } }, { @@ -171392,13 +171392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5789" + "$ref": "https://ils.rero.ch/api/documents/5789" } }, { @@ -171406,13 +171406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5789" + "$ref": "https://ils.rero.ch/api/documents/5789" } }, { @@ -171420,13 +171420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5789" + "$ref": "https://ils.rero.ch/api/documents/5789" } }, { @@ -171434,13 +171434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5789" + "$ref": "https://ils.rero.ch/api/documents/5789" } }, { @@ -171448,13 +171448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5789" + "$ref": "https://ils.rero.ch/api/documents/5789" } }, { @@ -171462,13 +171462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5788" + "$ref": "https://ils.rero.ch/api/documents/5788" } }, { @@ -171476,13 +171476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5788" + "$ref": "https://ils.rero.ch/api/documents/5788" } }, { @@ -171490,13 +171490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5788" + "$ref": "https://ils.rero.ch/api/documents/5788" } }, { @@ -171504,13 +171504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5788" + "$ref": "https://ils.rero.ch/api/documents/5788" } }, { @@ -171518,13 +171518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5788" + "$ref": "https://ils.rero.ch/api/documents/5788" } }, { @@ -171532,13 +171532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5787" + "$ref": "https://ils.rero.ch/api/documents/5787" } }, { @@ -171546,13 +171546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5787" + "$ref": "https://ils.rero.ch/api/documents/5787" } }, { @@ -171560,13 +171560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5787" + "$ref": "https://ils.rero.ch/api/documents/5787" } }, { @@ -171574,13 +171574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5787" + "$ref": "https://ils.rero.ch/api/documents/5787" } }, { @@ -171588,13 +171588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5786" + "$ref": "https://ils.rero.ch/api/documents/5786" } }, { @@ -171602,13 +171602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5786" + "$ref": "https://ils.rero.ch/api/documents/5786" } }, { @@ -171616,13 +171616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5785" + "$ref": "https://ils.rero.ch/api/documents/5785" } }, { @@ -171630,13 +171630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5785" + "$ref": "https://ils.rero.ch/api/documents/5785" } }, { @@ -171644,13 +171644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5785" + "$ref": "https://ils.rero.ch/api/documents/5785" } }, { @@ -171658,13 +171658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5785" + "$ref": "https://ils.rero.ch/api/documents/5785" } }, { @@ -171672,13 +171672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5784" + "$ref": "https://ils.rero.ch/api/documents/5784" } }, { @@ -171686,13 +171686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5784" + "$ref": "https://ils.rero.ch/api/documents/5784" } }, { @@ -171700,13 +171700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5784" + "$ref": "https://ils.rero.ch/api/documents/5784" } }, { @@ -171714,13 +171714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5784" + "$ref": "https://ils.rero.ch/api/documents/5784" } }, { @@ -171728,13 +171728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5784" + "$ref": "https://ils.rero.ch/api/documents/5784" } }, { @@ -171742,13 +171742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5783" + "$ref": "https://ils.rero.ch/api/documents/5783" } }, { @@ -171756,13 +171756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5783" + "$ref": "https://ils.rero.ch/api/documents/5783" } }, { @@ -171770,13 +171770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5782" + "$ref": "https://ils.rero.ch/api/documents/5782" } }, { @@ -171784,13 +171784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5782" + "$ref": "https://ils.rero.ch/api/documents/5782" } }, { @@ -171798,13 +171798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5782" + "$ref": "https://ils.rero.ch/api/documents/5782" } }, { @@ -171812,13 +171812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5782" + "$ref": "https://ils.rero.ch/api/documents/5782" } }, { @@ -171826,13 +171826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5782" + "$ref": "https://ils.rero.ch/api/documents/5782" } }, { @@ -171840,13 +171840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5781" + "$ref": "https://ils.rero.ch/api/documents/5781" } }, { @@ -171854,13 +171854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5780" + "$ref": "https://ils.rero.ch/api/documents/5780" } }, { @@ -171868,13 +171868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5780" + "$ref": "https://ils.rero.ch/api/documents/5780" } }, { @@ -171882,13 +171882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5779" + "$ref": "https://ils.rero.ch/api/documents/5779" } }, { @@ -171896,13 +171896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5779" + "$ref": "https://ils.rero.ch/api/documents/5779" } }, { @@ -171910,13 +171910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5779" + "$ref": "https://ils.rero.ch/api/documents/5779" } }, { @@ -171924,13 +171924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5779" + "$ref": "https://ils.rero.ch/api/documents/5779" } }, { @@ -171938,13 +171938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5778" + "$ref": "https://ils.rero.ch/api/documents/5778" } }, { @@ -171952,13 +171952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5778" + "$ref": "https://ils.rero.ch/api/documents/5778" } }, { @@ -171966,13 +171966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5778" + "$ref": "https://ils.rero.ch/api/documents/5778" } }, { @@ -171980,13 +171980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5778" + "$ref": "https://ils.rero.ch/api/documents/5778" } }, { @@ -171994,13 +171994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5778" + "$ref": "https://ils.rero.ch/api/documents/5778" } }, { @@ -172008,13 +172008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5777" + "$ref": "https://ils.rero.ch/api/documents/5777" } }, { @@ -172022,13 +172022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5777" + "$ref": "https://ils.rero.ch/api/documents/5777" } }, { @@ -172036,13 +172036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5777" + "$ref": "https://ils.rero.ch/api/documents/5777" } }, { @@ -172050,13 +172050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5777" + "$ref": "https://ils.rero.ch/api/documents/5777" } }, { @@ -172064,13 +172064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5777" + "$ref": "https://ils.rero.ch/api/documents/5777" } }, { @@ -172078,13 +172078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5776" + "$ref": "https://ils.rero.ch/api/documents/5776" } }, { @@ -172092,13 +172092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5775" + "$ref": "https://ils.rero.ch/api/documents/5775" } }, { @@ -172106,13 +172106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5774" + "$ref": "https://ils.rero.ch/api/documents/5774" } }, { @@ -172120,13 +172120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5774" + "$ref": "https://ils.rero.ch/api/documents/5774" } }, { @@ -172134,13 +172134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5774" + "$ref": "https://ils.rero.ch/api/documents/5774" } }, { @@ -172148,13 +172148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5773" + "$ref": "https://ils.rero.ch/api/documents/5773" } }, { @@ -172162,13 +172162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5773" + "$ref": "https://ils.rero.ch/api/documents/5773" } }, { @@ -172176,13 +172176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5773" + "$ref": "https://ils.rero.ch/api/documents/5773" } }, { @@ -172190,13 +172190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5773" + "$ref": "https://ils.rero.ch/api/documents/5773" } }, { @@ -172204,13 +172204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5772" + "$ref": "https://ils.rero.ch/api/documents/5772" } }, { @@ -172218,13 +172218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5771" + "$ref": "https://ils.rero.ch/api/documents/5771" } }, { @@ -172232,13 +172232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5771" + "$ref": "https://ils.rero.ch/api/documents/5771" } }, { @@ -172246,13 +172246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5771" + "$ref": "https://ils.rero.ch/api/documents/5771" } }, { @@ -172260,13 +172260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5771" + "$ref": "https://ils.rero.ch/api/documents/5771" } }, { @@ -172274,13 +172274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5771" + "$ref": "https://ils.rero.ch/api/documents/5771" } }, { @@ -172288,13 +172288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5770" + "$ref": "https://ils.rero.ch/api/documents/5770" } }, { @@ -172302,13 +172302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5770" + "$ref": "https://ils.rero.ch/api/documents/5770" } }, { @@ -172316,13 +172316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5770" + "$ref": "https://ils.rero.ch/api/documents/5770" } }, { @@ -172330,13 +172330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5770" + "$ref": "https://ils.rero.ch/api/documents/5770" } }, { @@ -172344,13 +172344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5769" + "$ref": "https://ils.rero.ch/api/documents/5769" } }, { @@ -172358,13 +172358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5769" + "$ref": "https://ils.rero.ch/api/documents/5769" } }, { @@ -172372,13 +172372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5769" + "$ref": "https://ils.rero.ch/api/documents/5769" } }, { @@ -172386,13 +172386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5768" + "$ref": "https://ils.rero.ch/api/documents/5768" } }, { @@ -172400,13 +172400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5768" + "$ref": "https://ils.rero.ch/api/documents/5768" } }, { @@ -172414,13 +172414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5768" + "$ref": "https://ils.rero.ch/api/documents/5768" } }, { @@ -172428,13 +172428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5768" + "$ref": "https://ils.rero.ch/api/documents/5768" } }, { @@ -172442,13 +172442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5767" + "$ref": "https://ils.rero.ch/api/documents/5767" } }, { @@ -172456,13 +172456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5767" + "$ref": "https://ils.rero.ch/api/documents/5767" } }, { @@ -172470,13 +172470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5767" + "$ref": "https://ils.rero.ch/api/documents/5767" } }, { @@ -172484,13 +172484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5767" + "$ref": "https://ils.rero.ch/api/documents/5767" } }, { @@ -172498,13 +172498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5767" + "$ref": "https://ils.rero.ch/api/documents/5767" } }, { @@ -172512,13 +172512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5766" + "$ref": "https://ils.rero.ch/api/documents/5766" } }, { @@ -172526,13 +172526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5766" + "$ref": "https://ils.rero.ch/api/documents/5766" } }, { @@ -172540,13 +172540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5766" + "$ref": "https://ils.rero.ch/api/documents/5766" } }, { @@ -172554,13 +172554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5766" + "$ref": "https://ils.rero.ch/api/documents/5766" } }, { @@ -172568,13 +172568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5766" + "$ref": "https://ils.rero.ch/api/documents/5766" } }, { @@ -172582,13 +172582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5765" + "$ref": "https://ils.rero.ch/api/documents/5765" } }, { @@ -172596,13 +172596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5765" + "$ref": "https://ils.rero.ch/api/documents/5765" } }, { @@ -172610,13 +172610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5764" + "$ref": "https://ils.rero.ch/api/documents/5764" } }, { @@ -172624,13 +172624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5764" + "$ref": "https://ils.rero.ch/api/documents/5764" } }, { @@ -172638,13 +172638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5764" + "$ref": "https://ils.rero.ch/api/documents/5764" } }, { @@ -172652,13 +172652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5764" + "$ref": "https://ils.rero.ch/api/documents/5764" } }, { @@ -172666,13 +172666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5763" + "$ref": "https://ils.rero.ch/api/documents/5763" } }, { @@ -172680,13 +172680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5763" + "$ref": "https://ils.rero.ch/api/documents/5763" } }, { @@ -172694,13 +172694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5763" + "$ref": "https://ils.rero.ch/api/documents/5763" } }, { @@ -172708,13 +172708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5763" + "$ref": "https://ils.rero.ch/api/documents/5763" } }, { @@ -172722,13 +172722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5762" + "$ref": "https://ils.rero.ch/api/documents/5762" } }, { @@ -172736,13 +172736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5762" + "$ref": "https://ils.rero.ch/api/documents/5762" } }, { @@ -172750,13 +172750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5762" + "$ref": "https://ils.rero.ch/api/documents/5762" } }, { @@ -172764,13 +172764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5762" + "$ref": "https://ils.rero.ch/api/documents/5762" } }, { @@ -172778,13 +172778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5761" + "$ref": "https://ils.rero.ch/api/documents/5761" } }, { @@ -172792,13 +172792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5761" + "$ref": "https://ils.rero.ch/api/documents/5761" } }, { @@ -172806,13 +172806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5760" + "$ref": "https://ils.rero.ch/api/documents/5760" } }, { @@ -172820,13 +172820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5760" + "$ref": "https://ils.rero.ch/api/documents/5760" } }, { @@ -172834,13 +172834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5759" + "$ref": "https://ils.rero.ch/api/documents/5759" } }, { @@ -172848,13 +172848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5759" + "$ref": "https://ils.rero.ch/api/documents/5759" } }, { @@ -172862,13 +172862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5759" + "$ref": "https://ils.rero.ch/api/documents/5759" } }, { @@ -172876,13 +172876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5759" + "$ref": "https://ils.rero.ch/api/documents/5759" } }, { @@ -172890,13 +172890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5758" + "$ref": "https://ils.rero.ch/api/documents/5758" } }, { @@ -172904,13 +172904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5757" + "$ref": "https://ils.rero.ch/api/documents/5757" } }, { @@ -172918,13 +172918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5757" + "$ref": "https://ils.rero.ch/api/documents/5757" } }, { @@ -172932,13 +172932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5757" + "$ref": "https://ils.rero.ch/api/documents/5757" } }, { @@ -172946,13 +172946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5757" + "$ref": "https://ils.rero.ch/api/documents/5757" } }, { @@ -172960,13 +172960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5757" + "$ref": "https://ils.rero.ch/api/documents/5757" } }, { @@ -172974,13 +172974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5756" + "$ref": "https://ils.rero.ch/api/documents/5756" } }, { @@ -172988,13 +172988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5755" + "$ref": "https://ils.rero.ch/api/documents/5755" } }, { @@ -173002,13 +173002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5754" + "$ref": "https://ils.rero.ch/api/documents/5754" } }, { @@ -173016,13 +173016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5754" + "$ref": "https://ils.rero.ch/api/documents/5754" } }, { @@ -173030,13 +173030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5754" + "$ref": "https://ils.rero.ch/api/documents/5754" } }, { @@ -173044,13 +173044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5754" + "$ref": "https://ils.rero.ch/api/documents/5754" } }, { @@ -173058,13 +173058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5753" + "$ref": "https://ils.rero.ch/api/documents/5753" } }, { @@ -173072,13 +173072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5753" + "$ref": "https://ils.rero.ch/api/documents/5753" } }, { @@ -173086,13 +173086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5753" + "$ref": "https://ils.rero.ch/api/documents/5753" } }, { @@ -173100,13 +173100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5752" + "$ref": "https://ils.rero.ch/api/documents/5752" } }, { @@ -173114,13 +173114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5752" + "$ref": "https://ils.rero.ch/api/documents/5752" } }, { @@ -173128,13 +173128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5751" + "$ref": "https://ils.rero.ch/api/documents/5751" } }, { @@ -173142,13 +173142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5751" + "$ref": "https://ils.rero.ch/api/documents/5751" } }, { @@ -173156,13 +173156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5751" + "$ref": "https://ils.rero.ch/api/documents/5751" } }, { @@ -173170,13 +173170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5751" + "$ref": "https://ils.rero.ch/api/documents/5751" } }, { @@ -173184,13 +173184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5751" + "$ref": "https://ils.rero.ch/api/documents/5751" } }, { @@ -173198,13 +173198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5750" + "$ref": "https://ils.rero.ch/api/documents/5750" } }, { @@ -173212,13 +173212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5750" + "$ref": "https://ils.rero.ch/api/documents/5750" } }, { @@ -173226,13 +173226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5750" + "$ref": "https://ils.rero.ch/api/documents/5750" } }, { @@ -173240,13 +173240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5749" + "$ref": "https://ils.rero.ch/api/documents/5749" } }, { @@ -173254,13 +173254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5749" + "$ref": "https://ils.rero.ch/api/documents/5749" } }, { @@ -173268,13 +173268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5749" + "$ref": "https://ils.rero.ch/api/documents/5749" } }, { @@ -173282,13 +173282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5749" + "$ref": "https://ils.rero.ch/api/documents/5749" } }, { @@ -173296,13 +173296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5748" + "$ref": "https://ils.rero.ch/api/documents/5748" } }, { @@ -173310,13 +173310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5748" + "$ref": "https://ils.rero.ch/api/documents/5748" } }, { @@ -173324,13 +173324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5748" + "$ref": "https://ils.rero.ch/api/documents/5748" } }, { @@ -173338,13 +173338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5747" + "$ref": "https://ils.rero.ch/api/documents/5747" } }, { @@ -173352,13 +173352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5747" + "$ref": "https://ils.rero.ch/api/documents/5747" } }, { @@ -173366,13 +173366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5747" + "$ref": "https://ils.rero.ch/api/documents/5747" } }, { @@ -173380,13 +173380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5747" + "$ref": "https://ils.rero.ch/api/documents/5747" } }, { @@ -173394,13 +173394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5746" + "$ref": "https://ils.rero.ch/api/documents/5746" } }, { @@ -173408,13 +173408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5746" + "$ref": "https://ils.rero.ch/api/documents/5746" } }, { @@ -173422,13 +173422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5746" + "$ref": "https://ils.rero.ch/api/documents/5746" } }, { @@ -173436,13 +173436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5745" + "$ref": "https://ils.rero.ch/api/documents/5745" } }, { @@ -173450,13 +173450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5744" + "$ref": "https://ils.rero.ch/api/documents/5744" } }, { @@ -173464,13 +173464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5743" + "$ref": "https://ils.rero.ch/api/documents/5743" } }, { @@ -173478,13 +173478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5743" + "$ref": "https://ils.rero.ch/api/documents/5743" } }, { @@ -173492,13 +173492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5743" + "$ref": "https://ils.rero.ch/api/documents/5743" } }, { @@ -173506,13 +173506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5743" + "$ref": "https://ils.rero.ch/api/documents/5743" } }, { @@ -173520,13 +173520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5743" + "$ref": "https://ils.rero.ch/api/documents/5743" } }, { @@ -173534,13 +173534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5742" + "$ref": "https://ils.rero.ch/api/documents/5742" } }, { @@ -173548,13 +173548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5741" + "$ref": "https://ils.rero.ch/api/documents/5741" } }, { @@ -173562,13 +173562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5740" + "$ref": "https://ils.rero.ch/api/documents/5740" } }, { @@ -173576,13 +173576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5740" + "$ref": "https://ils.rero.ch/api/documents/5740" } }, { @@ -173590,13 +173590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5740" + "$ref": "https://ils.rero.ch/api/documents/5740" } }, { @@ -173604,13 +173604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5739" + "$ref": "https://ils.rero.ch/api/documents/5739" } }, { @@ -173618,13 +173618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5739" + "$ref": "https://ils.rero.ch/api/documents/5739" } }, { @@ -173632,13 +173632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5739" + "$ref": "https://ils.rero.ch/api/documents/5739" } }, { @@ -173646,13 +173646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5739" + "$ref": "https://ils.rero.ch/api/documents/5739" } }, { @@ -173660,13 +173660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5738" + "$ref": "https://ils.rero.ch/api/documents/5738" } }, { @@ -173674,13 +173674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5738" + "$ref": "https://ils.rero.ch/api/documents/5738" } }, { @@ -173688,13 +173688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5738" + "$ref": "https://ils.rero.ch/api/documents/5738" } }, { @@ -173702,13 +173702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5737" + "$ref": "https://ils.rero.ch/api/documents/5737" } }, { @@ -173716,13 +173716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5737" + "$ref": "https://ils.rero.ch/api/documents/5737" } }, { @@ -173730,13 +173730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5737" + "$ref": "https://ils.rero.ch/api/documents/5737" } }, { @@ -173744,13 +173744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5736" + "$ref": "https://ils.rero.ch/api/documents/5736" } }, { @@ -173758,13 +173758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5736" + "$ref": "https://ils.rero.ch/api/documents/5736" } }, { @@ -173772,13 +173772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5735" + "$ref": "https://ils.rero.ch/api/documents/5735" } }, { @@ -173786,13 +173786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5735" + "$ref": "https://ils.rero.ch/api/documents/5735" } }, { @@ -173800,13 +173800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5735" + "$ref": "https://ils.rero.ch/api/documents/5735" } }, { @@ -173814,13 +173814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5735" + "$ref": "https://ils.rero.ch/api/documents/5735" } }, { @@ -173828,13 +173828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5734" + "$ref": "https://ils.rero.ch/api/documents/5734" } }, { @@ -173842,13 +173842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5733" + "$ref": "https://ils.rero.ch/api/documents/5733" } }, { @@ -173856,13 +173856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5733" + "$ref": "https://ils.rero.ch/api/documents/5733" } }, { @@ -173870,13 +173870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5733" + "$ref": "https://ils.rero.ch/api/documents/5733" } }, { @@ -173884,13 +173884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5733" + "$ref": "https://ils.rero.ch/api/documents/5733" } }, { @@ -173898,13 +173898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5732" + "$ref": "https://ils.rero.ch/api/documents/5732" } }, { @@ -173912,13 +173912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5731" + "$ref": "https://ils.rero.ch/api/documents/5731" } }, { @@ -173926,13 +173926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5731" + "$ref": "https://ils.rero.ch/api/documents/5731" } }, { @@ -173940,13 +173940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5731" + "$ref": "https://ils.rero.ch/api/documents/5731" } }, { @@ -173954,13 +173954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5731" + "$ref": "https://ils.rero.ch/api/documents/5731" } }, { @@ -173968,13 +173968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5731" + "$ref": "https://ils.rero.ch/api/documents/5731" } }, { @@ -173982,13 +173982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5730" + "$ref": "https://ils.rero.ch/api/documents/5730" } }, { @@ -173996,13 +173996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5730" + "$ref": "https://ils.rero.ch/api/documents/5730" } }, { @@ -174010,13 +174010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5730" + "$ref": "https://ils.rero.ch/api/documents/5730" } }, { @@ -174024,13 +174024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5730" + "$ref": "https://ils.rero.ch/api/documents/5730" } }, { @@ -174038,13 +174038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5729" + "$ref": "https://ils.rero.ch/api/documents/5729" } }, { @@ -174052,13 +174052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5729" + "$ref": "https://ils.rero.ch/api/documents/5729" } }, { @@ -174066,13 +174066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5728" + "$ref": "https://ils.rero.ch/api/documents/5728" } }, { @@ -174080,13 +174080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5728" + "$ref": "https://ils.rero.ch/api/documents/5728" } }, { @@ -174094,13 +174094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5727" + "$ref": "https://ils.rero.ch/api/documents/5727" } }, { @@ -174108,13 +174108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5727" + "$ref": "https://ils.rero.ch/api/documents/5727" } }, { @@ -174122,13 +174122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5726" + "$ref": "https://ils.rero.ch/api/documents/5726" } }, { @@ -174136,13 +174136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5726" + "$ref": "https://ils.rero.ch/api/documents/5726" } }, { @@ -174150,13 +174150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5726" + "$ref": "https://ils.rero.ch/api/documents/5726" } }, { @@ -174164,13 +174164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5726" + "$ref": "https://ils.rero.ch/api/documents/5726" } }, { @@ -174178,13 +174178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5725" + "$ref": "https://ils.rero.ch/api/documents/5725" } }, { @@ -174192,13 +174192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5724" + "$ref": "https://ils.rero.ch/api/documents/5724" } }, { @@ -174206,13 +174206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5724" + "$ref": "https://ils.rero.ch/api/documents/5724" } }, { @@ -174220,13 +174220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5724" + "$ref": "https://ils.rero.ch/api/documents/5724" } }, { @@ -174234,13 +174234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5724" + "$ref": "https://ils.rero.ch/api/documents/5724" } }, { @@ -174248,13 +174248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5723" + "$ref": "https://ils.rero.ch/api/documents/5723" } }, { @@ -174262,13 +174262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5722" + "$ref": "https://ils.rero.ch/api/documents/5722" } }, { @@ -174276,13 +174276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5722" + "$ref": "https://ils.rero.ch/api/documents/5722" } }, { @@ -174290,13 +174290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5722" + "$ref": "https://ils.rero.ch/api/documents/5722" } }, { @@ -174304,13 +174304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5722" + "$ref": "https://ils.rero.ch/api/documents/5722" } }, { @@ -174318,13 +174318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5722" + "$ref": "https://ils.rero.ch/api/documents/5722" } }, { @@ -174332,13 +174332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5721" + "$ref": "https://ils.rero.ch/api/documents/5721" } }, { @@ -174346,13 +174346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5721" + "$ref": "https://ils.rero.ch/api/documents/5721" } }, { @@ -174360,13 +174360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5721" + "$ref": "https://ils.rero.ch/api/documents/5721" } }, { @@ -174374,13 +174374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5720" + "$ref": "https://ils.rero.ch/api/documents/5720" } }, { @@ -174388,13 +174388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5720" + "$ref": "https://ils.rero.ch/api/documents/5720" } }, { @@ -174402,13 +174402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5719" + "$ref": "https://ils.rero.ch/api/documents/5719" } }, { @@ -174416,13 +174416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5719" + "$ref": "https://ils.rero.ch/api/documents/5719" } }, { @@ -174430,13 +174430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5719" + "$ref": "https://ils.rero.ch/api/documents/5719" } }, { @@ -174444,13 +174444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5719" + "$ref": "https://ils.rero.ch/api/documents/5719" } }, { @@ -174458,13 +174458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5719" + "$ref": "https://ils.rero.ch/api/documents/5719" } }, { @@ -174472,13 +174472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5718" + "$ref": "https://ils.rero.ch/api/documents/5718" } }, { @@ -174486,13 +174486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5717" + "$ref": "https://ils.rero.ch/api/documents/5717" } }, { @@ -174500,13 +174500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5717" + "$ref": "https://ils.rero.ch/api/documents/5717" } }, { @@ -174514,13 +174514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5717" + "$ref": "https://ils.rero.ch/api/documents/5717" } }, { @@ -174528,13 +174528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5717" + "$ref": "https://ils.rero.ch/api/documents/5717" } }, { @@ -174542,13 +174542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5716" + "$ref": "https://ils.rero.ch/api/documents/5716" } }, { @@ -174556,13 +174556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5716" + "$ref": "https://ils.rero.ch/api/documents/5716" } }, { @@ -174570,13 +174570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5716" + "$ref": "https://ils.rero.ch/api/documents/5716" } }, { @@ -174584,13 +174584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5715" + "$ref": "https://ils.rero.ch/api/documents/5715" } }, { @@ -174598,13 +174598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5715" + "$ref": "https://ils.rero.ch/api/documents/5715" } }, { @@ -174612,13 +174612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5715" + "$ref": "https://ils.rero.ch/api/documents/5715" } }, { @@ -174626,13 +174626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5714" + "$ref": "https://ils.rero.ch/api/documents/5714" } }, { @@ -174640,13 +174640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5714" + "$ref": "https://ils.rero.ch/api/documents/5714" } }, { @@ -174654,13 +174654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5713" + "$ref": "https://ils.rero.ch/api/documents/5713" } }, { @@ -174668,13 +174668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5713" + "$ref": "https://ils.rero.ch/api/documents/5713" } }, { @@ -174682,13 +174682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5713" + "$ref": "https://ils.rero.ch/api/documents/5713" } }, { @@ -174696,13 +174696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5713" + "$ref": "https://ils.rero.ch/api/documents/5713" } }, { @@ -174710,13 +174710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5713" + "$ref": "https://ils.rero.ch/api/documents/5713" } }, { @@ -174724,13 +174724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5712" + "$ref": "https://ils.rero.ch/api/documents/5712" } }, { @@ -174738,13 +174738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5712" + "$ref": "https://ils.rero.ch/api/documents/5712" } }, { @@ -174752,13 +174752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5712" + "$ref": "https://ils.rero.ch/api/documents/5712" } }, { @@ -174766,13 +174766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5711" + "$ref": "https://ils.rero.ch/api/documents/5711" } }, { @@ -174780,13 +174780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5710" + "$ref": "https://ils.rero.ch/api/documents/5710" } }, { @@ -174794,13 +174794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5710" + "$ref": "https://ils.rero.ch/api/documents/5710" } }, { @@ -174808,13 +174808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5710" + "$ref": "https://ils.rero.ch/api/documents/5710" } }, { @@ -174822,13 +174822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5710" + "$ref": "https://ils.rero.ch/api/documents/5710" } }, { @@ -174836,13 +174836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5709" + "$ref": "https://ils.rero.ch/api/documents/5709" } }, { @@ -174850,13 +174850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5709" + "$ref": "https://ils.rero.ch/api/documents/5709" } }, { @@ -174864,13 +174864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5708" + "$ref": "https://ils.rero.ch/api/documents/5708" } }, { @@ -174878,13 +174878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5708" + "$ref": "https://ils.rero.ch/api/documents/5708" } }, { @@ -174892,13 +174892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5708" + "$ref": "https://ils.rero.ch/api/documents/5708" } }, { @@ -174906,13 +174906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5708" + "$ref": "https://ils.rero.ch/api/documents/5708" } }, { @@ -174920,13 +174920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5708" + "$ref": "https://ils.rero.ch/api/documents/5708" } }, { @@ -174934,13 +174934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5707" + "$ref": "https://ils.rero.ch/api/documents/5707" } }, { @@ -174948,13 +174948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5706" + "$ref": "https://ils.rero.ch/api/documents/5706" } }, { @@ -174962,13 +174962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5706" + "$ref": "https://ils.rero.ch/api/documents/5706" } }, { @@ -174976,13 +174976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5706" + "$ref": "https://ils.rero.ch/api/documents/5706" } }, { @@ -174990,13 +174990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5705" + "$ref": "https://ils.rero.ch/api/documents/5705" } }, { @@ -175004,13 +175004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5705" + "$ref": "https://ils.rero.ch/api/documents/5705" } }, { @@ -175018,13 +175018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5704" + "$ref": "https://ils.rero.ch/api/documents/5704" } }, { @@ -175032,13 +175032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5704" + "$ref": "https://ils.rero.ch/api/documents/5704" } }, { @@ -175046,13 +175046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5704" + "$ref": "https://ils.rero.ch/api/documents/5704" } }, { @@ -175060,13 +175060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5704" + "$ref": "https://ils.rero.ch/api/documents/5704" } }, { @@ -175074,13 +175074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5704" + "$ref": "https://ils.rero.ch/api/documents/5704" } }, { @@ -175088,13 +175088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5703" + "$ref": "https://ils.rero.ch/api/documents/5703" } }, { @@ -175102,13 +175102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5702" + "$ref": "https://ils.rero.ch/api/documents/5702" } }, { @@ -175116,13 +175116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5702" + "$ref": "https://ils.rero.ch/api/documents/5702" } }, { @@ -175130,13 +175130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5702" + "$ref": "https://ils.rero.ch/api/documents/5702" } }, { @@ -175144,13 +175144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5701" + "$ref": "https://ils.rero.ch/api/documents/5701" } }, { @@ -175158,13 +175158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5701" + "$ref": "https://ils.rero.ch/api/documents/5701" } }, { @@ -175172,13 +175172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5701" + "$ref": "https://ils.rero.ch/api/documents/5701" } }, { @@ -175186,13 +175186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5701" + "$ref": "https://ils.rero.ch/api/documents/5701" } }, { @@ -175200,13 +175200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5700" + "$ref": "https://ils.rero.ch/api/documents/5700" } }, { @@ -175214,13 +175214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5700" + "$ref": "https://ils.rero.ch/api/documents/5700" } }, { @@ -175228,13 +175228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5700" + "$ref": "https://ils.rero.ch/api/documents/5700" } }, { @@ -175242,13 +175242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5700" + "$ref": "https://ils.rero.ch/api/documents/5700" } }, { @@ -175256,13 +175256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5699" + "$ref": "https://ils.rero.ch/api/documents/5699" } }, { @@ -175270,13 +175270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5699" + "$ref": "https://ils.rero.ch/api/documents/5699" } }, { @@ -175284,13 +175284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5699" + "$ref": "https://ils.rero.ch/api/documents/5699" } }, { @@ -175298,13 +175298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5698" + "$ref": "https://ils.rero.ch/api/documents/5698" } }, { @@ -175312,13 +175312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5698" + "$ref": "https://ils.rero.ch/api/documents/5698" } }, { @@ -175326,13 +175326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5698" + "$ref": "https://ils.rero.ch/api/documents/5698" } }, { @@ -175340,13 +175340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5697" + "$ref": "https://ils.rero.ch/api/documents/5697" } }, { @@ -175354,13 +175354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5697" + "$ref": "https://ils.rero.ch/api/documents/5697" } }, { @@ -175368,13 +175368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5696" + "$ref": "https://ils.rero.ch/api/documents/5696" } }, { @@ -175382,13 +175382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5696" + "$ref": "https://ils.rero.ch/api/documents/5696" } }, { @@ -175396,13 +175396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5696" + "$ref": "https://ils.rero.ch/api/documents/5696" } }, { @@ -175410,13 +175410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5696" + "$ref": "https://ils.rero.ch/api/documents/5696" } }, { @@ -175424,13 +175424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5695" + "$ref": "https://ils.rero.ch/api/documents/5695" } }, { @@ -175438,13 +175438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5695" + "$ref": "https://ils.rero.ch/api/documents/5695" } }, { @@ -175452,13 +175452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5695" + "$ref": "https://ils.rero.ch/api/documents/5695" } }, { @@ -175466,13 +175466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5694" + "$ref": "https://ils.rero.ch/api/documents/5694" } }, { @@ -175480,13 +175480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5693" + "$ref": "https://ils.rero.ch/api/documents/5693" } }, { @@ -175494,13 +175494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5693" + "$ref": "https://ils.rero.ch/api/documents/5693" } }, { @@ -175508,13 +175508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5692" + "$ref": "https://ils.rero.ch/api/documents/5692" } }, { @@ -175522,13 +175522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5692" + "$ref": "https://ils.rero.ch/api/documents/5692" } }, { @@ -175536,13 +175536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5692" + "$ref": "https://ils.rero.ch/api/documents/5692" } }, { @@ -175550,13 +175550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5691" + "$ref": "https://ils.rero.ch/api/documents/5691" } }, { @@ -175564,13 +175564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5691" + "$ref": "https://ils.rero.ch/api/documents/5691" } }, { @@ -175578,13 +175578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5691" + "$ref": "https://ils.rero.ch/api/documents/5691" } }, { @@ -175592,13 +175592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5691" + "$ref": "https://ils.rero.ch/api/documents/5691" } }, { @@ -175606,13 +175606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5691" + "$ref": "https://ils.rero.ch/api/documents/5691" } }, { @@ -175620,13 +175620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5690" + "$ref": "https://ils.rero.ch/api/documents/5690" } }, { @@ -175634,13 +175634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5689" + "$ref": "https://ils.rero.ch/api/documents/5689" } }, { @@ -175648,13 +175648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5689" + "$ref": "https://ils.rero.ch/api/documents/5689" } }, { @@ -175662,13 +175662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5688" + "$ref": "https://ils.rero.ch/api/documents/5688" } }, { @@ -175676,13 +175676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5688" + "$ref": "https://ils.rero.ch/api/documents/5688" } }, { @@ -175690,13 +175690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5688" + "$ref": "https://ils.rero.ch/api/documents/5688" } }, { @@ -175704,13 +175704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5687" + "$ref": "https://ils.rero.ch/api/documents/5687" } }, { @@ -175718,13 +175718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5687" + "$ref": "https://ils.rero.ch/api/documents/5687" } }, { @@ -175732,13 +175732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5686" + "$ref": "https://ils.rero.ch/api/documents/5686" } }, { @@ -175746,13 +175746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5685" + "$ref": "https://ils.rero.ch/api/documents/5685" } }, { @@ -175760,13 +175760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5684" + "$ref": "https://ils.rero.ch/api/documents/5684" } }, { @@ -175774,13 +175774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5683" + "$ref": "https://ils.rero.ch/api/documents/5683" } }, { @@ -175788,13 +175788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5683" + "$ref": "https://ils.rero.ch/api/documents/5683" } }, { @@ -175802,13 +175802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5682" + "$ref": "https://ils.rero.ch/api/documents/5682" } }, { @@ -175816,13 +175816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5682" + "$ref": "https://ils.rero.ch/api/documents/5682" } }, { @@ -175830,13 +175830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5682" + "$ref": "https://ils.rero.ch/api/documents/5682" } }, { @@ -175844,13 +175844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5682" + "$ref": "https://ils.rero.ch/api/documents/5682" } }, { @@ -175858,13 +175858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5681" + "$ref": "https://ils.rero.ch/api/documents/5681" } }, { @@ -175872,13 +175872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5680" + "$ref": "https://ils.rero.ch/api/documents/5680" } }, { @@ -175886,13 +175886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5680" + "$ref": "https://ils.rero.ch/api/documents/5680" } }, { @@ -175900,13 +175900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5680" + "$ref": "https://ils.rero.ch/api/documents/5680" } }, { @@ -175914,13 +175914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5680" + "$ref": "https://ils.rero.ch/api/documents/5680" } }, { @@ -175928,13 +175928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5680" + "$ref": "https://ils.rero.ch/api/documents/5680" } }, { @@ -175942,13 +175942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5679" + "$ref": "https://ils.rero.ch/api/documents/5679" } }, { @@ -175956,13 +175956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5679" + "$ref": "https://ils.rero.ch/api/documents/5679" } }, { @@ -175970,13 +175970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5679" + "$ref": "https://ils.rero.ch/api/documents/5679" } }, { @@ -175984,13 +175984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5678" + "$ref": "https://ils.rero.ch/api/documents/5678" } }, { @@ -175998,13 +175998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5677" + "$ref": "https://ils.rero.ch/api/documents/5677" } }, { @@ -176012,13 +176012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5677" + "$ref": "https://ils.rero.ch/api/documents/5677" } }, { @@ -176026,13 +176026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5676" + "$ref": "https://ils.rero.ch/api/documents/5676" } }, { @@ -176040,13 +176040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5676" + "$ref": "https://ils.rero.ch/api/documents/5676" } }, { @@ -176054,13 +176054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5676" + "$ref": "https://ils.rero.ch/api/documents/5676" } }, { @@ -176068,13 +176068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5675" + "$ref": "https://ils.rero.ch/api/documents/5675" } }, { @@ -176082,13 +176082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5674" + "$ref": "https://ils.rero.ch/api/documents/5674" } }, { @@ -176096,13 +176096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5674" + "$ref": "https://ils.rero.ch/api/documents/5674" } }, { @@ -176110,13 +176110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5674" + "$ref": "https://ils.rero.ch/api/documents/5674" } }, { @@ -176124,13 +176124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5673" + "$ref": "https://ils.rero.ch/api/documents/5673" } }, { @@ -176138,13 +176138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5673" + "$ref": "https://ils.rero.ch/api/documents/5673" } }, { @@ -176152,13 +176152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5673" + "$ref": "https://ils.rero.ch/api/documents/5673" } }, { @@ -176166,13 +176166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5673" + "$ref": "https://ils.rero.ch/api/documents/5673" } }, { @@ -176180,13 +176180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5673" + "$ref": "https://ils.rero.ch/api/documents/5673" } }, { @@ -176194,13 +176194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5672" + "$ref": "https://ils.rero.ch/api/documents/5672" } }, { @@ -176208,13 +176208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5672" + "$ref": "https://ils.rero.ch/api/documents/5672" } }, { @@ -176222,13 +176222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5671" + "$ref": "https://ils.rero.ch/api/documents/5671" } }, { @@ -176236,13 +176236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5671" + "$ref": "https://ils.rero.ch/api/documents/5671" } }, { @@ -176250,13 +176250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5671" + "$ref": "https://ils.rero.ch/api/documents/5671" } }, { @@ -176264,13 +176264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5671" + "$ref": "https://ils.rero.ch/api/documents/5671" } }, { @@ -176278,13 +176278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5671" + "$ref": "https://ils.rero.ch/api/documents/5671" } }, { @@ -176292,13 +176292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5670" + "$ref": "https://ils.rero.ch/api/documents/5670" } }, { @@ -176306,13 +176306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5670" + "$ref": "https://ils.rero.ch/api/documents/5670" } }, { @@ -176320,13 +176320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5670" + "$ref": "https://ils.rero.ch/api/documents/5670" } }, { @@ -176334,13 +176334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5670" + "$ref": "https://ils.rero.ch/api/documents/5670" } }, { @@ -176348,13 +176348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5670" + "$ref": "https://ils.rero.ch/api/documents/5670" } }, { @@ -176362,13 +176362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5669" + "$ref": "https://ils.rero.ch/api/documents/5669" } }, { @@ -176376,13 +176376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5669" + "$ref": "https://ils.rero.ch/api/documents/5669" } }, { @@ -176390,13 +176390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5669" + "$ref": "https://ils.rero.ch/api/documents/5669" } }, { @@ -176404,13 +176404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5668" + "$ref": "https://ils.rero.ch/api/documents/5668" } }, { @@ -176418,13 +176418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5668" + "$ref": "https://ils.rero.ch/api/documents/5668" } }, { @@ -176432,13 +176432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5667" + "$ref": "https://ils.rero.ch/api/documents/5667" } }, { @@ -176446,13 +176446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5666" + "$ref": "https://ils.rero.ch/api/documents/5666" } }, { @@ -176460,13 +176460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5666" + "$ref": "https://ils.rero.ch/api/documents/5666" } }, { @@ -176474,13 +176474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5666" + "$ref": "https://ils.rero.ch/api/documents/5666" } }, { @@ -176488,13 +176488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5665" + "$ref": "https://ils.rero.ch/api/documents/5665" } }, { @@ -176502,13 +176502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5665" + "$ref": "https://ils.rero.ch/api/documents/5665" } }, { @@ -176516,13 +176516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5665" + "$ref": "https://ils.rero.ch/api/documents/5665" } }, { @@ -176530,13 +176530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5665" + "$ref": "https://ils.rero.ch/api/documents/5665" } }, { @@ -176544,13 +176544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5665" + "$ref": "https://ils.rero.ch/api/documents/5665" } }, { @@ -176558,13 +176558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5664" + "$ref": "https://ils.rero.ch/api/documents/5664" } }, { @@ -176572,13 +176572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5664" + "$ref": "https://ils.rero.ch/api/documents/5664" } }, { @@ -176586,13 +176586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5664" + "$ref": "https://ils.rero.ch/api/documents/5664" } }, { @@ -176600,13 +176600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5664" + "$ref": "https://ils.rero.ch/api/documents/5664" } }, { @@ -176614,13 +176614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5664" + "$ref": "https://ils.rero.ch/api/documents/5664" } }, { @@ -176628,13 +176628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5663" + "$ref": "https://ils.rero.ch/api/documents/5663" } }, { @@ -176642,13 +176642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5663" + "$ref": "https://ils.rero.ch/api/documents/5663" } }, { @@ -176656,13 +176656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5663" + "$ref": "https://ils.rero.ch/api/documents/5663" } }, { @@ -176670,13 +176670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5662" + "$ref": "https://ils.rero.ch/api/documents/5662" } }, { @@ -176684,13 +176684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5662" + "$ref": "https://ils.rero.ch/api/documents/5662" } }, { @@ -176698,13 +176698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5662" + "$ref": "https://ils.rero.ch/api/documents/5662" } }, { @@ -176712,13 +176712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5662" + "$ref": "https://ils.rero.ch/api/documents/5662" } }, { @@ -176726,13 +176726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5662" + "$ref": "https://ils.rero.ch/api/documents/5662" } }, { @@ -176740,13 +176740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5661" + "$ref": "https://ils.rero.ch/api/documents/5661" } }, { @@ -176754,13 +176754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5661" + "$ref": "https://ils.rero.ch/api/documents/5661" } }, { @@ -176768,13 +176768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5660" + "$ref": "https://ils.rero.ch/api/documents/5660" } }, { @@ -176782,13 +176782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5660" + "$ref": "https://ils.rero.ch/api/documents/5660" } }, { @@ -176796,13 +176796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5660" + "$ref": "https://ils.rero.ch/api/documents/5660" } }, { @@ -176810,13 +176810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5660" + "$ref": "https://ils.rero.ch/api/documents/5660" } }, { @@ -176824,13 +176824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5660" + "$ref": "https://ils.rero.ch/api/documents/5660" } }, { @@ -176838,13 +176838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5659" + "$ref": "https://ils.rero.ch/api/documents/5659" } }, { @@ -176852,13 +176852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5658" + "$ref": "https://ils.rero.ch/api/documents/5658" } }, { @@ -176866,13 +176866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5658" + "$ref": "https://ils.rero.ch/api/documents/5658" } }, { @@ -176880,13 +176880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5657" + "$ref": "https://ils.rero.ch/api/documents/5657" } }, { @@ -176894,13 +176894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5657" + "$ref": "https://ils.rero.ch/api/documents/5657" } }, { @@ -176908,13 +176908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5656" + "$ref": "https://ils.rero.ch/api/documents/5656" } }, { @@ -176922,13 +176922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5656" + "$ref": "https://ils.rero.ch/api/documents/5656" } }, { @@ -176936,13 +176936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5656" + "$ref": "https://ils.rero.ch/api/documents/5656" } }, { @@ -176950,13 +176950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5656" + "$ref": "https://ils.rero.ch/api/documents/5656" } }, { @@ -176964,13 +176964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5655" + "$ref": "https://ils.rero.ch/api/documents/5655" } }, { @@ -176978,13 +176978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5655" + "$ref": "https://ils.rero.ch/api/documents/5655" } }, { @@ -176992,13 +176992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5654" + "$ref": "https://ils.rero.ch/api/documents/5654" } }, { @@ -177006,13 +177006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5654" + "$ref": "https://ils.rero.ch/api/documents/5654" } }, { @@ -177020,13 +177020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5654" + "$ref": "https://ils.rero.ch/api/documents/5654" } }, { @@ -177034,13 +177034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5654" + "$ref": "https://ils.rero.ch/api/documents/5654" } }, { @@ -177048,13 +177048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5653" + "$ref": "https://ils.rero.ch/api/documents/5653" } }, { @@ -177062,13 +177062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5653" + "$ref": "https://ils.rero.ch/api/documents/5653" } }, { @@ -177076,13 +177076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5653" + "$ref": "https://ils.rero.ch/api/documents/5653" } }, { @@ -177090,13 +177090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5652" + "$ref": "https://ils.rero.ch/api/documents/5652" } }, { @@ -177104,13 +177104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5652" + "$ref": "https://ils.rero.ch/api/documents/5652" } }, { @@ -177118,13 +177118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5651" + "$ref": "https://ils.rero.ch/api/documents/5651" } }, { @@ -177132,13 +177132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5651" + "$ref": "https://ils.rero.ch/api/documents/5651" } }, { @@ -177146,13 +177146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5651" + "$ref": "https://ils.rero.ch/api/documents/5651" } }, { @@ -177160,13 +177160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5651" + "$ref": "https://ils.rero.ch/api/documents/5651" } }, { @@ -177174,13 +177174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5651" + "$ref": "https://ils.rero.ch/api/documents/5651" } }, { @@ -177188,13 +177188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5650" + "$ref": "https://ils.rero.ch/api/documents/5650" } }, { @@ -177202,13 +177202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5649" + "$ref": "https://ils.rero.ch/api/documents/5649" } }, { @@ -177216,13 +177216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5649" + "$ref": "https://ils.rero.ch/api/documents/5649" } }, { @@ -177230,13 +177230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5649" + "$ref": "https://ils.rero.ch/api/documents/5649" } }, { @@ -177244,13 +177244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5649" + "$ref": "https://ils.rero.ch/api/documents/5649" } }, { @@ -177258,13 +177258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5648" + "$ref": "https://ils.rero.ch/api/documents/5648" } }, { @@ -177272,13 +177272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5648" + "$ref": "https://ils.rero.ch/api/documents/5648" } }, { @@ -177286,13 +177286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5648" + "$ref": "https://ils.rero.ch/api/documents/5648" } }, { @@ -177300,13 +177300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5648" + "$ref": "https://ils.rero.ch/api/documents/5648" } }, { @@ -177314,13 +177314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5648" + "$ref": "https://ils.rero.ch/api/documents/5648" } }, { @@ -177328,13 +177328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5647" + "$ref": "https://ils.rero.ch/api/documents/5647" } }, { @@ -177342,13 +177342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5647" + "$ref": "https://ils.rero.ch/api/documents/5647" } }, { @@ -177356,13 +177356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5646" + "$ref": "https://ils.rero.ch/api/documents/5646" } }, { @@ -177370,13 +177370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5646" + "$ref": "https://ils.rero.ch/api/documents/5646" } }, { @@ -177384,13 +177384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5645" + "$ref": "https://ils.rero.ch/api/documents/5645" } }, { @@ -177398,13 +177398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5645" + "$ref": "https://ils.rero.ch/api/documents/5645" } }, { @@ -177412,13 +177412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5645" + "$ref": "https://ils.rero.ch/api/documents/5645" } }, { @@ -177426,13 +177426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5645" + "$ref": "https://ils.rero.ch/api/documents/5645" } }, { @@ -177440,13 +177440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5645" + "$ref": "https://ils.rero.ch/api/documents/5645" } }, { @@ -177454,13 +177454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5644" + "$ref": "https://ils.rero.ch/api/documents/5644" } }, { @@ -177468,13 +177468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5644" + "$ref": "https://ils.rero.ch/api/documents/5644" } }, { @@ -177482,13 +177482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5644" + "$ref": "https://ils.rero.ch/api/documents/5644" } }, { @@ -177496,13 +177496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5644" + "$ref": "https://ils.rero.ch/api/documents/5644" } }, { @@ -177510,13 +177510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5644" + "$ref": "https://ils.rero.ch/api/documents/5644" } }, { @@ -177524,13 +177524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5643" + "$ref": "https://ils.rero.ch/api/documents/5643" } }, { @@ -177538,13 +177538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5642" + "$ref": "https://ils.rero.ch/api/documents/5642" } }, { @@ -177552,13 +177552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5642" + "$ref": "https://ils.rero.ch/api/documents/5642" } }, { @@ -177566,13 +177566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5641" + "$ref": "https://ils.rero.ch/api/documents/5641" } }, { @@ -177580,13 +177580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5641" + "$ref": "https://ils.rero.ch/api/documents/5641" } }, { @@ -177594,13 +177594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5641" + "$ref": "https://ils.rero.ch/api/documents/5641" } }, { @@ -177608,13 +177608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5641" + "$ref": "https://ils.rero.ch/api/documents/5641" } }, { @@ -177622,13 +177622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5641" + "$ref": "https://ils.rero.ch/api/documents/5641" } }, { @@ -177636,13 +177636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5640" + "$ref": "https://ils.rero.ch/api/documents/5640" } }, { @@ -177650,13 +177650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5640" + "$ref": "https://ils.rero.ch/api/documents/5640" } }, { @@ -177664,13 +177664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5640" + "$ref": "https://ils.rero.ch/api/documents/5640" } }, { @@ -177678,13 +177678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5639" + "$ref": "https://ils.rero.ch/api/documents/5639" } }, { @@ -177692,13 +177692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5639" + "$ref": "https://ils.rero.ch/api/documents/5639" } }, { @@ -177706,13 +177706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5639" + "$ref": "https://ils.rero.ch/api/documents/5639" } }, { @@ -177720,13 +177720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5639" + "$ref": "https://ils.rero.ch/api/documents/5639" } }, { @@ -177734,13 +177734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5638" + "$ref": "https://ils.rero.ch/api/documents/5638" } }, { @@ -177748,13 +177748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5638" + "$ref": "https://ils.rero.ch/api/documents/5638" } }, { @@ -177762,13 +177762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5638" + "$ref": "https://ils.rero.ch/api/documents/5638" } }, { @@ -177776,13 +177776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5637" + "$ref": "https://ils.rero.ch/api/documents/5637" } }, { @@ -177790,13 +177790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5636" + "$ref": "https://ils.rero.ch/api/documents/5636" } }, { @@ -177804,13 +177804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5636" + "$ref": "https://ils.rero.ch/api/documents/5636" } }, { @@ -177818,13 +177818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5636" + "$ref": "https://ils.rero.ch/api/documents/5636" } }, { @@ -177832,13 +177832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5635" + "$ref": "https://ils.rero.ch/api/documents/5635" } }, { @@ -177846,13 +177846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5635" + "$ref": "https://ils.rero.ch/api/documents/5635" } }, { @@ -177860,13 +177860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5635" + "$ref": "https://ils.rero.ch/api/documents/5635" } }, { @@ -177874,13 +177874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5635" + "$ref": "https://ils.rero.ch/api/documents/5635" } }, { @@ -177888,13 +177888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5634" + "$ref": "https://ils.rero.ch/api/documents/5634" } }, { @@ -177902,13 +177902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5634" + "$ref": "https://ils.rero.ch/api/documents/5634" } }, { @@ -177916,13 +177916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5634" + "$ref": "https://ils.rero.ch/api/documents/5634" } }, { @@ -177930,13 +177930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5634" + "$ref": "https://ils.rero.ch/api/documents/5634" } }, { @@ -177944,13 +177944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5634" + "$ref": "https://ils.rero.ch/api/documents/5634" } }, { @@ -177958,13 +177958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5633" + "$ref": "https://ils.rero.ch/api/documents/5633" } }, { @@ -177972,13 +177972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5633" + "$ref": "https://ils.rero.ch/api/documents/5633" } }, { @@ -177986,13 +177986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5633" + "$ref": "https://ils.rero.ch/api/documents/5633" } }, { @@ -178000,13 +178000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5633" + "$ref": "https://ils.rero.ch/api/documents/5633" } }, { @@ -178014,13 +178014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5632" + "$ref": "https://ils.rero.ch/api/documents/5632" } }, { @@ -178028,13 +178028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5632" + "$ref": "https://ils.rero.ch/api/documents/5632" } }, { @@ -178042,13 +178042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5631" + "$ref": "https://ils.rero.ch/api/documents/5631" } }, { @@ -178056,13 +178056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5631" + "$ref": "https://ils.rero.ch/api/documents/5631" } }, { @@ -178070,13 +178070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5631" + "$ref": "https://ils.rero.ch/api/documents/5631" } }, { @@ -178084,13 +178084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5630" + "$ref": "https://ils.rero.ch/api/documents/5630" } }, { @@ -178098,13 +178098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5629" + "$ref": "https://ils.rero.ch/api/documents/5629" } }, { @@ -178112,13 +178112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5629" + "$ref": "https://ils.rero.ch/api/documents/5629" } }, { @@ -178126,13 +178126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5629" + "$ref": "https://ils.rero.ch/api/documents/5629" } }, { @@ -178140,13 +178140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5629" + "$ref": "https://ils.rero.ch/api/documents/5629" } }, { @@ -178154,13 +178154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5629" + "$ref": "https://ils.rero.ch/api/documents/5629" } }, { @@ -178168,13 +178168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5628" + "$ref": "https://ils.rero.ch/api/documents/5628" } }, { @@ -178182,13 +178182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5627" + "$ref": "https://ils.rero.ch/api/documents/5627" } }, { @@ -178196,13 +178196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5627" + "$ref": "https://ils.rero.ch/api/documents/5627" } }, { @@ -178210,13 +178210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5627" + "$ref": "https://ils.rero.ch/api/documents/5627" } }, { @@ -178224,13 +178224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5627" + "$ref": "https://ils.rero.ch/api/documents/5627" } }, { @@ -178238,13 +178238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5627" + "$ref": "https://ils.rero.ch/api/documents/5627" } }, { @@ -178252,13 +178252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5626" + "$ref": "https://ils.rero.ch/api/documents/5626" } }, { @@ -178266,13 +178266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5626" + "$ref": "https://ils.rero.ch/api/documents/5626" } }, { @@ -178280,13 +178280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5626" + "$ref": "https://ils.rero.ch/api/documents/5626" } }, { @@ -178294,13 +178294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5626" + "$ref": "https://ils.rero.ch/api/documents/5626" } }, { @@ -178308,13 +178308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5626" + "$ref": "https://ils.rero.ch/api/documents/5626" } }, { @@ -178322,13 +178322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5625" + "$ref": "https://ils.rero.ch/api/documents/5625" } }, { @@ -178336,13 +178336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5625" + "$ref": "https://ils.rero.ch/api/documents/5625" } }, { @@ -178350,13 +178350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5625" + "$ref": "https://ils.rero.ch/api/documents/5625" } }, { @@ -178364,13 +178364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5624" + "$ref": "https://ils.rero.ch/api/documents/5624" } }, { @@ -178378,13 +178378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5624" + "$ref": "https://ils.rero.ch/api/documents/5624" } }, { @@ -178392,13 +178392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5624" + "$ref": "https://ils.rero.ch/api/documents/5624" } }, { @@ -178406,13 +178406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5624" + "$ref": "https://ils.rero.ch/api/documents/5624" } }, { @@ -178420,13 +178420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5623" + "$ref": "https://ils.rero.ch/api/documents/5623" } }, { @@ -178434,13 +178434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5623" + "$ref": "https://ils.rero.ch/api/documents/5623" } }, { @@ -178448,13 +178448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5623" + "$ref": "https://ils.rero.ch/api/documents/5623" } }, { @@ -178462,13 +178462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5623" + "$ref": "https://ils.rero.ch/api/documents/5623" } }, { @@ -178476,13 +178476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5623" + "$ref": "https://ils.rero.ch/api/documents/5623" } }, { @@ -178490,13 +178490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5622" + "$ref": "https://ils.rero.ch/api/documents/5622" } }, { @@ -178504,13 +178504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5622" + "$ref": "https://ils.rero.ch/api/documents/5622" } }, { @@ -178518,13 +178518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5621" + "$ref": "https://ils.rero.ch/api/documents/5621" } }, { @@ -178532,13 +178532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5621" + "$ref": "https://ils.rero.ch/api/documents/5621" } }, { @@ -178546,13 +178546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5621" + "$ref": "https://ils.rero.ch/api/documents/5621" } }, { @@ -178560,13 +178560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5621" + "$ref": "https://ils.rero.ch/api/documents/5621" } }, { @@ -178574,13 +178574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5620" + "$ref": "https://ils.rero.ch/api/documents/5620" } }, { @@ -178588,13 +178588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5620" + "$ref": "https://ils.rero.ch/api/documents/5620" } }, { @@ -178602,13 +178602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5620" + "$ref": "https://ils.rero.ch/api/documents/5620" } }, { @@ -178616,13 +178616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5620" + "$ref": "https://ils.rero.ch/api/documents/5620" } }, { @@ -178630,13 +178630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5619" + "$ref": "https://ils.rero.ch/api/documents/5619" } }, { @@ -178644,13 +178644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5619" + "$ref": "https://ils.rero.ch/api/documents/5619" } }, { @@ -178658,13 +178658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5618" + "$ref": "https://ils.rero.ch/api/documents/5618" } }, { @@ -178672,13 +178672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5618" + "$ref": "https://ils.rero.ch/api/documents/5618" } }, { @@ -178686,13 +178686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5618" + "$ref": "https://ils.rero.ch/api/documents/5618" } }, { @@ -178700,13 +178700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5618" + "$ref": "https://ils.rero.ch/api/documents/5618" } }, { @@ -178714,13 +178714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5617" + "$ref": "https://ils.rero.ch/api/documents/5617" } }, { @@ -178728,13 +178728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5617" + "$ref": "https://ils.rero.ch/api/documents/5617" } }, { @@ -178742,13 +178742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5617" + "$ref": "https://ils.rero.ch/api/documents/5617" } }, { @@ -178756,13 +178756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5617" + "$ref": "https://ils.rero.ch/api/documents/5617" } }, { @@ -178770,13 +178770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5616" + "$ref": "https://ils.rero.ch/api/documents/5616" } }, { @@ -178784,13 +178784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5615" + "$ref": "https://ils.rero.ch/api/documents/5615" } }, { @@ -178798,13 +178798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5615" + "$ref": "https://ils.rero.ch/api/documents/5615" } }, { @@ -178812,13 +178812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5615" + "$ref": "https://ils.rero.ch/api/documents/5615" } }, { @@ -178826,13 +178826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5615" + "$ref": "https://ils.rero.ch/api/documents/5615" } }, { @@ -178840,13 +178840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5615" + "$ref": "https://ils.rero.ch/api/documents/5615" } }, { @@ -178854,13 +178854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5614" + "$ref": "https://ils.rero.ch/api/documents/5614" } }, { @@ -178868,13 +178868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5613" + "$ref": "https://ils.rero.ch/api/documents/5613" } }, { @@ -178882,13 +178882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5613" + "$ref": "https://ils.rero.ch/api/documents/5613" } }, { @@ -178896,13 +178896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5613" + "$ref": "https://ils.rero.ch/api/documents/5613" } }, { @@ -178910,13 +178910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5613" + "$ref": "https://ils.rero.ch/api/documents/5613" } }, { @@ -178924,13 +178924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5613" + "$ref": "https://ils.rero.ch/api/documents/5613" } }, { @@ -178938,13 +178938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5612" + "$ref": "https://ils.rero.ch/api/documents/5612" } }, { @@ -178952,13 +178952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5612" + "$ref": "https://ils.rero.ch/api/documents/5612" } }, { @@ -178966,13 +178966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5611" + "$ref": "https://ils.rero.ch/api/documents/5611" } }, { @@ -178980,13 +178980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5610" + "$ref": "https://ils.rero.ch/api/documents/5610" } }, { @@ -178994,13 +178994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5609" + "$ref": "https://ils.rero.ch/api/documents/5609" } }, { @@ -179008,13 +179008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5609" + "$ref": "https://ils.rero.ch/api/documents/5609" } }, { @@ -179022,13 +179022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5609" + "$ref": "https://ils.rero.ch/api/documents/5609" } }, { @@ -179036,13 +179036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5608" + "$ref": "https://ils.rero.ch/api/documents/5608" } }, { @@ -179050,13 +179050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5608" + "$ref": "https://ils.rero.ch/api/documents/5608" } }, { @@ -179064,13 +179064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5608" + "$ref": "https://ils.rero.ch/api/documents/5608" } }, { @@ -179078,13 +179078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5608" + "$ref": "https://ils.rero.ch/api/documents/5608" } }, { @@ -179092,13 +179092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5608" + "$ref": "https://ils.rero.ch/api/documents/5608" } }, { @@ -179106,13 +179106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5607" + "$ref": "https://ils.rero.ch/api/documents/5607" } }, { @@ -179120,13 +179120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5607" + "$ref": "https://ils.rero.ch/api/documents/5607" } }, { @@ -179134,13 +179134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5607" + "$ref": "https://ils.rero.ch/api/documents/5607" } }, { @@ -179148,13 +179148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5607" + "$ref": "https://ils.rero.ch/api/documents/5607" } }, { @@ -179162,13 +179162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5607" + "$ref": "https://ils.rero.ch/api/documents/5607" } }, { @@ -179176,13 +179176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5606" + "$ref": "https://ils.rero.ch/api/documents/5606" } }, { @@ -179190,13 +179190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5606" + "$ref": "https://ils.rero.ch/api/documents/5606" } }, { @@ -179204,13 +179204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5606" + "$ref": "https://ils.rero.ch/api/documents/5606" } }, { @@ -179218,13 +179218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5605" + "$ref": "https://ils.rero.ch/api/documents/5605" } }, { @@ -179232,13 +179232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5605" + "$ref": "https://ils.rero.ch/api/documents/5605" } }, { @@ -179246,13 +179246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5605" + "$ref": "https://ils.rero.ch/api/documents/5605" } }, { @@ -179260,13 +179260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5604" + "$ref": "https://ils.rero.ch/api/documents/5604" } }, { @@ -179274,13 +179274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5604" + "$ref": "https://ils.rero.ch/api/documents/5604" } }, { @@ -179288,13 +179288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5604" + "$ref": "https://ils.rero.ch/api/documents/5604" } }, { @@ -179302,13 +179302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5604" + "$ref": "https://ils.rero.ch/api/documents/5604" } }, { @@ -179316,13 +179316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5604" + "$ref": "https://ils.rero.ch/api/documents/5604" } }, { @@ -179330,13 +179330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5603" + "$ref": "https://ils.rero.ch/api/documents/5603" } }, { @@ -179344,13 +179344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5603" + "$ref": "https://ils.rero.ch/api/documents/5603" } }, { @@ -179358,13 +179358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5603" + "$ref": "https://ils.rero.ch/api/documents/5603" } }, { @@ -179372,13 +179372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5602" + "$ref": "https://ils.rero.ch/api/documents/5602" } }, { @@ -179386,13 +179386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5602" + "$ref": "https://ils.rero.ch/api/documents/5602" } }, { @@ -179400,13 +179400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5602" + "$ref": "https://ils.rero.ch/api/documents/5602" } }, { @@ -179414,13 +179414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5601" + "$ref": "https://ils.rero.ch/api/documents/5601" } }, { @@ -179428,13 +179428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5600" + "$ref": "https://ils.rero.ch/api/documents/5600" } }, { @@ -179442,13 +179442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5600" + "$ref": "https://ils.rero.ch/api/documents/5600" } }, { @@ -179456,13 +179456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5600" + "$ref": "https://ils.rero.ch/api/documents/5600" } }, { @@ -179470,13 +179470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5600" + "$ref": "https://ils.rero.ch/api/documents/5600" } }, { @@ -179484,13 +179484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5600" + "$ref": "https://ils.rero.ch/api/documents/5600" } }, { @@ -179498,13 +179498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5599" + "$ref": "https://ils.rero.ch/api/documents/5599" } }, { @@ -179512,13 +179512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5599" + "$ref": "https://ils.rero.ch/api/documents/5599" } }, { @@ -179526,13 +179526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5599" + "$ref": "https://ils.rero.ch/api/documents/5599" } }, { @@ -179540,13 +179540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5599" + "$ref": "https://ils.rero.ch/api/documents/5599" } }, { @@ -179554,13 +179554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5599" + "$ref": "https://ils.rero.ch/api/documents/5599" } }, { @@ -179568,13 +179568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5598" + "$ref": "https://ils.rero.ch/api/documents/5598" } }, { @@ -179582,13 +179582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5598" + "$ref": "https://ils.rero.ch/api/documents/5598" } }, { @@ -179596,13 +179596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5598" + "$ref": "https://ils.rero.ch/api/documents/5598" } }, { @@ -179610,13 +179610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5598" + "$ref": "https://ils.rero.ch/api/documents/5598" } }, { @@ -179624,13 +179624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5598" + "$ref": "https://ils.rero.ch/api/documents/5598" } }, { @@ -179638,13 +179638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5597" + "$ref": "https://ils.rero.ch/api/documents/5597" } }, { @@ -179652,13 +179652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5597" + "$ref": "https://ils.rero.ch/api/documents/5597" } }, { @@ -179666,13 +179666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5597" + "$ref": "https://ils.rero.ch/api/documents/5597" } }, { @@ -179680,13 +179680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5597" + "$ref": "https://ils.rero.ch/api/documents/5597" } }, { @@ -179694,13 +179694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5597" + "$ref": "https://ils.rero.ch/api/documents/5597" } }, { @@ -179708,13 +179708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5596" + "$ref": "https://ils.rero.ch/api/documents/5596" } }, { @@ -179722,13 +179722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5596" + "$ref": "https://ils.rero.ch/api/documents/5596" } }, { @@ -179736,13 +179736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5596" + "$ref": "https://ils.rero.ch/api/documents/5596" } }, { @@ -179750,13 +179750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5595" + "$ref": "https://ils.rero.ch/api/documents/5595" } }, { @@ -179764,13 +179764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5595" + "$ref": "https://ils.rero.ch/api/documents/5595" } }, { @@ -179778,13 +179778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5595" + "$ref": "https://ils.rero.ch/api/documents/5595" } }, { @@ -179792,13 +179792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5595" + "$ref": "https://ils.rero.ch/api/documents/5595" } }, { @@ -179806,13 +179806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5595" + "$ref": "https://ils.rero.ch/api/documents/5595" } }, { @@ -179820,13 +179820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5594" + "$ref": "https://ils.rero.ch/api/documents/5594" } }, { @@ -179834,13 +179834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5594" + "$ref": "https://ils.rero.ch/api/documents/5594" } }, { @@ -179848,13 +179848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5594" + "$ref": "https://ils.rero.ch/api/documents/5594" } }, { @@ -179862,13 +179862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5594" + "$ref": "https://ils.rero.ch/api/documents/5594" } }, { @@ -179876,13 +179876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5593" + "$ref": "https://ils.rero.ch/api/documents/5593" } }, { @@ -179890,13 +179890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5593" + "$ref": "https://ils.rero.ch/api/documents/5593" } }, { @@ -179904,13 +179904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5592" + "$ref": "https://ils.rero.ch/api/documents/5592" } }, { @@ -179918,13 +179918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5591" + "$ref": "https://ils.rero.ch/api/documents/5591" } }, { @@ -179932,13 +179932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5591" + "$ref": "https://ils.rero.ch/api/documents/5591" } }, { @@ -179946,13 +179946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5591" + "$ref": "https://ils.rero.ch/api/documents/5591" } }, { @@ -179960,13 +179960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5591" + "$ref": "https://ils.rero.ch/api/documents/5591" } }, { @@ -179974,13 +179974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5590" + "$ref": "https://ils.rero.ch/api/documents/5590" } }, { @@ -179988,13 +179988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5589" + "$ref": "https://ils.rero.ch/api/documents/5589" } }, { @@ -180002,13 +180002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5589" + "$ref": "https://ils.rero.ch/api/documents/5589" } }, { @@ -180016,13 +180016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5588" + "$ref": "https://ils.rero.ch/api/documents/5588" } }, { @@ -180030,13 +180030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5588" + "$ref": "https://ils.rero.ch/api/documents/5588" } }, { @@ -180044,13 +180044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5588" + "$ref": "https://ils.rero.ch/api/documents/5588" } }, { @@ -180058,13 +180058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5588" + "$ref": "https://ils.rero.ch/api/documents/5588" } }, { @@ -180072,13 +180072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5588" + "$ref": "https://ils.rero.ch/api/documents/5588" } }, { @@ -180086,13 +180086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5587" + "$ref": "https://ils.rero.ch/api/documents/5587" } }, { @@ -180100,13 +180100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5587" + "$ref": "https://ils.rero.ch/api/documents/5587" } }, { @@ -180114,13 +180114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5586" + "$ref": "https://ils.rero.ch/api/documents/5586" } }, { @@ -180128,13 +180128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5585" + "$ref": "https://ils.rero.ch/api/documents/5585" } }, { @@ -180142,13 +180142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5585" + "$ref": "https://ils.rero.ch/api/documents/5585" } }, { @@ -180156,13 +180156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5584" + "$ref": "https://ils.rero.ch/api/documents/5584" } }, { @@ -180170,13 +180170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5584" + "$ref": "https://ils.rero.ch/api/documents/5584" } }, { @@ -180184,13 +180184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5584" + "$ref": "https://ils.rero.ch/api/documents/5584" } }, { @@ -180198,13 +180198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5584" + "$ref": "https://ils.rero.ch/api/documents/5584" } }, { @@ -180212,13 +180212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5584" + "$ref": "https://ils.rero.ch/api/documents/5584" } }, { @@ -180226,13 +180226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5583" + "$ref": "https://ils.rero.ch/api/documents/5583" } }, { @@ -180240,13 +180240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5583" + "$ref": "https://ils.rero.ch/api/documents/5583" } }, { @@ -180254,13 +180254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5583" + "$ref": "https://ils.rero.ch/api/documents/5583" } }, { @@ -180268,13 +180268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5582" + "$ref": "https://ils.rero.ch/api/documents/5582" } }, { @@ -180282,13 +180282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5581" + "$ref": "https://ils.rero.ch/api/documents/5581" } }, { @@ -180296,13 +180296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5580" + "$ref": "https://ils.rero.ch/api/documents/5580" } }, { @@ -180310,13 +180310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5580" + "$ref": "https://ils.rero.ch/api/documents/5580" } }, { @@ -180324,13 +180324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5579" + "$ref": "https://ils.rero.ch/api/documents/5579" } }, { @@ -180338,13 +180338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5579" + "$ref": "https://ils.rero.ch/api/documents/5579" } }, { @@ -180352,13 +180352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5579" + "$ref": "https://ils.rero.ch/api/documents/5579" } }, { @@ -180366,13 +180366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5579" + "$ref": "https://ils.rero.ch/api/documents/5579" } }, { @@ -180380,13 +180380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5579" + "$ref": "https://ils.rero.ch/api/documents/5579" } }, { @@ -180394,13 +180394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5578" + "$ref": "https://ils.rero.ch/api/documents/5578" } }, { @@ -180408,13 +180408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5578" + "$ref": "https://ils.rero.ch/api/documents/5578" } }, { @@ -180422,13 +180422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5578" + "$ref": "https://ils.rero.ch/api/documents/5578" } }, { @@ -180436,13 +180436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5578" + "$ref": "https://ils.rero.ch/api/documents/5578" } }, { @@ -180450,13 +180450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5577" + "$ref": "https://ils.rero.ch/api/documents/5577" } }, { @@ -180464,13 +180464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5576" + "$ref": "https://ils.rero.ch/api/documents/5576" } }, { @@ -180478,13 +180478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5576" + "$ref": "https://ils.rero.ch/api/documents/5576" } }, { @@ -180492,13 +180492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5576" + "$ref": "https://ils.rero.ch/api/documents/5576" } }, { @@ -180506,13 +180506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5575" + "$ref": "https://ils.rero.ch/api/documents/5575" } }, { @@ -180520,13 +180520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5575" + "$ref": "https://ils.rero.ch/api/documents/5575" } }, { @@ -180534,13 +180534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5575" + "$ref": "https://ils.rero.ch/api/documents/5575" } }, { @@ -180548,13 +180548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5575" + "$ref": "https://ils.rero.ch/api/documents/5575" } }, { @@ -180562,13 +180562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5574" + "$ref": "https://ils.rero.ch/api/documents/5574" } }, { @@ -180576,13 +180576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5573" + "$ref": "https://ils.rero.ch/api/documents/5573" } }, { @@ -180590,13 +180590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5573" + "$ref": "https://ils.rero.ch/api/documents/5573" } }, { @@ -180604,13 +180604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5573" + "$ref": "https://ils.rero.ch/api/documents/5573" } }, { @@ -180618,13 +180618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5572" + "$ref": "https://ils.rero.ch/api/documents/5572" } }, { @@ -180632,13 +180632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5572" + "$ref": "https://ils.rero.ch/api/documents/5572" } }, { @@ -180646,13 +180646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5571" + "$ref": "https://ils.rero.ch/api/documents/5571" } }, { @@ -180660,13 +180660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5571" + "$ref": "https://ils.rero.ch/api/documents/5571" } }, { @@ -180674,13 +180674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5571" + "$ref": "https://ils.rero.ch/api/documents/5571" } }, { @@ -180688,13 +180688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5571" + "$ref": "https://ils.rero.ch/api/documents/5571" } }, { @@ -180702,13 +180702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5570" + "$ref": "https://ils.rero.ch/api/documents/5570" } }, { @@ -180716,13 +180716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5570" + "$ref": "https://ils.rero.ch/api/documents/5570" } }, { @@ -180730,13 +180730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5570" + "$ref": "https://ils.rero.ch/api/documents/5570" } }, { @@ -180744,13 +180744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5570" + "$ref": "https://ils.rero.ch/api/documents/5570" } }, { @@ -180758,13 +180758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5570" + "$ref": "https://ils.rero.ch/api/documents/5570" } }, { @@ -180772,13 +180772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5569" + "$ref": "https://ils.rero.ch/api/documents/5569" } }, { @@ -180786,13 +180786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5569" + "$ref": "https://ils.rero.ch/api/documents/5569" } }, { @@ -180800,13 +180800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5568" + "$ref": "https://ils.rero.ch/api/documents/5568" } }, { @@ -180814,13 +180814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5568" + "$ref": "https://ils.rero.ch/api/documents/5568" } }, { @@ -180828,13 +180828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5568" + "$ref": "https://ils.rero.ch/api/documents/5568" } }, { @@ -180842,13 +180842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5567" + "$ref": "https://ils.rero.ch/api/documents/5567" } }, { @@ -180856,13 +180856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5567" + "$ref": "https://ils.rero.ch/api/documents/5567" } }, { @@ -180870,13 +180870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5567" + "$ref": "https://ils.rero.ch/api/documents/5567" } }, { @@ -180884,13 +180884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5567" + "$ref": "https://ils.rero.ch/api/documents/5567" } }, { @@ -180898,13 +180898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5566" + "$ref": "https://ils.rero.ch/api/documents/5566" } }, { @@ -180912,13 +180912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5566" + "$ref": "https://ils.rero.ch/api/documents/5566" } }, { @@ -180926,13 +180926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5566" + "$ref": "https://ils.rero.ch/api/documents/5566" } }, { @@ -180940,13 +180940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5565" + "$ref": "https://ils.rero.ch/api/documents/5565" } }, { @@ -180954,13 +180954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5565" + "$ref": "https://ils.rero.ch/api/documents/5565" } }, { @@ -180968,13 +180968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5565" + "$ref": "https://ils.rero.ch/api/documents/5565" } }, { @@ -180982,13 +180982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5564" + "$ref": "https://ils.rero.ch/api/documents/5564" } }, { @@ -180996,13 +180996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5564" + "$ref": "https://ils.rero.ch/api/documents/5564" } }, { @@ -181010,13 +181010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5564" + "$ref": "https://ils.rero.ch/api/documents/5564" } }, { @@ -181024,13 +181024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5563" + "$ref": "https://ils.rero.ch/api/documents/5563" } }, { @@ -181038,13 +181038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5563" + "$ref": "https://ils.rero.ch/api/documents/5563" } }, { @@ -181052,13 +181052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5563" + "$ref": "https://ils.rero.ch/api/documents/5563" } }, { @@ -181066,13 +181066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5563" + "$ref": "https://ils.rero.ch/api/documents/5563" } }, { @@ -181080,13 +181080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5562" + "$ref": "https://ils.rero.ch/api/documents/5562" } }, { @@ -181094,13 +181094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5562" + "$ref": "https://ils.rero.ch/api/documents/5562" } }, { @@ -181108,13 +181108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5562" + "$ref": "https://ils.rero.ch/api/documents/5562" } }, { @@ -181122,13 +181122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5562" + "$ref": "https://ils.rero.ch/api/documents/5562" } }, { @@ -181136,13 +181136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5561" + "$ref": "https://ils.rero.ch/api/documents/5561" } }, { @@ -181150,13 +181150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5561" + "$ref": "https://ils.rero.ch/api/documents/5561" } }, { @@ -181164,13 +181164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5561" + "$ref": "https://ils.rero.ch/api/documents/5561" } }, { @@ -181178,13 +181178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5561" + "$ref": "https://ils.rero.ch/api/documents/5561" } }, { @@ -181192,13 +181192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5561" + "$ref": "https://ils.rero.ch/api/documents/5561" } }, { @@ -181206,13 +181206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5560" + "$ref": "https://ils.rero.ch/api/documents/5560" } }, { @@ -181220,13 +181220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5560" + "$ref": "https://ils.rero.ch/api/documents/5560" } }, { @@ -181234,13 +181234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5560" + "$ref": "https://ils.rero.ch/api/documents/5560" } }, { @@ -181248,13 +181248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5559" + "$ref": "https://ils.rero.ch/api/documents/5559" } }, { @@ -181262,13 +181262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5559" + "$ref": "https://ils.rero.ch/api/documents/5559" } }, { @@ -181276,13 +181276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5559" + "$ref": "https://ils.rero.ch/api/documents/5559" } }, { @@ -181290,13 +181290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5559" + "$ref": "https://ils.rero.ch/api/documents/5559" } }, { @@ -181304,13 +181304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5558" + "$ref": "https://ils.rero.ch/api/documents/5558" } }, { @@ -181318,13 +181318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5558" + "$ref": "https://ils.rero.ch/api/documents/5558" } }, { @@ -181332,13 +181332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5558" + "$ref": "https://ils.rero.ch/api/documents/5558" } }, { @@ -181346,13 +181346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5557" + "$ref": "https://ils.rero.ch/api/documents/5557" } }, { @@ -181360,13 +181360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5557" + "$ref": "https://ils.rero.ch/api/documents/5557" } }, { @@ -181374,13 +181374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5557" + "$ref": "https://ils.rero.ch/api/documents/5557" } }, { @@ -181388,13 +181388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5557" + "$ref": "https://ils.rero.ch/api/documents/5557" } }, { @@ -181402,13 +181402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5557" + "$ref": "https://ils.rero.ch/api/documents/5557" } }, { @@ -181416,13 +181416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5556" + "$ref": "https://ils.rero.ch/api/documents/5556" } }, { @@ -181430,13 +181430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5556" + "$ref": "https://ils.rero.ch/api/documents/5556" } }, { @@ -181444,13 +181444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5556" + "$ref": "https://ils.rero.ch/api/documents/5556" } }, { @@ -181458,13 +181458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5556" + "$ref": "https://ils.rero.ch/api/documents/5556" } }, { @@ -181472,13 +181472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5556" + "$ref": "https://ils.rero.ch/api/documents/5556" } }, { @@ -181486,13 +181486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5555" + "$ref": "https://ils.rero.ch/api/documents/5555" } }, { @@ -181500,13 +181500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5555" + "$ref": "https://ils.rero.ch/api/documents/5555" } }, { @@ -181514,13 +181514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5555" + "$ref": "https://ils.rero.ch/api/documents/5555" } }, { @@ -181528,13 +181528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5555" + "$ref": "https://ils.rero.ch/api/documents/5555" } }, { @@ -181542,13 +181542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5554" + "$ref": "https://ils.rero.ch/api/documents/5554" } }, { @@ -181556,13 +181556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5554" + "$ref": "https://ils.rero.ch/api/documents/5554" } }, { @@ -181570,13 +181570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5554" + "$ref": "https://ils.rero.ch/api/documents/5554" } }, { @@ -181584,13 +181584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5554" + "$ref": "https://ils.rero.ch/api/documents/5554" } }, { @@ -181598,13 +181598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5554" + "$ref": "https://ils.rero.ch/api/documents/5554" } }, { @@ -181612,13 +181612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5553" + "$ref": "https://ils.rero.ch/api/documents/5553" } }, { @@ -181626,13 +181626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5553" + "$ref": "https://ils.rero.ch/api/documents/5553" } }, { @@ -181640,13 +181640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5553" + "$ref": "https://ils.rero.ch/api/documents/5553" } }, { @@ -181654,13 +181654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5553" + "$ref": "https://ils.rero.ch/api/documents/5553" } }, { @@ -181668,13 +181668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5553" + "$ref": "https://ils.rero.ch/api/documents/5553" } }, { @@ -181682,13 +181682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5552" + "$ref": "https://ils.rero.ch/api/documents/5552" } }, { @@ -181696,13 +181696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5551" + "$ref": "https://ils.rero.ch/api/documents/5551" } }, { @@ -181710,13 +181710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5551" + "$ref": "https://ils.rero.ch/api/documents/5551" } }, { @@ -181724,13 +181724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5551" + "$ref": "https://ils.rero.ch/api/documents/5551" } }, { @@ -181738,13 +181738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5550" + "$ref": "https://ils.rero.ch/api/documents/5550" } }, { @@ -181752,13 +181752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5550" + "$ref": "https://ils.rero.ch/api/documents/5550" } }, { @@ -181766,13 +181766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5550" + "$ref": "https://ils.rero.ch/api/documents/5550" } }, { @@ -181780,13 +181780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5550" + "$ref": "https://ils.rero.ch/api/documents/5550" } }, { @@ -181794,13 +181794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5549" + "$ref": "https://ils.rero.ch/api/documents/5549" } }, { @@ -181808,13 +181808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5549" + "$ref": "https://ils.rero.ch/api/documents/5549" } }, { @@ -181822,13 +181822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5549" + "$ref": "https://ils.rero.ch/api/documents/5549" } }, { @@ -181836,13 +181836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5549" + "$ref": "https://ils.rero.ch/api/documents/5549" } }, { @@ -181850,13 +181850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5548" + "$ref": "https://ils.rero.ch/api/documents/5548" } }, { @@ -181864,13 +181864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5548" + "$ref": "https://ils.rero.ch/api/documents/5548" } }, { @@ -181878,13 +181878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5548" + "$ref": "https://ils.rero.ch/api/documents/5548" } }, { @@ -181892,13 +181892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5548" + "$ref": "https://ils.rero.ch/api/documents/5548" } }, { @@ -181906,13 +181906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5548" + "$ref": "https://ils.rero.ch/api/documents/5548" } }, { @@ -181920,13 +181920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5547" + "$ref": "https://ils.rero.ch/api/documents/5547" } }, { @@ -181934,13 +181934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5547" + "$ref": "https://ils.rero.ch/api/documents/5547" } }, { @@ -181948,13 +181948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5547" + "$ref": "https://ils.rero.ch/api/documents/5547" } }, { @@ -181962,13 +181962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5547" + "$ref": "https://ils.rero.ch/api/documents/5547" } }, { @@ -181976,13 +181976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5547" + "$ref": "https://ils.rero.ch/api/documents/5547" } }, { @@ -181990,13 +181990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5546" + "$ref": "https://ils.rero.ch/api/documents/5546" } }, { @@ -182004,13 +182004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5545" + "$ref": "https://ils.rero.ch/api/documents/5545" } }, { @@ -182018,13 +182018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5544" + "$ref": "https://ils.rero.ch/api/documents/5544" } }, { @@ -182032,13 +182032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5544" + "$ref": "https://ils.rero.ch/api/documents/5544" } }, { @@ -182046,13 +182046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5544" + "$ref": "https://ils.rero.ch/api/documents/5544" } }, { @@ -182060,13 +182060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5543" + "$ref": "https://ils.rero.ch/api/documents/5543" } }, { @@ -182074,13 +182074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5543" + "$ref": "https://ils.rero.ch/api/documents/5543" } }, { @@ -182088,13 +182088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5543" + "$ref": "https://ils.rero.ch/api/documents/5543" } }, { @@ -182102,13 +182102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5543" + "$ref": "https://ils.rero.ch/api/documents/5543" } }, { @@ -182116,13 +182116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5542" + "$ref": "https://ils.rero.ch/api/documents/5542" } }, { @@ -182130,13 +182130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5542" + "$ref": "https://ils.rero.ch/api/documents/5542" } }, { @@ -182144,13 +182144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5542" + "$ref": "https://ils.rero.ch/api/documents/5542" } }, { @@ -182158,13 +182158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5541" + "$ref": "https://ils.rero.ch/api/documents/5541" } }, { @@ -182172,13 +182172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5541" + "$ref": "https://ils.rero.ch/api/documents/5541" } }, { @@ -182186,13 +182186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5540" + "$ref": "https://ils.rero.ch/api/documents/5540" } }, { @@ -182200,13 +182200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5539" + "$ref": "https://ils.rero.ch/api/documents/5539" } }, { @@ -182214,13 +182214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5538" + "$ref": "https://ils.rero.ch/api/documents/5538" } }, { @@ -182228,13 +182228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5538" + "$ref": "https://ils.rero.ch/api/documents/5538" } }, { @@ -182242,13 +182242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5538" + "$ref": "https://ils.rero.ch/api/documents/5538" } }, { @@ -182256,13 +182256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5538" + "$ref": "https://ils.rero.ch/api/documents/5538" } }, { @@ -182270,13 +182270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5537" + "$ref": "https://ils.rero.ch/api/documents/5537" } }, { @@ -182284,13 +182284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5537" + "$ref": "https://ils.rero.ch/api/documents/5537" } }, { @@ -182298,13 +182298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5537" + "$ref": "https://ils.rero.ch/api/documents/5537" } }, { @@ -182312,13 +182312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5536" + "$ref": "https://ils.rero.ch/api/documents/5536" } }, { @@ -182326,13 +182326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5536" + "$ref": "https://ils.rero.ch/api/documents/5536" } }, { @@ -182340,13 +182340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5536" + "$ref": "https://ils.rero.ch/api/documents/5536" } }, { @@ -182354,13 +182354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5536" + "$ref": "https://ils.rero.ch/api/documents/5536" } }, { @@ -182368,13 +182368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5536" + "$ref": "https://ils.rero.ch/api/documents/5536" } }, { @@ -182382,13 +182382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5535" + "$ref": "https://ils.rero.ch/api/documents/5535" } }, { @@ -182396,13 +182396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5535" + "$ref": "https://ils.rero.ch/api/documents/5535" } }, { @@ -182410,13 +182410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5534" + "$ref": "https://ils.rero.ch/api/documents/5534" } }, { @@ -182424,13 +182424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5534" + "$ref": "https://ils.rero.ch/api/documents/5534" } }, { @@ -182438,13 +182438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5534" + "$ref": "https://ils.rero.ch/api/documents/5534" } }, { @@ -182452,13 +182452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5534" + "$ref": "https://ils.rero.ch/api/documents/5534" } }, { @@ -182466,13 +182466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5533" + "$ref": "https://ils.rero.ch/api/documents/5533" } }, { @@ -182480,13 +182480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5533" + "$ref": "https://ils.rero.ch/api/documents/5533" } }, { @@ -182494,13 +182494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5532" + "$ref": "https://ils.rero.ch/api/documents/5532" } }, { @@ -182508,13 +182508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5532" + "$ref": "https://ils.rero.ch/api/documents/5532" } }, { @@ -182522,13 +182522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5532" + "$ref": "https://ils.rero.ch/api/documents/5532" } }, { @@ -182536,13 +182536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5531" + "$ref": "https://ils.rero.ch/api/documents/5531" } }, { @@ -182550,13 +182550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5531" + "$ref": "https://ils.rero.ch/api/documents/5531" } }, { @@ -182564,13 +182564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5530" + "$ref": "https://ils.rero.ch/api/documents/5530" } }, { @@ -182578,13 +182578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5529" + "$ref": "https://ils.rero.ch/api/documents/5529" } }, { @@ -182592,13 +182592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5529" + "$ref": "https://ils.rero.ch/api/documents/5529" } }, { @@ -182606,13 +182606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5529" + "$ref": "https://ils.rero.ch/api/documents/5529" } }, { @@ -182620,13 +182620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5529" + "$ref": "https://ils.rero.ch/api/documents/5529" } }, { @@ -182634,13 +182634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5528" + "$ref": "https://ils.rero.ch/api/documents/5528" } }, { @@ -182648,13 +182648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5528" + "$ref": "https://ils.rero.ch/api/documents/5528" } }, { @@ -182662,13 +182662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5528" + "$ref": "https://ils.rero.ch/api/documents/5528" } }, { @@ -182676,13 +182676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5527" + "$ref": "https://ils.rero.ch/api/documents/5527" } }, { @@ -182690,13 +182690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5527" + "$ref": "https://ils.rero.ch/api/documents/5527" } }, { @@ -182704,13 +182704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5527" + "$ref": "https://ils.rero.ch/api/documents/5527" } }, { @@ -182718,13 +182718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5526" + "$ref": "https://ils.rero.ch/api/documents/5526" } }, { @@ -182732,13 +182732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5525" + "$ref": "https://ils.rero.ch/api/documents/5525" } }, { @@ -182746,13 +182746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5525" + "$ref": "https://ils.rero.ch/api/documents/5525" } }, { @@ -182760,13 +182760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5524" + "$ref": "https://ils.rero.ch/api/documents/5524" } }, { @@ -182774,13 +182774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5524" + "$ref": "https://ils.rero.ch/api/documents/5524" } }, { @@ -182788,13 +182788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5524" + "$ref": "https://ils.rero.ch/api/documents/5524" } }, { @@ -182802,13 +182802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5524" + "$ref": "https://ils.rero.ch/api/documents/5524" } }, { @@ -182816,13 +182816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5524" + "$ref": "https://ils.rero.ch/api/documents/5524" } }, { @@ -182830,13 +182830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5523" + "$ref": "https://ils.rero.ch/api/documents/5523" } }, { @@ -182844,13 +182844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5523" + "$ref": "https://ils.rero.ch/api/documents/5523" } }, { @@ -182858,13 +182858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5523" + "$ref": "https://ils.rero.ch/api/documents/5523" } }, { @@ -182872,13 +182872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5523" + "$ref": "https://ils.rero.ch/api/documents/5523" } }, { @@ -182886,13 +182886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5522" + "$ref": "https://ils.rero.ch/api/documents/5522" } }, { @@ -182900,13 +182900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5522" + "$ref": "https://ils.rero.ch/api/documents/5522" } }, { @@ -182914,13 +182914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5522" + "$ref": "https://ils.rero.ch/api/documents/5522" } }, { @@ -182928,13 +182928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5522" + "$ref": "https://ils.rero.ch/api/documents/5522" } }, { @@ -182942,13 +182942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5522" + "$ref": "https://ils.rero.ch/api/documents/5522" } }, { @@ -182956,13 +182956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5521" + "$ref": "https://ils.rero.ch/api/documents/5521" } }, { @@ -182970,13 +182970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5521" + "$ref": "https://ils.rero.ch/api/documents/5521" } }, { @@ -182984,13 +182984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5521" + "$ref": "https://ils.rero.ch/api/documents/5521" } }, { @@ -182998,13 +182998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5520" + "$ref": "https://ils.rero.ch/api/documents/5520" } }, { @@ -183012,13 +183012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5520" + "$ref": "https://ils.rero.ch/api/documents/5520" } }, { @@ -183026,13 +183026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5520" + "$ref": "https://ils.rero.ch/api/documents/5520" } }, { @@ -183040,13 +183040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5520" + "$ref": "https://ils.rero.ch/api/documents/5520" } }, { @@ -183054,13 +183054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5520" + "$ref": "https://ils.rero.ch/api/documents/5520" } }, { @@ -183068,13 +183068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5519" + "$ref": "https://ils.rero.ch/api/documents/5519" } }, { @@ -183082,13 +183082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5518" + "$ref": "https://ils.rero.ch/api/documents/5518" } }, { @@ -183096,13 +183096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5518" + "$ref": "https://ils.rero.ch/api/documents/5518" } }, { @@ -183110,13 +183110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5518" + "$ref": "https://ils.rero.ch/api/documents/5518" } }, { @@ -183124,13 +183124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5517" + "$ref": "https://ils.rero.ch/api/documents/5517" } }, { @@ -183138,13 +183138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5516" + "$ref": "https://ils.rero.ch/api/documents/5516" } }, { @@ -183152,13 +183152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5516" + "$ref": "https://ils.rero.ch/api/documents/5516" } }, { @@ -183166,13 +183166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5516" + "$ref": "https://ils.rero.ch/api/documents/5516" } }, { @@ -183180,13 +183180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5516" + "$ref": "https://ils.rero.ch/api/documents/5516" } }, { @@ -183194,13 +183194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5516" + "$ref": "https://ils.rero.ch/api/documents/5516" } }, { @@ -183208,13 +183208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5515" + "$ref": "https://ils.rero.ch/api/documents/5515" } }, { @@ -183222,13 +183222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5515" + "$ref": "https://ils.rero.ch/api/documents/5515" } }, { @@ -183236,13 +183236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5515" + "$ref": "https://ils.rero.ch/api/documents/5515" } }, { @@ -183250,13 +183250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5514" + "$ref": "https://ils.rero.ch/api/documents/5514" } }, { @@ -183264,13 +183264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5514" + "$ref": "https://ils.rero.ch/api/documents/5514" } }, { @@ -183278,13 +183278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5513" + "$ref": "https://ils.rero.ch/api/documents/5513" } }, { @@ -183292,13 +183292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5513" + "$ref": "https://ils.rero.ch/api/documents/5513" } }, { @@ -183306,13 +183306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5512" + "$ref": "https://ils.rero.ch/api/documents/5512" } }, { @@ -183320,13 +183320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5512" + "$ref": "https://ils.rero.ch/api/documents/5512" } }, { @@ -183334,13 +183334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5512" + "$ref": "https://ils.rero.ch/api/documents/5512" } }, { @@ -183348,13 +183348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5512" + "$ref": "https://ils.rero.ch/api/documents/5512" } }, { @@ -183362,13 +183362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5511" + "$ref": "https://ils.rero.ch/api/documents/5511" } }, { @@ -183376,13 +183376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5511" + "$ref": "https://ils.rero.ch/api/documents/5511" } }, { @@ -183390,13 +183390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5510" + "$ref": "https://ils.rero.ch/api/documents/5510" } }, { @@ -183404,13 +183404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5510" + "$ref": "https://ils.rero.ch/api/documents/5510" } }, { @@ -183418,13 +183418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5509" + "$ref": "https://ils.rero.ch/api/documents/5509" } }, { @@ -183432,13 +183432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5509" + "$ref": "https://ils.rero.ch/api/documents/5509" } }, { @@ -183446,13 +183446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5509" + "$ref": "https://ils.rero.ch/api/documents/5509" } }, { @@ -183460,13 +183460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5508" + "$ref": "https://ils.rero.ch/api/documents/5508" } }, { @@ -183474,13 +183474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5508" + "$ref": "https://ils.rero.ch/api/documents/5508" } }, { @@ -183488,13 +183488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5508" + "$ref": "https://ils.rero.ch/api/documents/5508" } }, { @@ -183502,13 +183502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5507" + "$ref": "https://ils.rero.ch/api/documents/5507" } }, { @@ -183516,13 +183516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5507" + "$ref": "https://ils.rero.ch/api/documents/5507" } }, { @@ -183530,13 +183530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5507" + "$ref": "https://ils.rero.ch/api/documents/5507" } }, { @@ -183544,13 +183544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5506" + "$ref": "https://ils.rero.ch/api/documents/5506" } }, { @@ -183558,13 +183558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5505" + "$ref": "https://ils.rero.ch/api/documents/5505" } }, { @@ -183572,13 +183572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5505" + "$ref": "https://ils.rero.ch/api/documents/5505" } }, { @@ -183586,13 +183586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5505" + "$ref": "https://ils.rero.ch/api/documents/5505" } }, { @@ -183600,13 +183600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5505" + "$ref": "https://ils.rero.ch/api/documents/5505" } }, { @@ -183614,13 +183614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5505" + "$ref": "https://ils.rero.ch/api/documents/5505" } }, { @@ -183628,13 +183628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5504" + "$ref": "https://ils.rero.ch/api/documents/5504" } }, { @@ -183642,13 +183642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5504" + "$ref": "https://ils.rero.ch/api/documents/5504" } }, { @@ -183656,13 +183656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5504" + "$ref": "https://ils.rero.ch/api/documents/5504" } }, { @@ -183670,13 +183670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5504" + "$ref": "https://ils.rero.ch/api/documents/5504" } }, { @@ -183684,13 +183684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5504" + "$ref": "https://ils.rero.ch/api/documents/5504" } }, { @@ -183698,13 +183698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5503" + "$ref": "https://ils.rero.ch/api/documents/5503" } }, { @@ -183712,13 +183712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5502" + "$ref": "https://ils.rero.ch/api/documents/5502" } }, { @@ -183726,13 +183726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5502" + "$ref": "https://ils.rero.ch/api/documents/5502" } }, { @@ -183740,13 +183740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5502" + "$ref": "https://ils.rero.ch/api/documents/5502" } }, { @@ -183754,13 +183754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5502" + "$ref": "https://ils.rero.ch/api/documents/5502" } }, { @@ -183768,13 +183768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5501" + "$ref": "https://ils.rero.ch/api/documents/5501" } }, { @@ -183782,13 +183782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5501" + "$ref": "https://ils.rero.ch/api/documents/5501" } }, { @@ -183796,13 +183796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5501" + "$ref": "https://ils.rero.ch/api/documents/5501" } }, { @@ -183810,13 +183810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5501" + "$ref": "https://ils.rero.ch/api/documents/5501" } }, { @@ -183824,13 +183824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5500" + "$ref": "https://ils.rero.ch/api/documents/5500" } }, { @@ -183838,13 +183838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5500" + "$ref": "https://ils.rero.ch/api/documents/5500" } }, { @@ -183852,13 +183852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5499" + "$ref": "https://ils.rero.ch/api/documents/5499" } }, { @@ -183866,13 +183866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5499" + "$ref": "https://ils.rero.ch/api/documents/5499" } }, { @@ -183880,13 +183880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5499" + "$ref": "https://ils.rero.ch/api/documents/5499" } }, { @@ -183894,13 +183894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5498" + "$ref": "https://ils.rero.ch/api/documents/5498" } }, { @@ -183908,13 +183908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5498" + "$ref": "https://ils.rero.ch/api/documents/5498" } }, { @@ -183922,13 +183922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5498" + "$ref": "https://ils.rero.ch/api/documents/5498" } }, { @@ -183936,13 +183936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5498" + "$ref": "https://ils.rero.ch/api/documents/5498" } }, { @@ -183950,13 +183950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5497" + "$ref": "https://ils.rero.ch/api/documents/5497" } }, { @@ -183964,13 +183964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5497" + "$ref": "https://ils.rero.ch/api/documents/5497" } }, { @@ -183978,13 +183978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5497" + "$ref": "https://ils.rero.ch/api/documents/5497" } }, { @@ -183992,13 +183992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5497" + "$ref": "https://ils.rero.ch/api/documents/5497" } }, { @@ -184006,13 +184006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5497" + "$ref": "https://ils.rero.ch/api/documents/5497" } }, { @@ -184020,13 +184020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5496" + "$ref": "https://ils.rero.ch/api/documents/5496" } }, { @@ -184034,13 +184034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5496" + "$ref": "https://ils.rero.ch/api/documents/5496" } }, { @@ -184048,13 +184048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5495" + "$ref": "https://ils.rero.ch/api/documents/5495" } }, { @@ -184062,13 +184062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5495" + "$ref": "https://ils.rero.ch/api/documents/5495" } }, { @@ -184076,13 +184076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5495" + "$ref": "https://ils.rero.ch/api/documents/5495" } }, { @@ -184090,13 +184090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5495" + "$ref": "https://ils.rero.ch/api/documents/5495" } }, { @@ -184104,13 +184104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5494" + "$ref": "https://ils.rero.ch/api/documents/5494" } }, { @@ -184118,13 +184118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5494" + "$ref": "https://ils.rero.ch/api/documents/5494" } }, { @@ -184132,13 +184132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5494" + "$ref": "https://ils.rero.ch/api/documents/5494" } }, { @@ -184146,13 +184146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5493" + "$ref": "https://ils.rero.ch/api/documents/5493" } }, { @@ -184160,13 +184160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5493" + "$ref": "https://ils.rero.ch/api/documents/5493" } }, { @@ -184174,13 +184174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5493" + "$ref": "https://ils.rero.ch/api/documents/5493" } }, { @@ -184188,13 +184188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5493" + "$ref": "https://ils.rero.ch/api/documents/5493" } }, { @@ -184202,13 +184202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5493" + "$ref": "https://ils.rero.ch/api/documents/5493" } }, { @@ -184216,13 +184216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5492" + "$ref": "https://ils.rero.ch/api/documents/5492" } }, { @@ -184230,13 +184230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5492" + "$ref": "https://ils.rero.ch/api/documents/5492" } }, { @@ -184244,13 +184244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5492" + "$ref": "https://ils.rero.ch/api/documents/5492" } }, { @@ -184258,13 +184258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5491" + "$ref": "https://ils.rero.ch/api/documents/5491" } }, { @@ -184272,13 +184272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5491" + "$ref": "https://ils.rero.ch/api/documents/5491" } }, { @@ -184286,13 +184286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5491" + "$ref": "https://ils.rero.ch/api/documents/5491" } }, { @@ -184300,13 +184300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5491" + "$ref": "https://ils.rero.ch/api/documents/5491" } }, { @@ -184314,13 +184314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5491" + "$ref": "https://ils.rero.ch/api/documents/5491" } }, { @@ -184328,13 +184328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5490" + "$ref": "https://ils.rero.ch/api/documents/5490" } }, { @@ -184342,13 +184342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5490" + "$ref": "https://ils.rero.ch/api/documents/5490" } }, { @@ -184356,13 +184356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5489" + "$ref": "https://ils.rero.ch/api/documents/5489" } }, { @@ -184370,13 +184370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5488" + "$ref": "https://ils.rero.ch/api/documents/5488" } }, { @@ -184384,13 +184384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5488" + "$ref": "https://ils.rero.ch/api/documents/5488" } }, { @@ -184398,13 +184398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5488" + "$ref": "https://ils.rero.ch/api/documents/5488" } }, { @@ -184412,13 +184412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5488" + "$ref": "https://ils.rero.ch/api/documents/5488" } }, { @@ -184426,13 +184426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5487" + "$ref": "https://ils.rero.ch/api/documents/5487" } }, { @@ -184440,13 +184440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5486" + "$ref": "https://ils.rero.ch/api/documents/5486" } }, { @@ -184454,13 +184454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5485" + "$ref": "https://ils.rero.ch/api/documents/5485" } }, { @@ -184468,13 +184468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5485" + "$ref": "https://ils.rero.ch/api/documents/5485" } }, { @@ -184482,13 +184482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5485" + "$ref": "https://ils.rero.ch/api/documents/5485" } }, { @@ -184496,13 +184496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5484" + "$ref": "https://ils.rero.ch/api/documents/5484" } }, { @@ -184510,13 +184510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5484" + "$ref": "https://ils.rero.ch/api/documents/5484" } }, { @@ -184524,13 +184524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5484" + "$ref": "https://ils.rero.ch/api/documents/5484" } }, { @@ -184538,13 +184538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5483" + "$ref": "https://ils.rero.ch/api/documents/5483" } }, { @@ -184552,13 +184552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5483" + "$ref": "https://ils.rero.ch/api/documents/5483" } }, { @@ -184566,13 +184566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5482" + "$ref": "https://ils.rero.ch/api/documents/5482" } }, { @@ -184580,13 +184580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5482" + "$ref": "https://ils.rero.ch/api/documents/5482" } }, { @@ -184594,13 +184594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5482" + "$ref": "https://ils.rero.ch/api/documents/5482" } }, { @@ -184608,13 +184608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5482" + "$ref": "https://ils.rero.ch/api/documents/5482" } }, { @@ -184622,13 +184622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5482" + "$ref": "https://ils.rero.ch/api/documents/5482" } }, { @@ -184636,13 +184636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5481" + "$ref": "https://ils.rero.ch/api/documents/5481" } }, { @@ -184650,13 +184650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5481" + "$ref": "https://ils.rero.ch/api/documents/5481" } }, { @@ -184664,13 +184664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5480" + "$ref": "https://ils.rero.ch/api/documents/5480" } }, { @@ -184678,13 +184678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5480" + "$ref": "https://ils.rero.ch/api/documents/5480" } }, { @@ -184692,13 +184692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5480" + "$ref": "https://ils.rero.ch/api/documents/5480" } }, { @@ -184706,13 +184706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5479" + "$ref": "https://ils.rero.ch/api/documents/5479" } }, { @@ -184720,13 +184720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5479" + "$ref": "https://ils.rero.ch/api/documents/5479" } }, { @@ -184734,13 +184734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5479" + "$ref": "https://ils.rero.ch/api/documents/5479" } }, { @@ -184748,13 +184748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5478" + "$ref": "https://ils.rero.ch/api/documents/5478" } }, { @@ -184762,13 +184762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5478" + "$ref": "https://ils.rero.ch/api/documents/5478" } }, { @@ -184776,13 +184776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5478" + "$ref": "https://ils.rero.ch/api/documents/5478" } }, { @@ -184790,13 +184790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5477" + "$ref": "https://ils.rero.ch/api/documents/5477" } }, { @@ -184804,13 +184804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5477" + "$ref": "https://ils.rero.ch/api/documents/5477" } }, { @@ -184818,13 +184818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5477" + "$ref": "https://ils.rero.ch/api/documents/5477" } }, { @@ -184832,13 +184832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5477" + "$ref": "https://ils.rero.ch/api/documents/5477" } }, { @@ -184846,13 +184846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5476" + "$ref": "https://ils.rero.ch/api/documents/5476" } }, { @@ -184860,13 +184860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5476" + "$ref": "https://ils.rero.ch/api/documents/5476" } }, { @@ -184874,13 +184874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5476" + "$ref": "https://ils.rero.ch/api/documents/5476" } }, { @@ -184888,13 +184888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5476" + "$ref": "https://ils.rero.ch/api/documents/5476" } }, { @@ -184902,13 +184902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5476" + "$ref": "https://ils.rero.ch/api/documents/5476" } }, { @@ -184916,13 +184916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5475" + "$ref": "https://ils.rero.ch/api/documents/5475" } }, { @@ -184930,13 +184930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5474" + "$ref": "https://ils.rero.ch/api/documents/5474" } }, { @@ -184944,13 +184944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5474" + "$ref": "https://ils.rero.ch/api/documents/5474" } }, { @@ -184958,13 +184958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5474" + "$ref": "https://ils.rero.ch/api/documents/5474" } }, { @@ -184972,13 +184972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5474" + "$ref": "https://ils.rero.ch/api/documents/5474" } }, { @@ -184986,13 +184986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5474" + "$ref": "https://ils.rero.ch/api/documents/5474" } }, { @@ -185000,13 +185000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5473" + "$ref": "https://ils.rero.ch/api/documents/5473" } }, { @@ -185014,13 +185014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5473" + "$ref": "https://ils.rero.ch/api/documents/5473" } }, { @@ -185028,13 +185028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5472" + "$ref": "https://ils.rero.ch/api/documents/5472" } }, { @@ -185042,13 +185042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5471" + "$ref": "https://ils.rero.ch/api/documents/5471" } }, { @@ -185056,13 +185056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5470" + "$ref": "https://ils.rero.ch/api/documents/5470" } }, { @@ -185070,13 +185070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5470" + "$ref": "https://ils.rero.ch/api/documents/5470" } }, { @@ -185084,13 +185084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5470" + "$ref": "https://ils.rero.ch/api/documents/5470" } }, { @@ -185098,13 +185098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5469" + "$ref": "https://ils.rero.ch/api/documents/5469" } }, { @@ -185112,13 +185112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5469" + "$ref": "https://ils.rero.ch/api/documents/5469" } }, { @@ -185126,13 +185126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5469" + "$ref": "https://ils.rero.ch/api/documents/5469" } }, { @@ -185140,13 +185140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5468" + "$ref": "https://ils.rero.ch/api/documents/5468" } }, { @@ -185154,13 +185154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5468" + "$ref": "https://ils.rero.ch/api/documents/5468" } }, { @@ -185168,13 +185168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5468" + "$ref": "https://ils.rero.ch/api/documents/5468" } }, { @@ -185182,13 +185182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5467" + "$ref": "https://ils.rero.ch/api/documents/5467" } }, { @@ -185196,13 +185196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5467" + "$ref": "https://ils.rero.ch/api/documents/5467" } }, { @@ -185210,13 +185210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5466" + "$ref": "https://ils.rero.ch/api/documents/5466" } }, { @@ -185224,13 +185224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5466" + "$ref": "https://ils.rero.ch/api/documents/5466" } }, { @@ -185238,13 +185238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5466" + "$ref": "https://ils.rero.ch/api/documents/5466" } }, { @@ -185252,13 +185252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5466" + "$ref": "https://ils.rero.ch/api/documents/5466" } }, { @@ -185266,13 +185266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5465" + "$ref": "https://ils.rero.ch/api/documents/5465" } }, { @@ -185280,13 +185280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5464" + "$ref": "https://ils.rero.ch/api/documents/5464" } }, { @@ -185294,13 +185294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5464" + "$ref": "https://ils.rero.ch/api/documents/5464" } }, { @@ -185308,13 +185308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5464" + "$ref": "https://ils.rero.ch/api/documents/5464" } }, { @@ -185322,13 +185322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5463" + "$ref": "https://ils.rero.ch/api/documents/5463" } }, { @@ -185336,13 +185336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5463" + "$ref": "https://ils.rero.ch/api/documents/5463" } }, { @@ -185350,13 +185350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5463" + "$ref": "https://ils.rero.ch/api/documents/5463" } }, { @@ -185364,13 +185364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5463" + "$ref": "https://ils.rero.ch/api/documents/5463" } }, { @@ -185378,13 +185378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5463" + "$ref": "https://ils.rero.ch/api/documents/5463" } }, { @@ -185392,13 +185392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5462" + "$ref": "https://ils.rero.ch/api/documents/5462" } }, { @@ -185406,13 +185406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5462" + "$ref": "https://ils.rero.ch/api/documents/5462" } }, { @@ -185420,13 +185420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5462" + "$ref": "https://ils.rero.ch/api/documents/5462" } }, { @@ -185434,13 +185434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5462" + "$ref": "https://ils.rero.ch/api/documents/5462" } }, { @@ -185448,13 +185448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5461" + "$ref": "https://ils.rero.ch/api/documents/5461" } }, { @@ -185462,13 +185462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5461" + "$ref": "https://ils.rero.ch/api/documents/5461" } }, { @@ -185476,13 +185476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5461" + "$ref": "https://ils.rero.ch/api/documents/5461" } }, { @@ -185490,13 +185490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5461" + "$ref": "https://ils.rero.ch/api/documents/5461" } }, { @@ -185504,13 +185504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5460" + "$ref": "https://ils.rero.ch/api/documents/5460" } }, { @@ -185518,13 +185518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5460" + "$ref": "https://ils.rero.ch/api/documents/5460" } }, { @@ -185532,13 +185532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5460" + "$ref": "https://ils.rero.ch/api/documents/5460" } }, { @@ -185546,13 +185546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5460" + "$ref": "https://ils.rero.ch/api/documents/5460" } }, { @@ -185560,13 +185560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5459" + "$ref": "https://ils.rero.ch/api/documents/5459" } }, { @@ -185574,13 +185574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5459" + "$ref": "https://ils.rero.ch/api/documents/5459" } }, { @@ -185588,13 +185588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5458" + "$ref": "https://ils.rero.ch/api/documents/5458" } }, { @@ -185602,13 +185602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5457" + "$ref": "https://ils.rero.ch/api/documents/5457" } }, { @@ -185616,13 +185616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5457" + "$ref": "https://ils.rero.ch/api/documents/5457" } }, { @@ -185630,13 +185630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5456" + "$ref": "https://ils.rero.ch/api/documents/5456" } }, { @@ -185644,13 +185644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5455" + "$ref": "https://ils.rero.ch/api/documents/5455" } }, { @@ -185658,13 +185658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5454" + "$ref": "https://ils.rero.ch/api/documents/5454" } }, { @@ -185672,13 +185672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5454" + "$ref": "https://ils.rero.ch/api/documents/5454" } }, { @@ -185686,13 +185686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5454" + "$ref": "https://ils.rero.ch/api/documents/5454" } }, { @@ -185700,13 +185700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5454" + "$ref": "https://ils.rero.ch/api/documents/5454" } }, { @@ -185714,13 +185714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5453" + "$ref": "https://ils.rero.ch/api/documents/5453" } }, { @@ -185728,13 +185728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5453" + "$ref": "https://ils.rero.ch/api/documents/5453" } }, { @@ -185742,13 +185742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5452" + "$ref": "https://ils.rero.ch/api/documents/5452" } }, { @@ -185756,13 +185756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5452" + "$ref": "https://ils.rero.ch/api/documents/5452" } }, { @@ -185770,13 +185770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5452" + "$ref": "https://ils.rero.ch/api/documents/5452" } }, { @@ -185784,13 +185784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5452" + "$ref": "https://ils.rero.ch/api/documents/5452" } }, { @@ -185798,13 +185798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5452" + "$ref": "https://ils.rero.ch/api/documents/5452" } }, { @@ -185812,13 +185812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5451" + "$ref": "https://ils.rero.ch/api/documents/5451" } }, { @@ -185826,13 +185826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5451" + "$ref": "https://ils.rero.ch/api/documents/5451" } }, { @@ -185840,13 +185840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5451" + "$ref": "https://ils.rero.ch/api/documents/5451" } }, { @@ -185854,13 +185854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5451" + "$ref": "https://ils.rero.ch/api/documents/5451" } }, { @@ -185868,13 +185868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5451" + "$ref": "https://ils.rero.ch/api/documents/5451" } }, { @@ -185882,13 +185882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5450" + "$ref": "https://ils.rero.ch/api/documents/5450" } }, { @@ -185896,13 +185896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5450" + "$ref": "https://ils.rero.ch/api/documents/5450" } }, { @@ -185910,13 +185910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5450" + "$ref": "https://ils.rero.ch/api/documents/5450" } }, { @@ -185924,13 +185924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5450" + "$ref": "https://ils.rero.ch/api/documents/5450" } }, { @@ -185938,13 +185938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5450" + "$ref": "https://ils.rero.ch/api/documents/5450" } }, { @@ -185952,13 +185952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5449" + "$ref": "https://ils.rero.ch/api/documents/5449" } }, { @@ -185966,13 +185966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5449" + "$ref": "https://ils.rero.ch/api/documents/5449" } }, { @@ -185980,13 +185980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5449" + "$ref": "https://ils.rero.ch/api/documents/5449" } }, { @@ -185994,13 +185994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5449" + "$ref": "https://ils.rero.ch/api/documents/5449" } }, { @@ -186008,13 +186008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5448" + "$ref": "https://ils.rero.ch/api/documents/5448" } }, { @@ -186022,13 +186022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5447" + "$ref": "https://ils.rero.ch/api/documents/5447" } }, { @@ -186036,13 +186036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5447" + "$ref": "https://ils.rero.ch/api/documents/5447" } }, { @@ -186050,13 +186050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5447" + "$ref": "https://ils.rero.ch/api/documents/5447" } }, { @@ -186064,13 +186064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5446" + "$ref": "https://ils.rero.ch/api/documents/5446" } }, { @@ -186078,13 +186078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5446" + "$ref": "https://ils.rero.ch/api/documents/5446" } }, { @@ -186092,13 +186092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5446" + "$ref": "https://ils.rero.ch/api/documents/5446" } }, { @@ -186106,13 +186106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5445" + "$ref": "https://ils.rero.ch/api/documents/5445" } }, { @@ -186120,13 +186120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5445" + "$ref": "https://ils.rero.ch/api/documents/5445" } }, { @@ -186134,13 +186134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5445" + "$ref": "https://ils.rero.ch/api/documents/5445" } }, { @@ -186148,13 +186148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5445" + "$ref": "https://ils.rero.ch/api/documents/5445" } }, { @@ -186162,13 +186162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5445" + "$ref": "https://ils.rero.ch/api/documents/5445" } }, { @@ -186176,13 +186176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5444" + "$ref": "https://ils.rero.ch/api/documents/5444" } }, { @@ -186190,13 +186190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5444" + "$ref": "https://ils.rero.ch/api/documents/5444" } }, { @@ -186204,13 +186204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5444" + "$ref": "https://ils.rero.ch/api/documents/5444" } }, { @@ -186218,13 +186218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5444" + "$ref": "https://ils.rero.ch/api/documents/5444" } }, { @@ -186232,13 +186232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5443" + "$ref": "https://ils.rero.ch/api/documents/5443" } }, { @@ -186246,13 +186246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5443" + "$ref": "https://ils.rero.ch/api/documents/5443" } }, { @@ -186260,13 +186260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5443" + "$ref": "https://ils.rero.ch/api/documents/5443" } }, { @@ -186274,13 +186274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5443" + "$ref": "https://ils.rero.ch/api/documents/5443" } }, { @@ -186288,13 +186288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5442" + "$ref": "https://ils.rero.ch/api/documents/5442" } }, { @@ -186302,13 +186302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5441" + "$ref": "https://ils.rero.ch/api/documents/5441" } }, { @@ -186316,13 +186316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5441" + "$ref": "https://ils.rero.ch/api/documents/5441" } }, { @@ -186330,13 +186330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5441" + "$ref": "https://ils.rero.ch/api/documents/5441" } }, { @@ -186344,13 +186344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5440" + "$ref": "https://ils.rero.ch/api/documents/5440" } }, { @@ -186358,13 +186358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5440" + "$ref": "https://ils.rero.ch/api/documents/5440" } }, { @@ -186372,13 +186372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5439" + "$ref": "https://ils.rero.ch/api/documents/5439" } }, { @@ -186386,13 +186386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5439" + "$ref": "https://ils.rero.ch/api/documents/5439" } }, { @@ -186400,13 +186400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5439" + "$ref": "https://ils.rero.ch/api/documents/5439" } }, { @@ -186414,13 +186414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5439" + "$ref": "https://ils.rero.ch/api/documents/5439" } }, { @@ -186428,13 +186428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5438" + "$ref": "https://ils.rero.ch/api/documents/5438" } }, { @@ -186442,13 +186442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5438" + "$ref": "https://ils.rero.ch/api/documents/5438" } }, { @@ -186456,13 +186456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5438" + "$ref": "https://ils.rero.ch/api/documents/5438" } }, { @@ -186470,13 +186470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5438" + "$ref": "https://ils.rero.ch/api/documents/5438" } }, { @@ -186484,13 +186484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5437" + "$ref": "https://ils.rero.ch/api/documents/5437" } }, { @@ -186498,13 +186498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5436" + "$ref": "https://ils.rero.ch/api/documents/5436" } }, { @@ -186512,13 +186512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5436" + "$ref": "https://ils.rero.ch/api/documents/5436" } }, { @@ -186526,13 +186526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5436" + "$ref": "https://ils.rero.ch/api/documents/5436" } }, { @@ -186540,13 +186540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5435" + "$ref": "https://ils.rero.ch/api/documents/5435" } }, { @@ -186554,13 +186554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5435" + "$ref": "https://ils.rero.ch/api/documents/5435" } }, { @@ -186568,13 +186568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5434" + "$ref": "https://ils.rero.ch/api/documents/5434" } }, { @@ -186582,13 +186582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5433" + "$ref": "https://ils.rero.ch/api/documents/5433" } }, { @@ -186596,13 +186596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5433" + "$ref": "https://ils.rero.ch/api/documents/5433" } }, { @@ -186610,13 +186610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5432" + "$ref": "https://ils.rero.ch/api/documents/5432" } }, { @@ -186624,13 +186624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5432" + "$ref": "https://ils.rero.ch/api/documents/5432" } }, { @@ -186638,13 +186638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5432" + "$ref": "https://ils.rero.ch/api/documents/5432" } }, { @@ -186652,13 +186652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5432" + "$ref": "https://ils.rero.ch/api/documents/5432" } }, { @@ -186666,13 +186666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5431" + "$ref": "https://ils.rero.ch/api/documents/5431" } }, { @@ -186680,13 +186680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5431" + "$ref": "https://ils.rero.ch/api/documents/5431" } }, { @@ -186694,13 +186694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5430" + "$ref": "https://ils.rero.ch/api/documents/5430" } }, { @@ -186708,13 +186708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5430" + "$ref": "https://ils.rero.ch/api/documents/5430" } }, { @@ -186722,13 +186722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5430" + "$ref": "https://ils.rero.ch/api/documents/5430" } }, { @@ -186736,13 +186736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5430" + "$ref": "https://ils.rero.ch/api/documents/5430" } }, { @@ -186750,13 +186750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5430" + "$ref": "https://ils.rero.ch/api/documents/5430" } }, { @@ -186764,13 +186764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5429" + "$ref": "https://ils.rero.ch/api/documents/5429" } }, { @@ -186778,13 +186778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5428" + "$ref": "https://ils.rero.ch/api/documents/5428" } }, { @@ -186792,13 +186792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5427" + "$ref": "https://ils.rero.ch/api/documents/5427" } }, { @@ -186806,13 +186806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5426" + "$ref": "https://ils.rero.ch/api/documents/5426" } }, { @@ -186820,13 +186820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5426" + "$ref": "https://ils.rero.ch/api/documents/5426" } }, { @@ -186834,13 +186834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5426" + "$ref": "https://ils.rero.ch/api/documents/5426" } }, { @@ -186848,13 +186848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5426" + "$ref": "https://ils.rero.ch/api/documents/5426" } }, { @@ -186862,13 +186862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5426" + "$ref": "https://ils.rero.ch/api/documents/5426" } }, { @@ -186876,13 +186876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5425" + "$ref": "https://ils.rero.ch/api/documents/5425" } }, { @@ -186890,13 +186890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5425" + "$ref": "https://ils.rero.ch/api/documents/5425" } }, { @@ -186904,13 +186904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5425" + "$ref": "https://ils.rero.ch/api/documents/5425" } }, { @@ -186918,13 +186918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5424" + "$ref": "https://ils.rero.ch/api/documents/5424" } }, { @@ -186932,13 +186932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5424" + "$ref": "https://ils.rero.ch/api/documents/5424" } }, { @@ -186946,13 +186946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5423" + "$ref": "https://ils.rero.ch/api/documents/5423" } }, { @@ -186960,13 +186960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5423" + "$ref": "https://ils.rero.ch/api/documents/5423" } }, { @@ -186974,13 +186974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5423" + "$ref": "https://ils.rero.ch/api/documents/5423" } }, { @@ -186988,13 +186988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5423" + "$ref": "https://ils.rero.ch/api/documents/5423" } }, { @@ -187002,13 +187002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5422" + "$ref": "https://ils.rero.ch/api/documents/5422" } }, { @@ -187016,13 +187016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5421" + "$ref": "https://ils.rero.ch/api/documents/5421" } }, { @@ -187030,13 +187030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5421" + "$ref": "https://ils.rero.ch/api/documents/5421" } }, { @@ -187044,13 +187044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5421" + "$ref": "https://ils.rero.ch/api/documents/5421" } }, { @@ -187058,13 +187058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5420" + "$ref": "https://ils.rero.ch/api/documents/5420" } }, { @@ -187072,13 +187072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5420" + "$ref": "https://ils.rero.ch/api/documents/5420" } }, { @@ -187086,13 +187086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5420" + "$ref": "https://ils.rero.ch/api/documents/5420" } }, { @@ -187100,13 +187100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5419" + "$ref": "https://ils.rero.ch/api/documents/5419" } }, { @@ -187114,13 +187114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5419" + "$ref": "https://ils.rero.ch/api/documents/5419" } }, { @@ -187128,13 +187128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5419" + "$ref": "https://ils.rero.ch/api/documents/5419" } }, { @@ -187142,13 +187142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5419" + "$ref": "https://ils.rero.ch/api/documents/5419" } }, { @@ -187156,13 +187156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5419" + "$ref": "https://ils.rero.ch/api/documents/5419" } }, { @@ -187170,13 +187170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5418" + "$ref": "https://ils.rero.ch/api/documents/5418" } }, { @@ -187184,13 +187184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5418" + "$ref": "https://ils.rero.ch/api/documents/5418" } }, { @@ -187198,13 +187198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5418" + "$ref": "https://ils.rero.ch/api/documents/5418" } }, { @@ -187212,13 +187212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5417" + "$ref": "https://ils.rero.ch/api/documents/5417" } }, { @@ -187226,13 +187226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5416" + "$ref": "https://ils.rero.ch/api/documents/5416" } }, { @@ -187240,13 +187240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5415" + "$ref": "https://ils.rero.ch/api/documents/5415" } }, { @@ -187254,13 +187254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5415" + "$ref": "https://ils.rero.ch/api/documents/5415" } }, { @@ -187268,13 +187268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5415" + "$ref": "https://ils.rero.ch/api/documents/5415" } }, { @@ -187282,13 +187282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5414" + "$ref": "https://ils.rero.ch/api/documents/5414" } }, { @@ -187296,13 +187296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5414" + "$ref": "https://ils.rero.ch/api/documents/5414" } }, { @@ -187310,13 +187310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5413" + "$ref": "https://ils.rero.ch/api/documents/5413" } }, { @@ -187324,13 +187324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5413" + "$ref": "https://ils.rero.ch/api/documents/5413" } }, { @@ -187338,13 +187338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5413" + "$ref": "https://ils.rero.ch/api/documents/5413" } }, { @@ -187352,13 +187352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5412" + "$ref": "https://ils.rero.ch/api/documents/5412" } }, { @@ -187366,13 +187366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5412" + "$ref": "https://ils.rero.ch/api/documents/5412" } }, { @@ -187380,13 +187380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5412" + "$ref": "https://ils.rero.ch/api/documents/5412" } }, { @@ -187394,13 +187394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5412" + "$ref": "https://ils.rero.ch/api/documents/5412" } }, { @@ -187408,13 +187408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5412" + "$ref": "https://ils.rero.ch/api/documents/5412" } }, { @@ -187422,13 +187422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5411" + "$ref": "https://ils.rero.ch/api/documents/5411" } }, { @@ -187436,13 +187436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5410" + "$ref": "https://ils.rero.ch/api/documents/5410" } }, { @@ -187450,13 +187450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5410" + "$ref": "https://ils.rero.ch/api/documents/5410" } }, { @@ -187464,13 +187464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5410" + "$ref": "https://ils.rero.ch/api/documents/5410" } }, { @@ -187478,13 +187478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5410" + "$ref": "https://ils.rero.ch/api/documents/5410" } }, { @@ -187492,13 +187492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5410" + "$ref": "https://ils.rero.ch/api/documents/5410" } }, { @@ -187506,13 +187506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5409" + "$ref": "https://ils.rero.ch/api/documents/5409" } }, { @@ -187520,13 +187520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5409" + "$ref": "https://ils.rero.ch/api/documents/5409" } }, { @@ -187534,13 +187534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5409" + "$ref": "https://ils.rero.ch/api/documents/5409" } }, { @@ -187548,13 +187548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5409" + "$ref": "https://ils.rero.ch/api/documents/5409" } }, { @@ -187562,13 +187562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5409" + "$ref": "https://ils.rero.ch/api/documents/5409" } }, { @@ -187576,13 +187576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5408" + "$ref": "https://ils.rero.ch/api/documents/5408" } }, { @@ -187590,13 +187590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5408" + "$ref": "https://ils.rero.ch/api/documents/5408" } }, { @@ -187604,13 +187604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5408" + "$ref": "https://ils.rero.ch/api/documents/5408" } }, { @@ -187618,13 +187618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5408" + "$ref": "https://ils.rero.ch/api/documents/5408" } }, { @@ -187632,13 +187632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5408" + "$ref": "https://ils.rero.ch/api/documents/5408" } }, { @@ -187646,13 +187646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5407" + "$ref": "https://ils.rero.ch/api/documents/5407" } }, { @@ -187660,13 +187660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5407" + "$ref": "https://ils.rero.ch/api/documents/5407" } }, { @@ -187674,13 +187674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5407" + "$ref": "https://ils.rero.ch/api/documents/5407" } }, { @@ -187688,13 +187688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5407" + "$ref": "https://ils.rero.ch/api/documents/5407" } }, { @@ -187702,13 +187702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5406" + "$ref": "https://ils.rero.ch/api/documents/5406" } }, { @@ -187716,13 +187716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5406" + "$ref": "https://ils.rero.ch/api/documents/5406" } }, { @@ -187730,13 +187730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5405" + "$ref": "https://ils.rero.ch/api/documents/5405" } }, { @@ -187744,13 +187744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5405" + "$ref": "https://ils.rero.ch/api/documents/5405" } }, { @@ -187758,13 +187758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5405" + "$ref": "https://ils.rero.ch/api/documents/5405" } }, { @@ -187772,13 +187772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5404" + "$ref": "https://ils.rero.ch/api/documents/5404" } }, { @@ -187786,13 +187786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5404" + "$ref": "https://ils.rero.ch/api/documents/5404" } }, { @@ -187800,13 +187800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5404" + "$ref": "https://ils.rero.ch/api/documents/5404" } }, { @@ -187814,13 +187814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5403" + "$ref": "https://ils.rero.ch/api/documents/5403" } }, { @@ -187828,13 +187828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5403" + "$ref": "https://ils.rero.ch/api/documents/5403" } }, { @@ -187842,13 +187842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5403" + "$ref": "https://ils.rero.ch/api/documents/5403" } }, { @@ -187856,13 +187856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5402" + "$ref": "https://ils.rero.ch/api/documents/5402" } }, { @@ -187870,13 +187870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5402" + "$ref": "https://ils.rero.ch/api/documents/5402" } }, { @@ -187884,13 +187884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5402" + "$ref": "https://ils.rero.ch/api/documents/5402" } }, { @@ -187898,13 +187898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5402" + "$ref": "https://ils.rero.ch/api/documents/5402" } }, { @@ -187912,13 +187912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5401" + "$ref": "https://ils.rero.ch/api/documents/5401" } }, { @@ -187926,13 +187926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5401" + "$ref": "https://ils.rero.ch/api/documents/5401" } }, { @@ -187940,13 +187940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5400" + "$ref": "https://ils.rero.ch/api/documents/5400" } }, { @@ -187954,13 +187954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5400" + "$ref": "https://ils.rero.ch/api/documents/5400" } }, { @@ -187968,13 +187968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5400" + "$ref": "https://ils.rero.ch/api/documents/5400" } }, { @@ -187982,13 +187982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5400" + "$ref": "https://ils.rero.ch/api/documents/5400" } }, { @@ -187996,13 +187996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5399" + "$ref": "https://ils.rero.ch/api/documents/5399" } }, { @@ -188010,13 +188010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5399" + "$ref": "https://ils.rero.ch/api/documents/5399" } }, { @@ -188024,13 +188024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5398" + "$ref": "https://ils.rero.ch/api/documents/5398" } }, { @@ -188038,13 +188038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5398" + "$ref": "https://ils.rero.ch/api/documents/5398" } }, { @@ -188052,13 +188052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5397" + "$ref": "https://ils.rero.ch/api/documents/5397" } }, { @@ -188066,13 +188066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5397" + "$ref": "https://ils.rero.ch/api/documents/5397" } }, { @@ -188080,13 +188080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5397" + "$ref": "https://ils.rero.ch/api/documents/5397" } }, { @@ -188094,13 +188094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5396" + "$ref": "https://ils.rero.ch/api/documents/5396" } }, { @@ -188108,13 +188108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5396" + "$ref": "https://ils.rero.ch/api/documents/5396" } }, { @@ -188122,13 +188122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5396" + "$ref": "https://ils.rero.ch/api/documents/5396" } }, { @@ -188136,13 +188136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5396" + "$ref": "https://ils.rero.ch/api/documents/5396" } }, { @@ -188150,13 +188150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5395" + "$ref": "https://ils.rero.ch/api/documents/5395" } }, { @@ -188164,13 +188164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5394" + "$ref": "https://ils.rero.ch/api/documents/5394" } }, { @@ -188178,13 +188178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5394" + "$ref": "https://ils.rero.ch/api/documents/5394" } }, { @@ -188192,13 +188192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5394" + "$ref": "https://ils.rero.ch/api/documents/5394" } }, { @@ -188206,13 +188206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5394" + "$ref": "https://ils.rero.ch/api/documents/5394" } }, { @@ -188220,13 +188220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5394" + "$ref": "https://ils.rero.ch/api/documents/5394" } }, { @@ -188234,13 +188234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5393" + "$ref": "https://ils.rero.ch/api/documents/5393" } }, { @@ -188248,13 +188248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5393" + "$ref": "https://ils.rero.ch/api/documents/5393" } }, { @@ -188262,13 +188262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5393" + "$ref": "https://ils.rero.ch/api/documents/5393" } }, { @@ -188276,13 +188276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5393" + "$ref": "https://ils.rero.ch/api/documents/5393" } }, { @@ -188290,13 +188290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5393" + "$ref": "https://ils.rero.ch/api/documents/5393" } }, { @@ -188304,13 +188304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5392" + "$ref": "https://ils.rero.ch/api/documents/5392" } }, { @@ -188318,13 +188318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5392" + "$ref": "https://ils.rero.ch/api/documents/5392" } }, { @@ -188332,13 +188332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5392" + "$ref": "https://ils.rero.ch/api/documents/5392" } }, { @@ -188346,13 +188346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5391" + "$ref": "https://ils.rero.ch/api/documents/5391" } }, { @@ -188360,13 +188360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5391" + "$ref": "https://ils.rero.ch/api/documents/5391" } }, { @@ -188374,13 +188374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5391" + "$ref": "https://ils.rero.ch/api/documents/5391" } }, { @@ -188388,13 +188388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5391" + "$ref": "https://ils.rero.ch/api/documents/5391" } }, { @@ -188402,13 +188402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5391" + "$ref": "https://ils.rero.ch/api/documents/5391" } }, { @@ -188416,13 +188416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5390" + "$ref": "https://ils.rero.ch/api/documents/5390" } }, { @@ -188430,13 +188430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5390" + "$ref": "https://ils.rero.ch/api/documents/5390" } }, { @@ -188444,13 +188444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5390" + "$ref": "https://ils.rero.ch/api/documents/5390" } }, { @@ -188458,13 +188458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5389" + "$ref": "https://ils.rero.ch/api/documents/5389" } }, { @@ -188472,13 +188472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5389" + "$ref": "https://ils.rero.ch/api/documents/5389" } }, { @@ -188486,13 +188486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5389" + "$ref": "https://ils.rero.ch/api/documents/5389" } }, { @@ -188500,13 +188500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5389" + "$ref": "https://ils.rero.ch/api/documents/5389" } }, { @@ -188514,13 +188514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5388" + "$ref": "https://ils.rero.ch/api/documents/5388" } }, { @@ -188528,13 +188528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5388" + "$ref": "https://ils.rero.ch/api/documents/5388" } }, { @@ -188542,13 +188542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5388" + "$ref": "https://ils.rero.ch/api/documents/5388" } }, { @@ -188556,13 +188556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5388" + "$ref": "https://ils.rero.ch/api/documents/5388" } }, { @@ -188570,13 +188570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5388" + "$ref": "https://ils.rero.ch/api/documents/5388" } }, { @@ -188584,13 +188584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5387" + "$ref": "https://ils.rero.ch/api/documents/5387" } }, { @@ -188598,13 +188598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5387" + "$ref": "https://ils.rero.ch/api/documents/5387" } }, { @@ -188612,13 +188612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5387" + "$ref": "https://ils.rero.ch/api/documents/5387" } }, { @@ -188626,13 +188626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5387" + "$ref": "https://ils.rero.ch/api/documents/5387" } }, { @@ -188640,13 +188640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5387" + "$ref": "https://ils.rero.ch/api/documents/5387" } }, { @@ -188654,13 +188654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5386" + "$ref": "https://ils.rero.ch/api/documents/5386" } }, { @@ -188668,13 +188668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5386" + "$ref": "https://ils.rero.ch/api/documents/5386" } }, { @@ -188682,13 +188682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5385" + "$ref": "https://ils.rero.ch/api/documents/5385" } }, { @@ -188696,13 +188696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5385" + "$ref": "https://ils.rero.ch/api/documents/5385" } }, { @@ -188710,13 +188710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5385" + "$ref": "https://ils.rero.ch/api/documents/5385" } }, { @@ -188724,13 +188724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5385" + "$ref": "https://ils.rero.ch/api/documents/5385" } }, { @@ -188738,13 +188738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5384" + "$ref": "https://ils.rero.ch/api/documents/5384" } }, { @@ -188752,13 +188752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5384" + "$ref": "https://ils.rero.ch/api/documents/5384" } }, { @@ -188766,13 +188766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5384" + "$ref": "https://ils.rero.ch/api/documents/5384" } }, { @@ -188780,13 +188780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5383" + "$ref": "https://ils.rero.ch/api/documents/5383" } }, { @@ -188794,13 +188794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5383" + "$ref": "https://ils.rero.ch/api/documents/5383" } }, { @@ -188808,13 +188808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5383" + "$ref": "https://ils.rero.ch/api/documents/5383" } }, { @@ -188822,13 +188822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5383" + "$ref": "https://ils.rero.ch/api/documents/5383" } }, { @@ -188836,13 +188836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5383" + "$ref": "https://ils.rero.ch/api/documents/5383" } }, { @@ -188850,13 +188850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5382" + "$ref": "https://ils.rero.ch/api/documents/5382" } }, { @@ -188864,13 +188864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5382" + "$ref": "https://ils.rero.ch/api/documents/5382" } }, { @@ -188878,13 +188878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5381" + "$ref": "https://ils.rero.ch/api/documents/5381" } }, { @@ -188892,13 +188892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5380" + "$ref": "https://ils.rero.ch/api/documents/5380" } }, { @@ -188906,13 +188906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5380" + "$ref": "https://ils.rero.ch/api/documents/5380" } }, { @@ -188920,13 +188920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5380" + "$ref": "https://ils.rero.ch/api/documents/5380" } }, { @@ -188934,13 +188934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5380" + "$ref": "https://ils.rero.ch/api/documents/5380" } }, { @@ -188948,13 +188948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5380" + "$ref": "https://ils.rero.ch/api/documents/5380" } }, { @@ -188962,13 +188962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5379" + "$ref": "https://ils.rero.ch/api/documents/5379" } }, { @@ -188976,13 +188976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5379" + "$ref": "https://ils.rero.ch/api/documents/5379" } }, { @@ -188990,13 +188990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5379" + "$ref": "https://ils.rero.ch/api/documents/5379" } }, { @@ -189004,13 +189004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5379" + "$ref": "https://ils.rero.ch/api/documents/5379" } }, { @@ -189018,13 +189018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5378" + "$ref": "https://ils.rero.ch/api/documents/5378" } }, { @@ -189032,13 +189032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5378" + "$ref": "https://ils.rero.ch/api/documents/5378" } }, { @@ -189046,13 +189046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5378" + "$ref": "https://ils.rero.ch/api/documents/5378" } }, { @@ -189060,13 +189060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5378" + "$ref": "https://ils.rero.ch/api/documents/5378" } }, { @@ -189074,13 +189074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5377" + "$ref": "https://ils.rero.ch/api/documents/5377" } }, { @@ -189088,13 +189088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5377" + "$ref": "https://ils.rero.ch/api/documents/5377" } }, { @@ -189102,13 +189102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5376" + "$ref": "https://ils.rero.ch/api/documents/5376" } }, { @@ -189116,13 +189116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5376" + "$ref": "https://ils.rero.ch/api/documents/5376" } }, { @@ -189130,13 +189130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5375" + "$ref": "https://ils.rero.ch/api/documents/5375" } }, { @@ -189144,13 +189144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5375" + "$ref": "https://ils.rero.ch/api/documents/5375" } }, { @@ -189158,13 +189158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5375" + "$ref": "https://ils.rero.ch/api/documents/5375" } }, { @@ -189172,13 +189172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5375" + "$ref": "https://ils.rero.ch/api/documents/5375" } }, { @@ -189186,13 +189186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5375" + "$ref": "https://ils.rero.ch/api/documents/5375" } }, { @@ -189200,13 +189200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5374" + "$ref": "https://ils.rero.ch/api/documents/5374" } }, { @@ -189214,13 +189214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5374" + "$ref": "https://ils.rero.ch/api/documents/5374" } }, { @@ -189228,13 +189228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5374" + "$ref": "https://ils.rero.ch/api/documents/5374" } }, { @@ -189242,13 +189242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5374" + "$ref": "https://ils.rero.ch/api/documents/5374" } }, { @@ -189256,13 +189256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5373" + "$ref": "https://ils.rero.ch/api/documents/5373" } }, { @@ -189270,13 +189270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5373" + "$ref": "https://ils.rero.ch/api/documents/5373" } }, { @@ -189284,13 +189284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5372" + "$ref": "https://ils.rero.ch/api/documents/5372" } }, { @@ -189298,13 +189298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5371" + "$ref": "https://ils.rero.ch/api/documents/5371" } }, { @@ -189312,13 +189312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5371" + "$ref": "https://ils.rero.ch/api/documents/5371" } }, { @@ -189326,13 +189326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5371" + "$ref": "https://ils.rero.ch/api/documents/5371" } }, { @@ -189340,13 +189340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5370" + "$ref": "https://ils.rero.ch/api/documents/5370" } }, { @@ -189354,13 +189354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5370" + "$ref": "https://ils.rero.ch/api/documents/5370" } }, { @@ -189368,13 +189368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5370" + "$ref": "https://ils.rero.ch/api/documents/5370" } }, { @@ -189382,13 +189382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5369" + "$ref": "https://ils.rero.ch/api/documents/5369" } }, { @@ -189396,13 +189396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5369" + "$ref": "https://ils.rero.ch/api/documents/5369" } }, { @@ -189410,13 +189410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5368" + "$ref": "https://ils.rero.ch/api/documents/5368" } }, { @@ -189424,13 +189424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5368" + "$ref": "https://ils.rero.ch/api/documents/5368" } }, { @@ -189438,13 +189438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5367" + "$ref": "https://ils.rero.ch/api/documents/5367" } }, { @@ -189452,13 +189452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5367" + "$ref": "https://ils.rero.ch/api/documents/5367" } }, { @@ -189466,13 +189466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5367" + "$ref": "https://ils.rero.ch/api/documents/5367" } }, { @@ -189480,13 +189480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5367" + "$ref": "https://ils.rero.ch/api/documents/5367" } }, { @@ -189494,13 +189494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5366" + "$ref": "https://ils.rero.ch/api/documents/5366" } }, { @@ -189508,13 +189508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5366" + "$ref": "https://ils.rero.ch/api/documents/5366" } }, { @@ -189522,13 +189522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5366" + "$ref": "https://ils.rero.ch/api/documents/5366" } }, { @@ -189536,13 +189536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5365" + "$ref": "https://ils.rero.ch/api/documents/5365" } }, { @@ -189550,13 +189550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5365" + "$ref": "https://ils.rero.ch/api/documents/5365" } }, { @@ -189564,13 +189564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5365" + "$ref": "https://ils.rero.ch/api/documents/5365" } }, { @@ -189578,13 +189578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5365" + "$ref": "https://ils.rero.ch/api/documents/5365" } }, { @@ -189592,13 +189592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5365" + "$ref": "https://ils.rero.ch/api/documents/5365" } }, { @@ -189606,13 +189606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5364" + "$ref": "https://ils.rero.ch/api/documents/5364" } }, { @@ -189620,13 +189620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5363" + "$ref": "https://ils.rero.ch/api/documents/5363" } }, { @@ -189634,13 +189634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5363" + "$ref": "https://ils.rero.ch/api/documents/5363" } }, { @@ -189648,13 +189648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5363" + "$ref": "https://ils.rero.ch/api/documents/5363" } }, { @@ -189662,13 +189662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5363" + "$ref": "https://ils.rero.ch/api/documents/5363" } }, { @@ -189676,13 +189676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5362" + "$ref": "https://ils.rero.ch/api/documents/5362" } }, { @@ -189690,13 +189690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5362" + "$ref": "https://ils.rero.ch/api/documents/5362" } }, { @@ -189704,13 +189704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5362" + "$ref": "https://ils.rero.ch/api/documents/5362" } }, { @@ -189718,13 +189718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5361" + "$ref": "https://ils.rero.ch/api/documents/5361" } }, { @@ -189732,13 +189732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5361" + "$ref": "https://ils.rero.ch/api/documents/5361" } }, { @@ -189746,13 +189746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5361" + "$ref": "https://ils.rero.ch/api/documents/5361" } }, { @@ -189760,13 +189760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5361" + "$ref": "https://ils.rero.ch/api/documents/5361" } }, { @@ -189774,13 +189774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5361" + "$ref": "https://ils.rero.ch/api/documents/5361" } }, { @@ -189788,13 +189788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5360" + "$ref": "https://ils.rero.ch/api/documents/5360" } }, { @@ -189802,13 +189802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5360" + "$ref": "https://ils.rero.ch/api/documents/5360" } }, { @@ -189816,13 +189816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5360" + "$ref": "https://ils.rero.ch/api/documents/5360" } }, { @@ -189830,13 +189830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5360" + "$ref": "https://ils.rero.ch/api/documents/5360" } }, { @@ -189844,13 +189844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5360" + "$ref": "https://ils.rero.ch/api/documents/5360" } }, { @@ -189858,13 +189858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5359" + "$ref": "https://ils.rero.ch/api/documents/5359" } }, { @@ -189872,13 +189872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5359" + "$ref": "https://ils.rero.ch/api/documents/5359" } }, { @@ -189886,13 +189886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5359" + "$ref": "https://ils.rero.ch/api/documents/5359" } }, { @@ -189900,13 +189900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5359" + "$ref": "https://ils.rero.ch/api/documents/5359" } }, { @@ -189914,13 +189914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5359" + "$ref": "https://ils.rero.ch/api/documents/5359" } }, { @@ -189928,13 +189928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5358" + "$ref": "https://ils.rero.ch/api/documents/5358" } }, { @@ -189942,13 +189942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5358" + "$ref": "https://ils.rero.ch/api/documents/5358" } }, { @@ -189956,13 +189956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5358" + "$ref": "https://ils.rero.ch/api/documents/5358" } }, { @@ -189970,13 +189970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5358" + "$ref": "https://ils.rero.ch/api/documents/5358" } }, { @@ -189984,13 +189984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5357" + "$ref": "https://ils.rero.ch/api/documents/5357" } }, { @@ -189998,13 +189998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5357" + "$ref": "https://ils.rero.ch/api/documents/5357" } }, { @@ -190012,13 +190012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5357" + "$ref": "https://ils.rero.ch/api/documents/5357" } }, { @@ -190026,13 +190026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5356" + "$ref": "https://ils.rero.ch/api/documents/5356" } }, { @@ -190040,13 +190040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5356" + "$ref": "https://ils.rero.ch/api/documents/5356" } }, { @@ -190054,13 +190054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5356" + "$ref": "https://ils.rero.ch/api/documents/5356" } }, { @@ -190068,13 +190068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5355" + "$ref": "https://ils.rero.ch/api/documents/5355" } }, { @@ -190082,13 +190082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5355" + "$ref": "https://ils.rero.ch/api/documents/5355" } }, { @@ -190096,13 +190096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5354" + "$ref": "https://ils.rero.ch/api/documents/5354" } }, { @@ -190110,13 +190110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5354" + "$ref": "https://ils.rero.ch/api/documents/5354" } }, { @@ -190124,13 +190124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5353" + "$ref": "https://ils.rero.ch/api/documents/5353" } }, { @@ -190138,13 +190138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5353" + "$ref": "https://ils.rero.ch/api/documents/5353" } }, { @@ -190152,13 +190152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5352" + "$ref": "https://ils.rero.ch/api/documents/5352" } }, { @@ -190166,13 +190166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5352" + "$ref": "https://ils.rero.ch/api/documents/5352" } }, { @@ -190180,13 +190180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5352" + "$ref": "https://ils.rero.ch/api/documents/5352" } }, { @@ -190194,13 +190194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5352" + "$ref": "https://ils.rero.ch/api/documents/5352" } }, { @@ -190208,13 +190208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5351" + "$ref": "https://ils.rero.ch/api/documents/5351" } }, { @@ -190222,13 +190222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5351" + "$ref": "https://ils.rero.ch/api/documents/5351" } }, { @@ -190236,13 +190236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5351" + "$ref": "https://ils.rero.ch/api/documents/5351" } }, { @@ -190250,13 +190250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5350" + "$ref": "https://ils.rero.ch/api/documents/5350" } }, { @@ -190264,13 +190264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5350" + "$ref": "https://ils.rero.ch/api/documents/5350" } }, { @@ -190278,13 +190278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5350" + "$ref": "https://ils.rero.ch/api/documents/5350" } }, { @@ -190292,13 +190292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5349" + "$ref": "https://ils.rero.ch/api/documents/5349" } }, { @@ -190306,13 +190306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5348" + "$ref": "https://ils.rero.ch/api/documents/5348" } }, { @@ -190320,13 +190320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5348" + "$ref": "https://ils.rero.ch/api/documents/5348" } }, { @@ -190334,13 +190334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5348" + "$ref": "https://ils.rero.ch/api/documents/5348" } }, { @@ -190348,13 +190348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5347" + "$ref": "https://ils.rero.ch/api/documents/5347" } }, { @@ -190362,13 +190362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5346" + "$ref": "https://ils.rero.ch/api/documents/5346" } }, { @@ -190376,13 +190376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5346" + "$ref": "https://ils.rero.ch/api/documents/5346" } }, { @@ -190390,13 +190390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5345" + "$ref": "https://ils.rero.ch/api/documents/5345" } }, { @@ -190404,13 +190404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5344" + "$ref": "https://ils.rero.ch/api/documents/5344" } }, { @@ -190418,13 +190418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5344" + "$ref": "https://ils.rero.ch/api/documents/5344" } }, { @@ -190432,13 +190432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5344" + "$ref": "https://ils.rero.ch/api/documents/5344" } }, { @@ -190446,13 +190446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5344" + "$ref": "https://ils.rero.ch/api/documents/5344" } }, { @@ -190460,13 +190460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5344" + "$ref": "https://ils.rero.ch/api/documents/5344" } }, { @@ -190474,13 +190474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5343" + "$ref": "https://ils.rero.ch/api/documents/5343" } }, { @@ -190488,13 +190488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5343" + "$ref": "https://ils.rero.ch/api/documents/5343" } }, { @@ -190502,13 +190502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5343" + "$ref": "https://ils.rero.ch/api/documents/5343" } }, { @@ -190516,13 +190516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5343" + "$ref": "https://ils.rero.ch/api/documents/5343" } }, { @@ -190530,13 +190530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5342" + "$ref": "https://ils.rero.ch/api/documents/5342" } }, { @@ -190544,13 +190544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5342" + "$ref": "https://ils.rero.ch/api/documents/5342" } }, { @@ -190558,13 +190558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5341" + "$ref": "https://ils.rero.ch/api/documents/5341" } }, { @@ -190572,13 +190572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5341" + "$ref": "https://ils.rero.ch/api/documents/5341" } }, { @@ -190586,13 +190586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5341" + "$ref": "https://ils.rero.ch/api/documents/5341" } }, { @@ -190600,13 +190600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5341" + "$ref": "https://ils.rero.ch/api/documents/5341" } }, { @@ -190614,13 +190614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5341" + "$ref": "https://ils.rero.ch/api/documents/5341" } }, { @@ -190628,13 +190628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5340" + "$ref": "https://ils.rero.ch/api/documents/5340" } }, { @@ -190642,13 +190642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5340" + "$ref": "https://ils.rero.ch/api/documents/5340" } }, { @@ -190656,13 +190656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5340" + "$ref": "https://ils.rero.ch/api/documents/5340" } }, { @@ -190670,13 +190670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5340" + "$ref": "https://ils.rero.ch/api/documents/5340" } }, { @@ -190684,13 +190684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5339" + "$ref": "https://ils.rero.ch/api/documents/5339" } }, { @@ -190698,13 +190698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5338" + "$ref": "https://ils.rero.ch/api/documents/5338" } }, { @@ -190712,13 +190712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5338" + "$ref": "https://ils.rero.ch/api/documents/5338" } }, { @@ -190726,13 +190726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5337" + "$ref": "https://ils.rero.ch/api/documents/5337" } }, { @@ -190740,13 +190740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5336" + "$ref": "https://ils.rero.ch/api/documents/5336" } }, { @@ -190754,13 +190754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5336" + "$ref": "https://ils.rero.ch/api/documents/5336" } }, { @@ -190768,13 +190768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5336" + "$ref": "https://ils.rero.ch/api/documents/5336" } }, { @@ -190782,13 +190782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5335" + "$ref": "https://ils.rero.ch/api/documents/5335" } }, { @@ -190796,13 +190796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5335" + "$ref": "https://ils.rero.ch/api/documents/5335" } }, { @@ -190810,13 +190810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5334" + "$ref": "https://ils.rero.ch/api/documents/5334" } }, { @@ -190824,13 +190824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5333" + "$ref": "https://ils.rero.ch/api/documents/5333" } }, { @@ -190838,13 +190838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5332" + "$ref": "https://ils.rero.ch/api/documents/5332" } }, { @@ -190852,13 +190852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5332" + "$ref": "https://ils.rero.ch/api/documents/5332" } }, { @@ -190866,13 +190866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5331" + "$ref": "https://ils.rero.ch/api/documents/5331" } }, { @@ -190880,13 +190880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5331" + "$ref": "https://ils.rero.ch/api/documents/5331" } }, { @@ -190894,13 +190894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5331" + "$ref": "https://ils.rero.ch/api/documents/5331" } }, { @@ -190908,13 +190908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5331" + "$ref": "https://ils.rero.ch/api/documents/5331" } }, { @@ -190922,13 +190922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5331" + "$ref": "https://ils.rero.ch/api/documents/5331" } }, { @@ -190936,13 +190936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5330" + "$ref": "https://ils.rero.ch/api/documents/5330" } }, { @@ -190950,13 +190950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5330" + "$ref": "https://ils.rero.ch/api/documents/5330" } }, { @@ -190964,13 +190964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5330" + "$ref": "https://ils.rero.ch/api/documents/5330" } }, { @@ -190978,13 +190978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5329" + "$ref": "https://ils.rero.ch/api/documents/5329" } }, { @@ -190992,13 +190992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5328" + "$ref": "https://ils.rero.ch/api/documents/5328" } }, { @@ -191006,13 +191006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5328" + "$ref": "https://ils.rero.ch/api/documents/5328" } }, { @@ -191020,13 +191020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5328" + "$ref": "https://ils.rero.ch/api/documents/5328" } }, { @@ -191034,13 +191034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5328" + "$ref": "https://ils.rero.ch/api/documents/5328" } }, { @@ -191048,13 +191048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5328" + "$ref": "https://ils.rero.ch/api/documents/5328" } }, { @@ -191062,13 +191062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5327" + "$ref": "https://ils.rero.ch/api/documents/5327" } }, { @@ -191076,13 +191076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5327" + "$ref": "https://ils.rero.ch/api/documents/5327" } }, { @@ -191090,13 +191090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5327" + "$ref": "https://ils.rero.ch/api/documents/5327" } }, { @@ -191104,13 +191104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5327" + "$ref": "https://ils.rero.ch/api/documents/5327" } }, { @@ -191118,13 +191118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5326" + "$ref": "https://ils.rero.ch/api/documents/5326" } }, { @@ -191132,13 +191132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5326" + "$ref": "https://ils.rero.ch/api/documents/5326" } }, { @@ -191146,13 +191146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5326" + "$ref": "https://ils.rero.ch/api/documents/5326" } }, { @@ -191160,13 +191160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5325" + "$ref": "https://ils.rero.ch/api/documents/5325" } }, { @@ -191174,13 +191174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5325" + "$ref": "https://ils.rero.ch/api/documents/5325" } }, { @@ -191188,13 +191188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5325" + "$ref": "https://ils.rero.ch/api/documents/5325" } }, { @@ -191202,13 +191202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5325" + "$ref": "https://ils.rero.ch/api/documents/5325" } }, { @@ -191216,13 +191216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5324" + "$ref": "https://ils.rero.ch/api/documents/5324" } }, { @@ -191230,13 +191230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5323" + "$ref": "https://ils.rero.ch/api/documents/5323" } }, { @@ -191244,13 +191244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5323" + "$ref": "https://ils.rero.ch/api/documents/5323" } }, { @@ -191258,13 +191258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5323" + "$ref": "https://ils.rero.ch/api/documents/5323" } }, { @@ -191272,13 +191272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5323" + "$ref": "https://ils.rero.ch/api/documents/5323" } }, { @@ -191286,13 +191286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5323" + "$ref": "https://ils.rero.ch/api/documents/5323" } }, { @@ -191300,13 +191300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5322" + "$ref": "https://ils.rero.ch/api/documents/5322" } }, { @@ -191314,13 +191314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5322" + "$ref": "https://ils.rero.ch/api/documents/5322" } }, { @@ -191328,13 +191328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5322" + "$ref": "https://ils.rero.ch/api/documents/5322" } }, { @@ -191342,13 +191342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5322" + "$ref": "https://ils.rero.ch/api/documents/5322" } }, { @@ -191356,13 +191356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5321" + "$ref": "https://ils.rero.ch/api/documents/5321" } }, { @@ -191370,13 +191370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5321" + "$ref": "https://ils.rero.ch/api/documents/5321" } }, { @@ -191384,13 +191384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5321" + "$ref": "https://ils.rero.ch/api/documents/5321" } }, { @@ -191398,13 +191398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5321" + "$ref": "https://ils.rero.ch/api/documents/5321" } }, { @@ -191412,13 +191412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5320" + "$ref": "https://ils.rero.ch/api/documents/5320" } }, { @@ -191426,13 +191426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5320" + "$ref": "https://ils.rero.ch/api/documents/5320" } }, { @@ -191440,13 +191440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5320" + "$ref": "https://ils.rero.ch/api/documents/5320" } }, { @@ -191454,13 +191454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5319" + "$ref": "https://ils.rero.ch/api/documents/5319" } }, { @@ -191468,13 +191468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5319" + "$ref": "https://ils.rero.ch/api/documents/5319" } }, { @@ -191482,13 +191482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5318" + "$ref": "https://ils.rero.ch/api/documents/5318" } }, { @@ -191496,13 +191496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5317" + "$ref": "https://ils.rero.ch/api/documents/5317" } }, { @@ -191510,13 +191510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5317" + "$ref": "https://ils.rero.ch/api/documents/5317" } }, { @@ -191524,13 +191524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5317" + "$ref": "https://ils.rero.ch/api/documents/5317" } }, { @@ -191538,13 +191538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5317" + "$ref": "https://ils.rero.ch/api/documents/5317" } }, { @@ -191552,13 +191552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5317" + "$ref": "https://ils.rero.ch/api/documents/5317" } }, { @@ -191566,13 +191566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5316" + "$ref": "https://ils.rero.ch/api/documents/5316" } }, { @@ -191580,13 +191580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5316" + "$ref": "https://ils.rero.ch/api/documents/5316" } }, { @@ -191594,13 +191594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5316" + "$ref": "https://ils.rero.ch/api/documents/5316" } }, { @@ -191608,13 +191608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5316" + "$ref": "https://ils.rero.ch/api/documents/5316" } }, { @@ -191622,13 +191622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5316" + "$ref": "https://ils.rero.ch/api/documents/5316" } }, { @@ -191636,13 +191636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5315" + "$ref": "https://ils.rero.ch/api/documents/5315" } }, { @@ -191650,13 +191650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5315" + "$ref": "https://ils.rero.ch/api/documents/5315" } }, { @@ -191664,13 +191664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5314" + "$ref": "https://ils.rero.ch/api/documents/5314" } }, { @@ -191678,13 +191678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5313" + "$ref": "https://ils.rero.ch/api/documents/5313" } }, { @@ -191692,13 +191692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5313" + "$ref": "https://ils.rero.ch/api/documents/5313" } }, { @@ -191706,13 +191706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5313" + "$ref": "https://ils.rero.ch/api/documents/5313" } }, { @@ -191720,13 +191720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5313" + "$ref": "https://ils.rero.ch/api/documents/5313" } }, { @@ -191734,13 +191734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5313" + "$ref": "https://ils.rero.ch/api/documents/5313" } }, { @@ -191748,13 +191748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5312" + "$ref": "https://ils.rero.ch/api/documents/5312" } }, { @@ -191762,13 +191762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5311" + "$ref": "https://ils.rero.ch/api/documents/5311" } }, { @@ -191776,13 +191776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5311" + "$ref": "https://ils.rero.ch/api/documents/5311" } }, { @@ -191790,13 +191790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5311" + "$ref": "https://ils.rero.ch/api/documents/5311" } }, { @@ -191804,13 +191804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5311" + "$ref": "https://ils.rero.ch/api/documents/5311" } }, { @@ -191818,13 +191818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5311" + "$ref": "https://ils.rero.ch/api/documents/5311" } }, { @@ -191832,13 +191832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5310" + "$ref": "https://ils.rero.ch/api/documents/5310" } }, { @@ -191846,13 +191846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5310" + "$ref": "https://ils.rero.ch/api/documents/5310" } }, { @@ -191860,13 +191860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5310" + "$ref": "https://ils.rero.ch/api/documents/5310" } }, { @@ -191874,13 +191874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5310" + "$ref": "https://ils.rero.ch/api/documents/5310" } }, { @@ -191888,13 +191888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5309" + "$ref": "https://ils.rero.ch/api/documents/5309" } }, { @@ -191902,13 +191902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5309" + "$ref": "https://ils.rero.ch/api/documents/5309" } }, { @@ -191916,13 +191916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5308" + "$ref": "https://ils.rero.ch/api/documents/5308" } }, { @@ -191930,13 +191930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5307" + "$ref": "https://ils.rero.ch/api/documents/5307" } }, { @@ -191944,13 +191944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5306" + "$ref": "https://ils.rero.ch/api/documents/5306" } }, { @@ -191958,13 +191958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5306" + "$ref": "https://ils.rero.ch/api/documents/5306" } }, { @@ -191972,13 +191972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5306" + "$ref": "https://ils.rero.ch/api/documents/5306" } }, { @@ -191986,13 +191986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5306" + "$ref": "https://ils.rero.ch/api/documents/5306" } }, { @@ -192000,13 +192000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5305" + "$ref": "https://ils.rero.ch/api/documents/5305" } }, { @@ -192014,13 +192014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5305" + "$ref": "https://ils.rero.ch/api/documents/5305" } }, { @@ -192028,13 +192028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5305" + "$ref": "https://ils.rero.ch/api/documents/5305" } }, { @@ -192042,13 +192042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5305" + "$ref": "https://ils.rero.ch/api/documents/5305" } }, { @@ -192056,13 +192056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5304" + "$ref": "https://ils.rero.ch/api/documents/5304" } }, { @@ -192070,13 +192070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5304" + "$ref": "https://ils.rero.ch/api/documents/5304" } }, { @@ -192084,13 +192084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5304" + "$ref": "https://ils.rero.ch/api/documents/5304" } }, { @@ -192098,13 +192098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5304" + "$ref": "https://ils.rero.ch/api/documents/5304" } }, { @@ -192112,13 +192112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5304" + "$ref": "https://ils.rero.ch/api/documents/5304" } }, { @@ -192126,13 +192126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5303" + "$ref": "https://ils.rero.ch/api/documents/5303" } }, { @@ -192140,13 +192140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5303" + "$ref": "https://ils.rero.ch/api/documents/5303" } }, { @@ -192154,13 +192154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5303" + "$ref": "https://ils.rero.ch/api/documents/5303" } }, { @@ -192168,13 +192168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5303" + "$ref": "https://ils.rero.ch/api/documents/5303" } }, { @@ -192182,13 +192182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5302" + "$ref": "https://ils.rero.ch/api/documents/5302" } }, { @@ -192196,13 +192196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5301" + "$ref": "https://ils.rero.ch/api/documents/5301" } }, { @@ -192210,13 +192210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5300" + "$ref": "https://ils.rero.ch/api/documents/5300" } }, { @@ -192224,13 +192224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5300" + "$ref": "https://ils.rero.ch/api/documents/5300" } }, { @@ -192238,13 +192238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5300" + "$ref": "https://ils.rero.ch/api/documents/5300" } }, { @@ -192252,13 +192252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5300" + "$ref": "https://ils.rero.ch/api/documents/5300" } }, { @@ -192266,13 +192266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5299" + "$ref": "https://ils.rero.ch/api/documents/5299" } }, { @@ -192280,13 +192280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5299" + "$ref": "https://ils.rero.ch/api/documents/5299" } }, { @@ -192294,13 +192294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5298" + "$ref": "https://ils.rero.ch/api/documents/5298" } }, { @@ -192308,13 +192308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5298" + "$ref": "https://ils.rero.ch/api/documents/5298" } }, { @@ -192322,13 +192322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5297" + "$ref": "https://ils.rero.ch/api/documents/5297" } }, { @@ -192336,13 +192336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5297" + "$ref": "https://ils.rero.ch/api/documents/5297" } }, { @@ -192350,13 +192350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5297" + "$ref": "https://ils.rero.ch/api/documents/5297" } }, { @@ -192364,13 +192364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5297" + "$ref": "https://ils.rero.ch/api/documents/5297" } }, { @@ -192378,13 +192378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5297" + "$ref": "https://ils.rero.ch/api/documents/5297" } }, { @@ -192392,13 +192392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5296" + "$ref": "https://ils.rero.ch/api/documents/5296" } }, { @@ -192406,13 +192406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5295" + "$ref": "https://ils.rero.ch/api/documents/5295" } }, { @@ -192420,13 +192420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5294" + "$ref": "https://ils.rero.ch/api/documents/5294" } }, { @@ -192434,13 +192434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5293" + "$ref": "https://ils.rero.ch/api/documents/5293" } }, { @@ -192448,13 +192448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5293" + "$ref": "https://ils.rero.ch/api/documents/5293" } }, { @@ -192462,13 +192462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5293" + "$ref": "https://ils.rero.ch/api/documents/5293" } }, { @@ -192476,13 +192476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5293" + "$ref": "https://ils.rero.ch/api/documents/5293" } }, { @@ -192490,13 +192490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5292" + "$ref": "https://ils.rero.ch/api/documents/5292" } }, { @@ -192504,13 +192504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5292" + "$ref": "https://ils.rero.ch/api/documents/5292" } }, { @@ -192518,13 +192518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5292" + "$ref": "https://ils.rero.ch/api/documents/5292" } }, { @@ -192532,13 +192532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5292" + "$ref": "https://ils.rero.ch/api/documents/5292" } }, { @@ -192546,13 +192546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5292" + "$ref": "https://ils.rero.ch/api/documents/5292" } }, { @@ -192560,13 +192560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5291" + "$ref": "https://ils.rero.ch/api/documents/5291" } }, { @@ -192574,13 +192574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5291" + "$ref": "https://ils.rero.ch/api/documents/5291" } }, { @@ -192588,13 +192588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5290" + "$ref": "https://ils.rero.ch/api/documents/5290" } }, { @@ -192602,13 +192602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5290" + "$ref": "https://ils.rero.ch/api/documents/5290" } }, { @@ -192616,13 +192616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5290" + "$ref": "https://ils.rero.ch/api/documents/5290" } }, { @@ -192630,13 +192630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5290" + "$ref": "https://ils.rero.ch/api/documents/5290" } }, { @@ -192644,13 +192644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5290" + "$ref": "https://ils.rero.ch/api/documents/5290" } }, { @@ -192658,13 +192658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5289" + "$ref": "https://ils.rero.ch/api/documents/5289" } }, { @@ -192672,13 +192672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5288" + "$ref": "https://ils.rero.ch/api/documents/5288" } }, { @@ -192686,13 +192686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5288" + "$ref": "https://ils.rero.ch/api/documents/5288" } }, { @@ -192700,13 +192700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5288" + "$ref": "https://ils.rero.ch/api/documents/5288" } }, { @@ -192714,13 +192714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5288" + "$ref": "https://ils.rero.ch/api/documents/5288" } }, { @@ -192728,13 +192728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5288" + "$ref": "https://ils.rero.ch/api/documents/5288" } }, { @@ -192742,13 +192742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5287" + "$ref": "https://ils.rero.ch/api/documents/5287" } }, { @@ -192756,13 +192756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5286" + "$ref": "https://ils.rero.ch/api/documents/5286" } }, { @@ -192770,13 +192770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5286" + "$ref": "https://ils.rero.ch/api/documents/5286" } }, { @@ -192784,13 +192784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5286" + "$ref": "https://ils.rero.ch/api/documents/5286" } }, { @@ -192798,13 +192798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5286" + "$ref": "https://ils.rero.ch/api/documents/5286" } }, { @@ -192812,13 +192812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5286" + "$ref": "https://ils.rero.ch/api/documents/5286" } }, { @@ -192826,13 +192826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5285" + "$ref": "https://ils.rero.ch/api/documents/5285" } }, { @@ -192840,13 +192840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5285" + "$ref": "https://ils.rero.ch/api/documents/5285" } }, { @@ -192854,13 +192854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5285" + "$ref": "https://ils.rero.ch/api/documents/5285" } }, { @@ -192868,13 +192868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5285" + "$ref": "https://ils.rero.ch/api/documents/5285" } }, { @@ -192882,13 +192882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5284" + "$ref": "https://ils.rero.ch/api/documents/5284" } }, { @@ -192896,13 +192896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5284" + "$ref": "https://ils.rero.ch/api/documents/5284" } }, { @@ -192910,13 +192910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5283" + "$ref": "https://ils.rero.ch/api/documents/5283" } }, { @@ -192924,13 +192924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5283" + "$ref": "https://ils.rero.ch/api/documents/5283" } }, { @@ -192938,13 +192938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5283" + "$ref": "https://ils.rero.ch/api/documents/5283" } }, { @@ -192952,13 +192952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5282" + "$ref": "https://ils.rero.ch/api/documents/5282" } }, { @@ -192966,13 +192966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5282" + "$ref": "https://ils.rero.ch/api/documents/5282" } }, { @@ -192980,13 +192980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5281" + "$ref": "https://ils.rero.ch/api/documents/5281" } }, { @@ -192994,13 +192994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5281" + "$ref": "https://ils.rero.ch/api/documents/5281" } }, { @@ -193008,13 +193008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5281" + "$ref": "https://ils.rero.ch/api/documents/5281" } }, { @@ -193022,13 +193022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5281" + "$ref": "https://ils.rero.ch/api/documents/5281" } }, { @@ -193036,13 +193036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5281" + "$ref": "https://ils.rero.ch/api/documents/5281" } }, { @@ -193050,13 +193050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5280" + "$ref": "https://ils.rero.ch/api/documents/5280" } }, { @@ -193064,13 +193064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5280" + "$ref": "https://ils.rero.ch/api/documents/5280" } }, { @@ -193078,13 +193078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5280" + "$ref": "https://ils.rero.ch/api/documents/5280" } }, { @@ -193092,13 +193092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5280" + "$ref": "https://ils.rero.ch/api/documents/5280" } }, { @@ -193106,13 +193106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5279" + "$ref": "https://ils.rero.ch/api/documents/5279" } }, { @@ -193120,13 +193120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5279" + "$ref": "https://ils.rero.ch/api/documents/5279" } }, { @@ -193134,13 +193134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5279" + "$ref": "https://ils.rero.ch/api/documents/5279" } }, { @@ -193148,13 +193148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5279" + "$ref": "https://ils.rero.ch/api/documents/5279" } }, { @@ -193162,13 +193162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5278" + "$ref": "https://ils.rero.ch/api/documents/5278" } }, { @@ -193176,13 +193176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5278" + "$ref": "https://ils.rero.ch/api/documents/5278" } }, { @@ -193190,13 +193190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5277" + "$ref": "https://ils.rero.ch/api/documents/5277" } }, { @@ -193204,13 +193204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5276" + "$ref": "https://ils.rero.ch/api/documents/5276" } }, { @@ -193218,13 +193218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5276" + "$ref": "https://ils.rero.ch/api/documents/5276" } }, { @@ -193232,13 +193232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5275" + "$ref": "https://ils.rero.ch/api/documents/5275" } }, { @@ -193246,13 +193246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5275" + "$ref": "https://ils.rero.ch/api/documents/5275" } }, { @@ -193260,13 +193260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5275" + "$ref": "https://ils.rero.ch/api/documents/5275" } }, { @@ -193274,13 +193274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5274" + "$ref": "https://ils.rero.ch/api/documents/5274" } }, { @@ -193288,13 +193288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5274" + "$ref": "https://ils.rero.ch/api/documents/5274" } }, { @@ -193302,13 +193302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5274" + "$ref": "https://ils.rero.ch/api/documents/5274" } }, { @@ -193316,13 +193316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5273" + "$ref": "https://ils.rero.ch/api/documents/5273" } }, { @@ -193330,13 +193330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5273" + "$ref": "https://ils.rero.ch/api/documents/5273" } }, { @@ -193344,13 +193344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5272" + "$ref": "https://ils.rero.ch/api/documents/5272" } }, { @@ -193358,13 +193358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5272" + "$ref": "https://ils.rero.ch/api/documents/5272" } }, { @@ -193372,13 +193372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5272" + "$ref": "https://ils.rero.ch/api/documents/5272" } }, { @@ -193386,13 +193386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5271" + "$ref": "https://ils.rero.ch/api/documents/5271" } }, { @@ -193400,13 +193400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5271" + "$ref": "https://ils.rero.ch/api/documents/5271" } }, { @@ -193414,13 +193414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5271" + "$ref": "https://ils.rero.ch/api/documents/5271" } }, { @@ -193428,13 +193428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5270" + "$ref": "https://ils.rero.ch/api/documents/5270" } }, { @@ -193442,13 +193442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5270" + "$ref": "https://ils.rero.ch/api/documents/5270" } }, { @@ -193456,13 +193456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5270" + "$ref": "https://ils.rero.ch/api/documents/5270" } }, { @@ -193470,13 +193470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5270" + "$ref": "https://ils.rero.ch/api/documents/5270" } }, { @@ -193484,13 +193484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5270" + "$ref": "https://ils.rero.ch/api/documents/5270" } }, { @@ -193498,13 +193498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5269" + "$ref": "https://ils.rero.ch/api/documents/5269" } }, { @@ -193512,13 +193512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5268" + "$ref": "https://ils.rero.ch/api/documents/5268" } }, { @@ -193526,13 +193526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5267" + "$ref": "https://ils.rero.ch/api/documents/5267" } }, { @@ -193540,13 +193540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5267" + "$ref": "https://ils.rero.ch/api/documents/5267" } }, { @@ -193554,13 +193554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5267" + "$ref": "https://ils.rero.ch/api/documents/5267" } }, { @@ -193568,13 +193568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5267" + "$ref": "https://ils.rero.ch/api/documents/5267" } }, { @@ -193582,13 +193582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5266" + "$ref": "https://ils.rero.ch/api/documents/5266" } }, { @@ -193596,13 +193596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5266" + "$ref": "https://ils.rero.ch/api/documents/5266" } }, { @@ -193610,13 +193610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5266" + "$ref": "https://ils.rero.ch/api/documents/5266" } }, { @@ -193624,13 +193624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5265" + "$ref": "https://ils.rero.ch/api/documents/5265" } }, { @@ -193638,13 +193638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5265" + "$ref": "https://ils.rero.ch/api/documents/5265" } }, { @@ -193652,13 +193652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5265" + "$ref": "https://ils.rero.ch/api/documents/5265" } }, { @@ -193666,13 +193666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5265" + "$ref": "https://ils.rero.ch/api/documents/5265" } }, { @@ -193680,13 +193680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5264" + "$ref": "https://ils.rero.ch/api/documents/5264" } }, { @@ -193694,13 +193694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5264" + "$ref": "https://ils.rero.ch/api/documents/5264" } }, { @@ -193708,13 +193708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5264" + "$ref": "https://ils.rero.ch/api/documents/5264" } }, { @@ -193722,13 +193722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5264" + "$ref": "https://ils.rero.ch/api/documents/5264" } }, { @@ -193736,13 +193736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5264" + "$ref": "https://ils.rero.ch/api/documents/5264" } }, { @@ -193750,13 +193750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5263" + "$ref": "https://ils.rero.ch/api/documents/5263" } }, { @@ -193764,13 +193764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5263" + "$ref": "https://ils.rero.ch/api/documents/5263" } }, { @@ -193778,13 +193778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5263" + "$ref": "https://ils.rero.ch/api/documents/5263" } }, { @@ -193792,13 +193792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5263" + "$ref": "https://ils.rero.ch/api/documents/5263" } }, { @@ -193806,13 +193806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5262" + "$ref": "https://ils.rero.ch/api/documents/5262" } }, { @@ -193820,13 +193820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5262" + "$ref": "https://ils.rero.ch/api/documents/5262" } }, { @@ -193834,13 +193834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5262" + "$ref": "https://ils.rero.ch/api/documents/5262" } }, { @@ -193848,13 +193848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5261" + "$ref": "https://ils.rero.ch/api/documents/5261" } }, { @@ -193862,13 +193862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5260" + "$ref": "https://ils.rero.ch/api/documents/5260" } }, { @@ -193876,13 +193876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5259" + "$ref": "https://ils.rero.ch/api/documents/5259" } }, { @@ -193890,13 +193890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5258" + "$ref": "https://ils.rero.ch/api/documents/5258" } }, { @@ -193904,13 +193904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5258" + "$ref": "https://ils.rero.ch/api/documents/5258" } }, { @@ -193918,13 +193918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5257" + "$ref": "https://ils.rero.ch/api/documents/5257" } }, { @@ -193932,13 +193932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5257" + "$ref": "https://ils.rero.ch/api/documents/5257" } }, { @@ -193946,13 +193946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5257" + "$ref": "https://ils.rero.ch/api/documents/5257" } }, { @@ -193960,13 +193960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5257" + "$ref": "https://ils.rero.ch/api/documents/5257" } }, { @@ -193974,13 +193974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5256" + "$ref": "https://ils.rero.ch/api/documents/5256" } }, { @@ -193988,13 +193988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5256" + "$ref": "https://ils.rero.ch/api/documents/5256" } }, { @@ -194002,13 +194002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5256" + "$ref": "https://ils.rero.ch/api/documents/5256" } }, { @@ -194016,13 +194016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5256" + "$ref": "https://ils.rero.ch/api/documents/5256" } }, { @@ -194030,13 +194030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5256" + "$ref": "https://ils.rero.ch/api/documents/5256" } }, { @@ -194044,13 +194044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5255" + "$ref": "https://ils.rero.ch/api/documents/5255" } }, { @@ -194058,13 +194058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5254" + "$ref": "https://ils.rero.ch/api/documents/5254" } }, { @@ -194072,13 +194072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5254" + "$ref": "https://ils.rero.ch/api/documents/5254" } }, { @@ -194086,13 +194086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5254" + "$ref": "https://ils.rero.ch/api/documents/5254" } }, { @@ -194100,13 +194100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5253" + "$ref": "https://ils.rero.ch/api/documents/5253" } }, { @@ -194114,13 +194114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5253" + "$ref": "https://ils.rero.ch/api/documents/5253" } }, { @@ -194128,13 +194128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5253" + "$ref": "https://ils.rero.ch/api/documents/5253" } }, { @@ -194142,13 +194142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5253" + "$ref": "https://ils.rero.ch/api/documents/5253" } }, { @@ -194156,13 +194156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5252" + "$ref": "https://ils.rero.ch/api/documents/5252" } }, { @@ -194170,13 +194170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5252" + "$ref": "https://ils.rero.ch/api/documents/5252" } }, { @@ -194184,13 +194184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5252" + "$ref": "https://ils.rero.ch/api/documents/5252" } }, { @@ -194198,13 +194198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5252" + "$ref": "https://ils.rero.ch/api/documents/5252" } }, { @@ -194212,13 +194212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5252" + "$ref": "https://ils.rero.ch/api/documents/5252" } }, { @@ -194226,13 +194226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5251" + "$ref": "https://ils.rero.ch/api/documents/5251" } }, { @@ -194240,13 +194240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5251" + "$ref": "https://ils.rero.ch/api/documents/5251" } }, { @@ -194254,13 +194254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5251" + "$ref": "https://ils.rero.ch/api/documents/5251" } }, { @@ -194268,13 +194268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5251" + "$ref": "https://ils.rero.ch/api/documents/5251" } }, { @@ -194282,13 +194282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5251" + "$ref": "https://ils.rero.ch/api/documents/5251" } }, { @@ -194296,13 +194296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5250" + "$ref": "https://ils.rero.ch/api/documents/5250" } }, { @@ -194310,13 +194310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5250" + "$ref": "https://ils.rero.ch/api/documents/5250" } }, { @@ -194324,13 +194324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5250" + "$ref": "https://ils.rero.ch/api/documents/5250" } }, { @@ -194338,13 +194338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5250" + "$ref": "https://ils.rero.ch/api/documents/5250" } }, { @@ -194352,13 +194352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5250" + "$ref": "https://ils.rero.ch/api/documents/5250" } }, { @@ -194366,13 +194366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5249" + "$ref": "https://ils.rero.ch/api/documents/5249" } }, { @@ -194380,13 +194380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5249" + "$ref": "https://ils.rero.ch/api/documents/5249" } }, { @@ -194394,13 +194394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5248" + "$ref": "https://ils.rero.ch/api/documents/5248" } }, { @@ -194408,13 +194408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5248" + "$ref": "https://ils.rero.ch/api/documents/5248" } }, { @@ -194422,13 +194422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5248" + "$ref": "https://ils.rero.ch/api/documents/5248" } }, { @@ -194436,13 +194436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5248" + "$ref": "https://ils.rero.ch/api/documents/5248" } }, { @@ -194450,13 +194450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5248" + "$ref": "https://ils.rero.ch/api/documents/5248" } }, { @@ -194464,13 +194464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5247" + "$ref": "https://ils.rero.ch/api/documents/5247" } }, { @@ -194478,13 +194478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5246" + "$ref": "https://ils.rero.ch/api/documents/5246" } }, { @@ -194492,13 +194492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5246" + "$ref": "https://ils.rero.ch/api/documents/5246" } }, { @@ -194506,13 +194506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5246" + "$ref": "https://ils.rero.ch/api/documents/5246" } }, { @@ -194520,13 +194520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5245" + "$ref": "https://ils.rero.ch/api/documents/5245" } }, { @@ -194534,13 +194534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5245" + "$ref": "https://ils.rero.ch/api/documents/5245" } }, { @@ -194548,13 +194548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5245" + "$ref": "https://ils.rero.ch/api/documents/5245" } }, { @@ -194562,13 +194562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5245" + "$ref": "https://ils.rero.ch/api/documents/5245" } }, { @@ -194576,13 +194576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5244" + "$ref": "https://ils.rero.ch/api/documents/5244" } }, { @@ -194590,13 +194590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5244" + "$ref": "https://ils.rero.ch/api/documents/5244" } }, { @@ -194604,13 +194604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5244" + "$ref": "https://ils.rero.ch/api/documents/5244" } }, { @@ -194618,13 +194618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5244" + "$ref": "https://ils.rero.ch/api/documents/5244" } }, { @@ -194632,13 +194632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5244" + "$ref": "https://ils.rero.ch/api/documents/5244" } }, { @@ -194646,13 +194646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5243" + "$ref": "https://ils.rero.ch/api/documents/5243" } }, { @@ -194660,13 +194660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5242" + "$ref": "https://ils.rero.ch/api/documents/5242" } }, { @@ -194674,13 +194674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5241" + "$ref": "https://ils.rero.ch/api/documents/5241" } }, { @@ -194688,13 +194688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5241" + "$ref": "https://ils.rero.ch/api/documents/5241" } }, { @@ -194702,13 +194702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5241" + "$ref": "https://ils.rero.ch/api/documents/5241" } }, { @@ -194716,13 +194716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5240" + "$ref": "https://ils.rero.ch/api/documents/5240" } }, { @@ -194730,13 +194730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5240" + "$ref": "https://ils.rero.ch/api/documents/5240" } }, { @@ -194744,13 +194744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5240" + "$ref": "https://ils.rero.ch/api/documents/5240" } }, { @@ -194758,13 +194758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5240" + "$ref": "https://ils.rero.ch/api/documents/5240" } }, { @@ -194772,13 +194772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5240" + "$ref": "https://ils.rero.ch/api/documents/5240" } }, { @@ -194786,13 +194786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5239" + "$ref": "https://ils.rero.ch/api/documents/5239" } }, { @@ -194800,13 +194800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5239" + "$ref": "https://ils.rero.ch/api/documents/5239" } }, { @@ -194814,13 +194814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5239" + "$ref": "https://ils.rero.ch/api/documents/5239" } }, { @@ -194828,13 +194828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5239" + "$ref": "https://ils.rero.ch/api/documents/5239" } }, { @@ -194842,13 +194842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5238" + "$ref": "https://ils.rero.ch/api/documents/5238" } }, { @@ -194856,13 +194856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5237" + "$ref": "https://ils.rero.ch/api/documents/5237" } }, { @@ -194870,13 +194870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5237" + "$ref": "https://ils.rero.ch/api/documents/5237" } }, { @@ -194884,13 +194884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5237" + "$ref": "https://ils.rero.ch/api/documents/5237" } }, { @@ -194898,13 +194898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5236" + "$ref": "https://ils.rero.ch/api/documents/5236" } }, { @@ -194912,13 +194912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5236" + "$ref": "https://ils.rero.ch/api/documents/5236" } }, { @@ -194926,13 +194926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5235" + "$ref": "https://ils.rero.ch/api/documents/5235" } }, { @@ -194940,13 +194940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5235" + "$ref": "https://ils.rero.ch/api/documents/5235" } }, { @@ -194954,13 +194954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5235" + "$ref": "https://ils.rero.ch/api/documents/5235" } }, { @@ -194968,13 +194968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5235" + "$ref": "https://ils.rero.ch/api/documents/5235" } }, { @@ -194982,13 +194982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5234" + "$ref": "https://ils.rero.ch/api/documents/5234" } }, { @@ -194996,13 +194996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5234" + "$ref": "https://ils.rero.ch/api/documents/5234" } }, { @@ -195010,13 +195010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5233" + "$ref": "https://ils.rero.ch/api/documents/5233" } }, { @@ -195024,13 +195024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5233" + "$ref": "https://ils.rero.ch/api/documents/5233" } }, { @@ -195038,13 +195038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5232" + "$ref": "https://ils.rero.ch/api/documents/5232" } }, { @@ -195052,13 +195052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5232" + "$ref": "https://ils.rero.ch/api/documents/5232" } }, { @@ -195066,13 +195066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5232" + "$ref": "https://ils.rero.ch/api/documents/5232" } }, { @@ -195080,13 +195080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5232" + "$ref": "https://ils.rero.ch/api/documents/5232" } }, { @@ -195094,13 +195094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5232" + "$ref": "https://ils.rero.ch/api/documents/5232" } }, { @@ -195108,13 +195108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5231" + "$ref": "https://ils.rero.ch/api/documents/5231" } }, { @@ -195122,13 +195122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5230" + "$ref": "https://ils.rero.ch/api/documents/5230" } }, { @@ -195136,13 +195136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5230" + "$ref": "https://ils.rero.ch/api/documents/5230" } }, { @@ -195150,13 +195150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5230" + "$ref": "https://ils.rero.ch/api/documents/5230" } }, { @@ -195164,13 +195164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5229" + "$ref": "https://ils.rero.ch/api/documents/5229" } }, { @@ -195178,13 +195178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5229" + "$ref": "https://ils.rero.ch/api/documents/5229" } }, { @@ -195192,13 +195192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5228" + "$ref": "https://ils.rero.ch/api/documents/5228" } }, { @@ -195206,13 +195206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5228" + "$ref": "https://ils.rero.ch/api/documents/5228" } }, { @@ -195220,13 +195220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5228" + "$ref": "https://ils.rero.ch/api/documents/5228" } }, { @@ -195234,13 +195234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5228" + "$ref": "https://ils.rero.ch/api/documents/5228" } }, { @@ -195248,13 +195248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5227" + "$ref": "https://ils.rero.ch/api/documents/5227" } }, { @@ -195262,13 +195262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5227" + "$ref": "https://ils.rero.ch/api/documents/5227" } }, { @@ -195276,13 +195276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5227" + "$ref": "https://ils.rero.ch/api/documents/5227" } }, { @@ -195290,13 +195290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5226" + "$ref": "https://ils.rero.ch/api/documents/5226" } }, { @@ -195304,13 +195304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5226" + "$ref": "https://ils.rero.ch/api/documents/5226" } }, { @@ -195318,13 +195318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5226" + "$ref": "https://ils.rero.ch/api/documents/5226" } }, { @@ -195332,13 +195332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5226" + "$ref": "https://ils.rero.ch/api/documents/5226" } }, { @@ -195346,13 +195346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5225" + "$ref": "https://ils.rero.ch/api/documents/5225" } }, { @@ -195360,13 +195360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5225" + "$ref": "https://ils.rero.ch/api/documents/5225" } }, { @@ -195374,13 +195374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5224" + "$ref": "https://ils.rero.ch/api/documents/5224" } }, { @@ -195388,13 +195388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5224" + "$ref": "https://ils.rero.ch/api/documents/5224" } }, { @@ -195402,13 +195402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5223" + "$ref": "https://ils.rero.ch/api/documents/5223" } }, { @@ -195416,13 +195416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5223" + "$ref": "https://ils.rero.ch/api/documents/5223" } }, { @@ -195430,13 +195430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5223" + "$ref": "https://ils.rero.ch/api/documents/5223" } }, { @@ -195444,13 +195444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5223" + "$ref": "https://ils.rero.ch/api/documents/5223" } }, { @@ -195458,13 +195458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5222" + "$ref": "https://ils.rero.ch/api/documents/5222" } }, { @@ -195472,13 +195472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5222" + "$ref": "https://ils.rero.ch/api/documents/5222" } }, { @@ -195486,13 +195486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5222" + "$ref": "https://ils.rero.ch/api/documents/5222" } }, { @@ -195500,13 +195500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5222" + "$ref": "https://ils.rero.ch/api/documents/5222" } }, { @@ -195514,13 +195514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5221" + "$ref": "https://ils.rero.ch/api/documents/5221" } }, { @@ -195528,13 +195528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5221" + "$ref": "https://ils.rero.ch/api/documents/5221" } }, { @@ -195542,13 +195542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5221" + "$ref": "https://ils.rero.ch/api/documents/5221" } }, { @@ -195556,13 +195556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5220" + "$ref": "https://ils.rero.ch/api/documents/5220" } }, { @@ -195570,13 +195570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5220" + "$ref": "https://ils.rero.ch/api/documents/5220" } }, { @@ -195584,13 +195584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5220" + "$ref": "https://ils.rero.ch/api/documents/5220" } }, { @@ -195598,13 +195598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5219" + "$ref": "https://ils.rero.ch/api/documents/5219" } }, { @@ -195612,13 +195612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5219" + "$ref": "https://ils.rero.ch/api/documents/5219" } }, { @@ -195626,13 +195626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5219" + "$ref": "https://ils.rero.ch/api/documents/5219" } }, { @@ -195640,13 +195640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5218" + "$ref": "https://ils.rero.ch/api/documents/5218" } }, { @@ -195654,13 +195654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5217" + "$ref": "https://ils.rero.ch/api/documents/5217" } }, { @@ -195668,13 +195668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5217" + "$ref": "https://ils.rero.ch/api/documents/5217" } }, { @@ -195682,13 +195682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5216" + "$ref": "https://ils.rero.ch/api/documents/5216" } }, { @@ -195696,13 +195696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5216" + "$ref": "https://ils.rero.ch/api/documents/5216" } }, { @@ -195710,13 +195710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5216" + "$ref": "https://ils.rero.ch/api/documents/5216" } }, { @@ -195724,13 +195724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5216" + "$ref": "https://ils.rero.ch/api/documents/5216" } }, { @@ -195738,13 +195738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5216" + "$ref": "https://ils.rero.ch/api/documents/5216" } }, { @@ -195752,13 +195752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5215" + "$ref": "https://ils.rero.ch/api/documents/5215" } }, { @@ -195766,13 +195766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5214" + "$ref": "https://ils.rero.ch/api/documents/5214" } }, { @@ -195780,13 +195780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5214" + "$ref": "https://ils.rero.ch/api/documents/5214" } }, { @@ -195794,13 +195794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5214" + "$ref": "https://ils.rero.ch/api/documents/5214" } }, { @@ -195808,13 +195808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5214" + "$ref": "https://ils.rero.ch/api/documents/5214" } }, { @@ -195822,13 +195822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5214" + "$ref": "https://ils.rero.ch/api/documents/5214" } }, { @@ -195836,13 +195836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5213" + "$ref": "https://ils.rero.ch/api/documents/5213" } }, { @@ -195850,13 +195850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5213" + "$ref": "https://ils.rero.ch/api/documents/5213" } }, { @@ -195864,13 +195864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5212" + "$ref": "https://ils.rero.ch/api/documents/5212" } }, { @@ -195878,13 +195878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5212" + "$ref": "https://ils.rero.ch/api/documents/5212" } }, { @@ -195892,13 +195892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5212" + "$ref": "https://ils.rero.ch/api/documents/5212" } }, { @@ -195906,13 +195906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5211" + "$ref": "https://ils.rero.ch/api/documents/5211" } }, { @@ -195920,13 +195920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5210" + "$ref": "https://ils.rero.ch/api/documents/5210" } }, { @@ -195934,13 +195934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5210" + "$ref": "https://ils.rero.ch/api/documents/5210" } }, { @@ -195948,13 +195948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5209" + "$ref": "https://ils.rero.ch/api/documents/5209" } }, { @@ -195962,13 +195962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5209" + "$ref": "https://ils.rero.ch/api/documents/5209" } }, { @@ -195976,13 +195976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5209" + "$ref": "https://ils.rero.ch/api/documents/5209" } }, { @@ -195990,13 +195990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5209" + "$ref": "https://ils.rero.ch/api/documents/5209" } }, { @@ -196004,13 +196004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5209" + "$ref": "https://ils.rero.ch/api/documents/5209" } }, { @@ -196018,13 +196018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5208" + "$ref": "https://ils.rero.ch/api/documents/5208" } }, { @@ -196032,13 +196032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5208" + "$ref": "https://ils.rero.ch/api/documents/5208" } }, { @@ -196046,13 +196046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5208" + "$ref": "https://ils.rero.ch/api/documents/5208" } }, { @@ -196060,13 +196060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5208" + "$ref": "https://ils.rero.ch/api/documents/5208" } }, { @@ -196074,13 +196074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5208" + "$ref": "https://ils.rero.ch/api/documents/5208" } }, { @@ -196088,13 +196088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5207" + "$ref": "https://ils.rero.ch/api/documents/5207" } }, { @@ -196102,13 +196102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5207" + "$ref": "https://ils.rero.ch/api/documents/5207" } }, { @@ -196116,13 +196116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5207" + "$ref": "https://ils.rero.ch/api/documents/5207" } }, { @@ -196130,13 +196130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5207" + "$ref": "https://ils.rero.ch/api/documents/5207" } }, { @@ -196144,13 +196144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5207" + "$ref": "https://ils.rero.ch/api/documents/5207" } }, { @@ -196158,13 +196158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5206" + "$ref": "https://ils.rero.ch/api/documents/5206" } }, { @@ -196172,13 +196172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5205" + "$ref": "https://ils.rero.ch/api/documents/5205" } }, { @@ -196186,13 +196186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5205" + "$ref": "https://ils.rero.ch/api/documents/5205" } }, { @@ -196200,13 +196200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5205" + "$ref": "https://ils.rero.ch/api/documents/5205" } }, { @@ -196214,13 +196214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5204" + "$ref": "https://ils.rero.ch/api/documents/5204" } }, { @@ -196228,13 +196228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5204" + "$ref": "https://ils.rero.ch/api/documents/5204" } }, { @@ -196242,13 +196242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5204" + "$ref": "https://ils.rero.ch/api/documents/5204" } }, { @@ -196256,13 +196256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5204" + "$ref": "https://ils.rero.ch/api/documents/5204" } }, { @@ -196270,13 +196270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5204" + "$ref": "https://ils.rero.ch/api/documents/5204" } }, { @@ -196284,13 +196284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5203" + "$ref": "https://ils.rero.ch/api/documents/5203" } }, { @@ -196298,13 +196298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5203" + "$ref": "https://ils.rero.ch/api/documents/5203" } }, { @@ -196312,13 +196312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5203" + "$ref": "https://ils.rero.ch/api/documents/5203" } }, { @@ -196326,13 +196326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5203" + "$ref": "https://ils.rero.ch/api/documents/5203" } }, { @@ -196340,13 +196340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5202" + "$ref": "https://ils.rero.ch/api/documents/5202" } }, { @@ -196354,13 +196354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5202" + "$ref": "https://ils.rero.ch/api/documents/5202" } }, { @@ -196368,13 +196368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5201" + "$ref": "https://ils.rero.ch/api/documents/5201" } }, { @@ -196382,13 +196382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5200" + "$ref": "https://ils.rero.ch/api/documents/5200" } }, { @@ -196396,13 +196396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5199" + "$ref": "https://ils.rero.ch/api/documents/5199" } }, { @@ -196410,13 +196410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5199" + "$ref": "https://ils.rero.ch/api/documents/5199" } }, { @@ -196424,13 +196424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5199" + "$ref": "https://ils.rero.ch/api/documents/5199" } }, { @@ -196438,13 +196438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5198" + "$ref": "https://ils.rero.ch/api/documents/5198" } }, { @@ -196452,13 +196452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5198" + "$ref": "https://ils.rero.ch/api/documents/5198" } }, { @@ -196466,13 +196466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5198" + "$ref": "https://ils.rero.ch/api/documents/5198" } }, { @@ -196480,13 +196480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5198" + "$ref": "https://ils.rero.ch/api/documents/5198" } }, { @@ -196494,13 +196494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5197" + "$ref": "https://ils.rero.ch/api/documents/5197" } }, { @@ -196508,13 +196508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5197" + "$ref": "https://ils.rero.ch/api/documents/5197" } }, { @@ -196522,13 +196522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5197" + "$ref": "https://ils.rero.ch/api/documents/5197" } }, { @@ -196536,13 +196536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5197" + "$ref": "https://ils.rero.ch/api/documents/5197" } }, { @@ -196550,13 +196550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5197" + "$ref": "https://ils.rero.ch/api/documents/5197" } }, { @@ -196564,13 +196564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5196" + "$ref": "https://ils.rero.ch/api/documents/5196" } }, { @@ -196578,13 +196578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5195" + "$ref": "https://ils.rero.ch/api/documents/5195" } }, { @@ -196592,13 +196592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5195" + "$ref": "https://ils.rero.ch/api/documents/5195" } }, { @@ -196606,13 +196606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5195" + "$ref": "https://ils.rero.ch/api/documents/5195" } }, { @@ -196620,13 +196620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5195" + "$ref": "https://ils.rero.ch/api/documents/5195" } }, { @@ -196634,13 +196634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5195" + "$ref": "https://ils.rero.ch/api/documents/5195" } }, { @@ -196648,13 +196648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5194" + "$ref": "https://ils.rero.ch/api/documents/5194" } }, { @@ -196662,13 +196662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5194" + "$ref": "https://ils.rero.ch/api/documents/5194" } }, { @@ -196676,13 +196676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5194" + "$ref": "https://ils.rero.ch/api/documents/5194" } }, { @@ -196690,13 +196690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5194" + "$ref": "https://ils.rero.ch/api/documents/5194" } }, { @@ -196704,13 +196704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5194" + "$ref": "https://ils.rero.ch/api/documents/5194" } }, { @@ -196718,13 +196718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5193" + "$ref": "https://ils.rero.ch/api/documents/5193" } }, { @@ -196732,13 +196732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5193" + "$ref": "https://ils.rero.ch/api/documents/5193" } }, { @@ -196746,13 +196746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5193" + "$ref": "https://ils.rero.ch/api/documents/5193" } }, { @@ -196760,13 +196760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5193" + "$ref": "https://ils.rero.ch/api/documents/5193" } }, { @@ -196774,13 +196774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5193" + "$ref": "https://ils.rero.ch/api/documents/5193" } }, { @@ -196788,13 +196788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5192" + "$ref": "https://ils.rero.ch/api/documents/5192" } }, { @@ -196802,13 +196802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5191" + "$ref": "https://ils.rero.ch/api/documents/5191" } }, { @@ -196816,13 +196816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5191" + "$ref": "https://ils.rero.ch/api/documents/5191" } }, { @@ -196830,13 +196830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5191" + "$ref": "https://ils.rero.ch/api/documents/5191" } }, { @@ -196844,13 +196844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5191" + "$ref": "https://ils.rero.ch/api/documents/5191" } }, { @@ -196858,13 +196858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5190" + "$ref": "https://ils.rero.ch/api/documents/5190" } }, { @@ -196872,13 +196872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5190" + "$ref": "https://ils.rero.ch/api/documents/5190" } }, { @@ -196886,13 +196886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5189" + "$ref": "https://ils.rero.ch/api/documents/5189" } }, { @@ -196900,13 +196900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5189" + "$ref": "https://ils.rero.ch/api/documents/5189" } }, { @@ -196914,13 +196914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5189" + "$ref": "https://ils.rero.ch/api/documents/5189" } }, { @@ -196928,13 +196928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5188" + "$ref": "https://ils.rero.ch/api/documents/5188" } }, { @@ -196942,13 +196942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5188" + "$ref": "https://ils.rero.ch/api/documents/5188" } }, { @@ -196956,13 +196956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5188" + "$ref": "https://ils.rero.ch/api/documents/5188" } }, { @@ -196970,13 +196970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5188" + "$ref": "https://ils.rero.ch/api/documents/5188" } }, { @@ -196984,13 +196984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5187" + "$ref": "https://ils.rero.ch/api/documents/5187" } }, { @@ -196998,13 +196998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5187" + "$ref": "https://ils.rero.ch/api/documents/5187" } }, { @@ -197012,13 +197012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5187" + "$ref": "https://ils.rero.ch/api/documents/5187" } }, { @@ -197026,13 +197026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5187" + "$ref": "https://ils.rero.ch/api/documents/5187" } }, { @@ -197040,13 +197040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5186" + "$ref": "https://ils.rero.ch/api/documents/5186" } }, { @@ -197054,13 +197054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5186" + "$ref": "https://ils.rero.ch/api/documents/5186" } }, { @@ -197068,13 +197068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5186" + "$ref": "https://ils.rero.ch/api/documents/5186" } }, { @@ -197082,13 +197082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5186" + "$ref": "https://ils.rero.ch/api/documents/5186" } }, { @@ -197096,13 +197096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5185" + "$ref": "https://ils.rero.ch/api/documents/5185" } }, { @@ -197110,13 +197110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5185" + "$ref": "https://ils.rero.ch/api/documents/5185" } }, { @@ -197124,13 +197124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5185" + "$ref": "https://ils.rero.ch/api/documents/5185" } }, { @@ -197138,13 +197138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5185" + "$ref": "https://ils.rero.ch/api/documents/5185" } }, { @@ -197152,13 +197152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5185" + "$ref": "https://ils.rero.ch/api/documents/5185" } }, { @@ -197166,13 +197166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5184" + "$ref": "https://ils.rero.ch/api/documents/5184" } }, { @@ -197180,13 +197180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5184" + "$ref": "https://ils.rero.ch/api/documents/5184" } }, { @@ -197194,13 +197194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5184" + "$ref": "https://ils.rero.ch/api/documents/5184" } }, { @@ -197208,13 +197208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5184" + "$ref": "https://ils.rero.ch/api/documents/5184" } }, { @@ -197222,13 +197222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5184" + "$ref": "https://ils.rero.ch/api/documents/5184" } }, { @@ -197236,13 +197236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5183" + "$ref": "https://ils.rero.ch/api/documents/5183" } }, { @@ -197250,13 +197250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5183" + "$ref": "https://ils.rero.ch/api/documents/5183" } }, { @@ -197264,13 +197264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5183" + "$ref": "https://ils.rero.ch/api/documents/5183" } }, { @@ -197278,13 +197278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5183" + "$ref": "https://ils.rero.ch/api/documents/5183" } }, { @@ -197292,13 +197292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5183" + "$ref": "https://ils.rero.ch/api/documents/5183" } }, { @@ -197306,13 +197306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5182" + "$ref": "https://ils.rero.ch/api/documents/5182" } }, { @@ -197320,13 +197320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5182" + "$ref": "https://ils.rero.ch/api/documents/5182" } }, { @@ -197334,13 +197334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5182" + "$ref": "https://ils.rero.ch/api/documents/5182" } }, { @@ -197348,13 +197348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5182" + "$ref": "https://ils.rero.ch/api/documents/5182" } }, { @@ -197362,13 +197362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5181" + "$ref": "https://ils.rero.ch/api/documents/5181" } }, { @@ -197376,13 +197376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5181" + "$ref": "https://ils.rero.ch/api/documents/5181" } }, { @@ -197390,13 +197390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5181" + "$ref": "https://ils.rero.ch/api/documents/5181" } }, { @@ -197404,13 +197404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5181" + "$ref": "https://ils.rero.ch/api/documents/5181" } }, { @@ -197418,13 +197418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5181" + "$ref": "https://ils.rero.ch/api/documents/5181" } }, { @@ -197432,13 +197432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5180" + "$ref": "https://ils.rero.ch/api/documents/5180" } }, { @@ -197446,13 +197446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5180" + "$ref": "https://ils.rero.ch/api/documents/5180" } }, { @@ -197460,13 +197460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5180" + "$ref": "https://ils.rero.ch/api/documents/5180" } }, { @@ -197474,13 +197474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5180" + "$ref": "https://ils.rero.ch/api/documents/5180" } }, { @@ -197488,13 +197488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5179" + "$ref": "https://ils.rero.ch/api/documents/5179" } }, { @@ -197502,13 +197502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5178" + "$ref": "https://ils.rero.ch/api/documents/5178" } }, { @@ -197516,13 +197516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5177" + "$ref": "https://ils.rero.ch/api/documents/5177" } }, { @@ -197530,13 +197530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5176" + "$ref": "https://ils.rero.ch/api/documents/5176" } }, { @@ -197544,13 +197544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5176" + "$ref": "https://ils.rero.ch/api/documents/5176" } }, { @@ -197558,13 +197558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5176" + "$ref": "https://ils.rero.ch/api/documents/5176" } }, { @@ -197572,13 +197572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5175" + "$ref": "https://ils.rero.ch/api/documents/5175" } }, { @@ -197586,13 +197586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5175" + "$ref": "https://ils.rero.ch/api/documents/5175" } }, { @@ -197600,13 +197600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5174" + "$ref": "https://ils.rero.ch/api/documents/5174" } }, { @@ -197614,13 +197614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5173" + "$ref": "https://ils.rero.ch/api/documents/5173" } }, { @@ -197628,13 +197628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5173" + "$ref": "https://ils.rero.ch/api/documents/5173" } }, { @@ -197642,13 +197642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5173" + "$ref": "https://ils.rero.ch/api/documents/5173" } }, { @@ -197656,13 +197656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5172" + "$ref": "https://ils.rero.ch/api/documents/5172" } }, { @@ -197670,13 +197670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5171" + "$ref": "https://ils.rero.ch/api/documents/5171" } }, { @@ -197684,13 +197684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5171" + "$ref": "https://ils.rero.ch/api/documents/5171" } }, { @@ -197698,13 +197698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5171" + "$ref": "https://ils.rero.ch/api/documents/5171" } }, { @@ -197712,13 +197712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5171" + "$ref": "https://ils.rero.ch/api/documents/5171" } }, { @@ -197726,13 +197726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5171" + "$ref": "https://ils.rero.ch/api/documents/5171" } }, { @@ -197740,13 +197740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5170" + "$ref": "https://ils.rero.ch/api/documents/5170" } }, { @@ -197754,13 +197754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5170" + "$ref": "https://ils.rero.ch/api/documents/5170" } }, { @@ -197768,13 +197768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5170" + "$ref": "https://ils.rero.ch/api/documents/5170" } }, { @@ -197782,13 +197782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5170" + "$ref": "https://ils.rero.ch/api/documents/5170" } }, { @@ -197796,13 +197796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5170" + "$ref": "https://ils.rero.ch/api/documents/5170" } }, { @@ -197810,13 +197810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5169" + "$ref": "https://ils.rero.ch/api/documents/5169" } }, { @@ -197824,13 +197824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5169" + "$ref": "https://ils.rero.ch/api/documents/5169" } }, { @@ -197838,13 +197838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5169" + "$ref": "https://ils.rero.ch/api/documents/5169" } }, { @@ -197852,13 +197852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5168" + "$ref": "https://ils.rero.ch/api/documents/5168" } }, { @@ -197866,13 +197866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5168" + "$ref": "https://ils.rero.ch/api/documents/5168" } }, { @@ -197880,13 +197880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5167" + "$ref": "https://ils.rero.ch/api/documents/5167" } }, { @@ -197894,13 +197894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5167" + "$ref": "https://ils.rero.ch/api/documents/5167" } }, { @@ -197908,13 +197908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5167" + "$ref": "https://ils.rero.ch/api/documents/5167" } }, { @@ -197922,13 +197922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5166" + "$ref": "https://ils.rero.ch/api/documents/5166" } }, { @@ -197936,13 +197936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5166" + "$ref": "https://ils.rero.ch/api/documents/5166" } }, { @@ -197950,13 +197950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5165" + "$ref": "https://ils.rero.ch/api/documents/5165" } }, { @@ -197964,13 +197964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5164" + "$ref": "https://ils.rero.ch/api/documents/5164" } }, { @@ -197978,13 +197978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5164" + "$ref": "https://ils.rero.ch/api/documents/5164" } }, { @@ -197992,13 +197992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5164" + "$ref": "https://ils.rero.ch/api/documents/5164" } }, { @@ -198006,13 +198006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5164" + "$ref": "https://ils.rero.ch/api/documents/5164" } }, { @@ -198020,13 +198020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5164" + "$ref": "https://ils.rero.ch/api/documents/5164" } }, { @@ -198034,13 +198034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5163" + "$ref": "https://ils.rero.ch/api/documents/5163" } }, { @@ -198048,13 +198048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5162" + "$ref": "https://ils.rero.ch/api/documents/5162" } }, { @@ -198062,13 +198062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5162" + "$ref": "https://ils.rero.ch/api/documents/5162" } }, { @@ -198076,13 +198076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5161" + "$ref": "https://ils.rero.ch/api/documents/5161" } }, { @@ -198090,13 +198090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5161" + "$ref": "https://ils.rero.ch/api/documents/5161" } }, { @@ -198104,13 +198104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5161" + "$ref": "https://ils.rero.ch/api/documents/5161" } }, { @@ -198118,13 +198118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5161" + "$ref": "https://ils.rero.ch/api/documents/5161" } }, { @@ -198132,13 +198132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5160" + "$ref": "https://ils.rero.ch/api/documents/5160" } }, { @@ -198146,13 +198146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5159" + "$ref": "https://ils.rero.ch/api/documents/5159" } }, { @@ -198160,13 +198160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5159" + "$ref": "https://ils.rero.ch/api/documents/5159" } }, { @@ -198174,13 +198174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5158" + "$ref": "https://ils.rero.ch/api/documents/5158" } }, { @@ -198188,13 +198188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5158" + "$ref": "https://ils.rero.ch/api/documents/5158" } }, { @@ -198202,13 +198202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5158" + "$ref": "https://ils.rero.ch/api/documents/5158" } }, { @@ -198216,13 +198216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5158" + "$ref": "https://ils.rero.ch/api/documents/5158" } }, { @@ -198230,13 +198230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5157" + "$ref": "https://ils.rero.ch/api/documents/5157" } }, { @@ -198244,13 +198244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5157" + "$ref": "https://ils.rero.ch/api/documents/5157" } }, { @@ -198258,13 +198258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5157" + "$ref": "https://ils.rero.ch/api/documents/5157" } }, { @@ -198272,13 +198272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5157" + "$ref": "https://ils.rero.ch/api/documents/5157" } }, { @@ -198286,13 +198286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5157" + "$ref": "https://ils.rero.ch/api/documents/5157" } }, { @@ -198300,13 +198300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5156" + "$ref": "https://ils.rero.ch/api/documents/5156" } }, { @@ -198314,13 +198314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5156" + "$ref": "https://ils.rero.ch/api/documents/5156" } }, { @@ -198328,13 +198328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5156" + "$ref": "https://ils.rero.ch/api/documents/5156" } }, { @@ -198342,13 +198342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5156" + "$ref": "https://ils.rero.ch/api/documents/5156" } }, { @@ -198356,13 +198356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5156" + "$ref": "https://ils.rero.ch/api/documents/5156" } }, { @@ -198370,13 +198370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5155" + "$ref": "https://ils.rero.ch/api/documents/5155" } }, { @@ -198384,13 +198384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5155" + "$ref": "https://ils.rero.ch/api/documents/5155" } }, { @@ -198398,13 +198398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5155" + "$ref": "https://ils.rero.ch/api/documents/5155" } }, { @@ -198412,13 +198412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5155" + "$ref": "https://ils.rero.ch/api/documents/5155" } }, { @@ -198426,13 +198426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5154" + "$ref": "https://ils.rero.ch/api/documents/5154" } }, { @@ -198440,13 +198440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5154" + "$ref": "https://ils.rero.ch/api/documents/5154" } }, { @@ -198454,13 +198454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5154" + "$ref": "https://ils.rero.ch/api/documents/5154" } }, { @@ -198468,13 +198468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5153" + "$ref": "https://ils.rero.ch/api/documents/5153" } }, { @@ -198482,13 +198482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5153" + "$ref": "https://ils.rero.ch/api/documents/5153" } }, { @@ -198496,13 +198496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5153" + "$ref": "https://ils.rero.ch/api/documents/5153" } }, { @@ -198510,13 +198510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5153" + "$ref": "https://ils.rero.ch/api/documents/5153" } }, { @@ -198524,13 +198524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5152" + "$ref": "https://ils.rero.ch/api/documents/5152" } }, { @@ -198538,13 +198538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5152" + "$ref": "https://ils.rero.ch/api/documents/5152" } }, { @@ -198552,13 +198552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5152" + "$ref": "https://ils.rero.ch/api/documents/5152" } }, { @@ -198566,13 +198566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5151" + "$ref": "https://ils.rero.ch/api/documents/5151" } }, { @@ -198580,13 +198580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5151" + "$ref": "https://ils.rero.ch/api/documents/5151" } }, { @@ -198594,13 +198594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5151" + "$ref": "https://ils.rero.ch/api/documents/5151" } }, { @@ -198608,13 +198608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5151" + "$ref": "https://ils.rero.ch/api/documents/5151" } }, { @@ -198622,13 +198622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5150" + "$ref": "https://ils.rero.ch/api/documents/5150" } }, { @@ -198636,13 +198636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5150" + "$ref": "https://ils.rero.ch/api/documents/5150" } }, { @@ -198650,13 +198650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5150" + "$ref": "https://ils.rero.ch/api/documents/5150" } }, { @@ -198664,13 +198664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5150" + "$ref": "https://ils.rero.ch/api/documents/5150" } }, { @@ -198678,13 +198678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5149" + "$ref": "https://ils.rero.ch/api/documents/5149" } }, { @@ -198692,13 +198692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5149" + "$ref": "https://ils.rero.ch/api/documents/5149" } }, { @@ -198706,13 +198706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5149" + "$ref": "https://ils.rero.ch/api/documents/5149" } }, { @@ -198720,13 +198720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5149" + "$ref": "https://ils.rero.ch/api/documents/5149" } }, { @@ -198734,13 +198734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5149" + "$ref": "https://ils.rero.ch/api/documents/5149" } }, { @@ -198748,13 +198748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5148" + "$ref": "https://ils.rero.ch/api/documents/5148" } }, { @@ -198762,13 +198762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5148" + "$ref": "https://ils.rero.ch/api/documents/5148" } }, { @@ -198776,13 +198776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5148" + "$ref": "https://ils.rero.ch/api/documents/5148" } }, { @@ -198790,13 +198790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5147" + "$ref": "https://ils.rero.ch/api/documents/5147" } }, { @@ -198804,13 +198804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5147" + "$ref": "https://ils.rero.ch/api/documents/5147" } }, { @@ -198818,13 +198818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5147" + "$ref": "https://ils.rero.ch/api/documents/5147" } }, { @@ -198832,13 +198832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5147" + "$ref": "https://ils.rero.ch/api/documents/5147" } }, { @@ -198846,13 +198846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5147" + "$ref": "https://ils.rero.ch/api/documents/5147" } }, { @@ -198860,13 +198860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5146" + "$ref": "https://ils.rero.ch/api/documents/5146" } }, { @@ -198874,13 +198874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5146" + "$ref": "https://ils.rero.ch/api/documents/5146" } }, { @@ -198888,13 +198888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5146" + "$ref": "https://ils.rero.ch/api/documents/5146" } }, { @@ -198902,13 +198902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5146" + "$ref": "https://ils.rero.ch/api/documents/5146" } }, { @@ -198916,13 +198916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5146" + "$ref": "https://ils.rero.ch/api/documents/5146" } }, { @@ -198930,13 +198930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5145" + "$ref": "https://ils.rero.ch/api/documents/5145" } }, { @@ -198944,13 +198944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5145" + "$ref": "https://ils.rero.ch/api/documents/5145" } }, { @@ -198958,13 +198958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5145" + "$ref": "https://ils.rero.ch/api/documents/5145" } }, { @@ -198972,13 +198972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5145" + "$ref": "https://ils.rero.ch/api/documents/5145" } }, { @@ -198986,13 +198986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5144" + "$ref": "https://ils.rero.ch/api/documents/5144" } }, { @@ -199000,13 +199000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5144" + "$ref": "https://ils.rero.ch/api/documents/5144" } }, { @@ -199014,13 +199014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5144" + "$ref": "https://ils.rero.ch/api/documents/5144" } }, { @@ -199028,13 +199028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5144" + "$ref": "https://ils.rero.ch/api/documents/5144" } }, { @@ -199042,13 +199042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5143" + "$ref": "https://ils.rero.ch/api/documents/5143" } }, { @@ -199056,13 +199056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5142" + "$ref": "https://ils.rero.ch/api/documents/5142" } }, { @@ -199070,13 +199070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5142" + "$ref": "https://ils.rero.ch/api/documents/5142" } }, { @@ -199084,13 +199084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5141" + "$ref": "https://ils.rero.ch/api/documents/5141" } }, { @@ -199098,13 +199098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5141" + "$ref": "https://ils.rero.ch/api/documents/5141" } }, { @@ -199112,13 +199112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5141" + "$ref": "https://ils.rero.ch/api/documents/5141" } }, { @@ -199126,13 +199126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5141" + "$ref": "https://ils.rero.ch/api/documents/5141" } }, { @@ -199140,13 +199140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5140" + "$ref": "https://ils.rero.ch/api/documents/5140" } }, { @@ -199154,13 +199154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5140" + "$ref": "https://ils.rero.ch/api/documents/5140" } }, { @@ -199168,13 +199168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5140" + "$ref": "https://ils.rero.ch/api/documents/5140" } }, { @@ -199182,13 +199182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5140" + "$ref": "https://ils.rero.ch/api/documents/5140" } }, { @@ -199196,13 +199196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5139" + "$ref": "https://ils.rero.ch/api/documents/5139" } }, { @@ -199210,13 +199210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5139" + "$ref": "https://ils.rero.ch/api/documents/5139" } }, { @@ -199224,13 +199224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5139" + "$ref": "https://ils.rero.ch/api/documents/5139" } }, { @@ -199238,13 +199238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5139" + "$ref": "https://ils.rero.ch/api/documents/5139" } }, { @@ -199252,13 +199252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5138" + "$ref": "https://ils.rero.ch/api/documents/5138" } }, { @@ -199266,13 +199266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5138" + "$ref": "https://ils.rero.ch/api/documents/5138" } }, { @@ -199280,13 +199280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5137" + "$ref": "https://ils.rero.ch/api/documents/5137" } }, { @@ -199294,13 +199294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5137" + "$ref": "https://ils.rero.ch/api/documents/5137" } }, { @@ -199308,13 +199308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5137" + "$ref": "https://ils.rero.ch/api/documents/5137" } }, { @@ -199322,13 +199322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5136" + "$ref": "https://ils.rero.ch/api/documents/5136" } }, { @@ -199336,13 +199336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5136" + "$ref": "https://ils.rero.ch/api/documents/5136" } }, { @@ -199350,13 +199350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5136" + "$ref": "https://ils.rero.ch/api/documents/5136" } }, { @@ -199364,13 +199364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5136" + "$ref": "https://ils.rero.ch/api/documents/5136" } }, { @@ -199378,13 +199378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5135" + "$ref": "https://ils.rero.ch/api/documents/5135" } }, { @@ -199392,13 +199392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5135" + "$ref": "https://ils.rero.ch/api/documents/5135" } }, { @@ -199406,13 +199406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5135" + "$ref": "https://ils.rero.ch/api/documents/5135" } }, { @@ -199420,13 +199420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5135" + "$ref": "https://ils.rero.ch/api/documents/5135" } }, { @@ -199434,13 +199434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5135" + "$ref": "https://ils.rero.ch/api/documents/5135" } }, { @@ -199448,13 +199448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5134" + "$ref": "https://ils.rero.ch/api/documents/5134" } }, { @@ -199462,13 +199462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5134" + "$ref": "https://ils.rero.ch/api/documents/5134" } }, { @@ -199476,13 +199476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5134" + "$ref": "https://ils.rero.ch/api/documents/5134" } }, { @@ -199490,13 +199490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5134" + "$ref": "https://ils.rero.ch/api/documents/5134" } }, { @@ -199504,13 +199504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5133" + "$ref": "https://ils.rero.ch/api/documents/5133" } }, { @@ -199518,13 +199518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5132" + "$ref": "https://ils.rero.ch/api/documents/5132" } }, { @@ -199532,13 +199532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5132" + "$ref": "https://ils.rero.ch/api/documents/5132" } }, { @@ -199546,13 +199546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5132" + "$ref": "https://ils.rero.ch/api/documents/5132" } }, { @@ -199560,13 +199560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5132" + "$ref": "https://ils.rero.ch/api/documents/5132" } }, { @@ -199574,13 +199574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5132" + "$ref": "https://ils.rero.ch/api/documents/5132" } }, { @@ -199588,13 +199588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5131" + "$ref": "https://ils.rero.ch/api/documents/5131" } }, { @@ -199602,13 +199602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5131" + "$ref": "https://ils.rero.ch/api/documents/5131" } }, { @@ -199616,13 +199616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5130" + "$ref": "https://ils.rero.ch/api/documents/5130" } }, { @@ -199630,13 +199630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5130" + "$ref": "https://ils.rero.ch/api/documents/5130" } }, { @@ -199644,13 +199644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5130" + "$ref": "https://ils.rero.ch/api/documents/5130" } }, { @@ -199658,13 +199658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5130" + "$ref": "https://ils.rero.ch/api/documents/5130" } }, { @@ -199672,13 +199672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5130" + "$ref": "https://ils.rero.ch/api/documents/5130" } }, { @@ -199686,13 +199686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5129" + "$ref": "https://ils.rero.ch/api/documents/5129" } }, { @@ -199700,13 +199700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5129" + "$ref": "https://ils.rero.ch/api/documents/5129" } }, { @@ -199714,13 +199714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5129" + "$ref": "https://ils.rero.ch/api/documents/5129" } }, { @@ -199728,13 +199728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5128" + "$ref": "https://ils.rero.ch/api/documents/5128" } }, { @@ -199742,13 +199742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5127" + "$ref": "https://ils.rero.ch/api/documents/5127" } }, { @@ -199756,13 +199756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5127" + "$ref": "https://ils.rero.ch/api/documents/5127" } }, { @@ -199770,13 +199770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5127" + "$ref": "https://ils.rero.ch/api/documents/5127" } }, { @@ -199784,13 +199784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5126" + "$ref": "https://ils.rero.ch/api/documents/5126" } }, { @@ -199798,13 +199798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5126" + "$ref": "https://ils.rero.ch/api/documents/5126" } }, { @@ -199812,13 +199812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5126" + "$ref": "https://ils.rero.ch/api/documents/5126" } }, { @@ -199826,13 +199826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5126" + "$ref": "https://ils.rero.ch/api/documents/5126" } }, { @@ -199840,13 +199840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5125" + "$ref": "https://ils.rero.ch/api/documents/5125" } }, { @@ -199854,13 +199854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5124" + "$ref": "https://ils.rero.ch/api/documents/5124" } }, { @@ -199868,13 +199868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5124" + "$ref": "https://ils.rero.ch/api/documents/5124" } }, { @@ -199882,13 +199882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5123" + "$ref": "https://ils.rero.ch/api/documents/5123" } }, { @@ -199896,13 +199896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5123" + "$ref": "https://ils.rero.ch/api/documents/5123" } }, { @@ -199910,13 +199910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5123" + "$ref": "https://ils.rero.ch/api/documents/5123" } }, { @@ -199924,13 +199924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5123" + "$ref": "https://ils.rero.ch/api/documents/5123" } }, { @@ -199938,13 +199938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5123" + "$ref": "https://ils.rero.ch/api/documents/5123" } }, { @@ -199952,13 +199952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5122" + "$ref": "https://ils.rero.ch/api/documents/5122" } }, { @@ -199966,13 +199966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5122" + "$ref": "https://ils.rero.ch/api/documents/5122" } }, { @@ -199980,13 +199980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5122" + "$ref": "https://ils.rero.ch/api/documents/5122" } }, { @@ -199994,13 +199994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5122" + "$ref": "https://ils.rero.ch/api/documents/5122" } }, { @@ -200008,13 +200008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5121" + "$ref": "https://ils.rero.ch/api/documents/5121" } }, { @@ -200022,13 +200022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5121" + "$ref": "https://ils.rero.ch/api/documents/5121" } }, { @@ -200036,13 +200036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5120" + "$ref": "https://ils.rero.ch/api/documents/5120" } }, { @@ -200050,13 +200050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5120" + "$ref": "https://ils.rero.ch/api/documents/5120" } }, { @@ -200064,13 +200064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5119" + "$ref": "https://ils.rero.ch/api/documents/5119" } }, { @@ -200078,13 +200078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5119" + "$ref": "https://ils.rero.ch/api/documents/5119" } }, { @@ -200092,13 +200092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5119" + "$ref": "https://ils.rero.ch/api/documents/5119" } }, { @@ -200106,13 +200106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5119" + "$ref": "https://ils.rero.ch/api/documents/5119" } }, { @@ -200120,13 +200120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5118" + "$ref": "https://ils.rero.ch/api/documents/5118" } }, { @@ -200134,13 +200134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5118" + "$ref": "https://ils.rero.ch/api/documents/5118" } }, { @@ -200148,13 +200148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5118" + "$ref": "https://ils.rero.ch/api/documents/5118" } }, { @@ -200162,13 +200162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5118" + "$ref": "https://ils.rero.ch/api/documents/5118" } }, { @@ -200176,13 +200176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5117" + "$ref": "https://ils.rero.ch/api/documents/5117" } }, { @@ -200190,13 +200190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5117" + "$ref": "https://ils.rero.ch/api/documents/5117" } }, { @@ -200204,13 +200204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5117" + "$ref": "https://ils.rero.ch/api/documents/5117" } }, { @@ -200218,13 +200218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5117" + "$ref": "https://ils.rero.ch/api/documents/5117" } }, { @@ -200232,13 +200232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5117" + "$ref": "https://ils.rero.ch/api/documents/5117" } }, { @@ -200246,13 +200246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5116" + "$ref": "https://ils.rero.ch/api/documents/5116" } }, { @@ -200260,13 +200260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5116" + "$ref": "https://ils.rero.ch/api/documents/5116" } }, { @@ -200274,13 +200274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5116" + "$ref": "https://ils.rero.ch/api/documents/5116" } }, { @@ -200288,13 +200288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5116" + "$ref": "https://ils.rero.ch/api/documents/5116" } }, { @@ -200302,13 +200302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5115" + "$ref": "https://ils.rero.ch/api/documents/5115" } }, { @@ -200316,13 +200316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5115" + "$ref": "https://ils.rero.ch/api/documents/5115" } }, { @@ -200330,13 +200330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5115" + "$ref": "https://ils.rero.ch/api/documents/5115" } }, { @@ -200344,13 +200344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5114" + "$ref": "https://ils.rero.ch/api/documents/5114" } }, { @@ -200358,13 +200358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5114" + "$ref": "https://ils.rero.ch/api/documents/5114" } }, { @@ -200372,13 +200372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5114" + "$ref": "https://ils.rero.ch/api/documents/5114" } }, { @@ -200386,13 +200386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5113" + "$ref": "https://ils.rero.ch/api/documents/5113" } }, { @@ -200400,13 +200400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5112" + "$ref": "https://ils.rero.ch/api/documents/5112" } }, { @@ -200414,13 +200414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5112" + "$ref": "https://ils.rero.ch/api/documents/5112" } }, { @@ -200428,13 +200428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5112" + "$ref": "https://ils.rero.ch/api/documents/5112" } }, { @@ -200442,13 +200442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5111" + "$ref": "https://ils.rero.ch/api/documents/5111" } }, { @@ -200456,13 +200456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5111" + "$ref": "https://ils.rero.ch/api/documents/5111" } }, { @@ -200470,13 +200470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5111" + "$ref": "https://ils.rero.ch/api/documents/5111" } }, { @@ -200484,13 +200484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5111" + "$ref": "https://ils.rero.ch/api/documents/5111" } }, { @@ -200498,13 +200498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5111" + "$ref": "https://ils.rero.ch/api/documents/5111" } }, { @@ -200512,13 +200512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5110" + "$ref": "https://ils.rero.ch/api/documents/5110" } }, { @@ -200526,13 +200526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5109" + "$ref": "https://ils.rero.ch/api/documents/5109" } }, { @@ -200540,13 +200540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5109" + "$ref": "https://ils.rero.ch/api/documents/5109" } }, { @@ -200554,13 +200554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5109" + "$ref": "https://ils.rero.ch/api/documents/5109" } }, { @@ -200568,13 +200568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5109" + "$ref": "https://ils.rero.ch/api/documents/5109" } }, { @@ -200582,13 +200582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5108" + "$ref": "https://ils.rero.ch/api/documents/5108" } }, { @@ -200596,13 +200596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5108" + "$ref": "https://ils.rero.ch/api/documents/5108" } }, { @@ -200610,13 +200610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5108" + "$ref": "https://ils.rero.ch/api/documents/5108" } }, { @@ -200624,13 +200624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5107" + "$ref": "https://ils.rero.ch/api/documents/5107" } }, { @@ -200638,13 +200638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5107" + "$ref": "https://ils.rero.ch/api/documents/5107" } }, { @@ -200652,13 +200652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5107" + "$ref": "https://ils.rero.ch/api/documents/5107" } }, { @@ -200666,13 +200666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5107" + "$ref": "https://ils.rero.ch/api/documents/5107" } }, { @@ -200680,13 +200680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5107" + "$ref": "https://ils.rero.ch/api/documents/5107" } }, { @@ -200694,13 +200694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5106" + "$ref": "https://ils.rero.ch/api/documents/5106" } }, { @@ -200708,13 +200708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5106" + "$ref": "https://ils.rero.ch/api/documents/5106" } }, { @@ -200722,13 +200722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5106" + "$ref": "https://ils.rero.ch/api/documents/5106" } }, { @@ -200736,13 +200736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5106" + "$ref": "https://ils.rero.ch/api/documents/5106" } }, { @@ -200750,13 +200750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5105" + "$ref": "https://ils.rero.ch/api/documents/5105" } }, { @@ -200764,13 +200764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5104" + "$ref": "https://ils.rero.ch/api/documents/5104" } }, { @@ -200778,13 +200778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5104" + "$ref": "https://ils.rero.ch/api/documents/5104" } }, { @@ -200792,13 +200792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5104" + "$ref": "https://ils.rero.ch/api/documents/5104" } }, { @@ -200806,13 +200806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5103" + "$ref": "https://ils.rero.ch/api/documents/5103" } }, { @@ -200820,13 +200820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5103" + "$ref": "https://ils.rero.ch/api/documents/5103" } }, { @@ -200834,13 +200834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5103" + "$ref": "https://ils.rero.ch/api/documents/5103" } }, { @@ -200848,13 +200848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5102" + "$ref": "https://ils.rero.ch/api/documents/5102" } }, { @@ -200862,13 +200862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5102" + "$ref": "https://ils.rero.ch/api/documents/5102" } }, { @@ -200876,13 +200876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5101" + "$ref": "https://ils.rero.ch/api/documents/5101" } }, { @@ -200890,13 +200890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5101" + "$ref": "https://ils.rero.ch/api/documents/5101" } }, { @@ -200904,13 +200904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5101" + "$ref": "https://ils.rero.ch/api/documents/5101" } }, { @@ -200918,13 +200918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5100" + "$ref": "https://ils.rero.ch/api/documents/5100" } }, { @@ -200932,13 +200932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5099" + "$ref": "https://ils.rero.ch/api/documents/5099" } }, { @@ -200946,13 +200946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5098" + "$ref": "https://ils.rero.ch/api/documents/5098" } }, { @@ -200960,13 +200960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5098" + "$ref": "https://ils.rero.ch/api/documents/5098" } }, { @@ -200974,13 +200974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5098" + "$ref": "https://ils.rero.ch/api/documents/5098" } }, { @@ -200988,13 +200988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5097" + "$ref": "https://ils.rero.ch/api/documents/5097" } }, { @@ -201002,13 +201002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5097" + "$ref": "https://ils.rero.ch/api/documents/5097" } }, { @@ -201016,13 +201016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5097" + "$ref": "https://ils.rero.ch/api/documents/5097" } }, { @@ -201030,13 +201030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5097" + "$ref": "https://ils.rero.ch/api/documents/5097" } }, { @@ -201044,13 +201044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5096" + "$ref": "https://ils.rero.ch/api/documents/5096" } }, { @@ -201058,13 +201058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5096" + "$ref": "https://ils.rero.ch/api/documents/5096" } }, { @@ -201072,13 +201072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5096" + "$ref": "https://ils.rero.ch/api/documents/5096" } }, { @@ -201086,13 +201086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5096" + "$ref": "https://ils.rero.ch/api/documents/5096" } }, { @@ -201100,13 +201100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5096" + "$ref": "https://ils.rero.ch/api/documents/5096" } }, { @@ -201114,13 +201114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5095" + "$ref": "https://ils.rero.ch/api/documents/5095" } }, { @@ -201128,13 +201128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5095" + "$ref": "https://ils.rero.ch/api/documents/5095" } }, { @@ -201142,13 +201142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5094" + "$ref": "https://ils.rero.ch/api/documents/5094" } }, { @@ -201156,13 +201156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5094" + "$ref": "https://ils.rero.ch/api/documents/5094" } }, { @@ -201170,13 +201170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5093" + "$ref": "https://ils.rero.ch/api/documents/5093" } }, { @@ -201184,13 +201184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5092" + "$ref": "https://ils.rero.ch/api/documents/5092" } }, { @@ -201198,13 +201198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5091" + "$ref": "https://ils.rero.ch/api/documents/5091" } }, { @@ -201212,13 +201212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5090" + "$ref": "https://ils.rero.ch/api/documents/5090" } }, { @@ -201226,13 +201226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5090" + "$ref": "https://ils.rero.ch/api/documents/5090" } }, { @@ -201240,13 +201240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5090" + "$ref": "https://ils.rero.ch/api/documents/5090" } }, { @@ -201254,13 +201254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5089" + "$ref": "https://ils.rero.ch/api/documents/5089" } }, { @@ -201268,13 +201268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5089" + "$ref": "https://ils.rero.ch/api/documents/5089" } }, { @@ -201282,13 +201282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5089" + "$ref": "https://ils.rero.ch/api/documents/5089" } }, { @@ -201296,13 +201296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5089" + "$ref": "https://ils.rero.ch/api/documents/5089" } }, { @@ -201310,13 +201310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5089" + "$ref": "https://ils.rero.ch/api/documents/5089" } }, { @@ -201324,13 +201324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5088" + "$ref": "https://ils.rero.ch/api/documents/5088" } }, { @@ -201338,13 +201338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5088" + "$ref": "https://ils.rero.ch/api/documents/5088" } }, { @@ -201352,13 +201352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5087" + "$ref": "https://ils.rero.ch/api/documents/5087" } }, { @@ -201366,13 +201366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5087" + "$ref": "https://ils.rero.ch/api/documents/5087" } }, { @@ -201380,13 +201380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5087" + "$ref": "https://ils.rero.ch/api/documents/5087" } }, { @@ -201394,13 +201394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5086" + "$ref": "https://ils.rero.ch/api/documents/5086" } }, { @@ -201408,13 +201408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5086" + "$ref": "https://ils.rero.ch/api/documents/5086" } }, { @@ -201422,13 +201422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5085" + "$ref": "https://ils.rero.ch/api/documents/5085" } }, { @@ -201436,13 +201436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5085" + "$ref": "https://ils.rero.ch/api/documents/5085" } }, { @@ -201450,13 +201450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5085" + "$ref": "https://ils.rero.ch/api/documents/5085" } }, { @@ -201464,13 +201464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5084" + "$ref": "https://ils.rero.ch/api/documents/5084" } }, { @@ -201478,13 +201478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5084" + "$ref": "https://ils.rero.ch/api/documents/5084" } }, { @@ -201492,13 +201492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5083" + "$ref": "https://ils.rero.ch/api/documents/5083" } }, { @@ -201506,13 +201506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5082" + "$ref": "https://ils.rero.ch/api/documents/5082" } }, { @@ -201520,13 +201520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5082" + "$ref": "https://ils.rero.ch/api/documents/5082" } }, { @@ -201534,13 +201534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5081" + "$ref": "https://ils.rero.ch/api/documents/5081" } }, { @@ -201548,13 +201548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5081" + "$ref": "https://ils.rero.ch/api/documents/5081" } }, { @@ -201562,13 +201562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5081" + "$ref": "https://ils.rero.ch/api/documents/5081" } }, { @@ -201576,13 +201576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5080" + "$ref": "https://ils.rero.ch/api/documents/5080" } }, { @@ -201590,13 +201590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5080" + "$ref": "https://ils.rero.ch/api/documents/5080" } }, { @@ -201604,13 +201604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5080" + "$ref": "https://ils.rero.ch/api/documents/5080" } }, { @@ -201618,13 +201618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5080" + "$ref": "https://ils.rero.ch/api/documents/5080" } }, { @@ -201632,13 +201632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5080" + "$ref": "https://ils.rero.ch/api/documents/5080" } }, { @@ -201646,13 +201646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5079" + "$ref": "https://ils.rero.ch/api/documents/5079" } }, { @@ -201660,13 +201660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5079" + "$ref": "https://ils.rero.ch/api/documents/5079" } }, { @@ -201674,13 +201674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5079" + "$ref": "https://ils.rero.ch/api/documents/5079" } }, { @@ -201688,13 +201688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5078" + "$ref": "https://ils.rero.ch/api/documents/5078" } }, { @@ -201702,13 +201702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5077" + "$ref": "https://ils.rero.ch/api/documents/5077" } }, { @@ -201716,13 +201716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5077" + "$ref": "https://ils.rero.ch/api/documents/5077" } }, { @@ -201730,13 +201730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5077" + "$ref": "https://ils.rero.ch/api/documents/5077" } }, { @@ -201744,13 +201744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5077" + "$ref": "https://ils.rero.ch/api/documents/5077" } }, { @@ -201758,13 +201758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5076" + "$ref": "https://ils.rero.ch/api/documents/5076" } }, { @@ -201772,13 +201772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5076" + "$ref": "https://ils.rero.ch/api/documents/5076" } }, { @@ -201786,13 +201786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5076" + "$ref": "https://ils.rero.ch/api/documents/5076" } }, { @@ -201800,13 +201800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5076" + "$ref": "https://ils.rero.ch/api/documents/5076" } }, { @@ -201814,13 +201814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5075" + "$ref": "https://ils.rero.ch/api/documents/5075" } }, { @@ -201828,13 +201828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5075" + "$ref": "https://ils.rero.ch/api/documents/5075" } }, { @@ -201842,13 +201842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5075" + "$ref": "https://ils.rero.ch/api/documents/5075" } }, { @@ -201856,13 +201856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5074" + "$ref": "https://ils.rero.ch/api/documents/5074" } }, { @@ -201870,13 +201870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5073" + "$ref": "https://ils.rero.ch/api/documents/5073" } }, { @@ -201884,13 +201884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5073" + "$ref": "https://ils.rero.ch/api/documents/5073" } }, { @@ -201898,13 +201898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5073" + "$ref": "https://ils.rero.ch/api/documents/5073" } }, { @@ -201912,13 +201912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5073" + "$ref": "https://ils.rero.ch/api/documents/5073" } }, { @@ -201926,13 +201926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5072" + "$ref": "https://ils.rero.ch/api/documents/5072" } }, { @@ -201940,13 +201940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5072" + "$ref": "https://ils.rero.ch/api/documents/5072" } }, { @@ -201954,13 +201954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5071" + "$ref": "https://ils.rero.ch/api/documents/5071" } }, { @@ -201968,13 +201968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5071" + "$ref": "https://ils.rero.ch/api/documents/5071" } }, { @@ -201982,13 +201982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5070" + "$ref": "https://ils.rero.ch/api/documents/5070" } }, { @@ -201996,13 +201996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5070" + "$ref": "https://ils.rero.ch/api/documents/5070" } }, { @@ -202010,13 +202010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5069" + "$ref": "https://ils.rero.ch/api/documents/5069" } }, { @@ -202024,13 +202024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5069" + "$ref": "https://ils.rero.ch/api/documents/5069" } }, { @@ -202038,13 +202038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5069" + "$ref": "https://ils.rero.ch/api/documents/5069" } }, { @@ -202052,13 +202052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5069" + "$ref": "https://ils.rero.ch/api/documents/5069" } }, { @@ -202066,13 +202066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5069" + "$ref": "https://ils.rero.ch/api/documents/5069" } }, { @@ -202080,13 +202080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5068" + "$ref": "https://ils.rero.ch/api/documents/5068" } }, { @@ -202094,13 +202094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5068" + "$ref": "https://ils.rero.ch/api/documents/5068" } }, { @@ -202108,13 +202108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5067" + "$ref": "https://ils.rero.ch/api/documents/5067" } }, { @@ -202122,13 +202122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5067" + "$ref": "https://ils.rero.ch/api/documents/5067" } }, { @@ -202136,13 +202136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5067" + "$ref": "https://ils.rero.ch/api/documents/5067" } }, { @@ -202150,13 +202150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5067" + "$ref": "https://ils.rero.ch/api/documents/5067" } }, { @@ -202164,13 +202164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5067" + "$ref": "https://ils.rero.ch/api/documents/5067" } }, { @@ -202178,13 +202178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5066" + "$ref": "https://ils.rero.ch/api/documents/5066" } }, { @@ -202192,13 +202192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5066" + "$ref": "https://ils.rero.ch/api/documents/5066" } }, { @@ -202206,13 +202206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5066" + "$ref": "https://ils.rero.ch/api/documents/5066" } }, { @@ -202220,13 +202220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5065" + "$ref": "https://ils.rero.ch/api/documents/5065" } }, { @@ -202234,13 +202234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5065" + "$ref": "https://ils.rero.ch/api/documents/5065" } }, { @@ -202248,13 +202248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5065" + "$ref": "https://ils.rero.ch/api/documents/5065" } }, { @@ -202262,13 +202262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5065" + "$ref": "https://ils.rero.ch/api/documents/5065" } }, { @@ -202276,13 +202276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5064" + "$ref": "https://ils.rero.ch/api/documents/5064" } }, { @@ -202290,13 +202290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5064" + "$ref": "https://ils.rero.ch/api/documents/5064" } }, { @@ -202304,13 +202304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5064" + "$ref": "https://ils.rero.ch/api/documents/5064" } }, { @@ -202318,13 +202318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5063" + "$ref": "https://ils.rero.ch/api/documents/5063" } }, { @@ -202332,13 +202332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5063" + "$ref": "https://ils.rero.ch/api/documents/5063" } }, { @@ -202346,13 +202346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5063" + "$ref": "https://ils.rero.ch/api/documents/5063" } }, { @@ -202360,13 +202360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5063" + "$ref": "https://ils.rero.ch/api/documents/5063" } }, { @@ -202374,13 +202374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5062" + "$ref": "https://ils.rero.ch/api/documents/5062" } }, { @@ -202388,13 +202388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5062" + "$ref": "https://ils.rero.ch/api/documents/5062" } }, { @@ -202402,13 +202402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5062" + "$ref": "https://ils.rero.ch/api/documents/5062" } }, { @@ -202416,13 +202416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5061" + "$ref": "https://ils.rero.ch/api/documents/5061" } }, { @@ -202430,13 +202430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5061" + "$ref": "https://ils.rero.ch/api/documents/5061" } }, { @@ -202444,13 +202444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5061" + "$ref": "https://ils.rero.ch/api/documents/5061" } }, { @@ -202458,13 +202458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5060" + "$ref": "https://ils.rero.ch/api/documents/5060" } }, { @@ -202472,13 +202472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5059" + "$ref": "https://ils.rero.ch/api/documents/5059" } }, { @@ -202486,13 +202486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5059" + "$ref": "https://ils.rero.ch/api/documents/5059" } }, { @@ -202500,13 +202500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5059" + "$ref": "https://ils.rero.ch/api/documents/5059" } }, { @@ -202514,13 +202514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5059" + "$ref": "https://ils.rero.ch/api/documents/5059" } }, { @@ -202528,13 +202528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5058" + "$ref": "https://ils.rero.ch/api/documents/5058" } }, { @@ -202542,13 +202542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5058" + "$ref": "https://ils.rero.ch/api/documents/5058" } }, { @@ -202556,13 +202556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5057" + "$ref": "https://ils.rero.ch/api/documents/5057" } }, { @@ -202570,13 +202570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5056" + "$ref": "https://ils.rero.ch/api/documents/5056" } }, { @@ -202584,13 +202584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5056" + "$ref": "https://ils.rero.ch/api/documents/5056" } }, { @@ -202598,13 +202598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5056" + "$ref": "https://ils.rero.ch/api/documents/5056" } }, { @@ -202612,13 +202612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5055" + "$ref": "https://ils.rero.ch/api/documents/5055" } }, { @@ -202626,13 +202626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5055" + "$ref": "https://ils.rero.ch/api/documents/5055" } }, { @@ -202640,13 +202640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5054" + "$ref": "https://ils.rero.ch/api/documents/5054" } }, { @@ -202654,13 +202654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5054" + "$ref": "https://ils.rero.ch/api/documents/5054" } }, { @@ -202668,13 +202668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5054" + "$ref": "https://ils.rero.ch/api/documents/5054" } }, { @@ -202682,13 +202682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5054" + "$ref": "https://ils.rero.ch/api/documents/5054" } }, { @@ -202696,13 +202696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5053" + "$ref": "https://ils.rero.ch/api/documents/5053" } }, { @@ -202710,13 +202710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5053" + "$ref": "https://ils.rero.ch/api/documents/5053" } }, { @@ -202724,13 +202724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5052" + "$ref": "https://ils.rero.ch/api/documents/5052" } }, { @@ -202738,13 +202738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5051" + "$ref": "https://ils.rero.ch/api/documents/5051" } }, { @@ -202752,13 +202752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5051" + "$ref": "https://ils.rero.ch/api/documents/5051" } }, { @@ -202766,13 +202766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5051" + "$ref": "https://ils.rero.ch/api/documents/5051" } }, { @@ -202780,13 +202780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5051" + "$ref": "https://ils.rero.ch/api/documents/5051" } }, { @@ -202794,13 +202794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5051" + "$ref": "https://ils.rero.ch/api/documents/5051" } }, { @@ -202808,13 +202808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5050" + "$ref": "https://ils.rero.ch/api/documents/5050" } }, { @@ -202822,13 +202822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5050" + "$ref": "https://ils.rero.ch/api/documents/5050" } }, { @@ -202836,13 +202836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5049" + "$ref": "https://ils.rero.ch/api/documents/5049" } }, { @@ -202850,13 +202850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5048" + "$ref": "https://ils.rero.ch/api/documents/5048" } }, { @@ -202864,13 +202864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5048" + "$ref": "https://ils.rero.ch/api/documents/5048" } }, { @@ -202878,13 +202878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5048" + "$ref": "https://ils.rero.ch/api/documents/5048" } }, { @@ -202892,13 +202892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5047" + "$ref": "https://ils.rero.ch/api/documents/5047" } }, { @@ -202906,13 +202906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5047" + "$ref": "https://ils.rero.ch/api/documents/5047" } }, { @@ -202920,13 +202920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5046" + "$ref": "https://ils.rero.ch/api/documents/5046" } }, { @@ -202934,13 +202934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5046" + "$ref": "https://ils.rero.ch/api/documents/5046" } }, { @@ -202948,13 +202948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5046" + "$ref": "https://ils.rero.ch/api/documents/5046" } }, { @@ -202962,13 +202962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5046" + "$ref": "https://ils.rero.ch/api/documents/5046" } }, { @@ -202976,13 +202976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5045" + "$ref": "https://ils.rero.ch/api/documents/5045" } }, { @@ -202990,13 +202990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5045" + "$ref": "https://ils.rero.ch/api/documents/5045" } }, { @@ -203004,13 +203004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5044" + "$ref": "https://ils.rero.ch/api/documents/5044" } }, { @@ -203018,13 +203018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5044" + "$ref": "https://ils.rero.ch/api/documents/5044" } }, { @@ -203032,13 +203032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5044" + "$ref": "https://ils.rero.ch/api/documents/5044" } }, { @@ -203046,13 +203046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5044" + "$ref": "https://ils.rero.ch/api/documents/5044" } }, { @@ -203060,13 +203060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5043" + "$ref": "https://ils.rero.ch/api/documents/5043" } }, { @@ -203074,13 +203074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5043" + "$ref": "https://ils.rero.ch/api/documents/5043" } }, { @@ -203088,13 +203088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5043" + "$ref": "https://ils.rero.ch/api/documents/5043" } }, { @@ -203102,13 +203102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5043" + "$ref": "https://ils.rero.ch/api/documents/5043" } }, { @@ -203116,13 +203116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5043" + "$ref": "https://ils.rero.ch/api/documents/5043" } }, { @@ -203130,13 +203130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5042" + "$ref": "https://ils.rero.ch/api/documents/5042" } }, { @@ -203144,13 +203144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5041" + "$ref": "https://ils.rero.ch/api/documents/5041" } }, { @@ -203158,13 +203158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5041" + "$ref": "https://ils.rero.ch/api/documents/5041" } }, { @@ -203172,13 +203172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5040" + "$ref": "https://ils.rero.ch/api/documents/5040" } }, { @@ -203186,13 +203186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5040" + "$ref": "https://ils.rero.ch/api/documents/5040" } }, { @@ -203200,13 +203200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5040" + "$ref": "https://ils.rero.ch/api/documents/5040" } }, { @@ -203214,13 +203214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5040" + "$ref": "https://ils.rero.ch/api/documents/5040" } }, { @@ -203228,13 +203228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5039" + "$ref": "https://ils.rero.ch/api/documents/5039" } }, { @@ -203242,13 +203242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5038" + "$ref": "https://ils.rero.ch/api/documents/5038" } }, { @@ -203256,13 +203256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5038" + "$ref": "https://ils.rero.ch/api/documents/5038" } }, { @@ -203270,13 +203270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5038" + "$ref": "https://ils.rero.ch/api/documents/5038" } }, { @@ -203284,13 +203284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5038" + "$ref": "https://ils.rero.ch/api/documents/5038" } }, { @@ -203298,13 +203298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5037" + "$ref": "https://ils.rero.ch/api/documents/5037" } }, { @@ -203312,13 +203312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5036" + "$ref": "https://ils.rero.ch/api/documents/5036" } }, { @@ -203326,13 +203326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5035" + "$ref": "https://ils.rero.ch/api/documents/5035" } }, { @@ -203340,13 +203340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5035" + "$ref": "https://ils.rero.ch/api/documents/5035" } }, { @@ -203354,13 +203354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5034" + "$ref": "https://ils.rero.ch/api/documents/5034" } }, { @@ -203368,13 +203368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5034" + "$ref": "https://ils.rero.ch/api/documents/5034" } }, { @@ -203382,13 +203382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5034" + "$ref": "https://ils.rero.ch/api/documents/5034" } }, { @@ -203396,13 +203396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5034" + "$ref": "https://ils.rero.ch/api/documents/5034" } }, { @@ -203410,13 +203410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5033" + "$ref": "https://ils.rero.ch/api/documents/5033" } }, { @@ -203424,13 +203424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5033" + "$ref": "https://ils.rero.ch/api/documents/5033" } }, { @@ -203438,13 +203438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5033" + "$ref": "https://ils.rero.ch/api/documents/5033" } }, { @@ -203452,13 +203452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5032" + "$ref": "https://ils.rero.ch/api/documents/5032" } }, { @@ -203466,13 +203466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5032" + "$ref": "https://ils.rero.ch/api/documents/5032" } }, { @@ -203480,13 +203480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5032" + "$ref": "https://ils.rero.ch/api/documents/5032" } }, { @@ -203494,13 +203494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5031" + "$ref": "https://ils.rero.ch/api/documents/5031" } }, { @@ -203508,13 +203508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5030" + "$ref": "https://ils.rero.ch/api/documents/5030" } }, { @@ -203522,13 +203522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5029" + "$ref": "https://ils.rero.ch/api/documents/5029" } }, { @@ -203536,13 +203536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5029" + "$ref": "https://ils.rero.ch/api/documents/5029" } }, { @@ -203550,13 +203550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5029" + "$ref": "https://ils.rero.ch/api/documents/5029" } }, { @@ -203564,13 +203564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5028" + "$ref": "https://ils.rero.ch/api/documents/5028" } }, { @@ -203578,13 +203578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5028" + "$ref": "https://ils.rero.ch/api/documents/5028" } }, { @@ -203592,13 +203592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5028" + "$ref": "https://ils.rero.ch/api/documents/5028" } }, { @@ -203606,13 +203606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5028" + "$ref": "https://ils.rero.ch/api/documents/5028" } }, { @@ -203620,13 +203620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5027" + "$ref": "https://ils.rero.ch/api/documents/5027" } }, { @@ -203634,13 +203634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5026" + "$ref": "https://ils.rero.ch/api/documents/5026" } }, { @@ -203648,13 +203648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5026" + "$ref": "https://ils.rero.ch/api/documents/5026" } }, { @@ -203662,13 +203662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5026" + "$ref": "https://ils.rero.ch/api/documents/5026" } }, { @@ -203676,13 +203676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5025" + "$ref": "https://ils.rero.ch/api/documents/5025" } }, { @@ -203690,13 +203690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5025" + "$ref": "https://ils.rero.ch/api/documents/5025" } }, { @@ -203704,13 +203704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5024" + "$ref": "https://ils.rero.ch/api/documents/5024" } }, { @@ -203718,13 +203718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5023" + "$ref": "https://ils.rero.ch/api/documents/5023" } }, { @@ -203732,13 +203732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5023" + "$ref": "https://ils.rero.ch/api/documents/5023" } }, { @@ -203746,13 +203746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5022" + "$ref": "https://ils.rero.ch/api/documents/5022" } }, { @@ -203760,13 +203760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5022" + "$ref": "https://ils.rero.ch/api/documents/5022" } }, { @@ -203774,13 +203774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5021" + "$ref": "https://ils.rero.ch/api/documents/5021" } }, { @@ -203788,13 +203788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5020" + "$ref": "https://ils.rero.ch/api/documents/5020" } }, { @@ -203802,13 +203802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5020" + "$ref": "https://ils.rero.ch/api/documents/5020" } }, { @@ -203816,13 +203816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5019" + "$ref": "https://ils.rero.ch/api/documents/5019" } }, { @@ -203830,13 +203830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5019" + "$ref": "https://ils.rero.ch/api/documents/5019" } }, { @@ -203844,13 +203844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5019" + "$ref": "https://ils.rero.ch/api/documents/5019" } }, { @@ -203858,13 +203858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5019" + "$ref": "https://ils.rero.ch/api/documents/5019" } }, { @@ -203872,13 +203872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5019" + "$ref": "https://ils.rero.ch/api/documents/5019" } }, { @@ -203886,13 +203886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5018" + "$ref": "https://ils.rero.ch/api/documents/5018" } }, { @@ -203900,13 +203900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5018" + "$ref": "https://ils.rero.ch/api/documents/5018" } }, { @@ -203914,13 +203914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5018" + "$ref": "https://ils.rero.ch/api/documents/5018" } }, { @@ -203928,13 +203928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5018" + "$ref": "https://ils.rero.ch/api/documents/5018" } }, { @@ -203942,13 +203942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5018" + "$ref": "https://ils.rero.ch/api/documents/5018" } }, { @@ -203956,13 +203956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5017" + "$ref": "https://ils.rero.ch/api/documents/5017" } }, { @@ -203970,13 +203970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5017" + "$ref": "https://ils.rero.ch/api/documents/5017" } }, { @@ -203984,13 +203984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5016" + "$ref": "https://ils.rero.ch/api/documents/5016" } }, { @@ -203998,13 +203998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5016" + "$ref": "https://ils.rero.ch/api/documents/5016" } }, { @@ -204012,13 +204012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5016" + "$ref": "https://ils.rero.ch/api/documents/5016" } }, { @@ -204026,13 +204026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5016" + "$ref": "https://ils.rero.ch/api/documents/5016" } }, { @@ -204040,13 +204040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5016" + "$ref": "https://ils.rero.ch/api/documents/5016" } }, { @@ -204054,13 +204054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5015" + "$ref": "https://ils.rero.ch/api/documents/5015" } }, { @@ -204068,13 +204068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5015" + "$ref": "https://ils.rero.ch/api/documents/5015" } }, { @@ -204082,13 +204082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5014" + "$ref": "https://ils.rero.ch/api/documents/5014" } }, { @@ -204096,13 +204096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5014" + "$ref": "https://ils.rero.ch/api/documents/5014" } }, { @@ -204110,13 +204110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5014" + "$ref": "https://ils.rero.ch/api/documents/5014" } }, { @@ -204124,13 +204124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5014" + "$ref": "https://ils.rero.ch/api/documents/5014" } }, { @@ -204138,13 +204138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5014" + "$ref": "https://ils.rero.ch/api/documents/5014" } }, { @@ -204152,13 +204152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5013" + "$ref": "https://ils.rero.ch/api/documents/5013" } }, { @@ -204166,13 +204166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5013" + "$ref": "https://ils.rero.ch/api/documents/5013" } }, { @@ -204180,13 +204180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5013" + "$ref": "https://ils.rero.ch/api/documents/5013" } }, { @@ -204194,13 +204194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5013" + "$ref": "https://ils.rero.ch/api/documents/5013" } }, { @@ -204208,13 +204208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5012" + "$ref": "https://ils.rero.ch/api/documents/5012" } }, { @@ -204222,13 +204222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5012" + "$ref": "https://ils.rero.ch/api/documents/5012" } }, { @@ -204236,13 +204236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5011" + "$ref": "https://ils.rero.ch/api/documents/5011" } }, { @@ -204250,13 +204250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5011" + "$ref": "https://ils.rero.ch/api/documents/5011" } }, { @@ -204264,13 +204264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5011" + "$ref": "https://ils.rero.ch/api/documents/5011" } }, { @@ -204278,13 +204278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5010" + "$ref": "https://ils.rero.ch/api/documents/5010" } }, { @@ -204292,13 +204292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5010" + "$ref": "https://ils.rero.ch/api/documents/5010" } }, { @@ -204306,13 +204306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5010" + "$ref": "https://ils.rero.ch/api/documents/5010" } }, { @@ -204320,13 +204320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5009" + "$ref": "https://ils.rero.ch/api/documents/5009" } }, { @@ -204334,13 +204334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5009" + "$ref": "https://ils.rero.ch/api/documents/5009" } }, { @@ -204348,13 +204348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5009" + "$ref": "https://ils.rero.ch/api/documents/5009" } }, { @@ -204362,13 +204362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5008" + "$ref": "https://ils.rero.ch/api/documents/5008" } }, { @@ -204376,13 +204376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5007" + "$ref": "https://ils.rero.ch/api/documents/5007" } }, { @@ -204390,13 +204390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5007" + "$ref": "https://ils.rero.ch/api/documents/5007" } }, { @@ -204404,13 +204404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5006" + "$ref": "https://ils.rero.ch/api/documents/5006" } }, { @@ -204418,13 +204418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5006" + "$ref": "https://ils.rero.ch/api/documents/5006" } }, { @@ -204432,13 +204432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5005" + "$ref": "https://ils.rero.ch/api/documents/5005" } }, { @@ -204446,13 +204446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5005" + "$ref": "https://ils.rero.ch/api/documents/5005" } }, { @@ -204460,13 +204460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5005" + "$ref": "https://ils.rero.ch/api/documents/5005" } }, { @@ -204474,13 +204474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5005" + "$ref": "https://ils.rero.ch/api/documents/5005" } }, { @@ -204488,13 +204488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5005" + "$ref": "https://ils.rero.ch/api/documents/5005" } }, { @@ -204502,13 +204502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5004" + "$ref": "https://ils.rero.ch/api/documents/5004" } }, { @@ -204516,13 +204516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5004" + "$ref": "https://ils.rero.ch/api/documents/5004" } }, { @@ -204530,13 +204530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5004" + "$ref": "https://ils.rero.ch/api/documents/5004" } }, { @@ -204544,13 +204544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5003" + "$ref": "https://ils.rero.ch/api/documents/5003" } }, { @@ -204558,13 +204558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5003" + "$ref": "https://ils.rero.ch/api/documents/5003" } }, { @@ -204572,13 +204572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5003" + "$ref": "https://ils.rero.ch/api/documents/5003" } }, { @@ -204586,13 +204586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5003" + "$ref": "https://ils.rero.ch/api/documents/5003" } }, { @@ -204600,13 +204600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5002" + "$ref": "https://ils.rero.ch/api/documents/5002" } }, { @@ -204614,13 +204614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5002" + "$ref": "https://ils.rero.ch/api/documents/5002" } }, { @@ -204628,13 +204628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5002" + "$ref": "https://ils.rero.ch/api/documents/5002" } }, { @@ -204642,13 +204642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5002" + "$ref": "https://ils.rero.ch/api/documents/5002" } }, { @@ -204656,13 +204656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5001" + "$ref": "https://ils.rero.ch/api/documents/5001" } }, { @@ -204670,13 +204670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5001" + "$ref": "https://ils.rero.ch/api/documents/5001" } }, { @@ -204684,13 +204684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5001" + "$ref": "https://ils.rero.ch/api/documents/5001" } }, { @@ -204698,13 +204698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5000" + "$ref": "https://ils.rero.ch/api/documents/5000" } }, { @@ -204712,13 +204712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5000" + "$ref": "https://ils.rero.ch/api/documents/5000" } }, { @@ -204726,13 +204726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4999" + "$ref": "https://ils.rero.ch/api/documents/4999" } }, { @@ -204740,13 +204740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4999" + "$ref": "https://ils.rero.ch/api/documents/4999" } }, { @@ -204754,13 +204754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4999" + "$ref": "https://ils.rero.ch/api/documents/4999" } }, { @@ -204768,13 +204768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4999" + "$ref": "https://ils.rero.ch/api/documents/4999" } }, { @@ -204782,13 +204782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4998" + "$ref": "https://ils.rero.ch/api/documents/4998" } }, { @@ -204796,13 +204796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4998" + "$ref": "https://ils.rero.ch/api/documents/4998" } }, { @@ -204810,13 +204810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4998" + "$ref": "https://ils.rero.ch/api/documents/4998" } }, { @@ -204824,13 +204824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4998" + "$ref": "https://ils.rero.ch/api/documents/4998" } }, { @@ -204838,13 +204838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4997" + "$ref": "https://ils.rero.ch/api/documents/4997" } }, { @@ -204852,13 +204852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4997" + "$ref": "https://ils.rero.ch/api/documents/4997" } }, { @@ -204866,13 +204866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4996" + "$ref": "https://ils.rero.ch/api/documents/4996" } }, { @@ -204880,13 +204880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4996" + "$ref": "https://ils.rero.ch/api/documents/4996" } }, { @@ -204894,13 +204894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4996" + "$ref": "https://ils.rero.ch/api/documents/4996" } }, { @@ -204908,13 +204908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4996" + "$ref": "https://ils.rero.ch/api/documents/4996" } }, { @@ -204922,13 +204922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4995" + "$ref": "https://ils.rero.ch/api/documents/4995" } }, { @@ -204936,13 +204936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4995" + "$ref": "https://ils.rero.ch/api/documents/4995" } }, { @@ -204950,13 +204950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4995" + "$ref": "https://ils.rero.ch/api/documents/4995" } }, { @@ -204964,13 +204964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4994" + "$ref": "https://ils.rero.ch/api/documents/4994" } }, { @@ -204978,13 +204978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4994" + "$ref": "https://ils.rero.ch/api/documents/4994" } }, { @@ -204992,13 +204992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4994" + "$ref": "https://ils.rero.ch/api/documents/4994" } }, { @@ -205006,13 +205006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4994" + "$ref": "https://ils.rero.ch/api/documents/4994" } }, { @@ -205020,13 +205020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4994" + "$ref": "https://ils.rero.ch/api/documents/4994" } }, { @@ -205034,13 +205034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4993" + "$ref": "https://ils.rero.ch/api/documents/4993" } }, { @@ -205048,13 +205048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4992" + "$ref": "https://ils.rero.ch/api/documents/4992" } }, { @@ -205062,13 +205062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4991" + "$ref": "https://ils.rero.ch/api/documents/4991" } }, { @@ -205076,13 +205076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4991" + "$ref": "https://ils.rero.ch/api/documents/4991" } }, { @@ -205090,13 +205090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4990" + "$ref": "https://ils.rero.ch/api/documents/4990" } }, { @@ -205104,13 +205104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4989" + "$ref": "https://ils.rero.ch/api/documents/4989" } }, { @@ -205118,13 +205118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4988" + "$ref": "https://ils.rero.ch/api/documents/4988" } }, { @@ -205132,13 +205132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4988" + "$ref": "https://ils.rero.ch/api/documents/4988" } }, { @@ -205146,13 +205146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4987" + "$ref": "https://ils.rero.ch/api/documents/4987" } }, { @@ -205160,13 +205160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4987" + "$ref": "https://ils.rero.ch/api/documents/4987" } }, { @@ -205174,13 +205174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4987" + "$ref": "https://ils.rero.ch/api/documents/4987" } }, { @@ -205188,13 +205188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4987" + "$ref": "https://ils.rero.ch/api/documents/4987" } }, { @@ -205202,13 +205202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4987" + "$ref": "https://ils.rero.ch/api/documents/4987" } }, { @@ -205216,13 +205216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4986" + "$ref": "https://ils.rero.ch/api/documents/4986" } }, { @@ -205230,13 +205230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4985" + "$ref": "https://ils.rero.ch/api/documents/4985" } }, { @@ -205244,13 +205244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4985" + "$ref": "https://ils.rero.ch/api/documents/4985" } }, { @@ -205258,13 +205258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4985" + "$ref": "https://ils.rero.ch/api/documents/4985" } }, { @@ -205272,13 +205272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4985" + "$ref": "https://ils.rero.ch/api/documents/4985" } }, { @@ -205286,13 +205286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4985" + "$ref": "https://ils.rero.ch/api/documents/4985" } }, { @@ -205300,13 +205300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4984" + "$ref": "https://ils.rero.ch/api/documents/4984" } }, { @@ -205314,13 +205314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4984" + "$ref": "https://ils.rero.ch/api/documents/4984" } }, { @@ -205328,13 +205328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4984" + "$ref": "https://ils.rero.ch/api/documents/4984" } }, { @@ -205342,13 +205342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4984" + "$ref": "https://ils.rero.ch/api/documents/4984" } }, { @@ -205356,13 +205356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4983" + "$ref": "https://ils.rero.ch/api/documents/4983" } }, { @@ -205370,13 +205370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4982" + "$ref": "https://ils.rero.ch/api/documents/4982" } }, { @@ -205384,13 +205384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4982" + "$ref": "https://ils.rero.ch/api/documents/4982" } }, { @@ -205398,13 +205398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4982" + "$ref": "https://ils.rero.ch/api/documents/4982" } }, { @@ -205412,13 +205412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4982" + "$ref": "https://ils.rero.ch/api/documents/4982" } }, { @@ -205426,13 +205426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4981" + "$ref": "https://ils.rero.ch/api/documents/4981" } }, { @@ -205440,13 +205440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4981" + "$ref": "https://ils.rero.ch/api/documents/4981" } }, { @@ -205454,13 +205454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4980" + "$ref": "https://ils.rero.ch/api/documents/4980" } }, { @@ -205468,13 +205468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4980" + "$ref": "https://ils.rero.ch/api/documents/4980" } }, { @@ -205482,13 +205482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4980" + "$ref": "https://ils.rero.ch/api/documents/4980" } }, { @@ -205496,13 +205496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4979" + "$ref": "https://ils.rero.ch/api/documents/4979" } }, { @@ -205510,13 +205510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4979" + "$ref": "https://ils.rero.ch/api/documents/4979" } }, { @@ -205524,13 +205524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4979" + "$ref": "https://ils.rero.ch/api/documents/4979" } }, { @@ -205538,13 +205538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4978" + "$ref": "https://ils.rero.ch/api/documents/4978" } }, { @@ -205552,13 +205552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4978" + "$ref": "https://ils.rero.ch/api/documents/4978" } }, { @@ -205566,13 +205566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4978" + "$ref": "https://ils.rero.ch/api/documents/4978" } }, { @@ -205580,13 +205580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4978" + "$ref": "https://ils.rero.ch/api/documents/4978" } }, { @@ -205594,13 +205594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4978" + "$ref": "https://ils.rero.ch/api/documents/4978" } }, { @@ -205608,13 +205608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4977" + "$ref": "https://ils.rero.ch/api/documents/4977" } }, { @@ -205622,13 +205622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4977" + "$ref": "https://ils.rero.ch/api/documents/4977" } }, { @@ -205636,13 +205636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4976" + "$ref": "https://ils.rero.ch/api/documents/4976" } }, { @@ -205650,13 +205650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4976" + "$ref": "https://ils.rero.ch/api/documents/4976" } }, { @@ -205664,13 +205664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4976" + "$ref": "https://ils.rero.ch/api/documents/4976" } }, { @@ -205678,13 +205678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4975" + "$ref": "https://ils.rero.ch/api/documents/4975" } }, { @@ -205692,13 +205692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4974" + "$ref": "https://ils.rero.ch/api/documents/4974" } }, { @@ -205706,13 +205706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4974" + "$ref": "https://ils.rero.ch/api/documents/4974" } }, { @@ -205720,13 +205720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4974" + "$ref": "https://ils.rero.ch/api/documents/4974" } }, { @@ -205734,13 +205734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4974" + "$ref": "https://ils.rero.ch/api/documents/4974" } }, { @@ -205748,13 +205748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4974" + "$ref": "https://ils.rero.ch/api/documents/4974" } }, { @@ -205762,13 +205762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4973" + "$ref": "https://ils.rero.ch/api/documents/4973" } }, { @@ -205776,13 +205776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4972" + "$ref": "https://ils.rero.ch/api/documents/4972" } }, { @@ -205790,13 +205790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4972" + "$ref": "https://ils.rero.ch/api/documents/4972" } }, { @@ -205804,13 +205804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4972" + "$ref": "https://ils.rero.ch/api/documents/4972" } }, { @@ -205818,13 +205818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4971" + "$ref": "https://ils.rero.ch/api/documents/4971" } }, { @@ -205832,13 +205832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4971" + "$ref": "https://ils.rero.ch/api/documents/4971" } }, { @@ -205846,13 +205846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4970" + "$ref": "https://ils.rero.ch/api/documents/4970" } }, { @@ -205860,13 +205860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4970" + "$ref": "https://ils.rero.ch/api/documents/4970" } }, { @@ -205874,13 +205874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4970" + "$ref": "https://ils.rero.ch/api/documents/4970" } }, { @@ -205888,13 +205888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4969" + "$ref": "https://ils.rero.ch/api/documents/4969" } }, { @@ -205902,13 +205902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4968" + "$ref": "https://ils.rero.ch/api/documents/4968" } }, { @@ -205916,13 +205916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4968" + "$ref": "https://ils.rero.ch/api/documents/4968" } }, { @@ -205930,13 +205930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4968" + "$ref": "https://ils.rero.ch/api/documents/4968" } }, { @@ -205944,13 +205944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4968" + "$ref": "https://ils.rero.ch/api/documents/4968" } }, { @@ -205958,13 +205958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4968" + "$ref": "https://ils.rero.ch/api/documents/4968" } }, { @@ -205972,13 +205972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4967" + "$ref": "https://ils.rero.ch/api/documents/4967" } }, { @@ -205986,13 +205986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4967" + "$ref": "https://ils.rero.ch/api/documents/4967" } }, { @@ -206000,13 +206000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4967" + "$ref": "https://ils.rero.ch/api/documents/4967" } }, { @@ -206014,13 +206014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4967" + "$ref": "https://ils.rero.ch/api/documents/4967" } }, { @@ -206028,13 +206028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4966" + "$ref": "https://ils.rero.ch/api/documents/4966" } }, { @@ -206042,13 +206042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4966" + "$ref": "https://ils.rero.ch/api/documents/4966" } }, { @@ -206056,13 +206056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4966" + "$ref": "https://ils.rero.ch/api/documents/4966" } }, { @@ -206070,13 +206070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4966" + "$ref": "https://ils.rero.ch/api/documents/4966" } }, { @@ -206084,13 +206084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4966" + "$ref": "https://ils.rero.ch/api/documents/4966" } }, { @@ -206098,13 +206098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4965" + "$ref": "https://ils.rero.ch/api/documents/4965" } }, { @@ -206112,13 +206112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4965" + "$ref": "https://ils.rero.ch/api/documents/4965" } }, { @@ -206126,13 +206126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4965" + "$ref": "https://ils.rero.ch/api/documents/4965" } }, { @@ -206140,13 +206140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4965" + "$ref": "https://ils.rero.ch/api/documents/4965" } }, { @@ -206154,13 +206154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4964" + "$ref": "https://ils.rero.ch/api/documents/4964" } }, { @@ -206168,13 +206168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4964" + "$ref": "https://ils.rero.ch/api/documents/4964" } }, { @@ -206182,13 +206182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4964" + "$ref": "https://ils.rero.ch/api/documents/4964" } }, { @@ -206196,13 +206196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4963" + "$ref": "https://ils.rero.ch/api/documents/4963" } }, { @@ -206210,13 +206210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4963" + "$ref": "https://ils.rero.ch/api/documents/4963" } }, { @@ -206224,13 +206224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4962" + "$ref": "https://ils.rero.ch/api/documents/4962" } }, { @@ -206238,13 +206238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4962" + "$ref": "https://ils.rero.ch/api/documents/4962" } }, { @@ -206252,13 +206252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4961" + "$ref": "https://ils.rero.ch/api/documents/4961" } }, { @@ -206266,13 +206266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4961" + "$ref": "https://ils.rero.ch/api/documents/4961" } }, { @@ -206280,13 +206280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4961" + "$ref": "https://ils.rero.ch/api/documents/4961" } }, { @@ -206294,13 +206294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4960" + "$ref": "https://ils.rero.ch/api/documents/4960" } }, { @@ -206308,13 +206308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4960" + "$ref": "https://ils.rero.ch/api/documents/4960" } }, { @@ -206322,13 +206322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4960" + "$ref": "https://ils.rero.ch/api/documents/4960" } }, { @@ -206336,13 +206336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4960" + "$ref": "https://ils.rero.ch/api/documents/4960" } }, { @@ -206350,13 +206350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4960" + "$ref": "https://ils.rero.ch/api/documents/4960" } }, { @@ -206364,13 +206364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4959" + "$ref": "https://ils.rero.ch/api/documents/4959" } }, { @@ -206378,13 +206378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4959" + "$ref": "https://ils.rero.ch/api/documents/4959" } }, { @@ -206392,13 +206392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4959" + "$ref": "https://ils.rero.ch/api/documents/4959" } }, { @@ -206406,13 +206406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4958" + "$ref": "https://ils.rero.ch/api/documents/4958" } }, { @@ -206420,13 +206420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4957" + "$ref": "https://ils.rero.ch/api/documents/4957" } }, { @@ -206434,13 +206434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4957" + "$ref": "https://ils.rero.ch/api/documents/4957" } }, { @@ -206448,13 +206448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4956" + "$ref": "https://ils.rero.ch/api/documents/4956" } }, { @@ -206462,13 +206462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4956" + "$ref": "https://ils.rero.ch/api/documents/4956" } }, { @@ -206476,13 +206476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4956" + "$ref": "https://ils.rero.ch/api/documents/4956" } }, { @@ -206490,13 +206490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4956" + "$ref": "https://ils.rero.ch/api/documents/4956" } }, { @@ -206504,13 +206504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4956" + "$ref": "https://ils.rero.ch/api/documents/4956" } }, { @@ -206518,13 +206518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4955" + "$ref": "https://ils.rero.ch/api/documents/4955" } }, { @@ -206532,13 +206532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4955" + "$ref": "https://ils.rero.ch/api/documents/4955" } }, { @@ -206546,13 +206546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4955" + "$ref": "https://ils.rero.ch/api/documents/4955" } }, { @@ -206560,13 +206560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4955" + "$ref": "https://ils.rero.ch/api/documents/4955" } }, { @@ -206574,13 +206574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4954" + "$ref": "https://ils.rero.ch/api/documents/4954" } }, { @@ -206588,13 +206588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4954" + "$ref": "https://ils.rero.ch/api/documents/4954" } }, { @@ -206602,13 +206602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4954" + "$ref": "https://ils.rero.ch/api/documents/4954" } }, { @@ -206616,13 +206616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4954" + "$ref": "https://ils.rero.ch/api/documents/4954" } }, { @@ -206630,13 +206630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4954" + "$ref": "https://ils.rero.ch/api/documents/4954" } }, { @@ -206644,13 +206644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4953" + "$ref": "https://ils.rero.ch/api/documents/4953" } }, { @@ -206658,13 +206658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4953" + "$ref": "https://ils.rero.ch/api/documents/4953" } }, { @@ -206672,13 +206672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4952" + "$ref": "https://ils.rero.ch/api/documents/4952" } }, { @@ -206686,13 +206686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4952" + "$ref": "https://ils.rero.ch/api/documents/4952" } }, { @@ -206700,13 +206700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4952" + "$ref": "https://ils.rero.ch/api/documents/4952" } }, { @@ -206714,13 +206714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4951" + "$ref": "https://ils.rero.ch/api/documents/4951" } }, { @@ -206728,13 +206728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4950" + "$ref": "https://ils.rero.ch/api/documents/4950" } }, { @@ -206742,13 +206742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4950" + "$ref": "https://ils.rero.ch/api/documents/4950" } }, { @@ -206756,13 +206756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4950" + "$ref": "https://ils.rero.ch/api/documents/4950" } }, { @@ -206770,13 +206770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4950" + "$ref": "https://ils.rero.ch/api/documents/4950" } }, { @@ -206784,13 +206784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4949" + "$ref": "https://ils.rero.ch/api/documents/4949" } }, { @@ -206798,13 +206798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4949" + "$ref": "https://ils.rero.ch/api/documents/4949" } }, { @@ -206812,13 +206812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4948" + "$ref": "https://ils.rero.ch/api/documents/4948" } }, { @@ -206826,13 +206826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4948" + "$ref": "https://ils.rero.ch/api/documents/4948" } }, { @@ -206840,13 +206840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4947" + "$ref": "https://ils.rero.ch/api/documents/4947" } }, { @@ -206854,13 +206854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4947" + "$ref": "https://ils.rero.ch/api/documents/4947" } }, { @@ -206868,13 +206868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4947" + "$ref": "https://ils.rero.ch/api/documents/4947" } }, { @@ -206882,13 +206882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4947" + "$ref": "https://ils.rero.ch/api/documents/4947" } }, { @@ -206896,13 +206896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4946" + "$ref": "https://ils.rero.ch/api/documents/4946" } }, { @@ -206910,13 +206910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4946" + "$ref": "https://ils.rero.ch/api/documents/4946" } }, { @@ -206924,13 +206924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4946" + "$ref": "https://ils.rero.ch/api/documents/4946" } }, { @@ -206938,13 +206938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4946" + "$ref": "https://ils.rero.ch/api/documents/4946" } }, { @@ -206952,13 +206952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4946" + "$ref": "https://ils.rero.ch/api/documents/4946" } }, { @@ -206966,13 +206966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4945" + "$ref": "https://ils.rero.ch/api/documents/4945" } }, { @@ -206980,13 +206980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4945" + "$ref": "https://ils.rero.ch/api/documents/4945" } }, { @@ -206994,13 +206994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4944" + "$ref": "https://ils.rero.ch/api/documents/4944" } }, { @@ -207008,13 +207008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4944" + "$ref": "https://ils.rero.ch/api/documents/4944" } }, { @@ -207022,13 +207022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4944" + "$ref": "https://ils.rero.ch/api/documents/4944" } }, { @@ -207036,13 +207036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4943" + "$ref": "https://ils.rero.ch/api/documents/4943" } }, { @@ -207050,13 +207050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4943" + "$ref": "https://ils.rero.ch/api/documents/4943" } }, { @@ -207064,13 +207064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4943" + "$ref": "https://ils.rero.ch/api/documents/4943" } }, { @@ -207078,13 +207078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4942" + "$ref": "https://ils.rero.ch/api/documents/4942" } }, { @@ -207092,13 +207092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4942" + "$ref": "https://ils.rero.ch/api/documents/4942" } }, { @@ -207106,13 +207106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4942" + "$ref": "https://ils.rero.ch/api/documents/4942" } }, { @@ -207120,13 +207120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4942" + "$ref": "https://ils.rero.ch/api/documents/4942" } }, { @@ -207134,13 +207134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4941" + "$ref": "https://ils.rero.ch/api/documents/4941" } }, { @@ -207148,13 +207148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4941" + "$ref": "https://ils.rero.ch/api/documents/4941" } }, { @@ -207162,13 +207162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4941" + "$ref": "https://ils.rero.ch/api/documents/4941" } }, { @@ -207176,13 +207176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4940" + "$ref": "https://ils.rero.ch/api/documents/4940" } }, { @@ -207190,13 +207190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4940" + "$ref": "https://ils.rero.ch/api/documents/4940" } }, { @@ -207204,13 +207204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4940" + "$ref": "https://ils.rero.ch/api/documents/4940" } }, { @@ -207218,13 +207218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4940" + "$ref": "https://ils.rero.ch/api/documents/4940" } }, { @@ -207232,13 +207232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4939" + "$ref": "https://ils.rero.ch/api/documents/4939" } }, { @@ -207246,13 +207246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4939" + "$ref": "https://ils.rero.ch/api/documents/4939" } }, { @@ -207260,13 +207260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4939" + "$ref": "https://ils.rero.ch/api/documents/4939" } }, { @@ -207274,13 +207274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4939" + "$ref": "https://ils.rero.ch/api/documents/4939" } }, { @@ -207288,13 +207288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4938" + "$ref": "https://ils.rero.ch/api/documents/4938" } }, { @@ -207302,13 +207302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4938" + "$ref": "https://ils.rero.ch/api/documents/4938" } }, { @@ -207316,13 +207316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4938" + "$ref": "https://ils.rero.ch/api/documents/4938" } }, { @@ -207330,13 +207330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4938" + "$ref": "https://ils.rero.ch/api/documents/4938" } }, { @@ -207344,13 +207344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4937" + "$ref": "https://ils.rero.ch/api/documents/4937" } }, { @@ -207358,13 +207358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4937" + "$ref": "https://ils.rero.ch/api/documents/4937" } }, { @@ -207372,13 +207372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4937" + "$ref": "https://ils.rero.ch/api/documents/4937" } }, { @@ -207386,13 +207386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4937" + "$ref": "https://ils.rero.ch/api/documents/4937" } }, { @@ -207400,13 +207400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4936" + "$ref": "https://ils.rero.ch/api/documents/4936" } }, { @@ -207414,13 +207414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4935" + "$ref": "https://ils.rero.ch/api/documents/4935" } }, { @@ -207428,13 +207428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4935" + "$ref": "https://ils.rero.ch/api/documents/4935" } }, { @@ -207442,13 +207442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4935" + "$ref": "https://ils.rero.ch/api/documents/4935" } }, { @@ -207456,13 +207456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4935" + "$ref": "https://ils.rero.ch/api/documents/4935" } }, { @@ -207470,13 +207470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4934" + "$ref": "https://ils.rero.ch/api/documents/4934" } }, { @@ -207484,13 +207484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4934" + "$ref": "https://ils.rero.ch/api/documents/4934" } }, { @@ -207498,13 +207498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4934" + "$ref": "https://ils.rero.ch/api/documents/4934" } }, { @@ -207512,13 +207512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4934" + "$ref": "https://ils.rero.ch/api/documents/4934" } }, { @@ -207526,13 +207526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4933" + "$ref": "https://ils.rero.ch/api/documents/4933" } }, { @@ -207540,13 +207540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4933" + "$ref": "https://ils.rero.ch/api/documents/4933" } }, { @@ -207554,13 +207554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4933" + "$ref": "https://ils.rero.ch/api/documents/4933" } }, { @@ -207568,13 +207568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4933" + "$ref": "https://ils.rero.ch/api/documents/4933" } }, { @@ -207582,13 +207582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4933" + "$ref": "https://ils.rero.ch/api/documents/4933" } }, { @@ -207596,13 +207596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4932" + "$ref": "https://ils.rero.ch/api/documents/4932" } }, { @@ -207610,13 +207610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4931" + "$ref": "https://ils.rero.ch/api/documents/4931" } }, { @@ -207624,13 +207624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4931" + "$ref": "https://ils.rero.ch/api/documents/4931" } }, { @@ -207638,13 +207638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4931" + "$ref": "https://ils.rero.ch/api/documents/4931" } }, { @@ -207652,13 +207652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4930" + "$ref": "https://ils.rero.ch/api/documents/4930" } }, { @@ -207666,13 +207666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4930" + "$ref": "https://ils.rero.ch/api/documents/4930" } }, { @@ -207680,13 +207680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4930" + "$ref": "https://ils.rero.ch/api/documents/4930" } }, { @@ -207694,13 +207694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4930" + "$ref": "https://ils.rero.ch/api/documents/4930" } }, { @@ -207708,13 +207708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4930" + "$ref": "https://ils.rero.ch/api/documents/4930" } }, { @@ -207722,13 +207722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4929" + "$ref": "https://ils.rero.ch/api/documents/4929" } }, { @@ -207736,13 +207736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4929" + "$ref": "https://ils.rero.ch/api/documents/4929" } }, { @@ -207750,13 +207750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4929" + "$ref": "https://ils.rero.ch/api/documents/4929" } }, { @@ -207764,13 +207764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4928" + "$ref": "https://ils.rero.ch/api/documents/4928" } }, { @@ -207778,13 +207778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4927" + "$ref": "https://ils.rero.ch/api/documents/4927" } }, { @@ -207792,13 +207792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4927" + "$ref": "https://ils.rero.ch/api/documents/4927" } }, { @@ -207806,13 +207806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4926" + "$ref": "https://ils.rero.ch/api/documents/4926" } }, { @@ -207820,13 +207820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4926" + "$ref": "https://ils.rero.ch/api/documents/4926" } }, { @@ -207834,13 +207834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4926" + "$ref": "https://ils.rero.ch/api/documents/4926" } }, { @@ -207848,13 +207848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4926" + "$ref": "https://ils.rero.ch/api/documents/4926" } }, { @@ -207862,13 +207862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4925" + "$ref": "https://ils.rero.ch/api/documents/4925" } }, { @@ -207876,13 +207876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4925" + "$ref": "https://ils.rero.ch/api/documents/4925" } }, { @@ -207890,13 +207890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4925" + "$ref": "https://ils.rero.ch/api/documents/4925" } }, { @@ -207904,13 +207904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4925" + "$ref": "https://ils.rero.ch/api/documents/4925" } }, { @@ -207918,13 +207918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4925" + "$ref": "https://ils.rero.ch/api/documents/4925" } }, { @@ -207932,13 +207932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4924" + "$ref": "https://ils.rero.ch/api/documents/4924" } }, { @@ -207946,13 +207946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4924" + "$ref": "https://ils.rero.ch/api/documents/4924" } }, { @@ -207960,13 +207960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4924" + "$ref": "https://ils.rero.ch/api/documents/4924" } }, { @@ -207974,13 +207974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4923" + "$ref": "https://ils.rero.ch/api/documents/4923" } }, { @@ -207988,13 +207988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4923" + "$ref": "https://ils.rero.ch/api/documents/4923" } }, { @@ -208002,13 +208002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4923" + "$ref": "https://ils.rero.ch/api/documents/4923" } }, { @@ -208016,13 +208016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4922" + "$ref": "https://ils.rero.ch/api/documents/4922" } }, { @@ -208030,13 +208030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4921" + "$ref": "https://ils.rero.ch/api/documents/4921" } }, { @@ -208044,13 +208044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4921" + "$ref": "https://ils.rero.ch/api/documents/4921" } }, { @@ -208058,13 +208058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4921" + "$ref": "https://ils.rero.ch/api/documents/4921" } }, { @@ -208072,13 +208072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4921" + "$ref": "https://ils.rero.ch/api/documents/4921" } }, { @@ -208086,13 +208086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4920" + "$ref": "https://ils.rero.ch/api/documents/4920" } }, { @@ -208100,13 +208100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4919" + "$ref": "https://ils.rero.ch/api/documents/4919" } }, { @@ -208114,13 +208114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4918" + "$ref": "https://ils.rero.ch/api/documents/4918" } }, { @@ -208128,13 +208128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4918" + "$ref": "https://ils.rero.ch/api/documents/4918" } }, { @@ -208142,13 +208142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4918" + "$ref": "https://ils.rero.ch/api/documents/4918" } }, { @@ -208156,13 +208156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4918" + "$ref": "https://ils.rero.ch/api/documents/4918" } }, { @@ -208170,13 +208170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4918" + "$ref": "https://ils.rero.ch/api/documents/4918" } }, { @@ -208184,13 +208184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4917" + "$ref": "https://ils.rero.ch/api/documents/4917" } }, { @@ -208198,13 +208198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4917" + "$ref": "https://ils.rero.ch/api/documents/4917" } }, { @@ -208212,13 +208212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4917" + "$ref": "https://ils.rero.ch/api/documents/4917" } }, { @@ -208226,13 +208226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4916" + "$ref": "https://ils.rero.ch/api/documents/4916" } }, { @@ -208240,13 +208240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4916" + "$ref": "https://ils.rero.ch/api/documents/4916" } }, { @@ -208254,13 +208254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4916" + "$ref": "https://ils.rero.ch/api/documents/4916" } }, { @@ -208268,13 +208268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4915" + "$ref": "https://ils.rero.ch/api/documents/4915" } }, { @@ -208282,13 +208282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4914" + "$ref": "https://ils.rero.ch/api/documents/4914" } }, { @@ -208296,13 +208296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4914" + "$ref": "https://ils.rero.ch/api/documents/4914" } }, { @@ -208310,13 +208310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4913" + "$ref": "https://ils.rero.ch/api/documents/4913" } }, { @@ -208324,13 +208324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4913" + "$ref": "https://ils.rero.ch/api/documents/4913" } }, { @@ -208338,13 +208338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4912" + "$ref": "https://ils.rero.ch/api/documents/4912" } }, { @@ -208352,13 +208352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4912" + "$ref": "https://ils.rero.ch/api/documents/4912" } }, { @@ -208366,13 +208366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4912" + "$ref": "https://ils.rero.ch/api/documents/4912" } }, { @@ -208380,13 +208380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4912" + "$ref": "https://ils.rero.ch/api/documents/4912" } }, { @@ -208394,13 +208394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4911" + "$ref": "https://ils.rero.ch/api/documents/4911" } }, { @@ -208408,13 +208408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4911" + "$ref": "https://ils.rero.ch/api/documents/4911" } }, { @@ -208422,13 +208422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4910" + "$ref": "https://ils.rero.ch/api/documents/4910" } }, { @@ -208436,13 +208436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4909" + "$ref": "https://ils.rero.ch/api/documents/4909" } }, { @@ -208450,13 +208450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4909" + "$ref": "https://ils.rero.ch/api/documents/4909" } }, { @@ -208464,13 +208464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4909" + "$ref": "https://ils.rero.ch/api/documents/4909" } }, { @@ -208478,13 +208478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4909" + "$ref": "https://ils.rero.ch/api/documents/4909" } }, { @@ -208492,13 +208492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4909" + "$ref": "https://ils.rero.ch/api/documents/4909" } }, { @@ -208506,13 +208506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4908" + "$ref": "https://ils.rero.ch/api/documents/4908" } }, { @@ -208520,13 +208520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4907" + "$ref": "https://ils.rero.ch/api/documents/4907" } }, { @@ -208534,13 +208534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4907" + "$ref": "https://ils.rero.ch/api/documents/4907" } }, { @@ -208548,13 +208548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4906" + "$ref": "https://ils.rero.ch/api/documents/4906" } }, { @@ -208562,13 +208562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4906" + "$ref": "https://ils.rero.ch/api/documents/4906" } }, { @@ -208576,13 +208576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4906" + "$ref": "https://ils.rero.ch/api/documents/4906" } }, { @@ -208590,13 +208590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4906" + "$ref": "https://ils.rero.ch/api/documents/4906" } }, { @@ -208604,13 +208604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4906" + "$ref": "https://ils.rero.ch/api/documents/4906" } }, { @@ -208618,13 +208618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4905" + "$ref": "https://ils.rero.ch/api/documents/4905" } }, { @@ -208632,13 +208632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4905" + "$ref": "https://ils.rero.ch/api/documents/4905" } }, { @@ -208646,13 +208646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4905" + "$ref": "https://ils.rero.ch/api/documents/4905" } }, { @@ -208660,13 +208660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4905" + "$ref": "https://ils.rero.ch/api/documents/4905" } }, { @@ -208674,13 +208674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4905" + "$ref": "https://ils.rero.ch/api/documents/4905" } }, { @@ -208688,13 +208688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4904" + "$ref": "https://ils.rero.ch/api/documents/4904" } }, { @@ -208702,13 +208702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4904" + "$ref": "https://ils.rero.ch/api/documents/4904" } }, { @@ -208716,13 +208716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4904" + "$ref": "https://ils.rero.ch/api/documents/4904" } }, { @@ -208730,13 +208730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4904" + "$ref": "https://ils.rero.ch/api/documents/4904" } }, { @@ -208744,13 +208744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4904" + "$ref": "https://ils.rero.ch/api/documents/4904" } }, { @@ -208758,13 +208758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4903" + "$ref": "https://ils.rero.ch/api/documents/4903" } }, { @@ -208772,13 +208772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4903" + "$ref": "https://ils.rero.ch/api/documents/4903" } }, { @@ -208786,13 +208786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4902" + "$ref": "https://ils.rero.ch/api/documents/4902" } }, { @@ -208800,13 +208800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4902" + "$ref": "https://ils.rero.ch/api/documents/4902" } }, { @@ -208814,13 +208814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4902" + "$ref": "https://ils.rero.ch/api/documents/4902" } }, { @@ -208828,13 +208828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4901" + "$ref": "https://ils.rero.ch/api/documents/4901" } }, { @@ -208842,13 +208842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4901" + "$ref": "https://ils.rero.ch/api/documents/4901" } }, { @@ -208856,13 +208856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4901" + "$ref": "https://ils.rero.ch/api/documents/4901" } }, { @@ -208870,13 +208870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4901" + "$ref": "https://ils.rero.ch/api/documents/4901" } }, { @@ -208884,13 +208884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4901" + "$ref": "https://ils.rero.ch/api/documents/4901" } }, { @@ -208898,13 +208898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4900" + "$ref": "https://ils.rero.ch/api/documents/4900" } }, { @@ -208912,13 +208912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4900" + "$ref": "https://ils.rero.ch/api/documents/4900" } }, { @@ -208926,13 +208926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4899" + "$ref": "https://ils.rero.ch/api/documents/4899" } }, { @@ -208940,13 +208940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4899" + "$ref": "https://ils.rero.ch/api/documents/4899" } }, { @@ -208954,13 +208954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4899" + "$ref": "https://ils.rero.ch/api/documents/4899" } }, { @@ -208968,13 +208968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4899" + "$ref": "https://ils.rero.ch/api/documents/4899" } }, { @@ -208982,13 +208982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4898" + "$ref": "https://ils.rero.ch/api/documents/4898" } }, { @@ -208996,13 +208996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4898" + "$ref": "https://ils.rero.ch/api/documents/4898" } }, { @@ -209010,13 +209010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4898" + "$ref": "https://ils.rero.ch/api/documents/4898" } }, { @@ -209024,13 +209024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4897" + "$ref": "https://ils.rero.ch/api/documents/4897" } }, { @@ -209038,13 +209038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4896" + "$ref": "https://ils.rero.ch/api/documents/4896" } }, { @@ -209052,13 +209052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4896" + "$ref": "https://ils.rero.ch/api/documents/4896" } }, { @@ -209066,13 +209066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4896" + "$ref": "https://ils.rero.ch/api/documents/4896" } }, { @@ -209080,13 +209080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4895" + "$ref": "https://ils.rero.ch/api/documents/4895" } }, { @@ -209094,13 +209094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4895" + "$ref": "https://ils.rero.ch/api/documents/4895" } }, { @@ -209108,13 +209108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4895" + "$ref": "https://ils.rero.ch/api/documents/4895" } }, { @@ -209122,13 +209122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4895" + "$ref": "https://ils.rero.ch/api/documents/4895" } }, { @@ -209136,13 +209136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4895" + "$ref": "https://ils.rero.ch/api/documents/4895" } }, { @@ -209150,13 +209150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4894" + "$ref": "https://ils.rero.ch/api/documents/4894" } }, { @@ -209164,13 +209164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4894" + "$ref": "https://ils.rero.ch/api/documents/4894" } }, { @@ -209178,13 +209178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4894" + "$ref": "https://ils.rero.ch/api/documents/4894" } }, { @@ -209192,13 +209192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4894" + "$ref": "https://ils.rero.ch/api/documents/4894" } }, { @@ -209206,13 +209206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4893" + "$ref": "https://ils.rero.ch/api/documents/4893" } }, { @@ -209220,13 +209220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4893" + "$ref": "https://ils.rero.ch/api/documents/4893" } }, { @@ -209234,13 +209234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4893" + "$ref": "https://ils.rero.ch/api/documents/4893" } }, { @@ -209248,13 +209248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4893" + "$ref": "https://ils.rero.ch/api/documents/4893" } }, { @@ -209262,13 +209262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4892" + "$ref": "https://ils.rero.ch/api/documents/4892" } }, { @@ -209276,13 +209276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4892" + "$ref": "https://ils.rero.ch/api/documents/4892" } }, { @@ -209290,13 +209290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4891" + "$ref": "https://ils.rero.ch/api/documents/4891" } }, { @@ -209304,13 +209304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4890" + "$ref": "https://ils.rero.ch/api/documents/4890" } }, { @@ -209318,13 +209318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4890" + "$ref": "https://ils.rero.ch/api/documents/4890" } }, { @@ -209332,13 +209332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4890" + "$ref": "https://ils.rero.ch/api/documents/4890" } }, { @@ -209346,13 +209346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4890" + "$ref": "https://ils.rero.ch/api/documents/4890" } }, { @@ -209360,13 +209360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4890" + "$ref": "https://ils.rero.ch/api/documents/4890" } }, { @@ -209374,13 +209374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4889" + "$ref": "https://ils.rero.ch/api/documents/4889" } }, { @@ -209388,13 +209388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4888" + "$ref": "https://ils.rero.ch/api/documents/4888" } }, { @@ -209402,13 +209402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4888" + "$ref": "https://ils.rero.ch/api/documents/4888" } }, { @@ -209416,13 +209416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4888" + "$ref": "https://ils.rero.ch/api/documents/4888" } }, { @@ -209430,13 +209430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4887" + "$ref": "https://ils.rero.ch/api/documents/4887" } }, { @@ -209444,13 +209444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4886" + "$ref": "https://ils.rero.ch/api/documents/4886" } }, { @@ -209458,13 +209458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4885" + "$ref": "https://ils.rero.ch/api/documents/4885" } }, { @@ -209472,13 +209472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4885" + "$ref": "https://ils.rero.ch/api/documents/4885" } }, { @@ -209486,13 +209486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4884" + "$ref": "https://ils.rero.ch/api/documents/4884" } }, { @@ -209500,13 +209500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4884" + "$ref": "https://ils.rero.ch/api/documents/4884" } }, { @@ -209514,13 +209514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4884" + "$ref": "https://ils.rero.ch/api/documents/4884" } }, { @@ -209528,13 +209528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4884" + "$ref": "https://ils.rero.ch/api/documents/4884" } }, { @@ -209542,13 +209542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4883" + "$ref": "https://ils.rero.ch/api/documents/4883" } }, { @@ -209556,13 +209556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4883" + "$ref": "https://ils.rero.ch/api/documents/4883" } }, { @@ -209570,13 +209570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4882" + "$ref": "https://ils.rero.ch/api/documents/4882" } }, { @@ -209584,13 +209584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4882" + "$ref": "https://ils.rero.ch/api/documents/4882" } }, { @@ -209598,13 +209598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4882" + "$ref": "https://ils.rero.ch/api/documents/4882" } }, { @@ -209612,13 +209612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4881" + "$ref": "https://ils.rero.ch/api/documents/4881" } }, { @@ -209626,13 +209626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4881" + "$ref": "https://ils.rero.ch/api/documents/4881" } }, { @@ -209640,13 +209640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4881" + "$ref": "https://ils.rero.ch/api/documents/4881" } }, { @@ -209654,13 +209654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4881" + "$ref": "https://ils.rero.ch/api/documents/4881" } }, { @@ -209668,13 +209668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4880" + "$ref": "https://ils.rero.ch/api/documents/4880" } }, { @@ -209682,13 +209682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4879" + "$ref": "https://ils.rero.ch/api/documents/4879" } }, { @@ -209696,13 +209696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4879" + "$ref": "https://ils.rero.ch/api/documents/4879" } }, { @@ -209710,13 +209710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4879" + "$ref": "https://ils.rero.ch/api/documents/4879" } }, { @@ -209724,13 +209724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4879" + "$ref": "https://ils.rero.ch/api/documents/4879" } }, { @@ -209738,13 +209738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4878" + "$ref": "https://ils.rero.ch/api/documents/4878" } }, { @@ -209752,13 +209752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4878" + "$ref": "https://ils.rero.ch/api/documents/4878" } }, { @@ -209766,13 +209766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4877" + "$ref": "https://ils.rero.ch/api/documents/4877" } }, { @@ -209780,13 +209780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4877" + "$ref": "https://ils.rero.ch/api/documents/4877" } }, { @@ -209794,13 +209794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4876" + "$ref": "https://ils.rero.ch/api/documents/4876" } }, { @@ -209808,13 +209808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4876" + "$ref": "https://ils.rero.ch/api/documents/4876" } }, { @@ -209822,13 +209822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4876" + "$ref": "https://ils.rero.ch/api/documents/4876" } }, { @@ -209836,13 +209836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4876" + "$ref": "https://ils.rero.ch/api/documents/4876" } }, { @@ -209850,13 +209850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4876" + "$ref": "https://ils.rero.ch/api/documents/4876" } }, { @@ -209864,13 +209864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4875" + "$ref": "https://ils.rero.ch/api/documents/4875" } }, { @@ -209878,13 +209878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4875" + "$ref": "https://ils.rero.ch/api/documents/4875" } }, { @@ -209892,13 +209892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4875" + "$ref": "https://ils.rero.ch/api/documents/4875" } }, { @@ -209906,13 +209906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4874" + "$ref": "https://ils.rero.ch/api/documents/4874" } }, { @@ -209920,13 +209920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4874" + "$ref": "https://ils.rero.ch/api/documents/4874" } }, { @@ -209934,13 +209934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4874" + "$ref": "https://ils.rero.ch/api/documents/4874" } }, { @@ -209948,13 +209948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4874" + "$ref": "https://ils.rero.ch/api/documents/4874" } }, { @@ -209962,13 +209962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4873" + "$ref": "https://ils.rero.ch/api/documents/4873" } }, { @@ -209976,13 +209976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4873" + "$ref": "https://ils.rero.ch/api/documents/4873" } }, { @@ -209990,13 +209990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4873" + "$ref": "https://ils.rero.ch/api/documents/4873" } }, { @@ -210004,13 +210004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4873" + "$ref": "https://ils.rero.ch/api/documents/4873" } }, { @@ -210018,13 +210018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4873" + "$ref": "https://ils.rero.ch/api/documents/4873" } }, { @@ -210032,13 +210032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4872" + "$ref": "https://ils.rero.ch/api/documents/4872" } }, { @@ -210046,13 +210046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4872" + "$ref": "https://ils.rero.ch/api/documents/4872" } }, { @@ -210060,13 +210060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4871" + "$ref": "https://ils.rero.ch/api/documents/4871" } }, { @@ -210074,13 +210074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4871" + "$ref": "https://ils.rero.ch/api/documents/4871" } }, { @@ -210088,13 +210088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4871" + "$ref": "https://ils.rero.ch/api/documents/4871" } }, { @@ -210102,13 +210102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4871" + "$ref": "https://ils.rero.ch/api/documents/4871" } }, { @@ -210116,13 +210116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4870" + "$ref": "https://ils.rero.ch/api/documents/4870" } }, { @@ -210130,13 +210130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4870" + "$ref": "https://ils.rero.ch/api/documents/4870" } }, { @@ -210144,13 +210144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4870" + "$ref": "https://ils.rero.ch/api/documents/4870" } }, { @@ -210158,13 +210158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4869" + "$ref": "https://ils.rero.ch/api/documents/4869" } }, { @@ -210172,13 +210172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4869" + "$ref": "https://ils.rero.ch/api/documents/4869" } }, { @@ -210186,13 +210186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4869" + "$ref": "https://ils.rero.ch/api/documents/4869" } }, { @@ -210200,13 +210200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4869" + "$ref": "https://ils.rero.ch/api/documents/4869" } }, { @@ -210214,13 +210214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4869" + "$ref": "https://ils.rero.ch/api/documents/4869" } }, { @@ -210228,13 +210228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4868" + "$ref": "https://ils.rero.ch/api/documents/4868" } }, { @@ -210242,13 +210242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4868" + "$ref": "https://ils.rero.ch/api/documents/4868" } }, { @@ -210256,13 +210256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4868" + "$ref": "https://ils.rero.ch/api/documents/4868" } }, { @@ -210270,13 +210270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4867" + "$ref": "https://ils.rero.ch/api/documents/4867" } }, { @@ -210284,13 +210284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4866" + "$ref": "https://ils.rero.ch/api/documents/4866" } }, { @@ -210298,13 +210298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4866" + "$ref": "https://ils.rero.ch/api/documents/4866" } }, { @@ -210312,13 +210312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4866" + "$ref": "https://ils.rero.ch/api/documents/4866" } }, { @@ -210326,13 +210326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4866" + "$ref": "https://ils.rero.ch/api/documents/4866" } }, { @@ -210340,13 +210340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4865" + "$ref": "https://ils.rero.ch/api/documents/4865" } }, { @@ -210354,13 +210354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4865" + "$ref": "https://ils.rero.ch/api/documents/4865" } }, { @@ -210368,13 +210368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4865" + "$ref": "https://ils.rero.ch/api/documents/4865" } }, { @@ -210382,13 +210382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4864" + "$ref": "https://ils.rero.ch/api/documents/4864" } }, { @@ -210396,13 +210396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4864" + "$ref": "https://ils.rero.ch/api/documents/4864" } }, { @@ -210410,13 +210410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4864" + "$ref": "https://ils.rero.ch/api/documents/4864" } }, { @@ -210424,13 +210424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4864" + "$ref": "https://ils.rero.ch/api/documents/4864" } }, { @@ -210438,13 +210438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4863" + "$ref": "https://ils.rero.ch/api/documents/4863" } }, { @@ -210452,13 +210452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4863" + "$ref": "https://ils.rero.ch/api/documents/4863" } }, { @@ -210466,13 +210466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4862" + "$ref": "https://ils.rero.ch/api/documents/4862" } }, { @@ -210480,13 +210480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4861" + "$ref": "https://ils.rero.ch/api/documents/4861" } }, { @@ -210494,13 +210494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4861" + "$ref": "https://ils.rero.ch/api/documents/4861" } }, { @@ -210508,13 +210508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4860" + "$ref": "https://ils.rero.ch/api/documents/4860" } }, { @@ -210522,13 +210522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4860" + "$ref": "https://ils.rero.ch/api/documents/4860" } }, { @@ -210536,13 +210536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4860" + "$ref": "https://ils.rero.ch/api/documents/4860" } }, { @@ -210550,13 +210550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4860" + "$ref": "https://ils.rero.ch/api/documents/4860" } }, { @@ -210564,13 +210564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4859" + "$ref": "https://ils.rero.ch/api/documents/4859" } }, { @@ -210578,13 +210578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4859" + "$ref": "https://ils.rero.ch/api/documents/4859" } }, { @@ -210592,13 +210592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4859" + "$ref": "https://ils.rero.ch/api/documents/4859" } }, { @@ -210606,13 +210606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4859" + "$ref": "https://ils.rero.ch/api/documents/4859" } }, { @@ -210620,13 +210620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4859" + "$ref": "https://ils.rero.ch/api/documents/4859" } }, { @@ -210634,13 +210634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4858" + "$ref": "https://ils.rero.ch/api/documents/4858" } }, { @@ -210648,13 +210648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4858" + "$ref": "https://ils.rero.ch/api/documents/4858" } }, { @@ -210662,13 +210662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4858" + "$ref": "https://ils.rero.ch/api/documents/4858" } }, { @@ -210676,13 +210676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4858" + "$ref": "https://ils.rero.ch/api/documents/4858" } }, { @@ -210690,13 +210690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4857" + "$ref": "https://ils.rero.ch/api/documents/4857" } }, { @@ -210704,13 +210704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4857" + "$ref": "https://ils.rero.ch/api/documents/4857" } }, { @@ -210718,13 +210718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4857" + "$ref": "https://ils.rero.ch/api/documents/4857" } }, { @@ -210732,13 +210732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4857" + "$ref": "https://ils.rero.ch/api/documents/4857" } }, { @@ -210746,13 +210746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4857" + "$ref": "https://ils.rero.ch/api/documents/4857" } }, { @@ -210760,13 +210760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4856" + "$ref": "https://ils.rero.ch/api/documents/4856" } }, { @@ -210774,13 +210774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4856" + "$ref": "https://ils.rero.ch/api/documents/4856" } }, { @@ -210788,13 +210788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4856" + "$ref": "https://ils.rero.ch/api/documents/4856" } }, { @@ -210802,13 +210802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4856" + "$ref": "https://ils.rero.ch/api/documents/4856" } }, { @@ -210816,13 +210816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4856" + "$ref": "https://ils.rero.ch/api/documents/4856" } }, { @@ -210830,13 +210830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4855" + "$ref": "https://ils.rero.ch/api/documents/4855" } }, { @@ -210844,13 +210844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4855" + "$ref": "https://ils.rero.ch/api/documents/4855" } }, { @@ -210858,13 +210858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4854" + "$ref": "https://ils.rero.ch/api/documents/4854" } }, { @@ -210872,13 +210872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4854" + "$ref": "https://ils.rero.ch/api/documents/4854" } }, { @@ -210886,13 +210886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4854" + "$ref": "https://ils.rero.ch/api/documents/4854" } }, { @@ -210900,13 +210900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4853" + "$ref": "https://ils.rero.ch/api/documents/4853" } }, { @@ -210914,13 +210914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4853" + "$ref": "https://ils.rero.ch/api/documents/4853" } }, { @@ -210928,13 +210928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4853" + "$ref": "https://ils.rero.ch/api/documents/4853" } }, { @@ -210942,13 +210942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4852" + "$ref": "https://ils.rero.ch/api/documents/4852" } }, { @@ -210956,13 +210956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4852" + "$ref": "https://ils.rero.ch/api/documents/4852" } }, { @@ -210970,13 +210970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4852" + "$ref": "https://ils.rero.ch/api/documents/4852" } }, { @@ -210984,13 +210984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4851" + "$ref": "https://ils.rero.ch/api/documents/4851" } }, { @@ -210998,13 +210998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4851" + "$ref": "https://ils.rero.ch/api/documents/4851" } }, { @@ -211012,13 +211012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4851" + "$ref": "https://ils.rero.ch/api/documents/4851" } }, { @@ -211026,13 +211026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4851" + "$ref": "https://ils.rero.ch/api/documents/4851" } }, { @@ -211040,13 +211040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4850" + "$ref": "https://ils.rero.ch/api/documents/4850" } }, { @@ -211054,13 +211054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4849" + "$ref": "https://ils.rero.ch/api/documents/4849" } }, { @@ -211068,13 +211068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4849" + "$ref": "https://ils.rero.ch/api/documents/4849" } }, { @@ -211082,13 +211082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4849" + "$ref": "https://ils.rero.ch/api/documents/4849" } }, { @@ -211096,13 +211096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4849" + "$ref": "https://ils.rero.ch/api/documents/4849" } }, { @@ -211110,13 +211110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4849" + "$ref": "https://ils.rero.ch/api/documents/4849" } }, { @@ -211124,13 +211124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4848" + "$ref": "https://ils.rero.ch/api/documents/4848" } }, { @@ -211138,13 +211138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4848" + "$ref": "https://ils.rero.ch/api/documents/4848" } }, { @@ -211152,13 +211152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4848" + "$ref": "https://ils.rero.ch/api/documents/4848" } }, { @@ -211166,13 +211166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4848" + "$ref": "https://ils.rero.ch/api/documents/4848" } }, { @@ -211180,13 +211180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4847" + "$ref": "https://ils.rero.ch/api/documents/4847" } }, { @@ -211194,13 +211194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4846" + "$ref": "https://ils.rero.ch/api/documents/4846" } }, { @@ -211208,13 +211208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4846" + "$ref": "https://ils.rero.ch/api/documents/4846" } }, { @@ -211222,13 +211222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4845" + "$ref": "https://ils.rero.ch/api/documents/4845" } }, { @@ -211236,13 +211236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4845" + "$ref": "https://ils.rero.ch/api/documents/4845" } }, { @@ -211250,13 +211250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4845" + "$ref": "https://ils.rero.ch/api/documents/4845" } }, { @@ -211264,13 +211264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4845" + "$ref": "https://ils.rero.ch/api/documents/4845" } }, { @@ -211278,13 +211278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4844" + "$ref": "https://ils.rero.ch/api/documents/4844" } }, { @@ -211292,13 +211292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4844" + "$ref": "https://ils.rero.ch/api/documents/4844" } }, { @@ -211306,13 +211306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4843" + "$ref": "https://ils.rero.ch/api/documents/4843" } }, { @@ -211320,13 +211320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4843" + "$ref": "https://ils.rero.ch/api/documents/4843" } }, { @@ -211334,13 +211334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4843" + "$ref": "https://ils.rero.ch/api/documents/4843" } }, { @@ -211348,13 +211348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4842" + "$ref": "https://ils.rero.ch/api/documents/4842" } }, { @@ -211362,13 +211362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4842" + "$ref": "https://ils.rero.ch/api/documents/4842" } }, { @@ -211376,13 +211376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4841" + "$ref": "https://ils.rero.ch/api/documents/4841" } }, { @@ -211390,13 +211390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4841" + "$ref": "https://ils.rero.ch/api/documents/4841" } }, { @@ -211404,13 +211404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4841" + "$ref": "https://ils.rero.ch/api/documents/4841" } }, { @@ -211418,13 +211418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4841" + "$ref": "https://ils.rero.ch/api/documents/4841" } }, { @@ -211432,13 +211432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4840" + "$ref": "https://ils.rero.ch/api/documents/4840" } }, { @@ -211446,13 +211446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4839" + "$ref": "https://ils.rero.ch/api/documents/4839" } }, { @@ -211460,13 +211460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4839" + "$ref": "https://ils.rero.ch/api/documents/4839" } }, { @@ -211474,13 +211474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4839" + "$ref": "https://ils.rero.ch/api/documents/4839" } }, { @@ -211488,13 +211488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4838" + "$ref": "https://ils.rero.ch/api/documents/4838" } }, { @@ -211502,13 +211502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4838" + "$ref": "https://ils.rero.ch/api/documents/4838" } }, { @@ -211516,13 +211516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4837" + "$ref": "https://ils.rero.ch/api/documents/4837" } }, { @@ -211530,13 +211530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4837" + "$ref": "https://ils.rero.ch/api/documents/4837" } }, { @@ -211544,13 +211544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4837" + "$ref": "https://ils.rero.ch/api/documents/4837" } }, { @@ -211558,13 +211558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4836" + "$ref": "https://ils.rero.ch/api/documents/4836" } }, { @@ -211572,13 +211572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4836" + "$ref": "https://ils.rero.ch/api/documents/4836" } }, { @@ -211586,13 +211586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4836" + "$ref": "https://ils.rero.ch/api/documents/4836" } }, { @@ -211600,13 +211600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4835" + "$ref": "https://ils.rero.ch/api/documents/4835" } }, { @@ -211614,13 +211614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4835" + "$ref": "https://ils.rero.ch/api/documents/4835" } }, { @@ -211628,13 +211628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4835" + "$ref": "https://ils.rero.ch/api/documents/4835" } }, { @@ -211642,13 +211642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4834" + "$ref": "https://ils.rero.ch/api/documents/4834" } }, { @@ -211656,13 +211656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4834" + "$ref": "https://ils.rero.ch/api/documents/4834" } }, { @@ -211670,13 +211670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4834" + "$ref": "https://ils.rero.ch/api/documents/4834" } }, { @@ -211684,13 +211684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4834" + "$ref": "https://ils.rero.ch/api/documents/4834" } }, { @@ -211698,13 +211698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4833" + "$ref": "https://ils.rero.ch/api/documents/4833" } }, { @@ -211712,13 +211712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4833" + "$ref": "https://ils.rero.ch/api/documents/4833" } }, { @@ -211726,13 +211726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4833" + "$ref": "https://ils.rero.ch/api/documents/4833" } }, { @@ -211740,13 +211740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4833" + "$ref": "https://ils.rero.ch/api/documents/4833" } }, { @@ -211754,13 +211754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4832" + "$ref": "https://ils.rero.ch/api/documents/4832" } }, { @@ -211768,13 +211768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4832" + "$ref": "https://ils.rero.ch/api/documents/4832" } }, { @@ -211782,13 +211782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4832" + "$ref": "https://ils.rero.ch/api/documents/4832" } }, { @@ -211796,13 +211796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4831" + "$ref": "https://ils.rero.ch/api/documents/4831" } }, { @@ -211810,13 +211810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4831" + "$ref": "https://ils.rero.ch/api/documents/4831" } }, { @@ -211824,13 +211824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4831" + "$ref": "https://ils.rero.ch/api/documents/4831" } }, { @@ -211838,13 +211838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4831" + "$ref": "https://ils.rero.ch/api/documents/4831" } }, { @@ -211852,13 +211852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4831" + "$ref": "https://ils.rero.ch/api/documents/4831" } }, { @@ -211866,13 +211866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4830" + "$ref": "https://ils.rero.ch/api/documents/4830" } }, { @@ -211880,13 +211880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4830" + "$ref": "https://ils.rero.ch/api/documents/4830" } }, { @@ -211894,13 +211894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4830" + "$ref": "https://ils.rero.ch/api/documents/4830" } }, { @@ -211908,13 +211908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4830" + "$ref": "https://ils.rero.ch/api/documents/4830" } }, { @@ -211922,13 +211922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4829" + "$ref": "https://ils.rero.ch/api/documents/4829" } }, { @@ -211936,13 +211936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4829" + "$ref": "https://ils.rero.ch/api/documents/4829" } }, { @@ -211950,13 +211950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4829" + "$ref": "https://ils.rero.ch/api/documents/4829" } }, { @@ -211964,13 +211964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4829" + "$ref": "https://ils.rero.ch/api/documents/4829" } }, { @@ -211978,13 +211978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4829" + "$ref": "https://ils.rero.ch/api/documents/4829" } }, { @@ -211992,13 +211992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4828" + "$ref": "https://ils.rero.ch/api/documents/4828" } }, { @@ -212006,13 +212006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4828" + "$ref": "https://ils.rero.ch/api/documents/4828" } }, { @@ -212020,13 +212020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4827" + "$ref": "https://ils.rero.ch/api/documents/4827" } }, { @@ -212034,13 +212034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4827" + "$ref": "https://ils.rero.ch/api/documents/4827" } }, { @@ -212048,13 +212048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4826" + "$ref": "https://ils.rero.ch/api/documents/4826" } }, { @@ -212062,13 +212062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4826" + "$ref": "https://ils.rero.ch/api/documents/4826" } }, { @@ -212076,13 +212076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4826" + "$ref": "https://ils.rero.ch/api/documents/4826" } }, { @@ -212090,13 +212090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4826" + "$ref": "https://ils.rero.ch/api/documents/4826" } }, { @@ -212104,13 +212104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4826" + "$ref": "https://ils.rero.ch/api/documents/4826" } }, { @@ -212118,13 +212118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4825" + "$ref": "https://ils.rero.ch/api/documents/4825" } }, { @@ -212132,13 +212132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4825" + "$ref": "https://ils.rero.ch/api/documents/4825" } }, { @@ -212146,13 +212146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4825" + "$ref": "https://ils.rero.ch/api/documents/4825" } }, { @@ -212160,13 +212160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4824" + "$ref": "https://ils.rero.ch/api/documents/4824" } }, { @@ -212174,13 +212174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4824" + "$ref": "https://ils.rero.ch/api/documents/4824" } }, { @@ -212188,13 +212188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4824" + "$ref": "https://ils.rero.ch/api/documents/4824" } }, { @@ -212202,13 +212202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4824" + "$ref": "https://ils.rero.ch/api/documents/4824" } }, { @@ -212216,13 +212216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4823" + "$ref": "https://ils.rero.ch/api/documents/4823" } }, { @@ -212230,13 +212230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4823" + "$ref": "https://ils.rero.ch/api/documents/4823" } }, { @@ -212244,13 +212244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4823" + "$ref": "https://ils.rero.ch/api/documents/4823" } }, { @@ -212258,13 +212258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4823" + "$ref": "https://ils.rero.ch/api/documents/4823" } }, { @@ -212272,13 +212272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4823" + "$ref": "https://ils.rero.ch/api/documents/4823" } }, { @@ -212286,13 +212286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4822" + "$ref": "https://ils.rero.ch/api/documents/4822" } }, { @@ -212300,13 +212300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4822" + "$ref": "https://ils.rero.ch/api/documents/4822" } }, { @@ -212314,13 +212314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4822" + "$ref": "https://ils.rero.ch/api/documents/4822" } }, { @@ -212328,13 +212328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4822" + "$ref": "https://ils.rero.ch/api/documents/4822" } }, { @@ -212342,13 +212342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4821" + "$ref": "https://ils.rero.ch/api/documents/4821" } }, { @@ -212356,13 +212356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4821" + "$ref": "https://ils.rero.ch/api/documents/4821" } }, { @@ -212370,13 +212370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4820" + "$ref": "https://ils.rero.ch/api/documents/4820" } }, { @@ -212384,13 +212384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4820" + "$ref": "https://ils.rero.ch/api/documents/4820" } }, { @@ -212398,13 +212398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4819" + "$ref": "https://ils.rero.ch/api/documents/4819" } }, { @@ -212412,13 +212412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4819" + "$ref": "https://ils.rero.ch/api/documents/4819" } }, { @@ -212426,13 +212426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4819" + "$ref": "https://ils.rero.ch/api/documents/4819" } }, { @@ -212440,13 +212440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4819" + "$ref": "https://ils.rero.ch/api/documents/4819" } }, { @@ -212454,13 +212454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4818" + "$ref": "https://ils.rero.ch/api/documents/4818" } }, { @@ -212468,13 +212468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4818" + "$ref": "https://ils.rero.ch/api/documents/4818" } }, { @@ -212482,13 +212482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4817" + "$ref": "https://ils.rero.ch/api/documents/4817" } }, { @@ -212496,13 +212496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4816" + "$ref": "https://ils.rero.ch/api/documents/4816" } }, { @@ -212510,13 +212510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4815" + "$ref": "https://ils.rero.ch/api/documents/4815" } }, { @@ -212524,13 +212524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4815" + "$ref": "https://ils.rero.ch/api/documents/4815" } }, { @@ -212538,13 +212538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4815" + "$ref": "https://ils.rero.ch/api/documents/4815" } }, { @@ -212552,13 +212552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4815" + "$ref": "https://ils.rero.ch/api/documents/4815" } }, { @@ -212566,13 +212566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4814" + "$ref": "https://ils.rero.ch/api/documents/4814" } }, { @@ -212580,13 +212580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4814" + "$ref": "https://ils.rero.ch/api/documents/4814" } }, { @@ -212594,13 +212594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4814" + "$ref": "https://ils.rero.ch/api/documents/4814" } }, { @@ -212608,13 +212608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4814" + "$ref": "https://ils.rero.ch/api/documents/4814" } }, { @@ -212622,13 +212622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4813" + "$ref": "https://ils.rero.ch/api/documents/4813" } }, { @@ -212636,13 +212636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4813" + "$ref": "https://ils.rero.ch/api/documents/4813" } }, { @@ -212650,13 +212650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4812" + "$ref": "https://ils.rero.ch/api/documents/4812" } }, { @@ -212664,13 +212664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4812" + "$ref": "https://ils.rero.ch/api/documents/4812" } }, { @@ -212678,13 +212678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4812" + "$ref": "https://ils.rero.ch/api/documents/4812" } }, { @@ -212692,13 +212692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4812" + "$ref": "https://ils.rero.ch/api/documents/4812" } }, { @@ -212706,13 +212706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4812" + "$ref": "https://ils.rero.ch/api/documents/4812" } }, { @@ -212720,13 +212720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4811" + "$ref": "https://ils.rero.ch/api/documents/4811" } }, { @@ -212734,13 +212734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4810" + "$ref": "https://ils.rero.ch/api/documents/4810" } }, { @@ -212748,13 +212748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4810" + "$ref": "https://ils.rero.ch/api/documents/4810" } }, { @@ -212762,13 +212762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4810" + "$ref": "https://ils.rero.ch/api/documents/4810" } }, { @@ -212776,13 +212776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4810" + "$ref": "https://ils.rero.ch/api/documents/4810" } }, { @@ -212790,13 +212790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4809" + "$ref": "https://ils.rero.ch/api/documents/4809" } }, { @@ -212804,13 +212804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4809" + "$ref": "https://ils.rero.ch/api/documents/4809" } }, { @@ -212818,13 +212818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4809" + "$ref": "https://ils.rero.ch/api/documents/4809" } }, { @@ -212832,13 +212832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4809" + "$ref": "https://ils.rero.ch/api/documents/4809" } }, { @@ -212846,13 +212846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4809" + "$ref": "https://ils.rero.ch/api/documents/4809" } }, { @@ -212860,13 +212860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4808" + "$ref": "https://ils.rero.ch/api/documents/4808" } }, { @@ -212874,13 +212874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4807" + "$ref": "https://ils.rero.ch/api/documents/4807" } }, { @@ -212888,13 +212888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4806" + "$ref": "https://ils.rero.ch/api/documents/4806" } }, { @@ -212902,13 +212902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4806" + "$ref": "https://ils.rero.ch/api/documents/4806" } }, { @@ -212916,13 +212916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4805" + "$ref": "https://ils.rero.ch/api/documents/4805" } }, { @@ -212930,13 +212930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4805" + "$ref": "https://ils.rero.ch/api/documents/4805" } }, { @@ -212944,13 +212944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4805" + "$ref": "https://ils.rero.ch/api/documents/4805" } }, { @@ -212958,13 +212958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4804" + "$ref": "https://ils.rero.ch/api/documents/4804" } }, { @@ -212972,13 +212972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4804" + "$ref": "https://ils.rero.ch/api/documents/4804" } }, { @@ -212986,13 +212986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4804" + "$ref": "https://ils.rero.ch/api/documents/4804" } }, { @@ -213000,13 +213000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4803" + "$ref": "https://ils.rero.ch/api/documents/4803" } }, { @@ -213014,13 +213014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4803" + "$ref": "https://ils.rero.ch/api/documents/4803" } }, { @@ -213028,13 +213028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4803" + "$ref": "https://ils.rero.ch/api/documents/4803" } }, { @@ -213042,13 +213042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4803" + "$ref": "https://ils.rero.ch/api/documents/4803" } }, { @@ -213056,13 +213056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4803" + "$ref": "https://ils.rero.ch/api/documents/4803" } }, { @@ -213070,13 +213070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4802" + "$ref": "https://ils.rero.ch/api/documents/4802" } }, { @@ -213084,13 +213084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4802" + "$ref": "https://ils.rero.ch/api/documents/4802" } }, { @@ -213098,13 +213098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4801" + "$ref": "https://ils.rero.ch/api/documents/4801" } }, { @@ -213112,13 +213112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4800" + "$ref": "https://ils.rero.ch/api/documents/4800" } }, { @@ -213126,13 +213126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4800" + "$ref": "https://ils.rero.ch/api/documents/4800" } }, { @@ -213140,13 +213140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4800" + "$ref": "https://ils.rero.ch/api/documents/4800" } }, { @@ -213154,13 +213154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4799" + "$ref": "https://ils.rero.ch/api/documents/4799" } }, { @@ -213168,13 +213168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4799" + "$ref": "https://ils.rero.ch/api/documents/4799" } }, { @@ -213182,13 +213182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4799" + "$ref": "https://ils.rero.ch/api/documents/4799" } }, { @@ -213196,13 +213196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4799" + "$ref": "https://ils.rero.ch/api/documents/4799" } }, { @@ -213210,13 +213210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4798" + "$ref": "https://ils.rero.ch/api/documents/4798" } }, { @@ -213224,13 +213224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4798" + "$ref": "https://ils.rero.ch/api/documents/4798" } }, { @@ -213238,13 +213238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4797" + "$ref": "https://ils.rero.ch/api/documents/4797" } }, { @@ -213252,13 +213252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4796" + "$ref": "https://ils.rero.ch/api/documents/4796" } }, { @@ -213266,13 +213266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4796" + "$ref": "https://ils.rero.ch/api/documents/4796" } }, { @@ -213280,13 +213280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4796" + "$ref": "https://ils.rero.ch/api/documents/4796" } }, { @@ -213294,13 +213294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4796" + "$ref": "https://ils.rero.ch/api/documents/4796" } }, { @@ -213308,13 +213308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4796" + "$ref": "https://ils.rero.ch/api/documents/4796" } }, { @@ -213322,13 +213322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4795" + "$ref": "https://ils.rero.ch/api/documents/4795" } }, { @@ -213336,13 +213336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4794" + "$ref": "https://ils.rero.ch/api/documents/4794" } }, { @@ -213350,13 +213350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4793" + "$ref": "https://ils.rero.ch/api/documents/4793" } }, { @@ -213364,13 +213364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4793" + "$ref": "https://ils.rero.ch/api/documents/4793" } }, { @@ -213378,13 +213378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4793" + "$ref": "https://ils.rero.ch/api/documents/4793" } }, { @@ -213392,13 +213392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4793" + "$ref": "https://ils.rero.ch/api/documents/4793" } }, { @@ -213406,13 +213406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4793" + "$ref": "https://ils.rero.ch/api/documents/4793" } }, { @@ -213420,13 +213420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4792" + "$ref": "https://ils.rero.ch/api/documents/4792" } }, { @@ -213434,13 +213434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4792" + "$ref": "https://ils.rero.ch/api/documents/4792" } }, { @@ -213448,13 +213448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4791" + "$ref": "https://ils.rero.ch/api/documents/4791" } }, { @@ -213462,13 +213462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4790" + "$ref": "https://ils.rero.ch/api/documents/4790" } }, { @@ -213476,13 +213476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4790" + "$ref": "https://ils.rero.ch/api/documents/4790" } }, { @@ -213490,13 +213490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4789" + "$ref": "https://ils.rero.ch/api/documents/4789" } }, { @@ -213504,13 +213504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4789" + "$ref": "https://ils.rero.ch/api/documents/4789" } }, { @@ -213518,13 +213518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4788" + "$ref": "https://ils.rero.ch/api/documents/4788" } }, { @@ -213532,13 +213532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4787" + "$ref": "https://ils.rero.ch/api/documents/4787" } }, { @@ -213546,13 +213546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4787" + "$ref": "https://ils.rero.ch/api/documents/4787" } }, { @@ -213560,13 +213560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4786" + "$ref": "https://ils.rero.ch/api/documents/4786" } }, { @@ -213574,13 +213574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4786" + "$ref": "https://ils.rero.ch/api/documents/4786" } }, { @@ -213588,13 +213588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4786" + "$ref": "https://ils.rero.ch/api/documents/4786" } }, { @@ -213602,13 +213602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4786" + "$ref": "https://ils.rero.ch/api/documents/4786" } }, { @@ -213616,13 +213616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4786" + "$ref": "https://ils.rero.ch/api/documents/4786" } }, { @@ -213630,13 +213630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4785" + "$ref": "https://ils.rero.ch/api/documents/4785" } }, { @@ -213644,13 +213644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4784" + "$ref": "https://ils.rero.ch/api/documents/4784" } }, { @@ -213658,13 +213658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4783" + "$ref": "https://ils.rero.ch/api/documents/4783" } }, { @@ -213672,13 +213672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4783" + "$ref": "https://ils.rero.ch/api/documents/4783" } }, { @@ -213686,13 +213686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4783" + "$ref": "https://ils.rero.ch/api/documents/4783" } }, { @@ -213700,13 +213700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4783" + "$ref": "https://ils.rero.ch/api/documents/4783" } }, { @@ -213714,13 +213714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4782" + "$ref": "https://ils.rero.ch/api/documents/4782" } }, { @@ -213728,13 +213728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4782" + "$ref": "https://ils.rero.ch/api/documents/4782" } }, { @@ -213742,13 +213742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4782" + "$ref": "https://ils.rero.ch/api/documents/4782" } }, { @@ -213756,13 +213756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4782" + "$ref": "https://ils.rero.ch/api/documents/4782" } }, { @@ -213770,13 +213770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4781" + "$ref": "https://ils.rero.ch/api/documents/4781" } }, { @@ -213784,13 +213784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4781" + "$ref": "https://ils.rero.ch/api/documents/4781" } }, { @@ -213798,13 +213798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4781" + "$ref": "https://ils.rero.ch/api/documents/4781" } }, { @@ -213812,13 +213812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4780" + "$ref": "https://ils.rero.ch/api/documents/4780" } }, { @@ -213826,13 +213826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4780" + "$ref": "https://ils.rero.ch/api/documents/4780" } }, { @@ -213840,13 +213840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4780" + "$ref": "https://ils.rero.ch/api/documents/4780" } }, { @@ -213854,13 +213854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4780" + "$ref": "https://ils.rero.ch/api/documents/4780" } }, { @@ -213868,13 +213868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4779" + "$ref": "https://ils.rero.ch/api/documents/4779" } }, { @@ -213882,13 +213882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4779" + "$ref": "https://ils.rero.ch/api/documents/4779" } }, { @@ -213896,13 +213896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4779" + "$ref": "https://ils.rero.ch/api/documents/4779" } }, { @@ -213910,13 +213910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4778" + "$ref": "https://ils.rero.ch/api/documents/4778" } }, { @@ -213924,13 +213924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4778" + "$ref": "https://ils.rero.ch/api/documents/4778" } }, { @@ -213938,13 +213938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4778" + "$ref": "https://ils.rero.ch/api/documents/4778" } }, { @@ -213952,13 +213952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4777" + "$ref": "https://ils.rero.ch/api/documents/4777" } }, { @@ -213966,13 +213966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4777" + "$ref": "https://ils.rero.ch/api/documents/4777" } }, { @@ -213980,13 +213980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4777" + "$ref": "https://ils.rero.ch/api/documents/4777" } }, { @@ -213994,13 +213994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4777" + "$ref": "https://ils.rero.ch/api/documents/4777" } }, { @@ -214008,13 +214008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4777" + "$ref": "https://ils.rero.ch/api/documents/4777" } }, { @@ -214022,13 +214022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4776" + "$ref": "https://ils.rero.ch/api/documents/4776" } }, { @@ -214036,13 +214036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4776" + "$ref": "https://ils.rero.ch/api/documents/4776" } }, { @@ -214050,13 +214050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4776" + "$ref": "https://ils.rero.ch/api/documents/4776" } }, { @@ -214064,13 +214064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4775" + "$ref": "https://ils.rero.ch/api/documents/4775" } }, { @@ -214078,13 +214078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4774" + "$ref": "https://ils.rero.ch/api/documents/4774" } }, { @@ -214092,13 +214092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4774" + "$ref": "https://ils.rero.ch/api/documents/4774" } }, { @@ -214106,13 +214106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4774" + "$ref": "https://ils.rero.ch/api/documents/4774" } }, { @@ -214120,13 +214120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4774" + "$ref": "https://ils.rero.ch/api/documents/4774" } }, { @@ -214134,13 +214134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4774" + "$ref": "https://ils.rero.ch/api/documents/4774" } }, { @@ -214148,13 +214148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4773" + "$ref": "https://ils.rero.ch/api/documents/4773" } }, { @@ -214162,13 +214162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4773" + "$ref": "https://ils.rero.ch/api/documents/4773" } }, { @@ -214176,13 +214176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4772" + "$ref": "https://ils.rero.ch/api/documents/4772" } }, { @@ -214190,13 +214190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4772" + "$ref": "https://ils.rero.ch/api/documents/4772" } }, { @@ -214204,13 +214204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4772" + "$ref": "https://ils.rero.ch/api/documents/4772" } }, { @@ -214218,13 +214218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4772" + "$ref": "https://ils.rero.ch/api/documents/4772" } }, { @@ -214232,13 +214232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4771" + "$ref": "https://ils.rero.ch/api/documents/4771" } }, { @@ -214246,13 +214246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4771" + "$ref": "https://ils.rero.ch/api/documents/4771" } }, { @@ -214260,13 +214260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4771" + "$ref": "https://ils.rero.ch/api/documents/4771" } }, { @@ -214274,13 +214274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4771" + "$ref": "https://ils.rero.ch/api/documents/4771" } }, { @@ -214288,13 +214288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4770" + "$ref": "https://ils.rero.ch/api/documents/4770" } }, { @@ -214302,13 +214302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4770" + "$ref": "https://ils.rero.ch/api/documents/4770" } }, { @@ -214316,13 +214316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4770" + "$ref": "https://ils.rero.ch/api/documents/4770" } }, { @@ -214330,13 +214330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4769" + "$ref": "https://ils.rero.ch/api/documents/4769" } }, { @@ -214344,13 +214344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4769" + "$ref": "https://ils.rero.ch/api/documents/4769" } }, { @@ -214358,13 +214358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4768" + "$ref": "https://ils.rero.ch/api/documents/4768" } }, { @@ -214372,13 +214372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4768" + "$ref": "https://ils.rero.ch/api/documents/4768" } }, { @@ -214386,13 +214386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4768" + "$ref": "https://ils.rero.ch/api/documents/4768" } }, { @@ -214400,13 +214400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4768" + "$ref": "https://ils.rero.ch/api/documents/4768" } }, { @@ -214414,13 +214414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4768" + "$ref": "https://ils.rero.ch/api/documents/4768" } }, { @@ -214428,13 +214428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4767" + "$ref": "https://ils.rero.ch/api/documents/4767" } }, { @@ -214442,13 +214442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4767" + "$ref": "https://ils.rero.ch/api/documents/4767" } }, { @@ -214456,13 +214456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4766" + "$ref": "https://ils.rero.ch/api/documents/4766" } }, { @@ -214470,13 +214470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4765" + "$ref": "https://ils.rero.ch/api/documents/4765" } }, { @@ -214484,13 +214484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4765" + "$ref": "https://ils.rero.ch/api/documents/4765" } }, { @@ -214498,13 +214498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4764" + "$ref": "https://ils.rero.ch/api/documents/4764" } }, { @@ -214512,13 +214512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4764" + "$ref": "https://ils.rero.ch/api/documents/4764" } }, { @@ -214526,13 +214526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4763" + "$ref": "https://ils.rero.ch/api/documents/4763" } }, { @@ -214540,13 +214540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4763" + "$ref": "https://ils.rero.ch/api/documents/4763" } }, { @@ -214554,13 +214554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4763" + "$ref": "https://ils.rero.ch/api/documents/4763" } }, { @@ -214568,13 +214568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4762" + "$ref": "https://ils.rero.ch/api/documents/4762" } }, { @@ -214582,13 +214582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4762" + "$ref": "https://ils.rero.ch/api/documents/4762" } }, { @@ -214596,13 +214596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4762" + "$ref": "https://ils.rero.ch/api/documents/4762" } }, { @@ -214610,13 +214610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4762" + "$ref": "https://ils.rero.ch/api/documents/4762" } }, { @@ -214624,13 +214624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4762" + "$ref": "https://ils.rero.ch/api/documents/4762" } }, { @@ -214638,13 +214638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4761" + "$ref": "https://ils.rero.ch/api/documents/4761" } }, { @@ -214652,13 +214652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4760" + "$ref": "https://ils.rero.ch/api/documents/4760" } }, { @@ -214666,13 +214666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4760" + "$ref": "https://ils.rero.ch/api/documents/4760" } }, { @@ -214680,13 +214680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4760" + "$ref": "https://ils.rero.ch/api/documents/4760" } }, { @@ -214694,13 +214694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4760" + "$ref": "https://ils.rero.ch/api/documents/4760" } }, { @@ -214708,13 +214708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4760" + "$ref": "https://ils.rero.ch/api/documents/4760" } }, { @@ -214722,13 +214722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4759" + "$ref": "https://ils.rero.ch/api/documents/4759" } }, { @@ -214736,13 +214736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4759" + "$ref": "https://ils.rero.ch/api/documents/4759" } }, { @@ -214750,13 +214750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4759" + "$ref": "https://ils.rero.ch/api/documents/4759" } }, { @@ -214764,13 +214764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4759" + "$ref": "https://ils.rero.ch/api/documents/4759" } }, { @@ -214778,13 +214778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4759" + "$ref": "https://ils.rero.ch/api/documents/4759" } }, { @@ -214792,13 +214792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4758" + "$ref": "https://ils.rero.ch/api/documents/4758" } }, { @@ -214806,13 +214806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4758" + "$ref": "https://ils.rero.ch/api/documents/4758" } }, { @@ -214820,13 +214820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4758" + "$ref": "https://ils.rero.ch/api/documents/4758" } }, { @@ -214834,13 +214834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4757" + "$ref": "https://ils.rero.ch/api/documents/4757" } }, { @@ -214848,13 +214848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4757" + "$ref": "https://ils.rero.ch/api/documents/4757" } }, { @@ -214862,13 +214862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4757" + "$ref": "https://ils.rero.ch/api/documents/4757" } }, { @@ -214876,13 +214876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4757" + "$ref": "https://ils.rero.ch/api/documents/4757" } }, { @@ -214890,13 +214890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4756" + "$ref": "https://ils.rero.ch/api/documents/4756" } }, { @@ -214904,13 +214904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4755" + "$ref": "https://ils.rero.ch/api/documents/4755" } }, { @@ -214918,13 +214918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4755" + "$ref": "https://ils.rero.ch/api/documents/4755" } }, { @@ -214932,13 +214932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4754" + "$ref": "https://ils.rero.ch/api/documents/4754" } }, { @@ -214946,13 +214946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4753" + "$ref": "https://ils.rero.ch/api/documents/4753" } }, { @@ -214960,13 +214960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4753" + "$ref": "https://ils.rero.ch/api/documents/4753" } }, { @@ -214974,13 +214974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4753" + "$ref": "https://ils.rero.ch/api/documents/4753" } }, { @@ -214988,13 +214988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4753" + "$ref": "https://ils.rero.ch/api/documents/4753" } }, { @@ -215002,13 +215002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4752" + "$ref": "https://ils.rero.ch/api/documents/4752" } }, { @@ -215016,13 +215016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4752" + "$ref": "https://ils.rero.ch/api/documents/4752" } }, { @@ -215030,13 +215030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4751" + "$ref": "https://ils.rero.ch/api/documents/4751" } }, { @@ -215044,13 +215044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4751" + "$ref": "https://ils.rero.ch/api/documents/4751" } }, { @@ -215058,13 +215058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4751" + "$ref": "https://ils.rero.ch/api/documents/4751" } }, { @@ -215072,13 +215072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4751" + "$ref": "https://ils.rero.ch/api/documents/4751" } }, { @@ -215086,13 +215086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4750" + "$ref": "https://ils.rero.ch/api/documents/4750" } }, { @@ -215100,13 +215100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4750" + "$ref": "https://ils.rero.ch/api/documents/4750" } }, { @@ -215114,13 +215114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4750" + "$ref": "https://ils.rero.ch/api/documents/4750" } }, { @@ -215128,13 +215128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4749" + "$ref": "https://ils.rero.ch/api/documents/4749" } }, { @@ -215142,13 +215142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4748" + "$ref": "https://ils.rero.ch/api/documents/4748" } }, { @@ -215156,13 +215156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4748" + "$ref": "https://ils.rero.ch/api/documents/4748" } }, { @@ -215170,13 +215170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4747" + "$ref": "https://ils.rero.ch/api/documents/4747" } }, { @@ -215184,13 +215184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4747" + "$ref": "https://ils.rero.ch/api/documents/4747" } }, { @@ -215198,13 +215198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4746" + "$ref": "https://ils.rero.ch/api/documents/4746" } }, { @@ -215212,13 +215212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4746" + "$ref": "https://ils.rero.ch/api/documents/4746" } }, { @@ -215226,13 +215226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4745" + "$ref": "https://ils.rero.ch/api/documents/4745" } }, { @@ -215240,13 +215240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4744" + "$ref": "https://ils.rero.ch/api/documents/4744" } }, { @@ -215254,13 +215254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4744" + "$ref": "https://ils.rero.ch/api/documents/4744" } }, { @@ -215268,13 +215268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4744" + "$ref": "https://ils.rero.ch/api/documents/4744" } }, { @@ -215282,13 +215282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4744" + "$ref": "https://ils.rero.ch/api/documents/4744" } }, { @@ -215296,13 +215296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4744" + "$ref": "https://ils.rero.ch/api/documents/4744" } }, { @@ -215310,13 +215310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4743" + "$ref": "https://ils.rero.ch/api/documents/4743" } }, { @@ -215324,13 +215324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4743" + "$ref": "https://ils.rero.ch/api/documents/4743" } }, { @@ -215338,13 +215338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4743" + "$ref": "https://ils.rero.ch/api/documents/4743" } }, { @@ -215352,13 +215352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4743" + "$ref": "https://ils.rero.ch/api/documents/4743" } }, { @@ -215366,13 +215366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4743" + "$ref": "https://ils.rero.ch/api/documents/4743" } }, { @@ -215380,13 +215380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4742" + "$ref": "https://ils.rero.ch/api/documents/4742" } }, { @@ -215394,13 +215394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4741" + "$ref": "https://ils.rero.ch/api/documents/4741" } }, { @@ -215408,13 +215408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4741" + "$ref": "https://ils.rero.ch/api/documents/4741" } }, { @@ -215422,13 +215422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4741" + "$ref": "https://ils.rero.ch/api/documents/4741" } }, { @@ -215436,13 +215436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4741" + "$ref": "https://ils.rero.ch/api/documents/4741" } }, { @@ -215450,13 +215450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4740" + "$ref": "https://ils.rero.ch/api/documents/4740" } }, { @@ -215464,13 +215464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4740" + "$ref": "https://ils.rero.ch/api/documents/4740" } }, { @@ -215478,13 +215478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4740" + "$ref": "https://ils.rero.ch/api/documents/4740" } }, { @@ -215492,13 +215492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4739" + "$ref": "https://ils.rero.ch/api/documents/4739" } }, { @@ -215506,13 +215506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4738" + "$ref": "https://ils.rero.ch/api/documents/4738" } }, { @@ -215520,13 +215520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4737" + "$ref": "https://ils.rero.ch/api/documents/4737" } }, { @@ -215534,13 +215534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4737" + "$ref": "https://ils.rero.ch/api/documents/4737" } }, { @@ -215548,13 +215548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4736" + "$ref": "https://ils.rero.ch/api/documents/4736" } }, { @@ -215562,13 +215562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4735" + "$ref": "https://ils.rero.ch/api/documents/4735" } }, { @@ -215576,13 +215576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4735" + "$ref": "https://ils.rero.ch/api/documents/4735" } }, { @@ -215590,13 +215590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4735" + "$ref": "https://ils.rero.ch/api/documents/4735" } }, { @@ -215604,13 +215604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4734" + "$ref": "https://ils.rero.ch/api/documents/4734" } }, { @@ -215618,13 +215618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4734" + "$ref": "https://ils.rero.ch/api/documents/4734" } }, { @@ -215632,13 +215632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4734" + "$ref": "https://ils.rero.ch/api/documents/4734" } }, { @@ -215646,13 +215646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4733" + "$ref": "https://ils.rero.ch/api/documents/4733" } }, { @@ -215660,13 +215660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4733" + "$ref": "https://ils.rero.ch/api/documents/4733" } }, { @@ -215674,13 +215674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4733" + "$ref": "https://ils.rero.ch/api/documents/4733" } }, { @@ -215688,13 +215688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4733" + "$ref": "https://ils.rero.ch/api/documents/4733" } }, { @@ -215702,13 +215702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4732" + "$ref": "https://ils.rero.ch/api/documents/4732" } }, { @@ -215716,13 +215716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4732" + "$ref": "https://ils.rero.ch/api/documents/4732" } }, { @@ -215730,13 +215730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4732" + "$ref": "https://ils.rero.ch/api/documents/4732" } }, { @@ -215744,13 +215744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4732" + "$ref": "https://ils.rero.ch/api/documents/4732" } }, { @@ -215758,13 +215758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4731" + "$ref": "https://ils.rero.ch/api/documents/4731" } }, { @@ -215772,13 +215772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4731" + "$ref": "https://ils.rero.ch/api/documents/4731" } }, { @@ -215786,13 +215786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4730" + "$ref": "https://ils.rero.ch/api/documents/4730" } }, { @@ -215800,13 +215800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4730" + "$ref": "https://ils.rero.ch/api/documents/4730" } }, { @@ -215814,13 +215814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4730" + "$ref": "https://ils.rero.ch/api/documents/4730" } }, { @@ -215828,13 +215828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4729" + "$ref": "https://ils.rero.ch/api/documents/4729" } }, { @@ -215842,13 +215842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4729" + "$ref": "https://ils.rero.ch/api/documents/4729" } }, { @@ -215856,13 +215856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4729" + "$ref": "https://ils.rero.ch/api/documents/4729" } }, { @@ -215870,13 +215870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4728" + "$ref": "https://ils.rero.ch/api/documents/4728" } }, { @@ -215884,13 +215884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4728" + "$ref": "https://ils.rero.ch/api/documents/4728" } }, { @@ -215898,13 +215898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4727" + "$ref": "https://ils.rero.ch/api/documents/4727" } }, { @@ -215912,13 +215912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4727" + "$ref": "https://ils.rero.ch/api/documents/4727" } }, { @@ -215926,13 +215926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4727" + "$ref": "https://ils.rero.ch/api/documents/4727" } }, { @@ -215940,13 +215940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4727" + "$ref": "https://ils.rero.ch/api/documents/4727" } }, { @@ -215954,13 +215954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4726" + "$ref": "https://ils.rero.ch/api/documents/4726" } }, { @@ -215968,13 +215968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4725" + "$ref": "https://ils.rero.ch/api/documents/4725" } }, { @@ -215982,13 +215982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4725" + "$ref": "https://ils.rero.ch/api/documents/4725" } }, { @@ -215996,13 +215996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4724" + "$ref": "https://ils.rero.ch/api/documents/4724" } }, { @@ -216010,13 +216010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4724" + "$ref": "https://ils.rero.ch/api/documents/4724" } }, { @@ -216024,13 +216024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4724" + "$ref": "https://ils.rero.ch/api/documents/4724" } }, { @@ -216038,13 +216038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4724" + "$ref": "https://ils.rero.ch/api/documents/4724" } }, { @@ -216052,13 +216052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4724" + "$ref": "https://ils.rero.ch/api/documents/4724" } }, { @@ -216066,13 +216066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4723" + "$ref": "https://ils.rero.ch/api/documents/4723" } }, { @@ -216080,13 +216080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4723" + "$ref": "https://ils.rero.ch/api/documents/4723" } }, { @@ -216094,13 +216094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4723" + "$ref": "https://ils.rero.ch/api/documents/4723" } }, { @@ -216108,13 +216108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4723" + "$ref": "https://ils.rero.ch/api/documents/4723" } }, { @@ -216122,13 +216122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4722" + "$ref": "https://ils.rero.ch/api/documents/4722" } }, { @@ -216136,13 +216136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4722" + "$ref": "https://ils.rero.ch/api/documents/4722" } }, { @@ -216150,13 +216150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4721" + "$ref": "https://ils.rero.ch/api/documents/4721" } }, { @@ -216164,13 +216164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4721" + "$ref": "https://ils.rero.ch/api/documents/4721" } }, { @@ -216178,13 +216178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4721" + "$ref": "https://ils.rero.ch/api/documents/4721" } }, { @@ -216192,13 +216192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4721" + "$ref": "https://ils.rero.ch/api/documents/4721" } }, { @@ -216206,13 +216206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4720" + "$ref": "https://ils.rero.ch/api/documents/4720" } }, { @@ -216220,13 +216220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4720" + "$ref": "https://ils.rero.ch/api/documents/4720" } }, { @@ -216234,13 +216234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4720" + "$ref": "https://ils.rero.ch/api/documents/4720" } }, { @@ -216248,13 +216248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4719" + "$ref": "https://ils.rero.ch/api/documents/4719" } }, { @@ -216262,13 +216262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4719" + "$ref": "https://ils.rero.ch/api/documents/4719" } }, { @@ -216276,13 +216276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4719" + "$ref": "https://ils.rero.ch/api/documents/4719" } }, { @@ -216290,13 +216290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4718" + "$ref": "https://ils.rero.ch/api/documents/4718" } }, { @@ -216304,13 +216304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4717" + "$ref": "https://ils.rero.ch/api/documents/4717" } }, { @@ -216318,13 +216318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4716" + "$ref": "https://ils.rero.ch/api/documents/4716" } }, { @@ -216332,13 +216332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4716" + "$ref": "https://ils.rero.ch/api/documents/4716" } }, { @@ -216346,13 +216346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4716" + "$ref": "https://ils.rero.ch/api/documents/4716" } }, { @@ -216360,13 +216360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4716" + "$ref": "https://ils.rero.ch/api/documents/4716" } }, { @@ -216374,13 +216374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4715" + "$ref": "https://ils.rero.ch/api/documents/4715" } }, { @@ -216388,13 +216388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4715" + "$ref": "https://ils.rero.ch/api/documents/4715" } }, { @@ -216402,13 +216402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4715" + "$ref": "https://ils.rero.ch/api/documents/4715" } }, { @@ -216416,13 +216416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4715" + "$ref": "https://ils.rero.ch/api/documents/4715" } }, { @@ -216430,13 +216430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4714" + "$ref": "https://ils.rero.ch/api/documents/4714" } }, { @@ -216444,13 +216444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4714" + "$ref": "https://ils.rero.ch/api/documents/4714" } }, { @@ -216458,13 +216458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4714" + "$ref": "https://ils.rero.ch/api/documents/4714" } }, { @@ -216472,13 +216472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4713" + "$ref": "https://ils.rero.ch/api/documents/4713" } }, { @@ -216486,13 +216486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4713" + "$ref": "https://ils.rero.ch/api/documents/4713" } }, { @@ -216500,13 +216500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4713" + "$ref": "https://ils.rero.ch/api/documents/4713" } }, { @@ -216514,13 +216514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4713" + "$ref": "https://ils.rero.ch/api/documents/4713" } }, { @@ -216528,13 +216528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4712" + "$ref": "https://ils.rero.ch/api/documents/4712" } }, { @@ -216542,13 +216542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4712" + "$ref": "https://ils.rero.ch/api/documents/4712" } }, { @@ -216556,13 +216556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4712" + "$ref": "https://ils.rero.ch/api/documents/4712" } }, { @@ -216570,13 +216570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4712" + "$ref": "https://ils.rero.ch/api/documents/4712" } }, { @@ -216584,13 +216584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4712" + "$ref": "https://ils.rero.ch/api/documents/4712" } }, { @@ -216598,13 +216598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4711" + "$ref": "https://ils.rero.ch/api/documents/4711" } }, { @@ -216612,13 +216612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4710" + "$ref": "https://ils.rero.ch/api/documents/4710" } }, { @@ -216626,13 +216626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4709" + "$ref": "https://ils.rero.ch/api/documents/4709" } }, { @@ -216640,13 +216640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4709" + "$ref": "https://ils.rero.ch/api/documents/4709" } }, { @@ -216654,13 +216654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4708" + "$ref": "https://ils.rero.ch/api/documents/4708" } }, { @@ -216668,13 +216668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4708" + "$ref": "https://ils.rero.ch/api/documents/4708" } }, { @@ -216682,13 +216682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4708" + "$ref": "https://ils.rero.ch/api/documents/4708" } }, { @@ -216696,13 +216696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4707" + "$ref": "https://ils.rero.ch/api/documents/4707" } }, { @@ -216710,13 +216710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4707" + "$ref": "https://ils.rero.ch/api/documents/4707" } }, { @@ -216724,13 +216724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4706" + "$ref": "https://ils.rero.ch/api/documents/4706" } }, { @@ -216738,13 +216738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4706" + "$ref": "https://ils.rero.ch/api/documents/4706" } }, { @@ -216752,13 +216752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4706" + "$ref": "https://ils.rero.ch/api/documents/4706" } }, { @@ -216766,13 +216766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4705" + "$ref": "https://ils.rero.ch/api/documents/4705" } }, { @@ -216780,13 +216780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4705" + "$ref": "https://ils.rero.ch/api/documents/4705" } }, { @@ -216794,13 +216794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4705" + "$ref": "https://ils.rero.ch/api/documents/4705" } }, { @@ -216808,13 +216808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4705" + "$ref": "https://ils.rero.ch/api/documents/4705" } }, { @@ -216822,13 +216822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4704" + "$ref": "https://ils.rero.ch/api/documents/4704" } }, { @@ -216836,13 +216836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4704" + "$ref": "https://ils.rero.ch/api/documents/4704" } }, { @@ -216850,13 +216850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4704" + "$ref": "https://ils.rero.ch/api/documents/4704" } }, { @@ -216864,13 +216864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4704" + "$ref": "https://ils.rero.ch/api/documents/4704" } }, { @@ -216878,13 +216878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4704" + "$ref": "https://ils.rero.ch/api/documents/4704" } }, { @@ -216892,13 +216892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4703" + "$ref": "https://ils.rero.ch/api/documents/4703" } }, { @@ -216906,13 +216906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4703" + "$ref": "https://ils.rero.ch/api/documents/4703" } }, { @@ -216920,13 +216920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4703" + "$ref": "https://ils.rero.ch/api/documents/4703" } }, { @@ -216934,13 +216934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4703" + "$ref": "https://ils.rero.ch/api/documents/4703" } }, { @@ -216948,13 +216948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4702" + "$ref": "https://ils.rero.ch/api/documents/4702" } }, { @@ -216962,13 +216962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4702" + "$ref": "https://ils.rero.ch/api/documents/4702" } }, { @@ -216976,13 +216976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4702" + "$ref": "https://ils.rero.ch/api/documents/4702" } }, { @@ -216990,13 +216990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4701" + "$ref": "https://ils.rero.ch/api/documents/4701" } }, { @@ -217004,13 +217004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4701" + "$ref": "https://ils.rero.ch/api/documents/4701" } }, { @@ -217018,13 +217018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4701" + "$ref": "https://ils.rero.ch/api/documents/4701" } }, { @@ -217032,13 +217032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4700" + "$ref": "https://ils.rero.ch/api/documents/4700" } }, { @@ -217046,13 +217046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4700" + "$ref": "https://ils.rero.ch/api/documents/4700" } }, { @@ -217060,13 +217060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4699" + "$ref": "https://ils.rero.ch/api/documents/4699" } }, { @@ -217074,13 +217074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4699" + "$ref": "https://ils.rero.ch/api/documents/4699" } }, { @@ -217088,13 +217088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4698" + "$ref": "https://ils.rero.ch/api/documents/4698" } }, { @@ -217102,13 +217102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4698" + "$ref": "https://ils.rero.ch/api/documents/4698" } }, { @@ -217116,13 +217116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4698" + "$ref": "https://ils.rero.ch/api/documents/4698" } }, { @@ -217130,13 +217130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4698" + "$ref": "https://ils.rero.ch/api/documents/4698" } }, { @@ -217144,13 +217144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4698" + "$ref": "https://ils.rero.ch/api/documents/4698" } }, { @@ -217158,13 +217158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4697" + "$ref": "https://ils.rero.ch/api/documents/4697" } }, { @@ -217172,13 +217172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4697" + "$ref": "https://ils.rero.ch/api/documents/4697" } }, { @@ -217186,13 +217186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4696" + "$ref": "https://ils.rero.ch/api/documents/4696" } }, { @@ -217200,13 +217200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4696" + "$ref": "https://ils.rero.ch/api/documents/4696" } }, { @@ -217214,13 +217214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4696" + "$ref": "https://ils.rero.ch/api/documents/4696" } }, { @@ -217228,13 +217228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4696" + "$ref": "https://ils.rero.ch/api/documents/4696" } }, { @@ -217242,13 +217242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4695" + "$ref": "https://ils.rero.ch/api/documents/4695" } }, { @@ -217256,13 +217256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4695" + "$ref": "https://ils.rero.ch/api/documents/4695" } }, { @@ -217270,13 +217270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4695" + "$ref": "https://ils.rero.ch/api/documents/4695" } }, { @@ -217284,13 +217284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4695" + "$ref": "https://ils.rero.ch/api/documents/4695" } }, { @@ -217298,13 +217298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4694" + "$ref": "https://ils.rero.ch/api/documents/4694" } }, { @@ -217312,13 +217312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4694" + "$ref": "https://ils.rero.ch/api/documents/4694" } }, { @@ -217326,13 +217326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4693" + "$ref": "https://ils.rero.ch/api/documents/4693" } }, { @@ -217340,13 +217340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4693" + "$ref": "https://ils.rero.ch/api/documents/4693" } }, { @@ -217354,13 +217354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4692" + "$ref": "https://ils.rero.ch/api/documents/4692" } }, { @@ -217368,13 +217368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4691" + "$ref": "https://ils.rero.ch/api/documents/4691" } }, { @@ -217382,13 +217382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4691" + "$ref": "https://ils.rero.ch/api/documents/4691" } }, { @@ -217396,13 +217396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4690" + "$ref": "https://ils.rero.ch/api/documents/4690" } }, { @@ -217410,13 +217410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4690" + "$ref": "https://ils.rero.ch/api/documents/4690" } }, { @@ -217424,13 +217424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4690" + "$ref": "https://ils.rero.ch/api/documents/4690" } }, { @@ -217438,13 +217438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4689" + "$ref": "https://ils.rero.ch/api/documents/4689" } }, { @@ -217452,13 +217452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4689" + "$ref": "https://ils.rero.ch/api/documents/4689" } }, { @@ -217466,13 +217466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4689" + "$ref": "https://ils.rero.ch/api/documents/4689" } }, { @@ -217480,13 +217480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4688" + "$ref": "https://ils.rero.ch/api/documents/4688" } }, { @@ -217494,13 +217494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4688" + "$ref": "https://ils.rero.ch/api/documents/4688" } }, { @@ -217508,13 +217508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4687" + "$ref": "https://ils.rero.ch/api/documents/4687" } }, { @@ -217522,13 +217522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4687" + "$ref": "https://ils.rero.ch/api/documents/4687" } }, { @@ -217536,13 +217536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4687" + "$ref": "https://ils.rero.ch/api/documents/4687" } }, { @@ -217550,13 +217550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4686" + "$ref": "https://ils.rero.ch/api/documents/4686" } }, { @@ -217564,13 +217564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4686" + "$ref": "https://ils.rero.ch/api/documents/4686" } }, { @@ -217578,13 +217578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4686" + "$ref": "https://ils.rero.ch/api/documents/4686" } }, { @@ -217592,13 +217592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4685" + "$ref": "https://ils.rero.ch/api/documents/4685" } }, { @@ -217606,13 +217606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4685" + "$ref": "https://ils.rero.ch/api/documents/4685" } }, { @@ -217620,13 +217620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4685" + "$ref": "https://ils.rero.ch/api/documents/4685" } }, { @@ -217634,13 +217634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4684" + "$ref": "https://ils.rero.ch/api/documents/4684" } }, { @@ -217648,13 +217648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4684" + "$ref": "https://ils.rero.ch/api/documents/4684" } }, { @@ -217662,13 +217662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4683" + "$ref": "https://ils.rero.ch/api/documents/4683" } }, { @@ -217676,13 +217676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4683" + "$ref": "https://ils.rero.ch/api/documents/4683" } }, { @@ -217690,13 +217690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4682" + "$ref": "https://ils.rero.ch/api/documents/4682" } }, { @@ -217704,13 +217704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4681" + "$ref": "https://ils.rero.ch/api/documents/4681" } }, { @@ -217718,13 +217718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4681" + "$ref": "https://ils.rero.ch/api/documents/4681" } }, { @@ -217732,13 +217732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4681" + "$ref": "https://ils.rero.ch/api/documents/4681" } }, { @@ -217746,13 +217746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4681" + "$ref": "https://ils.rero.ch/api/documents/4681" } }, { @@ -217760,13 +217760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4680" + "$ref": "https://ils.rero.ch/api/documents/4680" } }, { @@ -217774,13 +217774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4680" + "$ref": "https://ils.rero.ch/api/documents/4680" } }, { @@ -217788,13 +217788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4680" + "$ref": "https://ils.rero.ch/api/documents/4680" } }, { @@ -217802,13 +217802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4679" + "$ref": "https://ils.rero.ch/api/documents/4679" } }, { @@ -217816,13 +217816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4679" + "$ref": "https://ils.rero.ch/api/documents/4679" } }, { @@ -217830,13 +217830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4679" + "$ref": "https://ils.rero.ch/api/documents/4679" } }, { @@ -217844,13 +217844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4679" + "$ref": "https://ils.rero.ch/api/documents/4679" } }, { @@ -217858,13 +217858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4678" + "$ref": "https://ils.rero.ch/api/documents/4678" } }, { @@ -217872,13 +217872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4678" + "$ref": "https://ils.rero.ch/api/documents/4678" } }, { @@ -217886,13 +217886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4678" + "$ref": "https://ils.rero.ch/api/documents/4678" } }, { @@ -217900,13 +217900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4677" + "$ref": "https://ils.rero.ch/api/documents/4677" } }, { @@ -217914,13 +217914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4676" + "$ref": "https://ils.rero.ch/api/documents/4676" } }, { @@ -217928,13 +217928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4675" + "$ref": "https://ils.rero.ch/api/documents/4675" } }, { @@ -217942,13 +217942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4675" + "$ref": "https://ils.rero.ch/api/documents/4675" } }, { @@ -217956,13 +217956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4675" + "$ref": "https://ils.rero.ch/api/documents/4675" } }, { @@ -217970,13 +217970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4675" + "$ref": "https://ils.rero.ch/api/documents/4675" } }, { @@ -217984,13 +217984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4674" + "$ref": "https://ils.rero.ch/api/documents/4674" } }, { @@ -217998,13 +217998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4674" + "$ref": "https://ils.rero.ch/api/documents/4674" } }, { @@ -218012,13 +218012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4674" + "$ref": "https://ils.rero.ch/api/documents/4674" } }, { @@ -218026,13 +218026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4674" + "$ref": "https://ils.rero.ch/api/documents/4674" } }, { @@ -218040,13 +218040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4674" + "$ref": "https://ils.rero.ch/api/documents/4674" } }, { @@ -218054,13 +218054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4673" + "$ref": "https://ils.rero.ch/api/documents/4673" } }, { @@ -218068,13 +218068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4673" + "$ref": "https://ils.rero.ch/api/documents/4673" } }, { @@ -218082,13 +218082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4673" + "$ref": "https://ils.rero.ch/api/documents/4673" } }, { @@ -218096,13 +218096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4672" + "$ref": "https://ils.rero.ch/api/documents/4672" } }, { @@ -218110,13 +218110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4672" + "$ref": "https://ils.rero.ch/api/documents/4672" } }, { @@ -218124,13 +218124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4672" + "$ref": "https://ils.rero.ch/api/documents/4672" } }, { @@ -218138,13 +218138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4671" + "$ref": "https://ils.rero.ch/api/documents/4671" } }, { @@ -218152,13 +218152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4671" + "$ref": "https://ils.rero.ch/api/documents/4671" } }, { @@ -218166,13 +218166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4670" + "$ref": "https://ils.rero.ch/api/documents/4670" } }, { @@ -218180,13 +218180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4670" + "$ref": "https://ils.rero.ch/api/documents/4670" } }, { @@ -218194,13 +218194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4669" + "$ref": "https://ils.rero.ch/api/documents/4669" } }, { @@ -218208,13 +218208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4669" + "$ref": "https://ils.rero.ch/api/documents/4669" } }, { @@ -218222,13 +218222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4668" + "$ref": "https://ils.rero.ch/api/documents/4668" } }, { @@ -218236,13 +218236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4668" + "$ref": "https://ils.rero.ch/api/documents/4668" } }, { @@ -218250,13 +218250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4668" + "$ref": "https://ils.rero.ch/api/documents/4668" } }, { @@ -218264,13 +218264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4668" + "$ref": "https://ils.rero.ch/api/documents/4668" } }, { @@ -218278,13 +218278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4668" + "$ref": "https://ils.rero.ch/api/documents/4668" } }, { @@ -218292,13 +218292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4667" + "$ref": "https://ils.rero.ch/api/documents/4667" } }, { @@ -218306,13 +218306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4667" + "$ref": "https://ils.rero.ch/api/documents/4667" } }, { @@ -218320,13 +218320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4667" + "$ref": "https://ils.rero.ch/api/documents/4667" } }, { @@ -218334,13 +218334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4666" + "$ref": "https://ils.rero.ch/api/documents/4666" } }, { @@ -218348,13 +218348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4666" + "$ref": "https://ils.rero.ch/api/documents/4666" } }, { @@ -218362,13 +218362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4666" + "$ref": "https://ils.rero.ch/api/documents/4666" } }, { @@ -218376,13 +218376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4666" + "$ref": "https://ils.rero.ch/api/documents/4666" } }, { @@ -218390,13 +218390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4666" + "$ref": "https://ils.rero.ch/api/documents/4666" } }, { @@ -218404,13 +218404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4665" + "$ref": "https://ils.rero.ch/api/documents/4665" } }, { @@ -218418,13 +218418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4665" + "$ref": "https://ils.rero.ch/api/documents/4665" } }, { @@ -218432,13 +218432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4664" + "$ref": "https://ils.rero.ch/api/documents/4664" } }, { @@ -218446,13 +218446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4664" + "$ref": "https://ils.rero.ch/api/documents/4664" } }, { @@ -218460,13 +218460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4664" + "$ref": "https://ils.rero.ch/api/documents/4664" } }, { @@ -218474,13 +218474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4664" + "$ref": "https://ils.rero.ch/api/documents/4664" } }, { @@ -218488,13 +218488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4664" + "$ref": "https://ils.rero.ch/api/documents/4664" } }, { @@ -218502,13 +218502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4663" + "$ref": "https://ils.rero.ch/api/documents/4663" } }, { @@ -218516,13 +218516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4663" + "$ref": "https://ils.rero.ch/api/documents/4663" } }, { @@ -218530,13 +218530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4663" + "$ref": "https://ils.rero.ch/api/documents/4663" } }, { @@ -218544,13 +218544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4663" + "$ref": "https://ils.rero.ch/api/documents/4663" } }, { @@ -218558,13 +218558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4663" + "$ref": "https://ils.rero.ch/api/documents/4663" } }, { @@ -218572,13 +218572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4662" + "$ref": "https://ils.rero.ch/api/documents/4662" } }, { @@ -218586,13 +218586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4662" + "$ref": "https://ils.rero.ch/api/documents/4662" } }, { @@ -218600,13 +218600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4661" + "$ref": "https://ils.rero.ch/api/documents/4661" } }, { @@ -218614,13 +218614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4660" + "$ref": "https://ils.rero.ch/api/documents/4660" } }, { @@ -218628,13 +218628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4659" + "$ref": "https://ils.rero.ch/api/documents/4659" } }, { @@ -218642,13 +218642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4659" + "$ref": "https://ils.rero.ch/api/documents/4659" } }, { @@ -218656,13 +218656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4658" + "$ref": "https://ils.rero.ch/api/documents/4658" } }, { @@ -218670,13 +218670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4658" + "$ref": "https://ils.rero.ch/api/documents/4658" } }, { @@ -218684,13 +218684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4658" + "$ref": "https://ils.rero.ch/api/documents/4658" } }, { @@ -218698,13 +218698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4658" + "$ref": "https://ils.rero.ch/api/documents/4658" } }, { @@ -218712,13 +218712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4657" + "$ref": "https://ils.rero.ch/api/documents/4657" } }, { @@ -218726,13 +218726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4657" + "$ref": "https://ils.rero.ch/api/documents/4657" } }, { @@ -218740,13 +218740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4657" + "$ref": "https://ils.rero.ch/api/documents/4657" } }, { @@ -218754,13 +218754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4657" + "$ref": "https://ils.rero.ch/api/documents/4657" } }, { @@ -218768,13 +218768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4657" + "$ref": "https://ils.rero.ch/api/documents/4657" } }, { @@ -218782,13 +218782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4656" + "$ref": "https://ils.rero.ch/api/documents/4656" } }, { @@ -218796,13 +218796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4655" + "$ref": "https://ils.rero.ch/api/documents/4655" } }, { @@ -218810,13 +218810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4655" + "$ref": "https://ils.rero.ch/api/documents/4655" } }, { @@ -218824,13 +218824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4655" + "$ref": "https://ils.rero.ch/api/documents/4655" } }, { @@ -218838,13 +218838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4655" + "$ref": "https://ils.rero.ch/api/documents/4655" } }, { @@ -218852,13 +218852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4655" + "$ref": "https://ils.rero.ch/api/documents/4655" } }, { @@ -218866,13 +218866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4654" + "$ref": "https://ils.rero.ch/api/documents/4654" } }, { @@ -218880,13 +218880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4653" + "$ref": "https://ils.rero.ch/api/documents/4653" } }, { @@ -218894,13 +218894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4653" + "$ref": "https://ils.rero.ch/api/documents/4653" } }, { @@ -218908,13 +218908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4653" + "$ref": "https://ils.rero.ch/api/documents/4653" } }, { @@ -218922,13 +218922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4653" + "$ref": "https://ils.rero.ch/api/documents/4653" } }, { @@ -218936,13 +218936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4653" + "$ref": "https://ils.rero.ch/api/documents/4653" } }, { @@ -218950,13 +218950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4652" + "$ref": "https://ils.rero.ch/api/documents/4652" } }, { @@ -218964,13 +218964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4652" + "$ref": "https://ils.rero.ch/api/documents/4652" } }, { @@ -218978,13 +218978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4651" + "$ref": "https://ils.rero.ch/api/documents/4651" } }, { @@ -218992,13 +218992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4651" + "$ref": "https://ils.rero.ch/api/documents/4651" } }, { @@ -219006,13 +219006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4651" + "$ref": "https://ils.rero.ch/api/documents/4651" } }, { @@ -219020,13 +219020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4651" + "$ref": "https://ils.rero.ch/api/documents/4651" } }, { @@ -219034,13 +219034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4651" + "$ref": "https://ils.rero.ch/api/documents/4651" } }, { @@ -219048,13 +219048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4650" + "$ref": "https://ils.rero.ch/api/documents/4650" } }, { @@ -219062,13 +219062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4650" + "$ref": "https://ils.rero.ch/api/documents/4650" } }, { @@ -219076,13 +219076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4649" + "$ref": "https://ils.rero.ch/api/documents/4649" } }, { @@ -219090,13 +219090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4649" + "$ref": "https://ils.rero.ch/api/documents/4649" } }, { @@ -219104,13 +219104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4649" + "$ref": "https://ils.rero.ch/api/documents/4649" } }, { @@ -219118,13 +219118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4649" + "$ref": "https://ils.rero.ch/api/documents/4649" } }, { @@ -219132,13 +219132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4649" + "$ref": "https://ils.rero.ch/api/documents/4649" } }, { @@ -219146,13 +219146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4648" + "$ref": "https://ils.rero.ch/api/documents/4648" } }, { @@ -219160,13 +219160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4648" + "$ref": "https://ils.rero.ch/api/documents/4648" } }, { @@ -219174,13 +219174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4648" + "$ref": "https://ils.rero.ch/api/documents/4648" } }, { @@ -219188,13 +219188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4648" + "$ref": "https://ils.rero.ch/api/documents/4648" } }, { @@ -219202,13 +219202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4648" + "$ref": "https://ils.rero.ch/api/documents/4648" } }, { @@ -219216,13 +219216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4647" + "$ref": "https://ils.rero.ch/api/documents/4647" } }, { @@ -219230,13 +219230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4647" + "$ref": "https://ils.rero.ch/api/documents/4647" } }, { @@ -219244,13 +219244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4647" + "$ref": "https://ils.rero.ch/api/documents/4647" } }, { @@ -219258,13 +219258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4646" + "$ref": "https://ils.rero.ch/api/documents/4646" } }, { @@ -219272,13 +219272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4645" + "$ref": "https://ils.rero.ch/api/documents/4645" } }, { @@ -219286,13 +219286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4644" + "$ref": "https://ils.rero.ch/api/documents/4644" } }, { @@ -219300,13 +219300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4644" + "$ref": "https://ils.rero.ch/api/documents/4644" } }, { @@ -219314,13 +219314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4644" + "$ref": "https://ils.rero.ch/api/documents/4644" } }, { @@ -219328,13 +219328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4644" + "$ref": "https://ils.rero.ch/api/documents/4644" } }, { @@ -219342,13 +219342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4644" + "$ref": "https://ils.rero.ch/api/documents/4644" } }, { @@ -219356,13 +219356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4643" + "$ref": "https://ils.rero.ch/api/documents/4643" } }, { @@ -219370,13 +219370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4643" + "$ref": "https://ils.rero.ch/api/documents/4643" } }, { @@ -219384,13 +219384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4643" + "$ref": "https://ils.rero.ch/api/documents/4643" } }, { @@ -219398,13 +219398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4642" + "$ref": "https://ils.rero.ch/api/documents/4642" } }, { @@ -219412,13 +219412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4642" + "$ref": "https://ils.rero.ch/api/documents/4642" } }, { @@ -219426,13 +219426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4642" + "$ref": "https://ils.rero.ch/api/documents/4642" } }, { @@ -219440,13 +219440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4642" + "$ref": "https://ils.rero.ch/api/documents/4642" } }, { @@ -219454,13 +219454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4641" + "$ref": "https://ils.rero.ch/api/documents/4641" } }, { @@ -219468,13 +219468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4641" + "$ref": "https://ils.rero.ch/api/documents/4641" } }, { @@ -219482,13 +219482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4641" + "$ref": "https://ils.rero.ch/api/documents/4641" } }, { @@ -219496,13 +219496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4641" + "$ref": "https://ils.rero.ch/api/documents/4641" } }, { @@ -219510,13 +219510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4641" + "$ref": "https://ils.rero.ch/api/documents/4641" } }, { @@ -219524,13 +219524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4640" + "$ref": "https://ils.rero.ch/api/documents/4640" } }, { @@ -219538,13 +219538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4640" + "$ref": "https://ils.rero.ch/api/documents/4640" } }, { @@ -219552,13 +219552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4640" + "$ref": "https://ils.rero.ch/api/documents/4640" } }, { @@ -219566,13 +219566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4639" + "$ref": "https://ils.rero.ch/api/documents/4639" } }, { @@ -219580,13 +219580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4639" + "$ref": "https://ils.rero.ch/api/documents/4639" } }, { @@ -219594,13 +219594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4638" + "$ref": "https://ils.rero.ch/api/documents/4638" } }, { @@ -219608,13 +219608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4638" + "$ref": "https://ils.rero.ch/api/documents/4638" } }, { @@ -219622,13 +219622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4638" + "$ref": "https://ils.rero.ch/api/documents/4638" } }, { @@ -219636,13 +219636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4637" + "$ref": "https://ils.rero.ch/api/documents/4637" } }, { @@ -219650,13 +219650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4636" + "$ref": "https://ils.rero.ch/api/documents/4636" } }, { @@ -219664,13 +219664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4636" + "$ref": "https://ils.rero.ch/api/documents/4636" } }, { @@ -219678,13 +219678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4636" + "$ref": "https://ils.rero.ch/api/documents/4636" } }, { @@ -219692,13 +219692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4636" + "$ref": "https://ils.rero.ch/api/documents/4636" } }, { @@ -219706,13 +219706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4635" + "$ref": "https://ils.rero.ch/api/documents/4635" } }, { @@ -219720,13 +219720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4635" + "$ref": "https://ils.rero.ch/api/documents/4635" } }, { @@ -219734,13 +219734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4635" + "$ref": "https://ils.rero.ch/api/documents/4635" } }, { @@ -219748,13 +219748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4635" + "$ref": "https://ils.rero.ch/api/documents/4635" } }, { @@ -219762,13 +219762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4634" + "$ref": "https://ils.rero.ch/api/documents/4634" } }, { @@ -219776,13 +219776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4634" + "$ref": "https://ils.rero.ch/api/documents/4634" } }, { @@ -219790,13 +219790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4634" + "$ref": "https://ils.rero.ch/api/documents/4634" } }, { @@ -219804,13 +219804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4634" + "$ref": "https://ils.rero.ch/api/documents/4634" } }, { @@ -219818,13 +219818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4633" + "$ref": "https://ils.rero.ch/api/documents/4633" } }, { @@ -219832,13 +219832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4633" + "$ref": "https://ils.rero.ch/api/documents/4633" } }, { @@ -219846,13 +219846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4632" + "$ref": "https://ils.rero.ch/api/documents/4632" } }, { @@ -219860,13 +219860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4631" + "$ref": "https://ils.rero.ch/api/documents/4631" } }, { @@ -219874,13 +219874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4630" + "$ref": "https://ils.rero.ch/api/documents/4630" } }, { @@ -219888,13 +219888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4630" + "$ref": "https://ils.rero.ch/api/documents/4630" } }, { @@ -219902,13 +219902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4630" + "$ref": "https://ils.rero.ch/api/documents/4630" } }, { @@ -219916,13 +219916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4629" + "$ref": "https://ils.rero.ch/api/documents/4629" } }, { @@ -219930,13 +219930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4629" + "$ref": "https://ils.rero.ch/api/documents/4629" } }, { @@ -219944,13 +219944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4628" + "$ref": "https://ils.rero.ch/api/documents/4628" } }, { @@ -219958,13 +219958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4628" + "$ref": "https://ils.rero.ch/api/documents/4628" } }, { @@ -219972,13 +219972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4627" + "$ref": "https://ils.rero.ch/api/documents/4627" } }, { @@ -219986,13 +219986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4627" + "$ref": "https://ils.rero.ch/api/documents/4627" } }, { @@ -220000,13 +220000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4627" + "$ref": "https://ils.rero.ch/api/documents/4627" } }, { @@ -220014,13 +220014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4627" + "$ref": "https://ils.rero.ch/api/documents/4627" } }, { @@ -220028,13 +220028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4626" + "$ref": "https://ils.rero.ch/api/documents/4626" } }, { @@ -220042,13 +220042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4626" + "$ref": "https://ils.rero.ch/api/documents/4626" } }, { @@ -220056,13 +220056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4626" + "$ref": "https://ils.rero.ch/api/documents/4626" } }, { @@ -220070,13 +220070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4625" + "$ref": "https://ils.rero.ch/api/documents/4625" } }, { @@ -220084,13 +220084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4625" + "$ref": "https://ils.rero.ch/api/documents/4625" } }, { @@ -220098,13 +220098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4625" + "$ref": "https://ils.rero.ch/api/documents/4625" } }, { @@ -220112,13 +220112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4625" + "$ref": "https://ils.rero.ch/api/documents/4625" } }, { @@ -220126,13 +220126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4625" + "$ref": "https://ils.rero.ch/api/documents/4625" } }, { @@ -220140,13 +220140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4624" + "$ref": "https://ils.rero.ch/api/documents/4624" } }, { @@ -220154,13 +220154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4624" + "$ref": "https://ils.rero.ch/api/documents/4624" } }, { @@ -220168,13 +220168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4624" + "$ref": "https://ils.rero.ch/api/documents/4624" } }, { @@ -220182,13 +220182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4623" + "$ref": "https://ils.rero.ch/api/documents/4623" } }, { @@ -220196,13 +220196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4622" + "$ref": "https://ils.rero.ch/api/documents/4622" } }, { @@ -220210,13 +220210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4622" + "$ref": "https://ils.rero.ch/api/documents/4622" } }, { @@ -220224,13 +220224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4621" + "$ref": "https://ils.rero.ch/api/documents/4621" } }, { @@ -220238,13 +220238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4621" + "$ref": "https://ils.rero.ch/api/documents/4621" } }, { @@ -220252,13 +220252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4621" + "$ref": "https://ils.rero.ch/api/documents/4621" } }, { @@ -220266,13 +220266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4621" + "$ref": "https://ils.rero.ch/api/documents/4621" } }, { @@ -220280,13 +220280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4621" + "$ref": "https://ils.rero.ch/api/documents/4621" } }, { @@ -220294,13 +220294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4620" + "$ref": "https://ils.rero.ch/api/documents/4620" } }, { @@ -220308,13 +220308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4620" + "$ref": "https://ils.rero.ch/api/documents/4620" } }, { @@ -220322,13 +220322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4619" + "$ref": "https://ils.rero.ch/api/documents/4619" } }, { @@ -220336,13 +220336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4618" + "$ref": "https://ils.rero.ch/api/documents/4618" } }, { @@ -220350,13 +220350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4618" + "$ref": "https://ils.rero.ch/api/documents/4618" } }, { @@ -220364,13 +220364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4618" + "$ref": "https://ils.rero.ch/api/documents/4618" } }, { @@ -220378,13 +220378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4618" + "$ref": "https://ils.rero.ch/api/documents/4618" } }, { @@ -220392,13 +220392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4617" + "$ref": "https://ils.rero.ch/api/documents/4617" } }, { @@ -220406,13 +220406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4617" + "$ref": "https://ils.rero.ch/api/documents/4617" } }, { @@ -220420,13 +220420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4617" + "$ref": "https://ils.rero.ch/api/documents/4617" } }, { @@ -220434,13 +220434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4616" + "$ref": "https://ils.rero.ch/api/documents/4616" } }, { @@ -220448,13 +220448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4616" + "$ref": "https://ils.rero.ch/api/documents/4616" } }, { @@ -220462,13 +220462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4615" + "$ref": "https://ils.rero.ch/api/documents/4615" } }, { @@ -220476,13 +220476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4615" + "$ref": "https://ils.rero.ch/api/documents/4615" } }, { @@ -220490,13 +220490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4615" + "$ref": "https://ils.rero.ch/api/documents/4615" } }, { @@ -220504,13 +220504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4614" + "$ref": "https://ils.rero.ch/api/documents/4614" } }, { @@ -220518,13 +220518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4614" + "$ref": "https://ils.rero.ch/api/documents/4614" } }, { @@ -220532,13 +220532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4613" + "$ref": "https://ils.rero.ch/api/documents/4613" } }, { @@ -220546,13 +220546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4613" + "$ref": "https://ils.rero.ch/api/documents/4613" } }, { @@ -220560,13 +220560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4613" + "$ref": "https://ils.rero.ch/api/documents/4613" } }, { @@ -220574,13 +220574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4612" + "$ref": "https://ils.rero.ch/api/documents/4612" } }, { @@ -220588,13 +220588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4612" + "$ref": "https://ils.rero.ch/api/documents/4612" } }, { @@ -220602,13 +220602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4612" + "$ref": "https://ils.rero.ch/api/documents/4612" } }, { @@ -220616,13 +220616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4611" + "$ref": "https://ils.rero.ch/api/documents/4611" } }, { @@ -220630,13 +220630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4611" + "$ref": "https://ils.rero.ch/api/documents/4611" } }, { @@ -220644,13 +220644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4611" + "$ref": "https://ils.rero.ch/api/documents/4611" } }, { @@ -220658,13 +220658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4611" + "$ref": "https://ils.rero.ch/api/documents/4611" } }, { @@ -220672,13 +220672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4611" + "$ref": "https://ils.rero.ch/api/documents/4611" } }, { @@ -220686,13 +220686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4610" + "$ref": "https://ils.rero.ch/api/documents/4610" } }, { @@ -220700,13 +220700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4610" + "$ref": "https://ils.rero.ch/api/documents/4610" } }, { @@ -220714,13 +220714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4609" + "$ref": "https://ils.rero.ch/api/documents/4609" } }, { @@ -220728,13 +220728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4609" + "$ref": "https://ils.rero.ch/api/documents/4609" } }, { @@ -220742,13 +220742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4609" + "$ref": "https://ils.rero.ch/api/documents/4609" } }, { @@ -220756,13 +220756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4609" + "$ref": "https://ils.rero.ch/api/documents/4609" } }, { @@ -220770,13 +220770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4609" + "$ref": "https://ils.rero.ch/api/documents/4609" } }, { @@ -220784,13 +220784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4608" + "$ref": "https://ils.rero.ch/api/documents/4608" } }, { @@ -220798,13 +220798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4607" + "$ref": "https://ils.rero.ch/api/documents/4607" } }, { @@ -220812,13 +220812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4607" + "$ref": "https://ils.rero.ch/api/documents/4607" } }, { @@ -220826,13 +220826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4606" + "$ref": "https://ils.rero.ch/api/documents/4606" } }, { @@ -220840,13 +220840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4606" + "$ref": "https://ils.rero.ch/api/documents/4606" } }, { @@ -220854,13 +220854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4606" + "$ref": "https://ils.rero.ch/api/documents/4606" } }, { @@ -220868,13 +220868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4605" + "$ref": "https://ils.rero.ch/api/documents/4605" } }, { @@ -220882,13 +220882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4605" + "$ref": "https://ils.rero.ch/api/documents/4605" } }, { @@ -220896,13 +220896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4605" + "$ref": "https://ils.rero.ch/api/documents/4605" } }, { @@ -220910,13 +220910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4604" + "$ref": "https://ils.rero.ch/api/documents/4604" } }, { @@ -220924,13 +220924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4604" + "$ref": "https://ils.rero.ch/api/documents/4604" } }, { @@ -220938,13 +220938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4604" + "$ref": "https://ils.rero.ch/api/documents/4604" } }, { @@ -220952,13 +220952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4603" + "$ref": "https://ils.rero.ch/api/documents/4603" } }, { @@ -220966,13 +220966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4603" + "$ref": "https://ils.rero.ch/api/documents/4603" } }, { @@ -220980,13 +220980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4603" + "$ref": "https://ils.rero.ch/api/documents/4603" } }, { @@ -220994,13 +220994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4602" + "$ref": "https://ils.rero.ch/api/documents/4602" } }, { @@ -221008,13 +221008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4602" + "$ref": "https://ils.rero.ch/api/documents/4602" } }, { @@ -221022,13 +221022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4602" + "$ref": "https://ils.rero.ch/api/documents/4602" } }, { @@ -221036,13 +221036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4602" + "$ref": "https://ils.rero.ch/api/documents/4602" } }, { @@ -221050,13 +221050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4601" + "$ref": "https://ils.rero.ch/api/documents/4601" } }, { @@ -221064,13 +221064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4600" + "$ref": "https://ils.rero.ch/api/documents/4600" } }, { @@ -221078,13 +221078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4600" + "$ref": "https://ils.rero.ch/api/documents/4600" } }, { @@ -221092,13 +221092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4600" + "$ref": "https://ils.rero.ch/api/documents/4600" } }, { @@ -221106,13 +221106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4600" + "$ref": "https://ils.rero.ch/api/documents/4600" } }, { @@ -221120,13 +221120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4599" + "$ref": "https://ils.rero.ch/api/documents/4599" } }, { @@ -221134,13 +221134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4598" + "$ref": "https://ils.rero.ch/api/documents/4598" } }, { @@ -221148,13 +221148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4598" + "$ref": "https://ils.rero.ch/api/documents/4598" } }, { @@ -221162,13 +221162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4598" + "$ref": "https://ils.rero.ch/api/documents/4598" } }, { @@ -221176,13 +221176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4598" + "$ref": "https://ils.rero.ch/api/documents/4598" } }, { @@ -221190,13 +221190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4597" + "$ref": "https://ils.rero.ch/api/documents/4597" } }, { @@ -221204,13 +221204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4597" + "$ref": "https://ils.rero.ch/api/documents/4597" } }, { @@ -221218,13 +221218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4596" + "$ref": "https://ils.rero.ch/api/documents/4596" } }, { @@ -221232,13 +221232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4595" + "$ref": "https://ils.rero.ch/api/documents/4595" } }, { @@ -221246,13 +221246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4595" + "$ref": "https://ils.rero.ch/api/documents/4595" } }, { @@ -221260,13 +221260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4595" + "$ref": "https://ils.rero.ch/api/documents/4595" } }, { @@ -221274,13 +221274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4594" + "$ref": "https://ils.rero.ch/api/documents/4594" } }, { @@ -221288,13 +221288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4594" + "$ref": "https://ils.rero.ch/api/documents/4594" } }, { @@ -221302,13 +221302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4594" + "$ref": "https://ils.rero.ch/api/documents/4594" } }, { @@ -221316,13 +221316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4594" + "$ref": "https://ils.rero.ch/api/documents/4594" } }, { @@ -221330,13 +221330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4594" + "$ref": "https://ils.rero.ch/api/documents/4594" } }, { @@ -221344,13 +221344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4593" + "$ref": "https://ils.rero.ch/api/documents/4593" } }, { @@ -221358,13 +221358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4592" + "$ref": "https://ils.rero.ch/api/documents/4592" } }, { @@ -221372,13 +221372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4592" + "$ref": "https://ils.rero.ch/api/documents/4592" } }, { @@ -221386,13 +221386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4592" + "$ref": "https://ils.rero.ch/api/documents/4592" } }, { @@ -221400,13 +221400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4592" + "$ref": "https://ils.rero.ch/api/documents/4592" } }, { @@ -221414,13 +221414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4591" + "$ref": "https://ils.rero.ch/api/documents/4591" } }, { @@ -221428,13 +221428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4591" + "$ref": "https://ils.rero.ch/api/documents/4591" } }, { @@ -221442,13 +221442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4591" + "$ref": "https://ils.rero.ch/api/documents/4591" } }, { @@ -221456,13 +221456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4591" + "$ref": "https://ils.rero.ch/api/documents/4591" } }, { @@ -221470,13 +221470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4591" + "$ref": "https://ils.rero.ch/api/documents/4591" } }, { @@ -221484,13 +221484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4590" + "$ref": "https://ils.rero.ch/api/documents/4590" } }, { @@ -221498,13 +221498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4589" + "$ref": "https://ils.rero.ch/api/documents/4589" } }, { @@ -221512,13 +221512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4589" + "$ref": "https://ils.rero.ch/api/documents/4589" } }, { @@ -221526,13 +221526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4589" + "$ref": "https://ils.rero.ch/api/documents/4589" } }, { @@ -221540,13 +221540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4588" + "$ref": "https://ils.rero.ch/api/documents/4588" } }, { @@ -221554,13 +221554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4588" + "$ref": "https://ils.rero.ch/api/documents/4588" } }, { @@ -221568,13 +221568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4588" + "$ref": "https://ils.rero.ch/api/documents/4588" } }, { @@ -221582,13 +221582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4587" + "$ref": "https://ils.rero.ch/api/documents/4587" } }, { @@ -221596,13 +221596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4587" + "$ref": "https://ils.rero.ch/api/documents/4587" } }, { @@ -221610,13 +221610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4586" + "$ref": "https://ils.rero.ch/api/documents/4586" } }, { @@ -221624,13 +221624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4586" + "$ref": "https://ils.rero.ch/api/documents/4586" } }, { @@ -221638,13 +221638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4586" + "$ref": "https://ils.rero.ch/api/documents/4586" } }, { @@ -221652,13 +221652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4586" + "$ref": "https://ils.rero.ch/api/documents/4586" } }, { @@ -221666,13 +221666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4585" + "$ref": "https://ils.rero.ch/api/documents/4585" } }, { @@ -221680,13 +221680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4585" + "$ref": "https://ils.rero.ch/api/documents/4585" } }, { @@ -221694,13 +221694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4584" + "$ref": "https://ils.rero.ch/api/documents/4584" } }, { @@ -221708,13 +221708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4584" + "$ref": "https://ils.rero.ch/api/documents/4584" } }, { @@ -221722,13 +221722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4584" + "$ref": "https://ils.rero.ch/api/documents/4584" } }, { @@ -221736,13 +221736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4584" + "$ref": "https://ils.rero.ch/api/documents/4584" } }, { @@ -221750,13 +221750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4583" + "$ref": "https://ils.rero.ch/api/documents/4583" } }, { @@ -221764,13 +221764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4583" + "$ref": "https://ils.rero.ch/api/documents/4583" } }, { @@ -221778,13 +221778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4583" + "$ref": "https://ils.rero.ch/api/documents/4583" } }, { @@ -221792,13 +221792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4583" + "$ref": "https://ils.rero.ch/api/documents/4583" } }, { @@ -221806,13 +221806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4583" + "$ref": "https://ils.rero.ch/api/documents/4583" } }, { @@ -221820,13 +221820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4582" + "$ref": "https://ils.rero.ch/api/documents/4582" } }, { @@ -221834,13 +221834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4582" + "$ref": "https://ils.rero.ch/api/documents/4582" } }, { @@ -221848,13 +221848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4582" + "$ref": "https://ils.rero.ch/api/documents/4582" } }, { @@ -221862,13 +221862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4581" + "$ref": "https://ils.rero.ch/api/documents/4581" } }, { @@ -221876,13 +221876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4580" + "$ref": "https://ils.rero.ch/api/documents/4580" } }, { @@ -221890,13 +221890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4580" + "$ref": "https://ils.rero.ch/api/documents/4580" } }, { @@ -221904,13 +221904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4580" + "$ref": "https://ils.rero.ch/api/documents/4580" } }, { @@ -221918,13 +221918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4579" + "$ref": "https://ils.rero.ch/api/documents/4579" } }, { @@ -221932,13 +221932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4579" + "$ref": "https://ils.rero.ch/api/documents/4579" } }, { @@ -221946,13 +221946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4579" + "$ref": "https://ils.rero.ch/api/documents/4579" } }, { @@ -221960,13 +221960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4579" + "$ref": "https://ils.rero.ch/api/documents/4579" } }, { @@ -221974,13 +221974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4578" + "$ref": "https://ils.rero.ch/api/documents/4578" } }, { @@ -221988,13 +221988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4578" + "$ref": "https://ils.rero.ch/api/documents/4578" } }, { @@ -222002,13 +222002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4577" + "$ref": "https://ils.rero.ch/api/documents/4577" } }, { @@ -222016,13 +222016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4576" + "$ref": "https://ils.rero.ch/api/documents/4576" } }, { @@ -222030,13 +222030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4576" + "$ref": "https://ils.rero.ch/api/documents/4576" } }, { @@ -222044,13 +222044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4576" + "$ref": "https://ils.rero.ch/api/documents/4576" } }, { @@ -222058,13 +222058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4575" + "$ref": "https://ils.rero.ch/api/documents/4575" } }, { @@ -222072,13 +222072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4574" + "$ref": "https://ils.rero.ch/api/documents/4574" } }, { @@ -222086,13 +222086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4574" + "$ref": "https://ils.rero.ch/api/documents/4574" } }, { @@ -222100,13 +222100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4574" + "$ref": "https://ils.rero.ch/api/documents/4574" } }, { @@ -222114,13 +222114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4574" + "$ref": "https://ils.rero.ch/api/documents/4574" } }, { @@ -222128,13 +222128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4574" + "$ref": "https://ils.rero.ch/api/documents/4574" } }, { @@ -222142,13 +222142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4573" + "$ref": "https://ils.rero.ch/api/documents/4573" } }, { @@ -222156,13 +222156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4573" + "$ref": "https://ils.rero.ch/api/documents/4573" } }, { @@ -222170,13 +222170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4572" + "$ref": "https://ils.rero.ch/api/documents/4572" } }, { @@ -222184,13 +222184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4572" + "$ref": "https://ils.rero.ch/api/documents/4572" } }, { @@ -222198,13 +222198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4572" + "$ref": "https://ils.rero.ch/api/documents/4572" } }, { @@ -222212,13 +222212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4572" + "$ref": "https://ils.rero.ch/api/documents/4572" } }, { @@ -222226,13 +222226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4571" + "$ref": "https://ils.rero.ch/api/documents/4571" } }, { @@ -222240,13 +222240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4571" + "$ref": "https://ils.rero.ch/api/documents/4571" } }, { @@ -222254,13 +222254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4571" + "$ref": "https://ils.rero.ch/api/documents/4571" } }, { @@ -222268,13 +222268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4570" + "$ref": "https://ils.rero.ch/api/documents/4570" } }, { @@ -222282,13 +222282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4570" + "$ref": "https://ils.rero.ch/api/documents/4570" } }, { @@ -222296,13 +222296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4570" + "$ref": "https://ils.rero.ch/api/documents/4570" } }, { @@ -222310,13 +222310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4570" + "$ref": "https://ils.rero.ch/api/documents/4570" } }, { @@ -222324,13 +222324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4570" + "$ref": "https://ils.rero.ch/api/documents/4570" } }, { @@ -222338,13 +222338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4569" + "$ref": "https://ils.rero.ch/api/documents/4569" } }, { @@ -222352,13 +222352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4569" + "$ref": "https://ils.rero.ch/api/documents/4569" } }, { @@ -222366,13 +222366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4569" + "$ref": "https://ils.rero.ch/api/documents/4569" } }, { @@ -222380,13 +222380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4568" + "$ref": "https://ils.rero.ch/api/documents/4568" } }, { @@ -222394,13 +222394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4568" + "$ref": "https://ils.rero.ch/api/documents/4568" } }, { @@ -222408,13 +222408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4567" + "$ref": "https://ils.rero.ch/api/documents/4567" } }, { @@ -222422,13 +222422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4567" + "$ref": "https://ils.rero.ch/api/documents/4567" } }, { @@ -222436,13 +222436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4567" + "$ref": "https://ils.rero.ch/api/documents/4567" } }, { @@ -222450,13 +222450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4566" + "$ref": "https://ils.rero.ch/api/documents/4566" } }, { @@ -222464,13 +222464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4566" + "$ref": "https://ils.rero.ch/api/documents/4566" } }, { @@ -222478,13 +222478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4566" + "$ref": "https://ils.rero.ch/api/documents/4566" } }, { @@ -222492,13 +222492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4566" + "$ref": "https://ils.rero.ch/api/documents/4566" } }, { @@ -222506,13 +222506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4565" + "$ref": "https://ils.rero.ch/api/documents/4565" } }, { @@ -222520,13 +222520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4565" + "$ref": "https://ils.rero.ch/api/documents/4565" } }, { @@ -222534,13 +222534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4565" + "$ref": "https://ils.rero.ch/api/documents/4565" } }, { @@ -222548,13 +222548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4565" + "$ref": "https://ils.rero.ch/api/documents/4565" } }, { @@ -222562,13 +222562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4564" + "$ref": "https://ils.rero.ch/api/documents/4564" } }, { @@ -222576,13 +222576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4564" + "$ref": "https://ils.rero.ch/api/documents/4564" } }, { @@ -222590,13 +222590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4564" + "$ref": "https://ils.rero.ch/api/documents/4564" } }, { @@ -222604,13 +222604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4564" + "$ref": "https://ils.rero.ch/api/documents/4564" } }, { @@ -222618,13 +222618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4564" + "$ref": "https://ils.rero.ch/api/documents/4564" } }, { @@ -222632,13 +222632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4563" + "$ref": "https://ils.rero.ch/api/documents/4563" } }, { @@ -222646,13 +222646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4563" + "$ref": "https://ils.rero.ch/api/documents/4563" } }, { @@ -222660,13 +222660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4563" + "$ref": "https://ils.rero.ch/api/documents/4563" } }, { @@ -222674,13 +222674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4563" + "$ref": "https://ils.rero.ch/api/documents/4563" } }, { @@ -222688,13 +222688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4562" + "$ref": "https://ils.rero.ch/api/documents/4562" } }, { @@ -222702,13 +222702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4562" + "$ref": "https://ils.rero.ch/api/documents/4562" } }, { @@ -222716,13 +222716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4562" + "$ref": "https://ils.rero.ch/api/documents/4562" } }, { @@ -222730,13 +222730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4562" + "$ref": "https://ils.rero.ch/api/documents/4562" } }, { @@ -222744,13 +222744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4561" + "$ref": "https://ils.rero.ch/api/documents/4561" } }, { @@ -222758,13 +222758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4560" + "$ref": "https://ils.rero.ch/api/documents/4560" } }, { @@ -222772,13 +222772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4560" + "$ref": "https://ils.rero.ch/api/documents/4560" } }, { @@ -222786,13 +222786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4559" + "$ref": "https://ils.rero.ch/api/documents/4559" } }, { @@ -222800,13 +222800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4559" + "$ref": "https://ils.rero.ch/api/documents/4559" } }, { @@ -222814,13 +222814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4559" + "$ref": "https://ils.rero.ch/api/documents/4559" } }, { @@ -222828,13 +222828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4559" + "$ref": "https://ils.rero.ch/api/documents/4559" } }, { @@ -222842,13 +222842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4559" + "$ref": "https://ils.rero.ch/api/documents/4559" } }, { @@ -222856,13 +222856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4558" + "$ref": "https://ils.rero.ch/api/documents/4558" } }, { @@ -222870,13 +222870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4558" + "$ref": "https://ils.rero.ch/api/documents/4558" } }, { @@ -222884,13 +222884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4558" + "$ref": "https://ils.rero.ch/api/documents/4558" } }, { @@ -222898,13 +222898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4558" + "$ref": "https://ils.rero.ch/api/documents/4558" } }, { @@ -222912,13 +222912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4558" + "$ref": "https://ils.rero.ch/api/documents/4558" } }, { @@ -222926,13 +222926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4557" + "$ref": "https://ils.rero.ch/api/documents/4557" } }, { @@ -222940,13 +222940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4556" + "$ref": "https://ils.rero.ch/api/documents/4556" } }, { @@ -222954,13 +222954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4556" + "$ref": "https://ils.rero.ch/api/documents/4556" } }, { @@ -222968,13 +222968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4555" + "$ref": "https://ils.rero.ch/api/documents/4555" } }, { @@ -222982,13 +222982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4555" + "$ref": "https://ils.rero.ch/api/documents/4555" } }, { @@ -222996,13 +222996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4555" + "$ref": "https://ils.rero.ch/api/documents/4555" } }, { @@ -223010,13 +223010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4555" + "$ref": "https://ils.rero.ch/api/documents/4555" } }, { @@ -223024,13 +223024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4555" + "$ref": "https://ils.rero.ch/api/documents/4555" } }, { @@ -223038,13 +223038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4554" + "$ref": "https://ils.rero.ch/api/documents/4554" } }, { @@ -223052,13 +223052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4554" + "$ref": "https://ils.rero.ch/api/documents/4554" } }, { @@ -223066,13 +223066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4554" + "$ref": "https://ils.rero.ch/api/documents/4554" } }, { @@ -223080,13 +223080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4554" + "$ref": "https://ils.rero.ch/api/documents/4554" } }, { @@ -223094,13 +223094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4553" + "$ref": "https://ils.rero.ch/api/documents/4553" } }, { @@ -223108,13 +223108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4553" + "$ref": "https://ils.rero.ch/api/documents/4553" } }, { @@ -223122,13 +223122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4553" + "$ref": "https://ils.rero.ch/api/documents/4553" } }, { @@ -223136,13 +223136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4552" + "$ref": "https://ils.rero.ch/api/documents/4552" } }, { @@ -223150,13 +223150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4552" + "$ref": "https://ils.rero.ch/api/documents/4552" } }, { @@ -223164,13 +223164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4552" + "$ref": "https://ils.rero.ch/api/documents/4552" } }, { @@ -223178,13 +223178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4551" + "$ref": "https://ils.rero.ch/api/documents/4551" } }, { @@ -223192,13 +223192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4551" + "$ref": "https://ils.rero.ch/api/documents/4551" } }, { @@ -223206,13 +223206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4550" + "$ref": "https://ils.rero.ch/api/documents/4550" } }, { @@ -223220,13 +223220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4550" + "$ref": "https://ils.rero.ch/api/documents/4550" } }, { @@ -223234,13 +223234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4550" + "$ref": "https://ils.rero.ch/api/documents/4550" } }, { @@ -223248,13 +223248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4550" + "$ref": "https://ils.rero.ch/api/documents/4550" } }, { @@ -223262,13 +223262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4550" + "$ref": "https://ils.rero.ch/api/documents/4550" } }, { @@ -223276,13 +223276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4549" + "$ref": "https://ils.rero.ch/api/documents/4549" } }, { @@ -223290,13 +223290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4549" + "$ref": "https://ils.rero.ch/api/documents/4549" } }, { @@ -223304,13 +223304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4549" + "$ref": "https://ils.rero.ch/api/documents/4549" } }, { @@ -223318,13 +223318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4549" + "$ref": "https://ils.rero.ch/api/documents/4549" } }, { @@ -223332,13 +223332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4548" + "$ref": "https://ils.rero.ch/api/documents/4548" } }, { @@ -223346,13 +223346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4548" + "$ref": "https://ils.rero.ch/api/documents/4548" } }, { @@ -223360,13 +223360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4548" + "$ref": "https://ils.rero.ch/api/documents/4548" } }, { @@ -223374,13 +223374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4548" + "$ref": "https://ils.rero.ch/api/documents/4548" } }, { @@ -223388,13 +223388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4548" + "$ref": "https://ils.rero.ch/api/documents/4548" } }, { @@ -223402,13 +223402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4547" + "$ref": "https://ils.rero.ch/api/documents/4547" } }, { @@ -223416,13 +223416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4546" + "$ref": "https://ils.rero.ch/api/documents/4546" } }, { @@ -223430,13 +223430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4546" + "$ref": "https://ils.rero.ch/api/documents/4546" } }, { @@ -223444,13 +223444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4546" + "$ref": "https://ils.rero.ch/api/documents/4546" } }, { @@ -223458,13 +223458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4546" + "$ref": "https://ils.rero.ch/api/documents/4546" } }, { @@ -223472,13 +223472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4545" + "$ref": "https://ils.rero.ch/api/documents/4545" } }, { @@ -223486,13 +223486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4545" + "$ref": "https://ils.rero.ch/api/documents/4545" } }, { @@ -223500,13 +223500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4545" + "$ref": "https://ils.rero.ch/api/documents/4545" } }, { @@ -223514,13 +223514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4545" + "$ref": "https://ils.rero.ch/api/documents/4545" } }, { @@ -223528,13 +223528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4544" + "$ref": "https://ils.rero.ch/api/documents/4544" } }, { @@ -223542,13 +223542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4544" + "$ref": "https://ils.rero.ch/api/documents/4544" } }, { @@ -223556,13 +223556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4544" + "$ref": "https://ils.rero.ch/api/documents/4544" } }, { @@ -223570,13 +223570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4544" + "$ref": "https://ils.rero.ch/api/documents/4544" } }, { @@ -223584,13 +223584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4544" + "$ref": "https://ils.rero.ch/api/documents/4544" } }, { @@ -223598,13 +223598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4543" + "$ref": "https://ils.rero.ch/api/documents/4543" } }, { @@ -223612,13 +223612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4543" + "$ref": "https://ils.rero.ch/api/documents/4543" } }, { @@ -223626,13 +223626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4543" + "$ref": "https://ils.rero.ch/api/documents/4543" } }, { @@ -223640,13 +223640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4542" + "$ref": "https://ils.rero.ch/api/documents/4542" } }, { @@ -223654,13 +223654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4542" + "$ref": "https://ils.rero.ch/api/documents/4542" } }, { @@ -223668,13 +223668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4542" + "$ref": "https://ils.rero.ch/api/documents/4542" } }, { @@ -223682,13 +223682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4541" + "$ref": "https://ils.rero.ch/api/documents/4541" } }, { @@ -223696,13 +223696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4540" + "$ref": "https://ils.rero.ch/api/documents/4540" } }, { @@ -223710,13 +223710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4540" + "$ref": "https://ils.rero.ch/api/documents/4540" } }, { @@ -223724,13 +223724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4540" + "$ref": "https://ils.rero.ch/api/documents/4540" } }, { @@ -223738,13 +223738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4539" + "$ref": "https://ils.rero.ch/api/documents/4539" } }, { @@ -223752,13 +223752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4539" + "$ref": "https://ils.rero.ch/api/documents/4539" } }, { @@ -223766,13 +223766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4538" + "$ref": "https://ils.rero.ch/api/documents/4538" } }, { @@ -223780,13 +223780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4538" + "$ref": "https://ils.rero.ch/api/documents/4538" } }, { @@ -223794,13 +223794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4538" + "$ref": "https://ils.rero.ch/api/documents/4538" } }, { @@ -223808,13 +223808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4538" + "$ref": "https://ils.rero.ch/api/documents/4538" } }, { @@ -223822,13 +223822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4537" + "$ref": "https://ils.rero.ch/api/documents/4537" } }, { @@ -223836,13 +223836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4537" + "$ref": "https://ils.rero.ch/api/documents/4537" } }, { @@ -223850,13 +223850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4537" + "$ref": "https://ils.rero.ch/api/documents/4537" } }, { @@ -223864,13 +223864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4536" + "$ref": "https://ils.rero.ch/api/documents/4536" } }, { @@ -223878,13 +223878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4536" + "$ref": "https://ils.rero.ch/api/documents/4536" } }, { @@ -223892,13 +223892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4535" + "$ref": "https://ils.rero.ch/api/documents/4535" } }, { @@ -223906,13 +223906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4535" + "$ref": "https://ils.rero.ch/api/documents/4535" } }, { @@ -223920,13 +223920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4535" + "$ref": "https://ils.rero.ch/api/documents/4535" } }, { @@ -223934,13 +223934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4535" + "$ref": "https://ils.rero.ch/api/documents/4535" } }, { @@ -223948,13 +223948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4534" + "$ref": "https://ils.rero.ch/api/documents/4534" } }, { @@ -223962,13 +223962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4534" + "$ref": "https://ils.rero.ch/api/documents/4534" } }, { @@ -223976,13 +223976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4534" + "$ref": "https://ils.rero.ch/api/documents/4534" } }, { @@ -223990,13 +223990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4534" + "$ref": "https://ils.rero.ch/api/documents/4534" } }, { @@ -224004,13 +224004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4534" + "$ref": "https://ils.rero.ch/api/documents/4534" } }, { @@ -224018,13 +224018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4533" + "$ref": "https://ils.rero.ch/api/documents/4533" } }, { @@ -224032,13 +224032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4532" + "$ref": "https://ils.rero.ch/api/documents/4532" } }, { @@ -224046,13 +224046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4532" + "$ref": "https://ils.rero.ch/api/documents/4532" } }, { @@ -224060,13 +224060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4531" + "$ref": "https://ils.rero.ch/api/documents/4531" } }, { @@ -224074,13 +224074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4531" + "$ref": "https://ils.rero.ch/api/documents/4531" } }, { @@ -224088,13 +224088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4531" + "$ref": "https://ils.rero.ch/api/documents/4531" } }, { @@ -224102,13 +224102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4530" + "$ref": "https://ils.rero.ch/api/documents/4530" } }, { @@ -224116,13 +224116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4530" + "$ref": "https://ils.rero.ch/api/documents/4530" } }, { @@ -224130,13 +224130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4530" + "$ref": "https://ils.rero.ch/api/documents/4530" } }, { @@ -224144,13 +224144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4529" + "$ref": "https://ils.rero.ch/api/documents/4529" } }, { @@ -224158,13 +224158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4529" + "$ref": "https://ils.rero.ch/api/documents/4529" } }, { @@ -224172,13 +224172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4529" + "$ref": "https://ils.rero.ch/api/documents/4529" } }, { @@ -224186,13 +224186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4528" + "$ref": "https://ils.rero.ch/api/documents/4528" } }, { @@ -224200,13 +224200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4528" + "$ref": "https://ils.rero.ch/api/documents/4528" } }, { @@ -224214,13 +224214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4527" + "$ref": "https://ils.rero.ch/api/documents/4527" } }, { @@ -224228,13 +224228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4527" + "$ref": "https://ils.rero.ch/api/documents/4527" } }, { @@ -224242,13 +224242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4527" + "$ref": "https://ils.rero.ch/api/documents/4527" } }, { @@ -224256,13 +224256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4526" + "$ref": "https://ils.rero.ch/api/documents/4526" } }, { @@ -224270,13 +224270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4526" + "$ref": "https://ils.rero.ch/api/documents/4526" } }, { @@ -224284,13 +224284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4526" + "$ref": "https://ils.rero.ch/api/documents/4526" } }, { @@ -224298,13 +224298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4526" + "$ref": "https://ils.rero.ch/api/documents/4526" } }, { @@ -224312,13 +224312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4526" + "$ref": "https://ils.rero.ch/api/documents/4526" } }, { @@ -224326,13 +224326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4525" + "$ref": "https://ils.rero.ch/api/documents/4525" } }, { @@ -224340,13 +224340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4525" + "$ref": "https://ils.rero.ch/api/documents/4525" } }, { @@ -224354,13 +224354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4525" + "$ref": "https://ils.rero.ch/api/documents/4525" } }, { @@ -224368,13 +224368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4525" + "$ref": "https://ils.rero.ch/api/documents/4525" } }, { @@ -224382,13 +224382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4524" + "$ref": "https://ils.rero.ch/api/documents/4524" } }, { @@ -224396,13 +224396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4524" + "$ref": "https://ils.rero.ch/api/documents/4524" } }, { @@ -224410,13 +224410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4524" + "$ref": "https://ils.rero.ch/api/documents/4524" } }, { @@ -224424,13 +224424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4524" + "$ref": "https://ils.rero.ch/api/documents/4524" } }, { @@ -224438,13 +224438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4523" + "$ref": "https://ils.rero.ch/api/documents/4523" } }, { @@ -224452,13 +224452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4523" + "$ref": "https://ils.rero.ch/api/documents/4523" } }, { @@ -224466,13 +224466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4522" + "$ref": "https://ils.rero.ch/api/documents/4522" } }, { @@ -224480,13 +224480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4522" + "$ref": "https://ils.rero.ch/api/documents/4522" } }, { @@ -224494,13 +224494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4522" + "$ref": "https://ils.rero.ch/api/documents/4522" } }, { @@ -224508,13 +224508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4521" + "$ref": "https://ils.rero.ch/api/documents/4521" } }, { @@ -224522,13 +224522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4521" + "$ref": "https://ils.rero.ch/api/documents/4521" } }, { @@ -224536,13 +224536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4521" + "$ref": "https://ils.rero.ch/api/documents/4521" } }, { @@ -224550,13 +224550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4521" + "$ref": "https://ils.rero.ch/api/documents/4521" } }, { @@ -224564,13 +224564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4521" + "$ref": "https://ils.rero.ch/api/documents/4521" } }, { @@ -224578,13 +224578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4520" + "$ref": "https://ils.rero.ch/api/documents/4520" } }, { @@ -224592,13 +224592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4520" + "$ref": "https://ils.rero.ch/api/documents/4520" } }, { @@ -224606,13 +224606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4520" + "$ref": "https://ils.rero.ch/api/documents/4520" } }, { @@ -224620,13 +224620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4519" + "$ref": "https://ils.rero.ch/api/documents/4519" } }, { @@ -224634,13 +224634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4518" + "$ref": "https://ils.rero.ch/api/documents/4518" } }, { @@ -224648,13 +224648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4518" + "$ref": "https://ils.rero.ch/api/documents/4518" } }, { @@ -224662,13 +224662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4517" + "$ref": "https://ils.rero.ch/api/documents/4517" } }, { @@ -224676,13 +224676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4516" + "$ref": "https://ils.rero.ch/api/documents/4516" } }, { @@ -224690,13 +224690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4515" + "$ref": "https://ils.rero.ch/api/documents/4515" } }, { @@ -224704,13 +224704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4514" + "$ref": "https://ils.rero.ch/api/documents/4514" } }, { @@ -224718,13 +224718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4514" + "$ref": "https://ils.rero.ch/api/documents/4514" } }, { @@ -224732,13 +224732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4514" + "$ref": "https://ils.rero.ch/api/documents/4514" } }, { @@ -224746,13 +224746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4514" + "$ref": "https://ils.rero.ch/api/documents/4514" } }, { @@ -224760,13 +224760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4513" + "$ref": "https://ils.rero.ch/api/documents/4513" } }, { @@ -224774,13 +224774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4513" + "$ref": "https://ils.rero.ch/api/documents/4513" } }, { @@ -224788,13 +224788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4513" + "$ref": "https://ils.rero.ch/api/documents/4513" } }, { @@ -224802,13 +224802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4512" + "$ref": "https://ils.rero.ch/api/documents/4512" } }, { @@ -224816,13 +224816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4512" + "$ref": "https://ils.rero.ch/api/documents/4512" } }, { @@ -224830,13 +224830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4512" + "$ref": "https://ils.rero.ch/api/documents/4512" } }, { @@ -224844,13 +224844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4511" + "$ref": "https://ils.rero.ch/api/documents/4511" } }, { @@ -224858,13 +224858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4510" + "$ref": "https://ils.rero.ch/api/documents/4510" } }, { @@ -224872,13 +224872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4509" + "$ref": "https://ils.rero.ch/api/documents/4509" } }, { @@ -224886,13 +224886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4509" + "$ref": "https://ils.rero.ch/api/documents/4509" } }, { @@ -224900,13 +224900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4508" + "$ref": "https://ils.rero.ch/api/documents/4508" } }, { @@ -224914,13 +224914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4507" + "$ref": "https://ils.rero.ch/api/documents/4507" } }, { @@ -224928,13 +224928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4507" + "$ref": "https://ils.rero.ch/api/documents/4507" } }, { @@ -224942,13 +224942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4506" + "$ref": "https://ils.rero.ch/api/documents/4506" } }, { @@ -224956,13 +224956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4505" + "$ref": "https://ils.rero.ch/api/documents/4505" } }, { @@ -224970,13 +224970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4505" + "$ref": "https://ils.rero.ch/api/documents/4505" } }, { @@ -224984,13 +224984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4505" + "$ref": "https://ils.rero.ch/api/documents/4505" } }, { @@ -224998,13 +224998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4505" + "$ref": "https://ils.rero.ch/api/documents/4505" } }, { @@ -225012,13 +225012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4504" + "$ref": "https://ils.rero.ch/api/documents/4504" } }, { @@ -225026,13 +225026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4504" + "$ref": "https://ils.rero.ch/api/documents/4504" } }, { @@ -225040,13 +225040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4504" + "$ref": "https://ils.rero.ch/api/documents/4504" } }, { @@ -225054,13 +225054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4503" + "$ref": "https://ils.rero.ch/api/documents/4503" } }, { @@ -225068,13 +225068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4503" + "$ref": "https://ils.rero.ch/api/documents/4503" } }, { @@ -225082,13 +225082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4503" + "$ref": "https://ils.rero.ch/api/documents/4503" } }, { @@ -225096,13 +225096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4502" + "$ref": "https://ils.rero.ch/api/documents/4502" } }, { @@ -225110,13 +225110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4502" + "$ref": "https://ils.rero.ch/api/documents/4502" } }, { @@ -225124,13 +225124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4502" + "$ref": "https://ils.rero.ch/api/documents/4502" } }, { @@ -225138,13 +225138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4501" + "$ref": "https://ils.rero.ch/api/documents/4501" } }, { @@ -225152,13 +225152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4501" + "$ref": "https://ils.rero.ch/api/documents/4501" } }, { @@ -225166,13 +225166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4501" + "$ref": "https://ils.rero.ch/api/documents/4501" } }, { @@ -225180,13 +225180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4501" + "$ref": "https://ils.rero.ch/api/documents/4501" } }, { @@ -225194,13 +225194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4500" + "$ref": "https://ils.rero.ch/api/documents/4500" } }, { @@ -225208,13 +225208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4500" + "$ref": "https://ils.rero.ch/api/documents/4500" } }, { @@ -225222,13 +225222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4500" + "$ref": "https://ils.rero.ch/api/documents/4500" } }, { @@ -225236,13 +225236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4500" + "$ref": "https://ils.rero.ch/api/documents/4500" } }, { @@ -225250,13 +225250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4500" + "$ref": "https://ils.rero.ch/api/documents/4500" } }, { @@ -225264,13 +225264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4499" + "$ref": "https://ils.rero.ch/api/documents/4499" } }, { @@ -225278,13 +225278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4499" + "$ref": "https://ils.rero.ch/api/documents/4499" } }, { @@ -225292,13 +225292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4499" + "$ref": "https://ils.rero.ch/api/documents/4499" } }, { @@ -225306,13 +225306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4499" + "$ref": "https://ils.rero.ch/api/documents/4499" } }, { @@ -225320,13 +225320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4498" + "$ref": "https://ils.rero.ch/api/documents/4498" } }, { @@ -225334,13 +225334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4498" + "$ref": "https://ils.rero.ch/api/documents/4498" } }, { @@ -225348,13 +225348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4497" + "$ref": "https://ils.rero.ch/api/documents/4497" } }, { @@ -225362,13 +225362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4497" + "$ref": "https://ils.rero.ch/api/documents/4497" } }, { @@ -225376,13 +225376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4497" + "$ref": "https://ils.rero.ch/api/documents/4497" } }, { @@ -225390,13 +225390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4497" + "$ref": "https://ils.rero.ch/api/documents/4497" } }, { @@ -225404,13 +225404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4496" + "$ref": "https://ils.rero.ch/api/documents/4496" } }, { @@ -225418,13 +225418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4496" + "$ref": "https://ils.rero.ch/api/documents/4496" } }, { @@ -225432,13 +225432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4496" + "$ref": "https://ils.rero.ch/api/documents/4496" } }, { @@ -225446,13 +225446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4496" + "$ref": "https://ils.rero.ch/api/documents/4496" } }, { @@ -225460,13 +225460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4496" + "$ref": "https://ils.rero.ch/api/documents/4496" } }, { @@ -225474,13 +225474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4495" + "$ref": "https://ils.rero.ch/api/documents/4495" } }, { @@ -225488,13 +225488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4495" + "$ref": "https://ils.rero.ch/api/documents/4495" } }, { @@ -225502,13 +225502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4495" + "$ref": "https://ils.rero.ch/api/documents/4495" } }, { @@ -225516,13 +225516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4494" + "$ref": "https://ils.rero.ch/api/documents/4494" } }, { @@ -225530,13 +225530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4494" + "$ref": "https://ils.rero.ch/api/documents/4494" } }, { @@ -225544,13 +225544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4494" + "$ref": "https://ils.rero.ch/api/documents/4494" } }, { @@ -225558,13 +225558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4494" + "$ref": "https://ils.rero.ch/api/documents/4494" } }, { @@ -225572,13 +225572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4493" + "$ref": "https://ils.rero.ch/api/documents/4493" } }, { @@ -225586,13 +225586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4492" + "$ref": "https://ils.rero.ch/api/documents/4492" } }, { @@ -225600,13 +225600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4492" + "$ref": "https://ils.rero.ch/api/documents/4492" } }, { @@ -225614,13 +225614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4491" + "$ref": "https://ils.rero.ch/api/documents/4491" } }, { @@ -225628,13 +225628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4491" + "$ref": "https://ils.rero.ch/api/documents/4491" } }, { @@ -225642,13 +225642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4491" + "$ref": "https://ils.rero.ch/api/documents/4491" } }, { @@ -225656,13 +225656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4491" + "$ref": "https://ils.rero.ch/api/documents/4491" } }, { @@ -225670,13 +225670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4490" + "$ref": "https://ils.rero.ch/api/documents/4490" } }, { @@ -225684,13 +225684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4490" + "$ref": "https://ils.rero.ch/api/documents/4490" } }, { @@ -225698,13 +225698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4490" + "$ref": "https://ils.rero.ch/api/documents/4490" } }, { @@ -225712,13 +225712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4490" + "$ref": "https://ils.rero.ch/api/documents/4490" } }, { @@ -225726,13 +225726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4489" + "$ref": "https://ils.rero.ch/api/documents/4489" } }, { @@ -225740,13 +225740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4488" + "$ref": "https://ils.rero.ch/api/documents/4488" } }, { @@ -225754,13 +225754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4488" + "$ref": "https://ils.rero.ch/api/documents/4488" } }, { @@ -225768,13 +225768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4488" + "$ref": "https://ils.rero.ch/api/documents/4488" } }, { @@ -225782,13 +225782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4487" + "$ref": "https://ils.rero.ch/api/documents/4487" } }, { @@ -225796,13 +225796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4487" + "$ref": "https://ils.rero.ch/api/documents/4487" } }, { @@ -225810,13 +225810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4487" + "$ref": "https://ils.rero.ch/api/documents/4487" } }, { @@ -225824,13 +225824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4487" + "$ref": "https://ils.rero.ch/api/documents/4487" } }, { @@ -225838,13 +225838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4487" + "$ref": "https://ils.rero.ch/api/documents/4487" } }, { @@ -225852,13 +225852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4486" + "$ref": "https://ils.rero.ch/api/documents/4486" } }, { @@ -225866,13 +225866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4486" + "$ref": "https://ils.rero.ch/api/documents/4486" } }, { @@ -225880,13 +225880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4486" + "$ref": "https://ils.rero.ch/api/documents/4486" } }, { @@ -225894,13 +225894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4486" + "$ref": "https://ils.rero.ch/api/documents/4486" } }, { @@ -225908,13 +225908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4486" + "$ref": "https://ils.rero.ch/api/documents/4486" } }, { @@ -225922,13 +225922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4485" + "$ref": "https://ils.rero.ch/api/documents/4485" } }, { @@ -225936,13 +225936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4485" + "$ref": "https://ils.rero.ch/api/documents/4485" } }, { @@ -225950,13 +225950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4484" + "$ref": "https://ils.rero.ch/api/documents/4484" } }, { @@ -225964,13 +225964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4484" + "$ref": "https://ils.rero.ch/api/documents/4484" } }, { @@ -225978,13 +225978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4484" + "$ref": "https://ils.rero.ch/api/documents/4484" } }, { @@ -225992,13 +225992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4484" + "$ref": "https://ils.rero.ch/api/documents/4484" } }, { @@ -226006,13 +226006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4483" + "$ref": "https://ils.rero.ch/api/documents/4483" } }, { @@ -226020,13 +226020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4483" + "$ref": "https://ils.rero.ch/api/documents/4483" } }, { @@ -226034,13 +226034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4483" + "$ref": "https://ils.rero.ch/api/documents/4483" } }, { @@ -226048,13 +226048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4483" + "$ref": "https://ils.rero.ch/api/documents/4483" } }, { @@ -226062,13 +226062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4483" + "$ref": "https://ils.rero.ch/api/documents/4483" } }, { @@ -226076,13 +226076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4482" + "$ref": "https://ils.rero.ch/api/documents/4482" } }, { @@ -226090,13 +226090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4481" + "$ref": "https://ils.rero.ch/api/documents/4481" } }, { @@ -226104,13 +226104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4481" + "$ref": "https://ils.rero.ch/api/documents/4481" } }, { @@ -226118,13 +226118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4481" + "$ref": "https://ils.rero.ch/api/documents/4481" } }, { @@ -226132,13 +226132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4480" + "$ref": "https://ils.rero.ch/api/documents/4480" } }, { @@ -226146,13 +226146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4479" + "$ref": "https://ils.rero.ch/api/documents/4479" } }, { @@ -226160,13 +226160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4479" + "$ref": "https://ils.rero.ch/api/documents/4479" } }, { @@ -226174,13 +226174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4479" + "$ref": "https://ils.rero.ch/api/documents/4479" } }, { @@ -226188,13 +226188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4479" + "$ref": "https://ils.rero.ch/api/documents/4479" } }, { @@ -226202,13 +226202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4478" + "$ref": "https://ils.rero.ch/api/documents/4478" } }, { @@ -226216,13 +226216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4478" + "$ref": "https://ils.rero.ch/api/documents/4478" } }, { @@ -226230,13 +226230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4478" + "$ref": "https://ils.rero.ch/api/documents/4478" } }, { @@ -226244,13 +226244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4477" + "$ref": "https://ils.rero.ch/api/documents/4477" } }, { @@ -226258,13 +226258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4476" + "$ref": "https://ils.rero.ch/api/documents/4476" } }, { @@ -226272,13 +226272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4476" + "$ref": "https://ils.rero.ch/api/documents/4476" } }, { @@ -226286,13 +226286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4476" + "$ref": "https://ils.rero.ch/api/documents/4476" } }, { @@ -226300,13 +226300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4476" + "$ref": "https://ils.rero.ch/api/documents/4476" } }, { @@ -226314,13 +226314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4476" + "$ref": "https://ils.rero.ch/api/documents/4476" } }, { @@ -226328,13 +226328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4475" + "$ref": "https://ils.rero.ch/api/documents/4475" } }, { @@ -226342,13 +226342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4474" + "$ref": "https://ils.rero.ch/api/documents/4474" } }, { @@ -226356,13 +226356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4474" + "$ref": "https://ils.rero.ch/api/documents/4474" } }, { @@ -226370,13 +226370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4473" + "$ref": "https://ils.rero.ch/api/documents/4473" } }, { @@ -226384,13 +226384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4473" + "$ref": "https://ils.rero.ch/api/documents/4473" } }, { @@ -226398,13 +226398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4472" + "$ref": "https://ils.rero.ch/api/documents/4472" } }, { @@ -226412,13 +226412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4472" + "$ref": "https://ils.rero.ch/api/documents/4472" } }, { @@ -226426,13 +226426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4472" + "$ref": "https://ils.rero.ch/api/documents/4472" } }, { @@ -226440,13 +226440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4472" + "$ref": "https://ils.rero.ch/api/documents/4472" } }, { @@ -226454,13 +226454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4472" + "$ref": "https://ils.rero.ch/api/documents/4472" } }, { @@ -226468,13 +226468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4471" + "$ref": "https://ils.rero.ch/api/documents/4471" } }, { @@ -226482,13 +226482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4470" + "$ref": "https://ils.rero.ch/api/documents/4470" } }, { @@ -226496,13 +226496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4469" + "$ref": "https://ils.rero.ch/api/documents/4469" } }, { @@ -226510,13 +226510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4469" + "$ref": "https://ils.rero.ch/api/documents/4469" } }, { @@ -226524,13 +226524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4468" + "$ref": "https://ils.rero.ch/api/documents/4468" } }, { @@ -226538,13 +226538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4467" + "$ref": "https://ils.rero.ch/api/documents/4467" } }, { @@ -226552,13 +226552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4466" + "$ref": "https://ils.rero.ch/api/documents/4466" } }, { @@ -226566,13 +226566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4466" + "$ref": "https://ils.rero.ch/api/documents/4466" } }, { @@ -226580,13 +226580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4466" + "$ref": "https://ils.rero.ch/api/documents/4466" } }, { @@ -226594,13 +226594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4466" + "$ref": "https://ils.rero.ch/api/documents/4466" } }, { @@ -226608,13 +226608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4465" + "$ref": "https://ils.rero.ch/api/documents/4465" } }, { @@ -226622,13 +226622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4465" + "$ref": "https://ils.rero.ch/api/documents/4465" } }, { @@ -226636,13 +226636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4464" + "$ref": "https://ils.rero.ch/api/documents/4464" } }, { @@ -226650,13 +226650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4464" + "$ref": "https://ils.rero.ch/api/documents/4464" } }, { @@ -226664,13 +226664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4463" + "$ref": "https://ils.rero.ch/api/documents/4463" } }, { @@ -226678,13 +226678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4463" + "$ref": "https://ils.rero.ch/api/documents/4463" } }, { @@ -226692,13 +226692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4463" + "$ref": "https://ils.rero.ch/api/documents/4463" } }, { @@ -226706,13 +226706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4463" + "$ref": "https://ils.rero.ch/api/documents/4463" } }, { @@ -226720,13 +226720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4463" + "$ref": "https://ils.rero.ch/api/documents/4463" } }, { @@ -226734,13 +226734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4462" + "$ref": "https://ils.rero.ch/api/documents/4462" } }, { @@ -226748,13 +226748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4461" + "$ref": "https://ils.rero.ch/api/documents/4461" } }, { @@ -226762,13 +226762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4460" + "$ref": "https://ils.rero.ch/api/documents/4460" } }, { @@ -226776,13 +226776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4460" + "$ref": "https://ils.rero.ch/api/documents/4460" } }, { @@ -226790,13 +226790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4460" + "$ref": "https://ils.rero.ch/api/documents/4460" } }, { @@ -226804,13 +226804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4460" + "$ref": "https://ils.rero.ch/api/documents/4460" } }, { @@ -226818,13 +226818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4459" + "$ref": "https://ils.rero.ch/api/documents/4459" } }, { @@ -226832,13 +226832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4458" + "$ref": "https://ils.rero.ch/api/documents/4458" } }, { @@ -226846,13 +226846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4458" + "$ref": "https://ils.rero.ch/api/documents/4458" } }, { @@ -226860,13 +226860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4458" + "$ref": "https://ils.rero.ch/api/documents/4458" } }, { @@ -226874,13 +226874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4458" + "$ref": "https://ils.rero.ch/api/documents/4458" } }, { @@ -226888,13 +226888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4457" + "$ref": "https://ils.rero.ch/api/documents/4457" } }, { @@ -226902,13 +226902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4457" + "$ref": "https://ils.rero.ch/api/documents/4457" } }, { @@ -226916,13 +226916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4457" + "$ref": "https://ils.rero.ch/api/documents/4457" } }, { @@ -226930,13 +226930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4457" + "$ref": "https://ils.rero.ch/api/documents/4457" } }, { @@ -226944,13 +226944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4456" + "$ref": "https://ils.rero.ch/api/documents/4456" } }, { @@ -226958,13 +226958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4456" + "$ref": "https://ils.rero.ch/api/documents/4456" } }, { @@ -226972,13 +226972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4455" + "$ref": "https://ils.rero.ch/api/documents/4455" } }, { @@ -226986,13 +226986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4455" + "$ref": "https://ils.rero.ch/api/documents/4455" } }, { @@ -227000,13 +227000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4455" + "$ref": "https://ils.rero.ch/api/documents/4455" } }, { @@ -227014,13 +227014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4455" + "$ref": "https://ils.rero.ch/api/documents/4455" } }, { @@ -227028,13 +227028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4454" + "$ref": "https://ils.rero.ch/api/documents/4454" } }, { @@ -227042,13 +227042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4454" + "$ref": "https://ils.rero.ch/api/documents/4454" } }, { @@ -227056,13 +227056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4453" + "$ref": "https://ils.rero.ch/api/documents/4453" } }, { @@ -227070,13 +227070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4453" + "$ref": "https://ils.rero.ch/api/documents/4453" } }, { @@ -227084,13 +227084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4453" + "$ref": "https://ils.rero.ch/api/documents/4453" } }, { @@ -227098,13 +227098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4453" + "$ref": "https://ils.rero.ch/api/documents/4453" } }, { @@ -227112,13 +227112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4452" + "$ref": "https://ils.rero.ch/api/documents/4452" } }, { @@ -227126,13 +227126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4452" + "$ref": "https://ils.rero.ch/api/documents/4452" } }, { @@ -227140,13 +227140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4452" + "$ref": "https://ils.rero.ch/api/documents/4452" } }, { @@ -227154,13 +227154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4451" + "$ref": "https://ils.rero.ch/api/documents/4451" } }, { @@ -227168,13 +227168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4450" + "$ref": "https://ils.rero.ch/api/documents/4450" } }, { @@ -227182,13 +227182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4450" + "$ref": "https://ils.rero.ch/api/documents/4450" } }, { @@ -227196,13 +227196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4450" + "$ref": "https://ils.rero.ch/api/documents/4450" } }, { @@ -227210,13 +227210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4449" + "$ref": "https://ils.rero.ch/api/documents/4449" } }, { @@ -227224,13 +227224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4449" + "$ref": "https://ils.rero.ch/api/documents/4449" } }, { @@ -227238,13 +227238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4449" + "$ref": "https://ils.rero.ch/api/documents/4449" } }, { @@ -227252,13 +227252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4449" + "$ref": "https://ils.rero.ch/api/documents/4449" } }, { @@ -227266,13 +227266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4448" + "$ref": "https://ils.rero.ch/api/documents/4448" } }, { @@ -227280,13 +227280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4448" + "$ref": "https://ils.rero.ch/api/documents/4448" } }, { @@ -227294,13 +227294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4447" + "$ref": "https://ils.rero.ch/api/documents/4447" } }, { @@ -227308,13 +227308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4447" + "$ref": "https://ils.rero.ch/api/documents/4447" } }, { @@ -227322,13 +227322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4446" + "$ref": "https://ils.rero.ch/api/documents/4446" } }, { @@ -227336,13 +227336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4446" + "$ref": "https://ils.rero.ch/api/documents/4446" } }, { @@ -227350,13 +227350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4446" + "$ref": "https://ils.rero.ch/api/documents/4446" } }, { @@ -227364,13 +227364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4446" + "$ref": "https://ils.rero.ch/api/documents/4446" } }, { @@ -227378,13 +227378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4446" + "$ref": "https://ils.rero.ch/api/documents/4446" } }, { @@ -227392,13 +227392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4445" + "$ref": "https://ils.rero.ch/api/documents/4445" } }, { @@ -227406,13 +227406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4445" + "$ref": "https://ils.rero.ch/api/documents/4445" } }, { @@ -227420,13 +227420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4445" + "$ref": "https://ils.rero.ch/api/documents/4445" } }, { @@ -227434,13 +227434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4445" + "$ref": "https://ils.rero.ch/api/documents/4445" } }, { @@ -227448,13 +227448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4444" + "$ref": "https://ils.rero.ch/api/documents/4444" } }, { @@ -227462,13 +227462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4444" + "$ref": "https://ils.rero.ch/api/documents/4444" } }, { @@ -227476,13 +227476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4443" + "$ref": "https://ils.rero.ch/api/documents/4443" } }, { @@ -227490,13 +227490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4442" + "$ref": "https://ils.rero.ch/api/documents/4442" } }, { @@ -227504,13 +227504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4442" + "$ref": "https://ils.rero.ch/api/documents/4442" } }, { @@ -227518,13 +227518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4442" + "$ref": "https://ils.rero.ch/api/documents/4442" } }, { @@ -227532,13 +227532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4442" + "$ref": "https://ils.rero.ch/api/documents/4442" } }, { @@ -227546,13 +227546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4441" + "$ref": "https://ils.rero.ch/api/documents/4441" } }, { @@ -227560,13 +227560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4441" + "$ref": "https://ils.rero.ch/api/documents/4441" } }, { @@ -227574,13 +227574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4440" + "$ref": "https://ils.rero.ch/api/documents/4440" } }, { @@ -227588,13 +227588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4440" + "$ref": "https://ils.rero.ch/api/documents/4440" } }, { @@ -227602,13 +227602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4440" + "$ref": "https://ils.rero.ch/api/documents/4440" } }, { @@ -227616,13 +227616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4440" + "$ref": "https://ils.rero.ch/api/documents/4440" } }, { @@ -227630,13 +227630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4440" + "$ref": "https://ils.rero.ch/api/documents/4440" } }, { @@ -227644,13 +227644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4439" + "$ref": "https://ils.rero.ch/api/documents/4439" } }, { @@ -227658,13 +227658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4439" + "$ref": "https://ils.rero.ch/api/documents/4439" } }, { @@ -227672,13 +227672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4439" + "$ref": "https://ils.rero.ch/api/documents/4439" } }, { @@ -227686,13 +227686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4439" + "$ref": "https://ils.rero.ch/api/documents/4439" } }, { @@ -227700,13 +227700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4439" + "$ref": "https://ils.rero.ch/api/documents/4439" } }, { @@ -227714,13 +227714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4438" + "$ref": "https://ils.rero.ch/api/documents/4438" } }, { @@ -227728,13 +227728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4438" + "$ref": "https://ils.rero.ch/api/documents/4438" } }, { @@ -227742,13 +227742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4438" + "$ref": "https://ils.rero.ch/api/documents/4438" } }, { @@ -227756,13 +227756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4438" + "$ref": "https://ils.rero.ch/api/documents/4438" } }, { @@ -227770,13 +227770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4438" + "$ref": "https://ils.rero.ch/api/documents/4438" } }, { @@ -227784,13 +227784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4437" + "$ref": "https://ils.rero.ch/api/documents/4437" } }, { @@ -227798,13 +227798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4437" + "$ref": "https://ils.rero.ch/api/documents/4437" } }, { @@ -227812,13 +227812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4437" + "$ref": "https://ils.rero.ch/api/documents/4437" } }, { @@ -227826,13 +227826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4436" + "$ref": "https://ils.rero.ch/api/documents/4436" } }, { @@ -227840,13 +227840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4436" + "$ref": "https://ils.rero.ch/api/documents/4436" } }, { @@ -227854,13 +227854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4436" + "$ref": "https://ils.rero.ch/api/documents/4436" } }, { @@ -227868,13 +227868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4436" + "$ref": "https://ils.rero.ch/api/documents/4436" } }, { @@ -227882,13 +227882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4436" + "$ref": "https://ils.rero.ch/api/documents/4436" } }, { @@ -227896,13 +227896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4435" + "$ref": "https://ils.rero.ch/api/documents/4435" } }, { @@ -227910,13 +227910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4435" + "$ref": "https://ils.rero.ch/api/documents/4435" } }, { @@ -227924,13 +227924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4434" + "$ref": "https://ils.rero.ch/api/documents/4434" } }, { @@ -227938,13 +227938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4433" + "$ref": "https://ils.rero.ch/api/documents/4433" } }, { @@ -227952,13 +227952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4433" + "$ref": "https://ils.rero.ch/api/documents/4433" } }, { @@ -227966,13 +227966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4433" + "$ref": "https://ils.rero.ch/api/documents/4433" } }, { @@ -227980,13 +227980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4432" + "$ref": "https://ils.rero.ch/api/documents/4432" } }, { @@ -227994,13 +227994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4431" + "$ref": "https://ils.rero.ch/api/documents/4431" } }, { @@ -228008,13 +228008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4431" + "$ref": "https://ils.rero.ch/api/documents/4431" } }, { @@ -228022,13 +228022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4431" + "$ref": "https://ils.rero.ch/api/documents/4431" } }, { @@ -228036,13 +228036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4431" + "$ref": "https://ils.rero.ch/api/documents/4431" } }, { @@ -228050,13 +228050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4431" + "$ref": "https://ils.rero.ch/api/documents/4431" } }, { @@ -228064,13 +228064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4430" + "$ref": "https://ils.rero.ch/api/documents/4430" } }, { @@ -228078,13 +228078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4429" + "$ref": "https://ils.rero.ch/api/documents/4429" } }, { @@ -228092,13 +228092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4429" + "$ref": "https://ils.rero.ch/api/documents/4429" } }, { @@ -228106,13 +228106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4429" + "$ref": "https://ils.rero.ch/api/documents/4429" } }, { @@ -228120,13 +228120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4429" + "$ref": "https://ils.rero.ch/api/documents/4429" } }, { @@ -228134,13 +228134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4429" + "$ref": "https://ils.rero.ch/api/documents/4429" } }, { @@ -228148,13 +228148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4428" + "$ref": "https://ils.rero.ch/api/documents/4428" } }, { @@ -228162,13 +228162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4427" + "$ref": "https://ils.rero.ch/api/documents/4427" } }, { @@ -228176,13 +228176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4427" + "$ref": "https://ils.rero.ch/api/documents/4427" } }, { @@ -228190,13 +228190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4427" + "$ref": "https://ils.rero.ch/api/documents/4427" } }, { @@ -228204,13 +228204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4427" + "$ref": "https://ils.rero.ch/api/documents/4427" } }, { @@ -228218,13 +228218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4426" + "$ref": "https://ils.rero.ch/api/documents/4426" } }, { @@ -228232,13 +228232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4426" + "$ref": "https://ils.rero.ch/api/documents/4426" } }, { @@ -228246,13 +228246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4426" + "$ref": "https://ils.rero.ch/api/documents/4426" } }, { @@ -228260,13 +228260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4426" + "$ref": "https://ils.rero.ch/api/documents/4426" } }, { @@ -228274,13 +228274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4425" + "$ref": "https://ils.rero.ch/api/documents/4425" } }, { @@ -228288,13 +228288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4425" + "$ref": "https://ils.rero.ch/api/documents/4425" } }, { @@ -228302,13 +228302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4425" + "$ref": "https://ils.rero.ch/api/documents/4425" } }, { @@ -228316,13 +228316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4425" + "$ref": "https://ils.rero.ch/api/documents/4425" } }, { @@ -228330,13 +228330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4424" + "$ref": "https://ils.rero.ch/api/documents/4424" } }, { @@ -228344,13 +228344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4423" + "$ref": "https://ils.rero.ch/api/documents/4423" } }, { @@ -228358,13 +228358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4423" + "$ref": "https://ils.rero.ch/api/documents/4423" } }, { @@ -228372,13 +228372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4423" + "$ref": "https://ils.rero.ch/api/documents/4423" } }, { @@ -228386,13 +228386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4423" + "$ref": "https://ils.rero.ch/api/documents/4423" } }, { @@ -228400,13 +228400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4423" + "$ref": "https://ils.rero.ch/api/documents/4423" } }, { @@ -228414,13 +228414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4422" + "$ref": "https://ils.rero.ch/api/documents/4422" } }, { @@ -228428,13 +228428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4422" + "$ref": "https://ils.rero.ch/api/documents/4422" } }, { @@ -228442,13 +228442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4421" + "$ref": "https://ils.rero.ch/api/documents/4421" } }, { @@ -228456,13 +228456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4420" + "$ref": "https://ils.rero.ch/api/documents/4420" } }, { @@ -228470,13 +228470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4420" + "$ref": "https://ils.rero.ch/api/documents/4420" } }, { @@ -228484,13 +228484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4420" + "$ref": "https://ils.rero.ch/api/documents/4420" } }, { @@ -228498,13 +228498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4420" + "$ref": "https://ils.rero.ch/api/documents/4420" } }, { @@ -228512,13 +228512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4420" + "$ref": "https://ils.rero.ch/api/documents/4420" } }, { @@ -228526,13 +228526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4419" + "$ref": "https://ils.rero.ch/api/documents/4419" } }, { @@ -228540,13 +228540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4419" + "$ref": "https://ils.rero.ch/api/documents/4419" } }, { @@ -228554,13 +228554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4419" + "$ref": "https://ils.rero.ch/api/documents/4419" } }, { @@ -228568,13 +228568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4419" + "$ref": "https://ils.rero.ch/api/documents/4419" } }, { @@ -228582,13 +228582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4419" + "$ref": "https://ils.rero.ch/api/documents/4419" } }, { @@ -228596,13 +228596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4418" + "$ref": "https://ils.rero.ch/api/documents/4418" } }, { @@ -228610,13 +228610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4418" + "$ref": "https://ils.rero.ch/api/documents/4418" } }, { @@ -228624,13 +228624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4417" + "$ref": "https://ils.rero.ch/api/documents/4417" } }, { @@ -228638,13 +228638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4417" + "$ref": "https://ils.rero.ch/api/documents/4417" } }, { @@ -228652,13 +228652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4417" + "$ref": "https://ils.rero.ch/api/documents/4417" } }, { @@ -228666,13 +228666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4417" + "$ref": "https://ils.rero.ch/api/documents/4417" } }, { @@ -228680,13 +228680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4416" + "$ref": "https://ils.rero.ch/api/documents/4416" } }, { @@ -228694,13 +228694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4416" + "$ref": "https://ils.rero.ch/api/documents/4416" } }, { @@ -228708,13 +228708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4416" + "$ref": "https://ils.rero.ch/api/documents/4416" } }, { @@ -228722,13 +228722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4415" + "$ref": "https://ils.rero.ch/api/documents/4415" } }, { @@ -228736,13 +228736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4415" + "$ref": "https://ils.rero.ch/api/documents/4415" } }, { @@ -228750,13 +228750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4414" + "$ref": "https://ils.rero.ch/api/documents/4414" } }, { @@ -228764,13 +228764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4414" + "$ref": "https://ils.rero.ch/api/documents/4414" } }, { @@ -228778,13 +228778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4414" + "$ref": "https://ils.rero.ch/api/documents/4414" } }, { @@ -228792,13 +228792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4413" + "$ref": "https://ils.rero.ch/api/documents/4413" } }, { @@ -228806,13 +228806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4413" + "$ref": "https://ils.rero.ch/api/documents/4413" } }, { @@ -228820,13 +228820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4413" + "$ref": "https://ils.rero.ch/api/documents/4413" } }, { @@ -228834,13 +228834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4413" + "$ref": "https://ils.rero.ch/api/documents/4413" } }, { @@ -228848,13 +228848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4413" + "$ref": "https://ils.rero.ch/api/documents/4413" } }, { @@ -228862,13 +228862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4412" + "$ref": "https://ils.rero.ch/api/documents/4412" } }, { @@ -228876,13 +228876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4412" + "$ref": "https://ils.rero.ch/api/documents/4412" } }, { @@ -228890,13 +228890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4411" + "$ref": "https://ils.rero.ch/api/documents/4411" } }, { @@ -228904,13 +228904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4411" + "$ref": "https://ils.rero.ch/api/documents/4411" } }, { @@ -228918,13 +228918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4411" + "$ref": "https://ils.rero.ch/api/documents/4411" } }, { @@ -228932,13 +228932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4410" + "$ref": "https://ils.rero.ch/api/documents/4410" } }, { @@ -228946,13 +228946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4410" + "$ref": "https://ils.rero.ch/api/documents/4410" } }, { @@ -228960,13 +228960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4410" + "$ref": "https://ils.rero.ch/api/documents/4410" } }, { @@ -228974,13 +228974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4410" + "$ref": "https://ils.rero.ch/api/documents/4410" } }, { @@ -228988,13 +228988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4409" + "$ref": "https://ils.rero.ch/api/documents/4409" } }, { @@ -229002,13 +229002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4408" + "$ref": "https://ils.rero.ch/api/documents/4408" } }, { @@ -229016,13 +229016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4407" + "$ref": "https://ils.rero.ch/api/documents/4407" } }, { @@ -229030,13 +229030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4407" + "$ref": "https://ils.rero.ch/api/documents/4407" } }, { @@ -229044,13 +229044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4407" + "$ref": "https://ils.rero.ch/api/documents/4407" } }, { @@ -229058,13 +229058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4407" + "$ref": "https://ils.rero.ch/api/documents/4407" } }, { @@ -229072,13 +229072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4406" + "$ref": "https://ils.rero.ch/api/documents/4406" } }, { @@ -229086,13 +229086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4406" + "$ref": "https://ils.rero.ch/api/documents/4406" } }, { @@ -229100,13 +229100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4405" + "$ref": "https://ils.rero.ch/api/documents/4405" } }, { @@ -229114,13 +229114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4404" + "$ref": "https://ils.rero.ch/api/documents/4404" } }, { @@ -229128,13 +229128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4404" + "$ref": "https://ils.rero.ch/api/documents/4404" } }, { @@ -229142,13 +229142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4404" + "$ref": "https://ils.rero.ch/api/documents/4404" } }, { @@ -229156,13 +229156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4404" + "$ref": "https://ils.rero.ch/api/documents/4404" } }, { @@ -229170,13 +229170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4404" + "$ref": "https://ils.rero.ch/api/documents/4404" } }, { @@ -229184,13 +229184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4403" + "$ref": "https://ils.rero.ch/api/documents/4403" } }, { @@ -229198,13 +229198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4403" + "$ref": "https://ils.rero.ch/api/documents/4403" } }, { @@ -229212,13 +229212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4403" + "$ref": "https://ils.rero.ch/api/documents/4403" } }, { @@ -229226,13 +229226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4403" + "$ref": "https://ils.rero.ch/api/documents/4403" } }, { @@ -229240,13 +229240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4403" + "$ref": "https://ils.rero.ch/api/documents/4403" } }, { @@ -229254,13 +229254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4402" + "$ref": "https://ils.rero.ch/api/documents/4402" } }, { @@ -229268,13 +229268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4402" + "$ref": "https://ils.rero.ch/api/documents/4402" } }, { @@ -229282,13 +229282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4401" + "$ref": "https://ils.rero.ch/api/documents/4401" } }, { @@ -229296,13 +229296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4401" + "$ref": "https://ils.rero.ch/api/documents/4401" } }, { @@ -229310,13 +229310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4401" + "$ref": "https://ils.rero.ch/api/documents/4401" } }, { @@ -229324,13 +229324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4401" + "$ref": "https://ils.rero.ch/api/documents/4401" } }, { @@ -229338,13 +229338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4401" + "$ref": "https://ils.rero.ch/api/documents/4401" } }, { @@ -229352,13 +229352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4400" + "$ref": "https://ils.rero.ch/api/documents/4400" } }, { @@ -229366,13 +229366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4400" + "$ref": "https://ils.rero.ch/api/documents/4400" } }, { @@ -229380,13 +229380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4400" + "$ref": "https://ils.rero.ch/api/documents/4400" } }, { @@ -229394,13 +229394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4400" + "$ref": "https://ils.rero.ch/api/documents/4400" } }, { @@ -229408,13 +229408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4399" + "$ref": "https://ils.rero.ch/api/documents/4399" } }, { @@ -229422,13 +229422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4399" + "$ref": "https://ils.rero.ch/api/documents/4399" } }, { @@ -229436,13 +229436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4399" + "$ref": "https://ils.rero.ch/api/documents/4399" } }, { @@ -229450,13 +229450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4398" + "$ref": "https://ils.rero.ch/api/documents/4398" } }, { @@ -229464,13 +229464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4397" + "$ref": "https://ils.rero.ch/api/documents/4397" } }, { @@ -229478,13 +229478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4397" + "$ref": "https://ils.rero.ch/api/documents/4397" } }, { @@ -229492,13 +229492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4397" + "$ref": "https://ils.rero.ch/api/documents/4397" } }, { @@ -229506,13 +229506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4397" + "$ref": "https://ils.rero.ch/api/documents/4397" } }, { @@ -229520,13 +229520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4396" + "$ref": "https://ils.rero.ch/api/documents/4396" } }, { @@ -229534,13 +229534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4396" + "$ref": "https://ils.rero.ch/api/documents/4396" } }, { @@ -229548,13 +229548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4396" + "$ref": "https://ils.rero.ch/api/documents/4396" } }, { @@ -229562,13 +229562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4396" + "$ref": "https://ils.rero.ch/api/documents/4396" } }, { @@ -229576,13 +229576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4395" + "$ref": "https://ils.rero.ch/api/documents/4395" } }, { @@ -229590,13 +229590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4395" + "$ref": "https://ils.rero.ch/api/documents/4395" } }, { @@ -229604,13 +229604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4395" + "$ref": "https://ils.rero.ch/api/documents/4395" } }, { @@ -229618,13 +229618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4395" + "$ref": "https://ils.rero.ch/api/documents/4395" } }, { @@ -229632,13 +229632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4395" + "$ref": "https://ils.rero.ch/api/documents/4395" } }, { @@ -229646,13 +229646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4394" + "$ref": "https://ils.rero.ch/api/documents/4394" } }, { @@ -229660,13 +229660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4394" + "$ref": "https://ils.rero.ch/api/documents/4394" } }, { @@ -229674,13 +229674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4393" + "$ref": "https://ils.rero.ch/api/documents/4393" } }, { @@ -229688,13 +229688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4393" + "$ref": "https://ils.rero.ch/api/documents/4393" } }, { @@ -229702,13 +229702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4393" + "$ref": "https://ils.rero.ch/api/documents/4393" } }, { @@ -229716,13 +229716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4392" + "$ref": "https://ils.rero.ch/api/documents/4392" } }, { @@ -229730,13 +229730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4392" + "$ref": "https://ils.rero.ch/api/documents/4392" } }, { @@ -229744,13 +229744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4392" + "$ref": "https://ils.rero.ch/api/documents/4392" } }, { @@ -229758,13 +229758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4392" + "$ref": "https://ils.rero.ch/api/documents/4392" } }, { @@ -229772,13 +229772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4391" + "$ref": "https://ils.rero.ch/api/documents/4391" } }, { @@ -229786,13 +229786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4391" + "$ref": "https://ils.rero.ch/api/documents/4391" } }, { @@ -229800,13 +229800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4391" + "$ref": "https://ils.rero.ch/api/documents/4391" } }, { @@ -229814,13 +229814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4390" + "$ref": "https://ils.rero.ch/api/documents/4390" } }, { @@ -229828,13 +229828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4390" + "$ref": "https://ils.rero.ch/api/documents/4390" } }, { @@ -229842,13 +229842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4390" + "$ref": "https://ils.rero.ch/api/documents/4390" } }, { @@ -229856,13 +229856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4390" + "$ref": "https://ils.rero.ch/api/documents/4390" } }, { @@ -229870,13 +229870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4390" + "$ref": "https://ils.rero.ch/api/documents/4390" } }, { @@ -229884,13 +229884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4389" + "$ref": "https://ils.rero.ch/api/documents/4389" } }, { @@ -229898,13 +229898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4389" + "$ref": "https://ils.rero.ch/api/documents/4389" } }, { @@ -229912,13 +229912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4388" + "$ref": "https://ils.rero.ch/api/documents/4388" } }, { @@ -229926,13 +229926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4388" + "$ref": "https://ils.rero.ch/api/documents/4388" } }, { @@ -229940,13 +229940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4388" + "$ref": "https://ils.rero.ch/api/documents/4388" } }, { @@ -229954,13 +229954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4387" + "$ref": "https://ils.rero.ch/api/documents/4387" } }, { @@ -229968,13 +229968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4387" + "$ref": "https://ils.rero.ch/api/documents/4387" } }, { @@ -229982,13 +229982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4386" + "$ref": "https://ils.rero.ch/api/documents/4386" } }, { @@ -229996,13 +229996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4386" + "$ref": "https://ils.rero.ch/api/documents/4386" } }, { @@ -230010,13 +230010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4386" + "$ref": "https://ils.rero.ch/api/documents/4386" } }, { @@ -230024,13 +230024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4386" + "$ref": "https://ils.rero.ch/api/documents/4386" } }, { @@ -230038,13 +230038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4385" + "$ref": "https://ils.rero.ch/api/documents/4385" } }, { @@ -230052,13 +230052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4385" + "$ref": "https://ils.rero.ch/api/documents/4385" } }, { @@ -230066,13 +230066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4385" + "$ref": "https://ils.rero.ch/api/documents/4385" } }, { @@ -230080,13 +230080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4385" + "$ref": "https://ils.rero.ch/api/documents/4385" } }, { @@ -230094,13 +230094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4384" + "$ref": "https://ils.rero.ch/api/documents/4384" } }, { @@ -230108,13 +230108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4384" + "$ref": "https://ils.rero.ch/api/documents/4384" } }, { @@ -230122,13 +230122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4383" + "$ref": "https://ils.rero.ch/api/documents/4383" } }, { @@ -230136,13 +230136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4383" + "$ref": "https://ils.rero.ch/api/documents/4383" } }, { @@ -230150,13 +230150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4383" + "$ref": "https://ils.rero.ch/api/documents/4383" } }, { @@ -230164,13 +230164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4383" + "$ref": "https://ils.rero.ch/api/documents/4383" } }, { @@ -230178,13 +230178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4383" + "$ref": "https://ils.rero.ch/api/documents/4383" } }, { @@ -230192,13 +230192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4382" + "$ref": "https://ils.rero.ch/api/documents/4382" } }, { @@ -230206,13 +230206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4382" + "$ref": "https://ils.rero.ch/api/documents/4382" } }, { @@ -230220,13 +230220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4382" + "$ref": "https://ils.rero.ch/api/documents/4382" } }, { @@ -230234,13 +230234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4382" + "$ref": "https://ils.rero.ch/api/documents/4382" } }, { @@ -230248,13 +230248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4382" + "$ref": "https://ils.rero.ch/api/documents/4382" } }, { @@ -230262,13 +230262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4381" + "$ref": "https://ils.rero.ch/api/documents/4381" } }, { @@ -230276,13 +230276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4381" + "$ref": "https://ils.rero.ch/api/documents/4381" } }, { @@ -230290,13 +230290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4380" + "$ref": "https://ils.rero.ch/api/documents/4380" } }, { @@ -230304,13 +230304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4380" + "$ref": "https://ils.rero.ch/api/documents/4380" } }, { @@ -230318,13 +230318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4380" + "$ref": "https://ils.rero.ch/api/documents/4380" } }, { @@ -230332,13 +230332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4379" + "$ref": "https://ils.rero.ch/api/documents/4379" } }, { @@ -230346,13 +230346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4379" + "$ref": "https://ils.rero.ch/api/documents/4379" } }, { @@ -230360,13 +230360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4379" + "$ref": "https://ils.rero.ch/api/documents/4379" } }, { @@ -230374,13 +230374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4379" + "$ref": "https://ils.rero.ch/api/documents/4379" } }, { @@ -230388,13 +230388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4378" + "$ref": "https://ils.rero.ch/api/documents/4378" } }, { @@ -230402,13 +230402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4377" + "$ref": "https://ils.rero.ch/api/documents/4377" } }, { @@ -230416,13 +230416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4377" + "$ref": "https://ils.rero.ch/api/documents/4377" } }, { @@ -230430,13 +230430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4376" + "$ref": "https://ils.rero.ch/api/documents/4376" } }, { @@ -230444,13 +230444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4375" + "$ref": "https://ils.rero.ch/api/documents/4375" } }, { @@ -230458,13 +230458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4375" + "$ref": "https://ils.rero.ch/api/documents/4375" } }, { @@ -230472,13 +230472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4374" + "$ref": "https://ils.rero.ch/api/documents/4374" } }, { @@ -230486,13 +230486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4374" + "$ref": "https://ils.rero.ch/api/documents/4374" } }, { @@ -230500,13 +230500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4374" + "$ref": "https://ils.rero.ch/api/documents/4374" } }, { @@ -230514,13 +230514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4374" + "$ref": "https://ils.rero.ch/api/documents/4374" } }, { @@ -230528,13 +230528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4373" + "$ref": "https://ils.rero.ch/api/documents/4373" } }, { @@ -230542,13 +230542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4373" + "$ref": "https://ils.rero.ch/api/documents/4373" } }, { @@ -230556,13 +230556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4373" + "$ref": "https://ils.rero.ch/api/documents/4373" } }, { @@ -230570,13 +230570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4372" + "$ref": "https://ils.rero.ch/api/documents/4372" } }, { @@ -230584,13 +230584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4372" + "$ref": "https://ils.rero.ch/api/documents/4372" } }, { @@ -230598,13 +230598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4371" + "$ref": "https://ils.rero.ch/api/documents/4371" } }, { @@ -230612,13 +230612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4371" + "$ref": "https://ils.rero.ch/api/documents/4371" } }, { @@ -230626,13 +230626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4370" + "$ref": "https://ils.rero.ch/api/documents/4370" } }, { @@ -230640,13 +230640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4370" + "$ref": "https://ils.rero.ch/api/documents/4370" } }, { @@ -230654,13 +230654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4369" + "$ref": "https://ils.rero.ch/api/documents/4369" } }, { @@ -230668,13 +230668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4369" + "$ref": "https://ils.rero.ch/api/documents/4369" } }, { @@ -230682,13 +230682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4368" + "$ref": "https://ils.rero.ch/api/documents/4368" } }, { @@ -230696,13 +230696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4368" + "$ref": "https://ils.rero.ch/api/documents/4368" } }, { @@ -230710,13 +230710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4367" + "$ref": "https://ils.rero.ch/api/documents/4367" } }, { @@ -230724,13 +230724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4366" + "$ref": "https://ils.rero.ch/api/documents/4366" } }, { @@ -230738,13 +230738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4366" + "$ref": "https://ils.rero.ch/api/documents/4366" } }, { @@ -230752,13 +230752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4366" + "$ref": "https://ils.rero.ch/api/documents/4366" } }, { @@ -230766,13 +230766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4365" + "$ref": "https://ils.rero.ch/api/documents/4365" } }, { @@ -230780,13 +230780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4365" + "$ref": "https://ils.rero.ch/api/documents/4365" } }, { @@ -230794,13 +230794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4365" + "$ref": "https://ils.rero.ch/api/documents/4365" } }, { @@ -230808,13 +230808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4365" + "$ref": "https://ils.rero.ch/api/documents/4365" } }, { @@ -230822,13 +230822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4365" + "$ref": "https://ils.rero.ch/api/documents/4365" } }, { @@ -230836,13 +230836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4364" + "$ref": "https://ils.rero.ch/api/documents/4364" } }, { @@ -230850,13 +230850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4363" + "$ref": "https://ils.rero.ch/api/documents/4363" } }, { @@ -230864,13 +230864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4362" + "$ref": "https://ils.rero.ch/api/documents/4362" } }, { @@ -230878,13 +230878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4361" + "$ref": "https://ils.rero.ch/api/documents/4361" } }, { @@ -230892,13 +230892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4361" + "$ref": "https://ils.rero.ch/api/documents/4361" } }, { @@ -230906,13 +230906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4360" + "$ref": "https://ils.rero.ch/api/documents/4360" } }, { @@ -230920,13 +230920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4360" + "$ref": "https://ils.rero.ch/api/documents/4360" } }, { @@ -230934,13 +230934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4360" + "$ref": "https://ils.rero.ch/api/documents/4360" } }, { @@ -230948,13 +230948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4360" + "$ref": "https://ils.rero.ch/api/documents/4360" } }, { @@ -230962,13 +230962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4360" + "$ref": "https://ils.rero.ch/api/documents/4360" } }, { @@ -230976,13 +230976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4359" + "$ref": "https://ils.rero.ch/api/documents/4359" } }, { @@ -230990,13 +230990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4359" + "$ref": "https://ils.rero.ch/api/documents/4359" } }, { @@ -231004,13 +231004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4359" + "$ref": "https://ils.rero.ch/api/documents/4359" } }, { @@ -231018,13 +231018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4359" + "$ref": "https://ils.rero.ch/api/documents/4359" } }, { @@ -231032,13 +231032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4358" + "$ref": "https://ils.rero.ch/api/documents/4358" } }, { @@ -231046,13 +231046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4358" + "$ref": "https://ils.rero.ch/api/documents/4358" } }, { @@ -231060,13 +231060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4358" + "$ref": "https://ils.rero.ch/api/documents/4358" } }, { @@ -231074,13 +231074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4358" + "$ref": "https://ils.rero.ch/api/documents/4358" } }, { @@ -231088,13 +231088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4358" + "$ref": "https://ils.rero.ch/api/documents/4358" } }, { @@ -231102,13 +231102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4357" + "$ref": "https://ils.rero.ch/api/documents/4357" } }, { @@ -231116,13 +231116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4357" + "$ref": "https://ils.rero.ch/api/documents/4357" } }, { @@ -231130,13 +231130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4357" + "$ref": "https://ils.rero.ch/api/documents/4357" } }, { @@ -231144,13 +231144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4357" + "$ref": "https://ils.rero.ch/api/documents/4357" } }, { @@ -231158,13 +231158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4356" + "$ref": "https://ils.rero.ch/api/documents/4356" } }, { @@ -231172,13 +231172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4356" + "$ref": "https://ils.rero.ch/api/documents/4356" } }, { @@ -231186,13 +231186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4356" + "$ref": "https://ils.rero.ch/api/documents/4356" } }, { @@ -231200,13 +231200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4355" + "$ref": "https://ils.rero.ch/api/documents/4355" } }, { @@ -231214,13 +231214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4354" + "$ref": "https://ils.rero.ch/api/documents/4354" } }, { @@ -231228,13 +231228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4354" + "$ref": "https://ils.rero.ch/api/documents/4354" } }, { @@ -231242,13 +231242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4354" + "$ref": "https://ils.rero.ch/api/documents/4354" } }, { @@ -231256,13 +231256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4353" + "$ref": "https://ils.rero.ch/api/documents/4353" } }, { @@ -231270,13 +231270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4353" + "$ref": "https://ils.rero.ch/api/documents/4353" } }, { @@ -231284,13 +231284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4353" + "$ref": "https://ils.rero.ch/api/documents/4353" } }, { @@ -231298,13 +231298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4353" + "$ref": "https://ils.rero.ch/api/documents/4353" } }, { @@ -231312,13 +231312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4353" + "$ref": "https://ils.rero.ch/api/documents/4353" } }, { @@ -231326,13 +231326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4352" + "$ref": "https://ils.rero.ch/api/documents/4352" } }, { @@ -231340,13 +231340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4352" + "$ref": "https://ils.rero.ch/api/documents/4352" } }, { @@ -231354,13 +231354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4352" + "$ref": "https://ils.rero.ch/api/documents/4352" } }, { @@ -231368,13 +231368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4352" + "$ref": "https://ils.rero.ch/api/documents/4352" } }, { @@ -231382,13 +231382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4352" + "$ref": "https://ils.rero.ch/api/documents/4352" } }, { @@ -231396,13 +231396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4351" + "$ref": "https://ils.rero.ch/api/documents/4351" } }, { @@ -231410,13 +231410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4351" + "$ref": "https://ils.rero.ch/api/documents/4351" } }, { @@ -231424,13 +231424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4350" + "$ref": "https://ils.rero.ch/api/documents/4350" } }, { @@ -231438,13 +231438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4350" + "$ref": "https://ils.rero.ch/api/documents/4350" } }, { @@ -231452,13 +231452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4350" + "$ref": "https://ils.rero.ch/api/documents/4350" } }, { @@ -231466,13 +231466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4349" + "$ref": "https://ils.rero.ch/api/documents/4349" } }, { @@ -231480,13 +231480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4349" + "$ref": "https://ils.rero.ch/api/documents/4349" } }, { @@ -231494,13 +231494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4348" + "$ref": "https://ils.rero.ch/api/documents/4348" } }, { @@ -231508,13 +231508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4348" + "$ref": "https://ils.rero.ch/api/documents/4348" } }, { @@ -231522,13 +231522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4348" + "$ref": "https://ils.rero.ch/api/documents/4348" } }, { @@ -231536,13 +231536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4347" + "$ref": "https://ils.rero.ch/api/documents/4347" } }, { @@ -231550,13 +231550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4346" + "$ref": "https://ils.rero.ch/api/documents/4346" } }, { @@ -231564,13 +231564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4346" + "$ref": "https://ils.rero.ch/api/documents/4346" } }, { @@ -231578,13 +231578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4346" + "$ref": "https://ils.rero.ch/api/documents/4346" } }, { @@ -231592,13 +231592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4345" + "$ref": "https://ils.rero.ch/api/documents/4345" } }, { @@ -231606,13 +231606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4345" + "$ref": "https://ils.rero.ch/api/documents/4345" } }, { @@ -231620,13 +231620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4345" + "$ref": "https://ils.rero.ch/api/documents/4345" } }, { @@ -231634,13 +231634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4344" + "$ref": "https://ils.rero.ch/api/documents/4344" } }, { @@ -231648,13 +231648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4344" + "$ref": "https://ils.rero.ch/api/documents/4344" } }, { @@ -231662,13 +231662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4344" + "$ref": "https://ils.rero.ch/api/documents/4344" } }, { @@ -231676,13 +231676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4343" + "$ref": "https://ils.rero.ch/api/documents/4343" } }, { @@ -231690,13 +231690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4343" + "$ref": "https://ils.rero.ch/api/documents/4343" } }, { @@ -231704,13 +231704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4342" + "$ref": "https://ils.rero.ch/api/documents/4342" } }, { @@ -231718,13 +231718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4342" + "$ref": "https://ils.rero.ch/api/documents/4342" } }, { @@ -231732,13 +231732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4342" + "$ref": "https://ils.rero.ch/api/documents/4342" } }, { @@ -231746,13 +231746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4342" + "$ref": "https://ils.rero.ch/api/documents/4342" } }, { @@ -231760,13 +231760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4342" + "$ref": "https://ils.rero.ch/api/documents/4342" } }, { @@ -231774,13 +231774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4341" + "$ref": "https://ils.rero.ch/api/documents/4341" } }, { @@ -231788,13 +231788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4341" + "$ref": "https://ils.rero.ch/api/documents/4341" } }, { @@ -231802,13 +231802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4340" + "$ref": "https://ils.rero.ch/api/documents/4340" } }, { @@ -231816,13 +231816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4339" + "$ref": "https://ils.rero.ch/api/documents/4339" } }, { @@ -231830,13 +231830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4339" + "$ref": "https://ils.rero.ch/api/documents/4339" } }, { @@ -231844,13 +231844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4339" + "$ref": "https://ils.rero.ch/api/documents/4339" } }, { @@ -231858,13 +231858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4339" + "$ref": "https://ils.rero.ch/api/documents/4339" } }, { @@ -231872,13 +231872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4338" + "$ref": "https://ils.rero.ch/api/documents/4338" } }, { @@ -231886,13 +231886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4338" + "$ref": "https://ils.rero.ch/api/documents/4338" } }, { @@ -231900,13 +231900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4337" + "$ref": "https://ils.rero.ch/api/documents/4337" } }, { @@ -231914,13 +231914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4337" + "$ref": "https://ils.rero.ch/api/documents/4337" } }, { @@ -231928,13 +231928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4337" + "$ref": "https://ils.rero.ch/api/documents/4337" } }, { @@ -231942,13 +231942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4336" + "$ref": "https://ils.rero.ch/api/documents/4336" } }, { @@ -231956,13 +231956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4336" + "$ref": "https://ils.rero.ch/api/documents/4336" } }, { @@ -231970,13 +231970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4336" + "$ref": "https://ils.rero.ch/api/documents/4336" } }, { @@ -231984,13 +231984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4336" + "$ref": "https://ils.rero.ch/api/documents/4336" } }, { @@ -231998,13 +231998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4336" + "$ref": "https://ils.rero.ch/api/documents/4336" } }, { @@ -232012,13 +232012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4335" + "$ref": "https://ils.rero.ch/api/documents/4335" } }, { @@ -232026,13 +232026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4335" + "$ref": "https://ils.rero.ch/api/documents/4335" } }, { @@ -232040,13 +232040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4335" + "$ref": "https://ils.rero.ch/api/documents/4335" } }, { @@ -232054,13 +232054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4334" + "$ref": "https://ils.rero.ch/api/documents/4334" } }, { @@ -232068,13 +232068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4334" + "$ref": "https://ils.rero.ch/api/documents/4334" } }, { @@ -232082,13 +232082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4334" + "$ref": "https://ils.rero.ch/api/documents/4334" } }, { @@ -232096,13 +232096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4334" + "$ref": "https://ils.rero.ch/api/documents/4334" } }, { @@ -232110,13 +232110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4333" + "$ref": "https://ils.rero.ch/api/documents/4333" } }, { @@ -232124,13 +232124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4333" + "$ref": "https://ils.rero.ch/api/documents/4333" } }, { @@ -232138,13 +232138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4333" + "$ref": "https://ils.rero.ch/api/documents/4333" } }, { @@ -232152,13 +232152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4333" + "$ref": "https://ils.rero.ch/api/documents/4333" } }, { @@ -232166,13 +232166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4332" + "$ref": "https://ils.rero.ch/api/documents/4332" } }, { @@ -232180,13 +232180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4332" + "$ref": "https://ils.rero.ch/api/documents/4332" } }, { @@ -232194,13 +232194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4332" + "$ref": "https://ils.rero.ch/api/documents/4332" } }, { @@ -232208,13 +232208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4331" + "$ref": "https://ils.rero.ch/api/documents/4331" } }, { @@ -232222,13 +232222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4331" + "$ref": "https://ils.rero.ch/api/documents/4331" } }, { @@ -232236,13 +232236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4331" + "$ref": "https://ils.rero.ch/api/documents/4331" } }, { @@ -232250,13 +232250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4331" + "$ref": "https://ils.rero.ch/api/documents/4331" } }, { @@ -232264,13 +232264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4330" + "$ref": "https://ils.rero.ch/api/documents/4330" } }, { @@ -232278,13 +232278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4330" + "$ref": "https://ils.rero.ch/api/documents/4330" } }, { @@ -232292,13 +232292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4330" + "$ref": "https://ils.rero.ch/api/documents/4330" } }, { @@ -232306,13 +232306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4330" + "$ref": "https://ils.rero.ch/api/documents/4330" } }, { @@ -232320,13 +232320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4330" + "$ref": "https://ils.rero.ch/api/documents/4330" } }, { @@ -232334,13 +232334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4329" + "$ref": "https://ils.rero.ch/api/documents/4329" } }, { @@ -232348,13 +232348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4329" + "$ref": "https://ils.rero.ch/api/documents/4329" } }, { @@ -232362,13 +232362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4329" + "$ref": "https://ils.rero.ch/api/documents/4329" } }, { @@ -232376,13 +232376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4328" + "$ref": "https://ils.rero.ch/api/documents/4328" } }, { @@ -232390,13 +232390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4328" + "$ref": "https://ils.rero.ch/api/documents/4328" } }, { @@ -232404,13 +232404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4328" + "$ref": "https://ils.rero.ch/api/documents/4328" } }, { @@ -232418,13 +232418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4327" + "$ref": "https://ils.rero.ch/api/documents/4327" } }, { @@ -232432,13 +232432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4327" + "$ref": "https://ils.rero.ch/api/documents/4327" } }, { @@ -232446,13 +232446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4327" + "$ref": "https://ils.rero.ch/api/documents/4327" } }, { @@ -232460,13 +232460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4326" + "$ref": "https://ils.rero.ch/api/documents/4326" } }, { @@ -232474,13 +232474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4326" + "$ref": "https://ils.rero.ch/api/documents/4326" } }, { @@ -232488,13 +232488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4325" + "$ref": "https://ils.rero.ch/api/documents/4325" } }, { @@ -232502,13 +232502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4325" + "$ref": "https://ils.rero.ch/api/documents/4325" } }, { @@ -232516,13 +232516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4324" + "$ref": "https://ils.rero.ch/api/documents/4324" } }, { @@ -232530,13 +232530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4324" + "$ref": "https://ils.rero.ch/api/documents/4324" } }, { @@ -232544,13 +232544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4323" + "$ref": "https://ils.rero.ch/api/documents/4323" } }, { @@ -232558,13 +232558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4323" + "$ref": "https://ils.rero.ch/api/documents/4323" } }, { @@ -232572,13 +232572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4323" + "$ref": "https://ils.rero.ch/api/documents/4323" } }, { @@ -232586,13 +232586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4322" + "$ref": "https://ils.rero.ch/api/documents/4322" } }, { @@ -232600,13 +232600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4322" + "$ref": "https://ils.rero.ch/api/documents/4322" } }, { @@ -232614,13 +232614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4321" + "$ref": "https://ils.rero.ch/api/documents/4321" } }, { @@ -232628,13 +232628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4321" + "$ref": "https://ils.rero.ch/api/documents/4321" } }, { @@ -232642,13 +232642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4321" + "$ref": "https://ils.rero.ch/api/documents/4321" } }, { @@ -232656,13 +232656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4321" + "$ref": "https://ils.rero.ch/api/documents/4321" } }, { @@ -232670,13 +232670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4321" + "$ref": "https://ils.rero.ch/api/documents/4321" } }, { @@ -232684,13 +232684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4320" + "$ref": "https://ils.rero.ch/api/documents/4320" } }, { @@ -232698,13 +232698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4319" + "$ref": "https://ils.rero.ch/api/documents/4319" } }, { @@ -232712,13 +232712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4319" + "$ref": "https://ils.rero.ch/api/documents/4319" } }, { @@ -232726,13 +232726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4319" + "$ref": "https://ils.rero.ch/api/documents/4319" } }, { @@ -232740,13 +232740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4319" + "$ref": "https://ils.rero.ch/api/documents/4319" } }, { @@ -232754,13 +232754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4318" + "$ref": "https://ils.rero.ch/api/documents/4318" } }, { @@ -232768,13 +232768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4318" + "$ref": "https://ils.rero.ch/api/documents/4318" } }, { @@ -232782,13 +232782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4317" + "$ref": "https://ils.rero.ch/api/documents/4317" } }, { @@ -232796,13 +232796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4317" + "$ref": "https://ils.rero.ch/api/documents/4317" } }, { @@ -232810,13 +232810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4317" + "$ref": "https://ils.rero.ch/api/documents/4317" } }, { @@ -232824,13 +232824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4317" + "$ref": "https://ils.rero.ch/api/documents/4317" } }, { @@ -232838,13 +232838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4316" + "$ref": "https://ils.rero.ch/api/documents/4316" } }, { @@ -232852,13 +232852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4316" + "$ref": "https://ils.rero.ch/api/documents/4316" } }, { @@ -232866,13 +232866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4315" + "$ref": "https://ils.rero.ch/api/documents/4315" } }, { @@ -232880,13 +232880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4315" + "$ref": "https://ils.rero.ch/api/documents/4315" } }, { @@ -232894,13 +232894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4315" + "$ref": "https://ils.rero.ch/api/documents/4315" } }, { @@ -232908,13 +232908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4315" + "$ref": "https://ils.rero.ch/api/documents/4315" } }, { @@ -232922,13 +232922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4315" + "$ref": "https://ils.rero.ch/api/documents/4315" } }, { @@ -232936,13 +232936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4314" + "$ref": "https://ils.rero.ch/api/documents/4314" } }, { @@ -232950,13 +232950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4314" + "$ref": "https://ils.rero.ch/api/documents/4314" } }, { @@ -232964,13 +232964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4314" + "$ref": "https://ils.rero.ch/api/documents/4314" } }, { @@ -232978,13 +232978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4313" + "$ref": "https://ils.rero.ch/api/documents/4313" } }, { @@ -232992,13 +232992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4313" + "$ref": "https://ils.rero.ch/api/documents/4313" } }, { @@ -233006,13 +233006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4313" + "$ref": "https://ils.rero.ch/api/documents/4313" } }, { @@ -233020,13 +233020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4312" + "$ref": "https://ils.rero.ch/api/documents/4312" } }, { @@ -233034,13 +233034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4311" + "$ref": "https://ils.rero.ch/api/documents/4311" } }, { @@ -233048,13 +233048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4311" + "$ref": "https://ils.rero.ch/api/documents/4311" } }, { @@ -233062,13 +233062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4310" + "$ref": "https://ils.rero.ch/api/documents/4310" } }, { @@ -233076,13 +233076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4310" + "$ref": "https://ils.rero.ch/api/documents/4310" } }, { @@ -233090,13 +233090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4310" + "$ref": "https://ils.rero.ch/api/documents/4310" } }, { @@ -233104,13 +233104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4310" + "$ref": "https://ils.rero.ch/api/documents/4310" } }, { @@ -233118,13 +233118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4309" + "$ref": "https://ils.rero.ch/api/documents/4309" } }, { @@ -233132,13 +233132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4309" + "$ref": "https://ils.rero.ch/api/documents/4309" } }, { @@ -233146,13 +233146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4309" + "$ref": "https://ils.rero.ch/api/documents/4309" } }, { @@ -233160,13 +233160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4308" + "$ref": "https://ils.rero.ch/api/documents/4308" } }, { @@ -233174,13 +233174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4308" + "$ref": "https://ils.rero.ch/api/documents/4308" } }, { @@ -233188,13 +233188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4307" + "$ref": "https://ils.rero.ch/api/documents/4307" } }, { @@ -233202,13 +233202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4307" + "$ref": "https://ils.rero.ch/api/documents/4307" } }, { @@ -233216,13 +233216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4307" + "$ref": "https://ils.rero.ch/api/documents/4307" } }, { @@ -233230,13 +233230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4307" + "$ref": "https://ils.rero.ch/api/documents/4307" } }, { @@ -233244,13 +233244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4306" + "$ref": "https://ils.rero.ch/api/documents/4306" } }, { @@ -233258,13 +233258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4306" + "$ref": "https://ils.rero.ch/api/documents/4306" } }, { @@ -233272,13 +233272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4306" + "$ref": "https://ils.rero.ch/api/documents/4306" } }, { @@ -233286,13 +233286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4306" + "$ref": "https://ils.rero.ch/api/documents/4306" } }, { @@ -233300,13 +233300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4306" + "$ref": "https://ils.rero.ch/api/documents/4306" } }, { @@ -233314,13 +233314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4305" + "$ref": "https://ils.rero.ch/api/documents/4305" } }, { @@ -233328,13 +233328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4305" + "$ref": "https://ils.rero.ch/api/documents/4305" } }, { @@ -233342,13 +233342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4304" + "$ref": "https://ils.rero.ch/api/documents/4304" } }, { @@ -233356,13 +233356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4304" + "$ref": "https://ils.rero.ch/api/documents/4304" } }, { @@ -233370,13 +233370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4304" + "$ref": "https://ils.rero.ch/api/documents/4304" } }, { @@ -233384,13 +233384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4303" + "$ref": "https://ils.rero.ch/api/documents/4303" } }, { @@ -233398,13 +233398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4303" + "$ref": "https://ils.rero.ch/api/documents/4303" } }, { @@ -233412,13 +233412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4303" + "$ref": "https://ils.rero.ch/api/documents/4303" } }, { @@ -233426,13 +233426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4303" + "$ref": "https://ils.rero.ch/api/documents/4303" } }, { @@ -233440,13 +233440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4302" + "$ref": "https://ils.rero.ch/api/documents/4302" } }, { @@ -233454,13 +233454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4302" + "$ref": "https://ils.rero.ch/api/documents/4302" } }, { @@ -233468,13 +233468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4302" + "$ref": "https://ils.rero.ch/api/documents/4302" } }, { @@ -233482,13 +233482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4301" + "$ref": "https://ils.rero.ch/api/documents/4301" } }, { @@ -233496,13 +233496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4301" + "$ref": "https://ils.rero.ch/api/documents/4301" } }, { @@ -233510,13 +233510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4301" + "$ref": "https://ils.rero.ch/api/documents/4301" } }, { @@ -233524,13 +233524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4301" + "$ref": "https://ils.rero.ch/api/documents/4301" } }, { @@ -233538,13 +233538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4300" + "$ref": "https://ils.rero.ch/api/documents/4300" } }, { @@ -233552,13 +233552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4300" + "$ref": "https://ils.rero.ch/api/documents/4300" } }, { @@ -233566,13 +233566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4299" + "$ref": "https://ils.rero.ch/api/documents/4299" } }, { @@ -233580,13 +233580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4298" + "$ref": "https://ils.rero.ch/api/documents/4298" } }, { @@ -233594,13 +233594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4298" + "$ref": "https://ils.rero.ch/api/documents/4298" } }, { @@ -233608,13 +233608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4297" + "$ref": "https://ils.rero.ch/api/documents/4297" } }, { @@ -233622,13 +233622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4297" + "$ref": "https://ils.rero.ch/api/documents/4297" } }, { @@ -233636,13 +233636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4297" + "$ref": "https://ils.rero.ch/api/documents/4297" } }, { @@ -233650,13 +233650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4297" + "$ref": "https://ils.rero.ch/api/documents/4297" } }, { @@ -233664,13 +233664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4296" + "$ref": "https://ils.rero.ch/api/documents/4296" } }, { @@ -233678,13 +233678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4296" + "$ref": "https://ils.rero.ch/api/documents/4296" } }, { @@ -233692,13 +233692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4296" + "$ref": "https://ils.rero.ch/api/documents/4296" } }, { @@ -233706,13 +233706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4296" + "$ref": "https://ils.rero.ch/api/documents/4296" } }, { @@ -233720,13 +233720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4295" + "$ref": "https://ils.rero.ch/api/documents/4295" } }, { @@ -233734,13 +233734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4295" + "$ref": "https://ils.rero.ch/api/documents/4295" } }, { @@ -233748,13 +233748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4295" + "$ref": "https://ils.rero.ch/api/documents/4295" } }, { @@ -233762,13 +233762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4295" + "$ref": "https://ils.rero.ch/api/documents/4295" } }, { @@ -233776,13 +233776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4294" + "$ref": "https://ils.rero.ch/api/documents/4294" } }, { @@ -233790,13 +233790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4294" + "$ref": "https://ils.rero.ch/api/documents/4294" } }, { @@ -233804,13 +233804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4294" + "$ref": "https://ils.rero.ch/api/documents/4294" } }, { @@ -233818,13 +233818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4294" + "$ref": "https://ils.rero.ch/api/documents/4294" } }, { @@ -233832,13 +233832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4294" + "$ref": "https://ils.rero.ch/api/documents/4294" } }, { @@ -233846,13 +233846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4293" + "$ref": "https://ils.rero.ch/api/documents/4293" } }, { @@ -233860,13 +233860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4293" + "$ref": "https://ils.rero.ch/api/documents/4293" } }, { @@ -233874,13 +233874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4293" + "$ref": "https://ils.rero.ch/api/documents/4293" } }, { @@ -233888,13 +233888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4292" + "$ref": "https://ils.rero.ch/api/documents/4292" } }, { @@ -233902,13 +233902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4291" + "$ref": "https://ils.rero.ch/api/documents/4291" } }, { @@ -233916,13 +233916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4291" + "$ref": "https://ils.rero.ch/api/documents/4291" } }, { @@ -233930,13 +233930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4291" + "$ref": "https://ils.rero.ch/api/documents/4291" } }, { @@ -233944,13 +233944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4291" + "$ref": "https://ils.rero.ch/api/documents/4291" } }, { @@ -233958,13 +233958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4290" + "$ref": "https://ils.rero.ch/api/documents/4290" } }, { @@ -233972,13 +233972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4290" + "$ref": "https://ils.rero.ch/api/documents/4290" } }, { @@ -233986,13 +233986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4290" + "$ref": "https://ils.rero.ch/api/documents/4290" } }, { @@ -234000,13 +234000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4290" + "$ref": "https://ils.rero.ch/api/documents/4290" } }, { @@ -234014,13 +234014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4290" + "$ref": "https://ils.rero.ch/api/documents/4290" } }, { @@ -234028,13 +234028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4289" + "$ref": "https://ils.rero.ch/api/documents/4289" } }, { @@ -234042,13 +234042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4289" + "$ref": "https://ils.rero.ch/api/documents/4289" } }, { @@ -234056,13 +234056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4288" + "$ref": "https://ils.rero.ch/api/documents/4288" } }, { @@ -234070,13 +234070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4288" + "$ref": "https://ils.rero.ch/api/documents/4288" } }, { @@ -234084,13 +234084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4287" + "$ref": "https://ils.rero.ch/api/documents/4287" } }, { @@ -234098,13 +234098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4287" + "$ref": "https://ils.rero.ch/api/documents/4287" } }, { @@ -234112,13 +234112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4287" + "$ref": "https://ils.rero.ch/api/documents/4287" } }, { @@ -234126,13 +234126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4287" + "$ref": "https://ils.rero.ch/api/documents/4287" } }, { @@ -234140,13 +234140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4286" + "$ref": "https://ils.rero.ch/api/documents/4286" } }, { @@ -234154,13 +234154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4286" + "$ref": "https://ils.rero.ch/api/documents/4286" } }, { @@ -234168,13 +234168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4285" + "$ref": "https://ils.rero.ch/api/documents/4285" } }, { @@ -234182,13 +234182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4285" + "$ref": "https://ils.rero.ch/api/documents/4285" } }, { @@ -234196,13 +234196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4285" + "$ref": "https://ils.rero.ch/api/documents/4285" } }, { @@ -234210,13 +234210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4284" + "$ref": "https://ils.rero.ch/api/documents/4284" } }, { @@ -234224,13 +234224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4284" + "$ref": "https://ils.rero.ch/api/documents/4284" } }, { @@ -234238,13 +234238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4283" + "$ref": "https://ils.rero.ch/api/documents/4283" } }, { @@ -234252,13 +234252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4283" + "$ref": "https://ils.rero.ch/api/documents/4283" } }, { @@ -234266,13 +234266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4283" + "$ref": "https://ils.rero.ch/api/documents/4283" } }, { @@ -234280,13 +234280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4283" + "$ref": "https://ils.rero.ch/api/documents/4283" } }, { @@ -234294,13 +234294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4283" + "$ref": "https://ils.rero.ch/api/documents/4283" } }, { @@ -234308,13 +234308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4282" + "$ref": "https://ils.rero.ch/api/documents/4282" } }, { @@ -234322,13 +234322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4282" + "$ref": "https://ils.rero.ch/api/documents/4282" } }, { @@ -234336,13 +234336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4282" + "$ref": "https://ils.rero.ch/api/documents/4282" } }, { @@ -234350,13 +234350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4282" + "$ref": "https://ils.rero.ch/api/documents/4282" } }, { @@ -234364,13 +234364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4281" + "$ref": "https://ils.rero.ch/api/documents/4281" } }, { @@ -234378,13 +234378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4281" + "$ref": "https://ils.rero.ch/api/documents/4281" } }, { @@ -234392,13 +234392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4281" + "$ref": "https://ils.rero.ch/api/documents/4281" } }, { @@ -234406,13 +234406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4281" + "$ref": "https://ils.rero.ch/api/documents/4281" } }, { @@ -234420,13 +234420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4281" + "$ref": "https://ils.rero.ch/api/documents/4281" } }, { @@ -234434,13 +234434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4280" + "$ref": "https://ils.rero.ch/api/documents/4280" } }, { @@ -234448,13 +234448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4280" + "$ref": "https://ils.rero.ch/api/documents/4280" } }, { @@ -234462,13 +234462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4280" + "$ref": "https://ils.rero.ch/api/documents/4280" } }, { @@ -234476,13 +234476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4280" + "$ref": "https://ils.rero.ch/api/documents/4280" } }, { @@ -234490,13 +234490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4279" + "$ref": "https://ils.rero.ch/api/documents/4279" } }, { @@ -234504,13 +234504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4278" + "$ref": "https://ils.rero.ch/api/documents/4278" } }, { @@ -234518,13 +234518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4278" + "$ref": "https://ils.rero.ch/api/documents/4278" } }, { @@ -234532,13 +234532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4278" + "$ref": "https://ils.rero.ch/api/documents/4278" } }, { @@ -234546,13 +234546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4278" + "$ref": "https://ils.rero.ch/api/documents/4278" } }, { @@ -234560,13 +234560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4278" + "$ref": "https://ils.rero.ch/api/documents/4278" } }, { @@ -234574,13 +234574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4277" + "$ref": "https://ils.rero.ch/api/documents/4277" } }, { @@ -234588,13 +234588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4276" + "$ref": "https://ils.rero.ch/api/documents/4276" } }, { @@ -234602,13 +234602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4276" + "$ref": "https://ils.rero.ch/api/documents/4276" } }, { @@ -234616,13 +234616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4276" + "$ref": "https://ils.rero.ch/api/documents/4276" } }, { @@ -234630,13 +234630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4275" + "$ref": "https://ils.rero.ch/api/documents/4275" } }, { @@ -234644,13 +234644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4275" + "$ref": "https://ils.rero.ch/api/documents/4275" } }, { @@ -234658,13 +234658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4275" + "$ref": "https://ils.rero.ch/api/documents/4275" } }, { @@ -234672,13 +234672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4274" + "$ref": "https://ils.rero.ch/api/documents/4274" } }, { @@ -234686,13 +234686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4274" + "$ref": "https://ils.rero.ch/api/documents/4274" } }, { @@ -234700,13 +234700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4274" + "$ref": "https://ils.rero.ch/api/documents/4274" } }, { @@ -234714,13 +234714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4273" + "$ref": "https://ils.rero.ch/api/documents/4273" } }, { @@ -234728,13 +234728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4273" + "$ref": "https://ils.rero.ch/api/documents/4273" } }, { @@ -234742,13 +234742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4273" + "$ref": "https://ils.rero.ch/api/documents/4273" } }, { @@ -234756,13 +234756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4272" + "$ref": "https://ils.rero.ch/api/documents/4272" } }, { @@ -234770,13 +234770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4271" + "$ref": "https://ils.rero.ch/api/documents/4271" } }, { @@ -234784,13 +234784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4271" + "$ref": "https://ils.rero.ch/api/documents/4271" } }, { @@ -234798,13 +234798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4271" + "$ref": "https://ils.rero.ch/api/documents/4271" } }, { @@ -234812,13 +234812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4270" + "$ref": "https://ils.rero.ch/api/documents/4270" } }, { @@ -234826,13 +234826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4269" + "$ref": "https://ils.rero.ch/api/documents/4269" } }, { @@ -234840,13 +234840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4269" + "$ref": "https://ils.rero.ch/api/documents/4269" } }, { @@ -234854,13 +234854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4269" + "$ref": "https://ils.rero.ch/api/documents/4269" } }, { @@ -234868,13 +234868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4268" + "$ref": "https://ils.rero.ch/api/documents/4268" } }, { @@ -234882,13 +234882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4268" + "$ref": "https://ils.rero.ch/api/documents/4268" } }, { @@ -234896,13 +234896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4267" + "$ref": "https://ils.rero.ch/api/documents/4267" } }, { @@ -234910,13 +234910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4267" + "$ref": "https://ils.rero.ch/api/documents/4267" } }, { @@ -234924,13 +234924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4267" + "$ref": "https://ils.rero.ch/api/documents/4267" } }, { @@ -234938,13 +234938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4267" + "$ref": "https://ils.rero.ch/api/documents/4267" } }, { @@ -234952,13 +234952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4266" + "$ref": "https://ils.rero.ch/api/documents/4266" } }, { @@ -234966,13 +234966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4265" + "$ref": "https://ils.rero.ch/api/documents/4265" } }, { @@ -234980,13 +234980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4264" + "$ref": "https://ils.rero.ch/api/documents/4264" } }, { @@ -234994,13 +234994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4264" + "$ref": "https://ils.rero.ch/api/documents/4264" } }, { @@ -235008,13 +235008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4264" + "$ref": "https://ils.rero.ch/api/documents/4264" } }, { @@ -235022,13 +235022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4264" + "$ref": "https://ils.rero.ch/api/documents/4264" } }, { @@ -235036,13 +235036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4263" + "$ref": "https://ils.rero.ch/api/documents/4263" } }, { @@ -235050,13 +235050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4263" + "$ref": "https://ils.rero.ch/api/documents/4263" } }, { @@ -235064,13 +235064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4263" + "$ref": "https://ils.rero.ch/api/documents/4263" } }, { @@ -235078,13 +235078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4262" + "$ref": "https://ils.rero.ch/api/documents/4262" } }, { @@ -235092,13 +235092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4262" + "$ref": "https://ils.rero.ch/api/documents/4262" } }, { @@ -235106,13 +235106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4262" + "$ref": "https://ils.rero.ch/api/documents/4262" } }, { @@ -235120,13 +235120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4262" + "$ref": "https://ils.rero.ch/api/documents/4262" } }, { @@ -235134,13 +235134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4261" + "$ref": "https://ils.rero.ch/api/documents/4261" } }, { @@ -235148,13 +235148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4261" + "$ref": "https://ils.rero.ch/api/documents/4261" } }, { @@ -235162,13 +235162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4261" + "$ref": "https://ils.rero.ch/api/documents/4261" } }, { @@ -235176,13 +235176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4260" + "$ref": "https://ils.rero.ch/api/documents/4260" } }, { @@ -235190,13 +235190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4260" + "$ref": "https://ils.rero.ch/api/documents/4260" } }, { @@ -235204,13 +235204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4260" + "$ref": "https://ils.rero.ch/api/documents/4260" } }, { @@ -235218,13 +235218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4259" + "$ref": "https://ils.rero.ch/api/documents/4259" } }, { @@ -235232,13 +235232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4259" + "$ref": "https://ils.rero.ch/api/documents/4259" } }, { @@ -235246,13 +235246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4258" + "$ref": "https://ils.rero.ch/api/documents/4258" } }, { @@ -235260,13 +235260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4258" + "$ref": "https://ils.rero.ch/api/documents/4258" } }, { @@ -235274,13 +235274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4258" + "$ref": "https://ils.rero.ch/api/documents/4258" } }, { @@ -235288,13 +235288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4258" + "$ref": "https://ils.rero.ch/api/documents/4258" } }, { @@ -235302,13 +235302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4257" + "$ref": "https://ils.rero.ch/api/documents/4257" } }, { @@ -235316,13 +235316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4257" + "$ref": "https://ils.rero.ch/api/documents/4257" } }, { @@ -235330,13 +235330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4257" + "$ref": "https://ils.rero.ch/api/documents/4257" } }, { @@ -235344,13 +235344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4256" + "$ref": "https://ils.rero.ch/api/documents/4256" } }, { @@ -235358,13 +235358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4256" + "$ref": "https://ils.rero.ch/api/documents/4256" } }, { @@ -235372,13 +235372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4256" + "$ref": "https://ils.rero.ch/api/documents/4256" } }, { @@ -235386,13 +235386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4256" + "$ref": "https://ils.rero.ch/api/documents/4256" } }, { @@ -235400,13 +235400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4256" + "$ref": "https://ils.rero.ch/api/documents/4256" } }, { @@ -235414,13 +235414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4255" + "$ref": "https://ils.rero.ch/api/documents/4255" } }, { @@ -235428,13 +235428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4255" + "$ref": "https://ils.rero.ch/api/documents/4255" } }, { @@ -235442,13 +235442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4254" + "$ref": "https://ils.rero.ch/api/documents/4254" } }, { @@ -235456,13 +235456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4254" + "$ref": "https://ils.rero.ch/api/documents/4254" } }, { @@ -235470,13 +235470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4254" + "$ref": "https://ils.rero.ch/api/documents/4254" } }, { @@ -235484,13 +235484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4253" + "$ref": "https://ils.rero.ch/api/documents/4253" } }, { @@ -235498,13 +235498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4253" + "$ref": "https://ils.rero.ch/api/documents/4253" } }, { @@ -235512,13 +235512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4253" + "$ref": "https://ils.rero.ch/api/documents/4253" } }, { @@ -235526,13 +235526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4253" + "$ref": "https://ils.rero.ch/api/documents/4253" } }, { @@ -235540,13 +235540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4253" + "$ref": "https://ils.rero.ch/api/documents/4253" } }, { @@ -235554,13 +235554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4252" + "$ref": "https://ils.rero.ch/api/documents/4252" } }, { @@ -235568,13 +235568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4251" + "$ref": "https://ils.rero.ch/api/documents/4251" } }, { @@ -235582,13 +235582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4251" + "$ref": "https://ils.rero.ch/api/documents/4251" } }, { @@ -235596,13 +235596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4251" + "$ref": "https://ils.rero.ch/api/documents/4251" } }, { @@ -235610,13 +235610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4251" + "$ref": "https://ils.rero.ch/api/documents/4251" } }, { @@ -235624,13 +235624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4250" + "$ref": "https://ils.rero.ch/api/documents/4250" } }, { @@ -235638,13 +235638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4250" + "$ref": "https://ils.rero.ch/api/documents/4250" } }, { @@ -235652,13 +235652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4250" + "$ref": "https://ils.rero.ch/api/documents/4250" } }, { @@ -235666,13 +235666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4249" + "$ref": "https://ils.rero.ch/api/documents/4249" } }, { @@ -235680,13 +235680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4249" + "$ref": "https://ils.rero.ch/api/documents/4249" } }, { @@ -235694,13 +235694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4249" + "$ref": "https://ils.rero.ch/api/documents/4249" } }, { @@ -235708,13 +235708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4249" + "$ref": "https://ils.rero.ch/api/documents/4249" } }, { @@ -235722,13 +235722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4249" + "$ref": "https://ils.rero.ch/api/documents/4249" } }, { @@ -235736,13 +235736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4248" + "$ref": "https://ils.rero.ch/api/documents/4248" } }, { @@ -235750,13 +235750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4248" + "$ref": "https://ils.rero.ch/api/documents/4248" } }, { @@ -235764,13 +235764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4248" + "$ref": "https://ils.rero.ch/api/documents/4248" } }, { @@ -235778,13 +235778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4248" + "$ref": "https://ils.rero.ch/api/documents/4248" } }, { @@ -235792,13 +235792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4247" + "$ref": "https://ils.rero.ch/api/documents/4247" } }, { @@ -235806,13 +235806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4247" + "$ref": "https://ils.rero.ch/api/documents/4247" } }, { @@ -235820,13 +235820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4247" + "$ref": "https://ils.rero.ch/api/documents/4247" } }, { @@ -235834,13 +235834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4247" + "$ref": "https://ils.rero.ch/api/documents/4247" } }, { @@ -235848,13 +235848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4247" + "$ref": "https://ils.rero.ch/api/documents/4247" } }, { @@ -235862,13 +235862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4246" + "$ref": "https://ils.rero.ch/api/documents/4246" } }, { @@ -235876,13 +235876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4245" + "$ref": "https://ils.rero.ch/api/documents/4245" } }, { @@ -235890,13 +235890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4245" + "$ref": "https://ils.rero.ch/api/documents/4245" } }, { @@ -235904,13 +235904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4244" + "$ref": "https://ils.rero.ch/api/documents/4244" } }, { @@ -235918,13 +235918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4243" + "$ref": "https://ils.rero.ch/api/documents/4243" } }, { @@ -235932,13 +235932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4243" + "$ref": "https://ils.rero.ch/api/documents/4243" } }, { @@ -235946,13 +235946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4243" + "$ref": "https://ils.rero.ch/api/documents/4243" } }, { @@ -235960,13 +235960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4242" + "$ref": "https://ils.rero.ch/api/documents/4242" } }, { @@ -235974,13 +235974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4242" + "$ref": "https://ils.rero.ch/api/documents/4242" } }, { @@ -235988,13 +235988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4242" + "$ref": "https://ils.rero.ch/api/documents/4242" } }, { @@ -236002,13 +236002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4241" + "$ref": "https://ils.rero.ch/api/documents/4241" } }, { @@ -236016,13 +236016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4241" + "$ref": "https://ils.rero.ch/api/documents/4241" } }, { @@ -236030,13 +236030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4240" + "$ref": "https://ils.rero.ch/api/documents/4240" } }, { @@ -236044,13 +236044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4240" + "$ref": "https://ils.rero.ch/api/documents/4240" } }, { @@ -236058,13 +236058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4239" + "$ref": "https://ils.rero.ch/api/documents/4239" } }, { @@ -236072,13 +236072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4239" + "$ref": "https://ils.rero.ch/api/documents/4239" } }, { @@ -236086,13 +236086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4238" + "$ref": "https://ils.rero.ch/api/documents/4238" } }, { @@ -236100,13 +236100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4238" + "$ref": "https://ils.rero.ch/api/documents/4238" } }, { @@ -236114,13 +236114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4237" + "$ref": "https://ils.rero.ch/api/documents/4237" } }, { @@ -236128,13 +236128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4237" + "$ref": "https://ils.rero.ch/api/documents/4237" } }, { @@ -236142,13 +236142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4236" + "$ref": "https://ils.rero.ch/api/documents/4236" } }, { @@ -236156,13 +236156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4236" + "$ref": "https://ils.rero.ch/api/documents/4236" } }, { @@ -236170,13 +236170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4236" + "$ref": "https://ils.rero.ch/api/documents/4236" } }, { @@ -236184,13 +236184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4236" + "$ref": "https://ils.rero.ch/api/documents/4236" } }, { @@ -236198,13 +236198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4236" + "$ref": "https://ils.rero.ch/api/documents/4236" } }, { @@ -236212,13 +236212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4235" + "$ref": "https://ils.rero.ch/api/documents/4235" } }, { @@ -236226,13 +236226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4235" + "$ref": "https://ils.rero.ch/api/documents/4235" } }, { @@ -236240,13 +236240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4235" + "$ref": "https://ils.rero.ch/api/documents/4235" } }, { @@ -236254,13 +236254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4235" + "$ref": "https://ils.rero.ch/api/documents/4235" } }, { @@ -236268,13 +236268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4234" + "$ref": "https://ils.rero.ch/api/documents/4234" } }, { @@ -236282,13 +236282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4234" + "$ref": "https://ils.rero.ch/api/documents/4234" } }, { @@ -236296,13 +236296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4234" + "$ref": "https://ils.rero.ch/api/documents/4234" } }, { @@ -236310,13 +236310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4234" + "$ref": "https://ils.rero.ch/api/documents/4234" } }, { @@ -236324,13 +236324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4233" + "$ref": "https://ils.rero.ch/api/documents/4233" } }, { @@ -236338,13 +236338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4233" + "$ref": "https://ils.rero.ch/api/documents/4233" } }, { @@ -236352,13 +236352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4233" + "$ref": "https://ils.rero.ch/api/documents/4233" } }, { @@ -236366,13 +236366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4233" + "$ref": "https://ils.rero.ch/api/documents/4233" } }, { @@ -236380,13 +236380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4232" + "$ref": "https://ils.rero.ch/api/documents/4232" } }, { @@ -236394,13 +236394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4232" + "$ref": "https://ils.rero.ch/api/documents/4232" } }, { @@ -236408,13 +236408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4232" + "$ref": "https://ils.rero.ch/api/documents/4232" } }, { @@ -236422,13 +236422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4231" + "$ref": "https://ils.rero.ch/api/documents/4231" } }, { @@ -236436,13 +236436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4230" + "$ref": "https://ils.rero.ch/api/documents/4230" } }, { @@ -236450,13 +236450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4230" + "$ref": "https://ils.rero.ch/api/documents/4230" } }, { @@ -236464,13 +236464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4229" + "$ref": "https://ils.rero.ch/api/documents/4229" } }, { @@ -236478,13 +236478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4228" + "$ref": "https://ils.rero.ch/api/documents/4228" } }, { @@ -236492,13 +236492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4228" + "$ref": "https://ils.rero.ch/api/documents/4228" } }, { @@ -236506,13 +236506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4228" + "$ref": "https://ils.rero.ch/api/documents/4228" } }, { @@ -236520,13 +236520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4228" + "$ref": "https://ils.rero.ch/api/documents/4228" } }, { @@ -236534,13 +236534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4227" + "$ref": "https://ils.rero.ch/api/documents/4227" } }, { @@ -236548,13 +236548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4227" + "$ref": "https://ils.rero.ch/api/documents/4227" } }, { @@ -236562,13 +236562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4226" + "$ref": "https://ils.rero.ch/api/documents/4226" } }, { @@ -236576,13 +236576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4225" + "$ref": "https://ils.rero.ch/api/documents/4225" } }, { @@ -236590,13 +236590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4225" + "$ref": "https://ils.rero.ch/api/documents/4225" } }, { @@ -236604,13 +236604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4224" + "$ref": "https://ils.rero.ch/api/documents/4224" } }, { @@ -236618,13 +236618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4224" + "$ref": "https://ils.rero.ch/api/documents/4224" } }, { @@ -236632,13 +236632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4224" + "$ref": "https://ils.rero.ch/api/documents/4224" } }, { @@ -236646,13 +236646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4224" + "$ref": "https://ils.rero.ch/api/documents/4224" } }, { @@ -236660,13 +236660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4223" + "$ref": "https://ils.rero.ch/api/documents/4223" } }, { @@ -236674,13 +236674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4223" + "$ref": "https://ils.rero.ch/api/documents/4223" } }, { @@ -236688,13 +236688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4222" + "$ref": "https://ils.rero.ch/api/documents/4222" } }, { @@ -236702,13 +236702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4221" + "$ref": "https://ils.rero.ch/api/documents/4221" } }, { @@ -236716,13 +236716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4221" + "$ref": "https://ils.rero.ch/api/documents/4221" } }, { @@ -236730,13 +236730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4220" + "$ref": "https://ils.rero.ch/api/documents/4220" } }, { @@ -236744,13 +236744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4220" + "$ref": "https://ils.rero.ch/api/documents/4220" } }, { @@ -236758,13 +236758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4220" + "$ref": "https://ils.rero.ch/api/documents/4220" } }, { @@ -236772,13 +236772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4220" + "$ref": "https://ils.rero.ch/api/documents/4220" } }, { @@ -236786,13 +236786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4219" + "$ref": "https://ils.rero.ch/api/documents/4219" } }, { @@ -236800,13 +236800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4219" + "$ref": "https://ils.rero.ch/api/documents/4219" } }, { @@ -236814,13 +236814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4219" + "$ref": "https://ils.rero.ch/api/documents/4219" } }, { @@ -236828,13 +236828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4219" + "$ref": "https://ils.rero.ch/api/documents/4219" } }, { @@ -236842,13 +236842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4219" + "$ref": "https://ils.rero.ch/api/documents/4219" } }, { @@ -236856,13 +236856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4218" + "$ref": "https://ils.rero.ch/api/documents/4218" } }, { @@ -236870,13 +236870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4218" + "$ref": "https://ils.rero.ch/api/documents/4218" } }, { @@ -236884,13 +236884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4218" + "$ref": "https://ils.rero.ch/api/documents/4218" } }, { @@ -236898,13 +236898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4218" + "$ref": "https://ils.rero.ch/api/documents/4218" } }, { @@ -236912,13 +236912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4218" + "$ref": "https://ils.rero.ch/api/documents/4218" } }, { @@ -236926,13 +236926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4217" + "$ref": "https://ils.rero.ch/api/documents/4217" } }, { @@ -236940,13 +236940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4217" + "$ref": "https://ils.rero.ch/api/documents/4217" } }, { @@ -236954,13 +236954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4217" + "$ref": "https://ils.rero.ch/api/documents/4217" } }, { @@ -236968,13 +236968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4217" + "$ref": "https://ils.rero.ch/api/documents/4217" } }, { @@ -236982,13 +236982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4216" + "$ref": "https://ils.rero.ch/api/documents/4216" } }, { @@ -236996,13 +236996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4216" + "$ref": "https://ils.rero.ch/api/documents/4216" } }, { @@ -237010,13 +237010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4216" + "$ref": "https://ils.rero.ch/api/documents/4216" } }, { @@ -237024,13 +237024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4216" + "$ref": "https://ils.rero.ch/api/documents/4216" } }, { @@ -237038,13 +237038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4216" + "$ref": "https://ils.rero.ch/api/documents/4216" } }, { @@ -237052,13 +237052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4215" + "$ref": "https://ils.rero.ch/api/documents/4215" } }, { @@ -237066,13 +237066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4215" + "$ref": "https://ils.rero.ch/api/documents/4215" } }, { @@ -237080,13 +237080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4215" + "$ref": "https://ils.rero.ch/api/documents/4215" } }, { @@ -237094,13 +237094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4215" + "$ref": "https://ils.rero.ch/api/documents/4215" } }, { @@ -237108,13 +237108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4214" + "$ref": "https://ils.rero.ch/api/documents/4214" } }, { @@ -237122,13 +237122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4213" + "$ref": "https://ils.rero.ch/api/documents/4213" } }, { @@ -237136,13 +237136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4213" + "$ref": "https://ils.rero.ch/api/documents/4213" } }, { @@ -237150,13 +237150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4212" + "$ref": "https://ils.rero.ch/api/documents/4212" } }, { @@ -237164,13 +237164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4212" + "$ref": "https://ils.rero.ch/api/documents/4212" } }, { @@ -237178,13 +237178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4211" + "$ref": "https://ils.rero.ch/api/documents/4211" } }, { @@ -237192,13 +237192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4211" + "$ref": "https://ils.rero.ch/api/documents/4211" } }, { @@ -237206,13 +237206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4211" + "$ref": "https://ils.rero.ch/api/documents/4211" } }, { @@ -237220,13 +237220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4211" + "$ref": "https://ils.rero.ch/api/documents/4211" } }, { @@ -237234,13 +237234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4211" + "$ref": "https://ils.rero.ch/api/documents/4211" } }, { @@ -237248,13 +237248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4210" + "$ref": "https://ils.rero.ch/api/documents/4210" } }, { @@ -237262,13 +237262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4209" + "$ref": "https://ils.rero.ch/api/documents/4209" } }, { @@ -237276,13 +237276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4209" + "$ref": "https://ils.rero.ch/api/documents/4209" } }, { @@ -237290,13 +237290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4209" + "$ref": "https://ils.rero.ch/api/documents/4209" } }, { @@ -237304,13 +237304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4209" + "$ref": "https://ils.rero.ch/api/documents/4209" } }, { @@ -237318,13 +237318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4209" + "$ref": "https://ils.rero.ch/api/documents/4209" } }, { @@ -237332,13 +237332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4208" + "$ref": "https://ils.rero.ch/api/documents/4208" } }, { @@ -237346,13 +237346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4207" + "$ref": "https://ils.rero.ch/api/documents/4207" } }, { @@ -237360,13 +237360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4207" + "$ref": "https://ils.rero.ch/api/documents/4207" } }, { @@ -237374,13 +237374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4206" + "$ref": "https://ils.rero.ch/api/documents/4206" } }, { @@ -237388,13 +237388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4206" + "$ref": "https://ils.rero.ch/api/documents/4206" } }, { @@ -237402,13 +237402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4205" + "$ref": "https://ils.rero.ch/api/documents/4205" } }, { @@ -237416,13 +237416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4204" + "$ref": "https://ils.rero.ch/api/documents/4204" } }, { @@ -237430,13 +237430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4204" + "$ref": "https://ils.rero.ch/api/documents/4204" } }, { @@ -237444,13 +237444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4204" + "$ref": "https://ils.rero.ch/api/documents/4204" } }, { @@ -237458,13 +237458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4203" + "$ref": "https://ils.rero.ch/api/documents/4203" } }, { @@ -237472,13 +237472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4202" + "$ref": "https://ils.rero.ch/api/documents/4202" } }, { @@ -237486,13 +237486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4202" + "$ref": "https://ils.rero.ch/api/documents/4202" } }, { @@ -237500,13 +237500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4202" + "$ref": "https://ils.rero.ch/api/documents/4202" } }, { @@ -237514,13 +237514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4202" + "$ref": "https://ils.rero.ch/api/documents/4202" } }, { @@ -237528,13 +237528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4201" + "$ref": "https://ils.rero.ch/api/documents/4201" } }, { @@ -237542,13 +237542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4201" + "$ref": "https://ils.rero.ch/api/documents/4201" } }, { @@ -237556,13 +237556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4201" + "$ref": "https://ils.rero.ch/api/documents/4201" } }, { @@ -237570,13 +237570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4201" + "$ref": "https://ils.rero.ch/api/documents/4201" } }, { @@ -237584,13 +237584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4200" + "$ref": "https://ils.rero.ch/api/documents/4200" } }, { @@ -237598,13 +237598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4200" + "$ref": "https://ils.rero.ch/api/documents/4200" } }, { @@ -237612,13 +237612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4200" + "$ref": "https://ils.rero.ch/api/documents/4200" } }, { @@ -237626,13 +237626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4200" + "$ref": "https://ils.rero.ch/api/documents/4200" } }, { @@ -237640,13 +237640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4199" + "$ref": "https://ils.rero.ch/api/documents/4199" } }, { @@ -237654,13 +237654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4199" + "$ref": "https://ils.rero.ch/api/documents/4199" } }, { @@ -237668,13 +237668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4198" + "$ref": "https://ils.rero.ch/api/documents/4198" } }, { @@ -237682,13 +237682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4198" + "$ref": "https://ils.rero.ch/api/documents/4198" } }, { @@ -237696,13 +237696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4198" + "$ref": "https://ils.rero.ch/api/documents/4198" } }, { @@ -237710,13 +237710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4198" + "$ref": "https://ils.rero.ch/api/documents/4198" } }, { @@ -237724,13 +237724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4197" + "$ref": "https://ils.rero.ch/api/documents/4197" } }, { @@ -237738,13 +237738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4197" + "$ref": "https://ils.rero.ch/api/documents/4197" } }, { @@ -237752,13 +237752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4197" + "$ref": "https://ils.rero.ch/api/documents/4197" } }, { @@ -237766,13 +237766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4196" + "$ref": "https://ils.rero.ch/api/documents/4196" } }, { @@ -237780,13 +237780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4196" + "$ref": "https://ils.rero.ch/api/documents/4196" } }, { @@ -237794,13 +237794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4196" + "$ref": "https://ils.rero.ch/api/documents/4196" } }, { @@ -237808,13 +237808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4195" + "$ref": "https://ils.rero.ch/api/documents/4195" } }, { @@ -237822,13 +237822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4195" + "$ref": "https://ils.rero.ch/api/documents/4195" } }, { @@ -237836,13 +237836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4194" + "$ref": "https://ils.rero.ch/api/documents/4194" } }, { @@ -237850,13 +237850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4194" + "$ref": "https://ils.rero.ch/api/documents/4194" } }, { @@ -237864,13 +237864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4194" + "$ref": "https://ils.rero.ch/api/documents/4194" } }, { @@ -237878,13 +237878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4194" + "$ref": "https://ils.rero.ch/api/documents/4194" } }, { @@ -237892,13 +237892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4194" + "$ref": "https://ils.rero.ch/api/documents/4194" } }, { @@ -237906,13 +237906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4193" + "$ref": "https://ils.rero.ch/api/documents/4193" } }, { @@ -237920,13 +237920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4193" + "$ref": "https://ils.rero.ch/api/documents/4193" } }, { @@ -237934,13 +237934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4192" + "$ref": "https://ils.rero.ch/api/documents/4192" } }, { @@ -237948,13 +237948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4192" + "$ref": "https://ils.rero.ch/api/documents/4192" } }, { @@ -237962,13 +237962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4191" + "$ref": "https://ils.rero.ch/api/documents/4191" } }, { @@ -237976,13 +237976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4191" + "$ref": "https://ils.rero.ch/api/documents/4191" } }, { @@ -237990,13 +237990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4190" + "$ref": "https://ils.rero.ch/api/documents/4190" } }, { @@ -238004,13 +238004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4189" + "$ref": "https://ils.rero.ch/api/documents/4189" } }, { @@ -238018,13 +238018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4189" + "$ref": "https://ils.rero.ch/api/documents/4189" } }, { @@ -238032,13 +238032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4189" + "$ref": "https://ils.rero.ch/api/documents/4189" } }, { @@ -238046,13 +238046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4189" + "$ref": "https://ils.rero.ch/api/documents/4189" } }, { @@ -238060,13 +238060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4189" + "$ref": "https://ils.rero.ch/api/documents/4189" } }, { @@ -238074,13 +238074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4188" + "$ref": "https://ils.rero.ch/api/documents/4188" } }, { @@ -238088,13 +238088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4188" + "$ref": "https://ils.rero.ch/api/documents/4188" } }, { @@ -238102,13 +238102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4188" + "$ref": "https://ils.rero.ch/api/documents/4188" } }, { @@ -238116,13 +238116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4187" + "$ref": "https://ils.rero.ch/api/documents/4187" } }, { @@ -238130,13 +238130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4187" + "$ref": "https://ils.rero.ch/api/documents/4187" } }, { @@ -238144,13 +238144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4187" + "$ref": "https://ils.rero.ch/api/documents/4187" } }, { @@ -238158,13 +238158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4187" + "$ref": "https://ils.rero.ch/api/documents/4187" } }, { @@ -238172,13 +238172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4186" + "$ref": "https://ils.rero.ch/api/documents/4186" } }, { @@ -238186,13 +238186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4185" + "$ref": "https://ils.rero.ch/api/documents/4185" } }, { @@ -238200,13 +238200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4185" + "$ref": "https://ils.rero.ch/api/documents/4185" } }, { @@ -238214,13 +238214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4185" + "$ref": "https://ils.rero.ch/api/documents/4185" } }, { @@ -238228,13 +238228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4185" + "$ref": "https://ils.rero.ch/api/documents/4185" } }, { @@ -238242,13 +238242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4185" + "$ref": "https://ils.rero.ch/api/documents/4185" } }, { @@ -238256,13 +238256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4184" + "$ref": "https://ils.rero.ch/api/documents/4184" } }, { @@ -238270,13 +238270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4183" + "$ref": "https://ils.rero.ch/api/documents/4183" } }, { @@ -238284,13 +238284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4183" + "$ref": "https://ils.rero.ch/api/documents/4183" } }, { @@ -238298,13 +238298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4183" + "$ref": "https://ils.rero.ch/api/documents/4183" } }, { @@ -238312,13 +238312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4183" + "$ref": "https://ils.rero.ch/api/documents/4183" } }, { @@ -238326,13 +238326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4183" + "$ref": "https://ils.rero.ch/api/documents/4183" } }, { @@ -238340,13 +238340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4182" + "$ref": "https://ils.rero.ch/api/documents/4182" } }, { @@ -238354,13 +238354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4181" + "$ref": "https://ils.rero.ch/api/documents/4181" } }, { @@ -238368,13 +238368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4180" + "$ref": "https://ils.rero.ch/api/documents/4180" } }, { @@ -238382,13 +238382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4180" + "$ref": "https://ils.rero.ch/api/documents/4180" } }, { @@ -238396,13 +238396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4179" + "$ref": "https://ils.rero.ch/api/documents/4179" } }, { @@ -238410,13 +238410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4178" + "$ref": "https://ils.rero.ch/api/documents/4178" } }, { @@ -238424,13 +238424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4178" + "$ref": "https://ils.rero.ch/api/documents/4178" } }, { @@ -238438,13 +238438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4178" + "$ref": "https://ils.rero.ch/api/documents/4178" } }, { @@ -238452,13 +238452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4178" + "$ref": "https://ils.rero.ch/api/documents/4178" } }, { @@ -238466,13 +238466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4177" + "$ref": "https://ils.rero.ch/api/documents/4177" } }, { @@ -238480,13 +238480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4177" + "$ref": "https://ils.rero.ch/api/documents/4177" } }, { @@ -238494,13 +238494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4176" + "$ref": "https://ils.rero.ch/api/documents/4176" } }, { @@ -238508,13 +238508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4176" + "$ref": "https://ils.rero.ch/api/documents/4176" } }, { @@ -238522,13 +238522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4176" + "$ref": "https://ils.rero.ch/api/documents/4176" } }, { @@ -238536,13 +238536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4176" + "$ref": "https://ils.rero.ch/api/documents/4176" } }, { @@ -238550,13 +238550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4175" + "$ref": "https://ils.rero.ch/api/documents/4175" } }, { @@ -238564,13 +238564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4175" + "$ref": "https://ils.rero.ch/api/documents/4175" } }, { @@ -238578,13 +238578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4175" + "$ref": "https://ils.rero.ch/api/documents/4175" } }, { @@ -238592,13 +238592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4175" + "$ref": "https://ils.rero.ch/api/documents/4175" } }, { @@ -238606,13 +238606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4175" + "$ref": "https://ils.rero.ch/api/documents/4175" } }, { @@ -238620,13 +238620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4174" + "$ref": "https://ils.rero.ch/api/documents/4174" } }, { @@ -238634,13 +238634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4174" + "$ref": "https://ils.rero.ch/api/documents/4174" } }, { @@ -238648,13 +238648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4174" + "$ref": "https://ils.rero.ch/api/documents/4174" } }, { @@ -238662,13 +238662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4174" + "$ref": "https://ils.rero.ch/api/documents/4174" } }, { @@ -238676,13 +238676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4174" + "$ref": "https://ils.rero.ch/api/documents/4174" } }, { @@ -238690,13 +238690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4173" + "$ref": "https://ils.rero.ch/api/documents/4173" } }, { @@ -238704,13 +238704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4173" + "$ref": "https://ils.rero.ch/api/documents/4173" } }, { @@ -238718,13 +238718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4173" + "$ref": "https://ils.rero.ch/api/documents/4173" } }, { @@ -238732,13 +238732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4172" + "$ref": "https://ils.rero.ch/api/documents/4172" } }, { @@ -238746,13 +238746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4172" + "$ref": "https://ils.rero.ch/api/documents/4172" } }, { @@ -238760,13 +238760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4172" + "$ref": "https://ils.rero.ch/api/documents/4172" } }, { @@ -238774,13 +238774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4172" + "$ref": "https://ils.rero.ch/api/documents/4172" } }, { @@ -238788,13 +238788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4172" + "$ref": "https://ils.rero.ch/api/documents/4172" } }, { @@ -238802,13 +238802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4171" + "$ref": "https://ils.rero.ch/api/documents/4171" } }, { @@ -238816,13 +238816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4171" + "$ref": "https://ils.rero.ch/api/documents/4171" } }, { @@ -238830,13 +238830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4171" + "$ref": "https://ils.rero.ch/api/documents/4171" } }, { @@ -238844,13 +238844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4170" + "$ref": "https://ils.rero.ch/api/documents/4170" } }, { @@ -238858,13 +238858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4170" + "$ref": "https://ils.rero.ch/api/documents/4170" } }, { @@ -238872,13 +238872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4170" + "$ref": "https://ils.rero.ch/api/documents/4170" } }, { @@ -238886,13 +238886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4170" + "$ref": "https://ils.rero.ch/api/documents/4170" } }, { @@ -238900,13 +238900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4170" + "$ref": "https://ils.rero.ch/api/documents/4170" } }, { @@ -238914,13 +238914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4169" + "$ref": "https://ils.rero.ch/api/documents/4169" } }, { @@ -238928,13 +238928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4169" + "$ref": "https://ils.rero.ch/api/documents/4169" } }, { @@ -238942,13 +238942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4169" + "$ref": "https://ils.rero.ch/api/documents/4169" } }, { @@ -238956,13 +238956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4169" + "$ref": "https://ils.rero.ch/api/documents/4169" } }, { @@ -238970,13 +238970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4169" + "$ref": "https://ils.rero.ch/api/documents/4169" } }, { @@ -238984,13 +238984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4168" + "$ref": "https://ils.rero.ch/api/documents/4168" } }, { @@ -238998,13 +238998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4167" + "$ref": "https://ils.rero.ch/api/documents/4167" } }, { @@ -239012,13 +239012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4167" + "$ref": "https://ils.rero.ch/api/documents/4167" } }, { @@ -239026,13 +239026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4167" + "$ref": "https://ils.rero.ch/api/documents/4167" } }, { @@ -239040,13 +239040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4166" + "$ref": "https://ils.rero.ch/api/documents/4166" } }, { @@ -239054,13 +239054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4166" + "$ref": "https://ils.rero.ch/api/documents/4166" } }, { @@ -239068,13 +239068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4166" + "$ref": "https://ils.rero.ch/api/documents/4166" } }, { @@ -239082,13 +239082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4166" + "$ref": "https://ils.rero.ch/api/documents/4166" } }, { @@ -239096,13 +239096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4165" + "$ref": "https://ils.rero.ch/api/documents/4165" } }, { @@ -239110,13 +239110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4165" + "$ref": "https://ils.rero.ch/api/documents/4165" } }, { @@ -239124,13 +239124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4164" + "$ref": "https://ils.rero.ch/api/documents/4164" } }, { @@ -239138,13 +239138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4164" + "$ref": "https://ils.rero.ch/api/documents/4164" } }, { @@ -239152,13 +239152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4164" + "$ref": "https://ils.rero.ch/api/documents/4164" } }, { @@ -239166,13 +239166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4164" + "$ref": "https://ils.rero.ch/api/documents/4164" } }, { @@ -239180,13 +239180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4163" + "$ref": "https://ils.rero.ch/api/documents/4163" } }, { @@ -239194,13 +239194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4163" + "$ref": "https://ils.rero.ch/api/documents/4163" } }, { @@ -239208,13 +239208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4163" + "$ref": "https://ils.rero.ch/api/documents/4163" } }, { @@ -239222,13 +239222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4163" + "$ref": "https://ils.rero.ch/api/documents/4163" } }, { @@ -239236,13 +239236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4163" + "$ref": "https://ils.rero.ch/api/documents/4163" } }, { @@ -239250,13 +239250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4162" + "$ref": "https://ils.rero.ch/api/documents/4162" } }, { @@ -239264,13 +239264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4162" + "$ref": "https://ils.rero.ch/api/documents/4162" } }, { @@ -239278,13 +239278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4162" + "$ref": "https://ils.rero.ch/api/documents/4162" } }, { @@ -239292,13 +239292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4161" + "$ref": "https://ils.rero.ch/api/documents/4161" } }, { @@ -239306,13 +239306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4161" + "$ref": "https://ils.rero.ch/api/documents/4161" } }, { @@ -239320,13 +239320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4161" + "$ref": "https://ils.rero.ch/api/documents/4161" } }, { @@ -239334,13 +239334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4161" + "$ref": "https://ils.rero.ch/api/documents/4161" } }, { @@ -239348,13 +239348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4160" + "$ref": "https://ils.rero.ch/api/documents/4160" } }, { @@ -239362,13 +239362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4160" + "$ref": "https://ils.rero.ch/api/documents/4160" } }, { @@ -239376,13 +239376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4160" + "$ref": "https://ils.rero.ch/api/documents/4160" } }, { @@ -239390,13 +239390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4160" + "$ref": "https://ils.rero.ch/api/documents/4160" } }, { @@ -239404,13 +239404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4160" + "$ref": "https://ils.rero.ch/api/documents/4160" } }, { @@ -239418,13 +239418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4159" + "$ref": "https://ils.rero.ch/api/documents/4159" } }, { @@ -239432,13 +239432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4159" + "$ref": "https://ils.rero.ch/api/documents/4159" } }, { @@ -239446,13 +239446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4158" + "$ref": "https://ils.rero.ch/api/documents/4158" } }, { @@ -239460,13 +239460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4158" + "$ref": "https://ils.rero.ch/api/documents/4158" } }, { @@ -239474,13 +239474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4158" + "$ref": "https://ils.rero.ch/api/documents/4158" } }, { @@ -239488,13 +239488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4157" + "$ref": "https://ils.rero.ch/api/documents/4157" } }, { @@ -239502,13 +239502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4157" + "$ref": "https://ils.rero.ch/api/documents/4157" } }, { @@ -239516,13 +239516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4157" + "$ref": "https://ils.rero.ch/api/documents/4157" } }, { @@ -239530,13 +239530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4157" + "$ref": "https://ils.rero.ch/api/documents/4157" } }, { @@ -239544,13 +239544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4157" + "$ref": "https://ils.rero.ch/api/documents/4157" } }, { @@ -239558,13 +239558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4156" + "$ref": "https://ils.rero.ch/api/documents/4156" } }, { @@ -239572,13 +239572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4156" + "$ref": "https://ils.rero.ch/api/documents/4156" } }, { @@ -239586,13 +239586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4155" + "$ref": "https://ils.rero.ch/api/documents/4155" } }, { @@ -239600,13 +239600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4155" + "$ref": "https://ils.rero.ch/api/documents/4155" } }, { @@ -239614,13 +239614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4155" + "$ref": "https://ils.rero.ch/api/documents/4155" } }, { @@ -239628,13 +239628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4155" + "$ref": "https://ils.rero.ch/api/documents/4155" } }, { @@ -239642,13 +239642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4155" + "$ref": "https://ils.rero.ch/api/documents/4155" } }, { @@ -239656,13 +239656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4154" + "$ref": "https://ils.rero.ch/api/documents/4154" } }, { @@ -239670,13 +239670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4154" + "$ref": "https://ils.rero.ch/api/documents/4154" } }, { @@ -239684,13 +239684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4154" + "$ref": "https://ils.rero.ch/api/documents/4154" } }, { @@ -239698,13 +239698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4153" + "$ref": "https://ils.rero.ch/api/documents/4153" } }, { @@ -239712,13 +239712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4153" + "$ref": "https://ils.rero.ch/api/documents/4153" } }, { @@ -239726,13 +239726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4153" + "$ref": "https://ils.rero.ch/api/documents/4153" } }, { @@ -239740,13 +239740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4152" + "$ref": "https://ils.rero.ch/api/documents/4152" } }, { @@ -239754,13 +239754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4151" + "$ref": "https://ils.rero.ch/api/documents/4151" } }, { @@ -239768,13 +239768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4151" + "$ref": "https://ils.rero.ch/api/documents/4151" } }, { @@ -239782,13 +239782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4151" + "$ref": "https://ils.rero.ch/api/documents/4151" } }, { @@ -239796,13 +239796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4151" + "$ref": "https://ils.rero.ch/api/documents/4151" } }, { @@ -239810,13 +239810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4150" + "$ref": "https://ils.rero.ch/api/documents/4150" } }, { @@ -239824,13 +239824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4150" + "$ref": "https://ils.rero.ch/api/documents/4150" } }, { @@ -239838,13 +239838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4150" + "$ref": "https://ils.rero.ch/api/documents/4150" } }, { @@ -239852,13 +239852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4150" + "$ref": "https://ils.rero.ch/api/documents/4150" } }, { @@ -239866,13 +239866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4149" + "$ref": "https://ils.rero.ch/api/documents/4149" } }, { @@ -239880,13 +239880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4149" + "$ref": "https://ils.rero.ch/api/documents/4149" } }, { @@ -239894,13 +239894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4149" + "$ref": "https://ils.rero.ch/api/documents/4149" } }, { @@ -239908,13 +239908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4149" + "$ref": "https://ils.rero.ch/api/documents/4149" } }, { @@ -239922,13 +239922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4149" + "$ref": "https://ils.rero.ch/api/documents/4149" } }, { @@ -239936,13 +239936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4148" + "$ref": "https://ils.rero.ch/api/documents/4148" } }, { @@ -239950,13 +239950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4148" + "$ref": "https://ils.rero.ch/api/documents/4148" } }, { @@ -239964,13 +239964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4147" + "$ref": "https://ils.rero.ch/api/documents/4147" } }, { @@ -239978,13 +239978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4147" + "$ref": "https://ils.rero.ch/api/documents/4147" } }, { @@ -239992,13 +239992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4146" + "$ref": "https://ils.rero.ch/api/documents/4146" } }, { @@ -240006,13 +240006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4146" + "$ref": "https://ils.rero.ch/api/documents/4146" } }, { @@ -240020,13 +240020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4146" + "$ref": "https://ils.rero.ch/api/documents/4146" } }, { @@ -240034,13 +240034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4146" + "$ref": "https://ils.rero.ch/api/documents/4146" } }, { @@ -240048,13 +240048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4145" + "$ref": "https://ils.rero.ch/api/documents/4145" } }, { @@ -240062,13 +240062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4144" + "$ref": "https://ils.rero.ch/api/documents/4144" } }, { @@ -240076,13 +240076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4144" + "$ref": "https://ils.rero.ch/api/documents/4144" } }, { @@ -240090,13 +240090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4144" + "$ref": "https://ils.rero.ch/api/documents/4144" } }, { @@ -240104,13 +240104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4144" + "$ref": "https://ils.rero.ch/api/documents/4144" } }, { @@ -240118,13 +240118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4143" + "$ref": "https://ils.rero.ch/api/documents/4143" } }, { @@ -240132,13 +240132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4143" + "$ref": "https://ils.rero.ch/api/documents/4143" } }, { @@ -240146,13 +240146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4143" + "$ref": "https://ils.rero.ch/api/documents/4143" } }, { @@ -240160,13 +240160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4143" + "$ref": "https://ils.rero.ch/api/documents/4143" } }, { @@ -240174,13 +240174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4142" + "$ref": "https://ils.rero.ch/api/documents/4142" } }, { @@ -240188,13 +240188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4142" + "$ref": "https://ils.rero.ch/api/documents/4142" } }, { @@ -240202,13 +240202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4141" + "$ref": "https://ils.rero.ch/api/documents/4141" } }, { @@ -240216,13 +240216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4141" + "$ref": "https://ils.rero.ch/api/documents/4141" } }, { @@ -240230,13 +240230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4141" + "$ref": "https://ils.rero.ch/api/documents/4141" } }, { @@ -240244,13 +240244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4140" + "$ref": "https://ils.rero.ch/api/documents/4140" } }, { @@ -240258,13 +240258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4139" + "$ref": "https://ils.rero.ch/api/documents/4139" } }, { @@ -240272,13 +240272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4139" + "$ref": "https://ils.rero.ch/api/documents/4139" } }, { @@ -240286,13 +240286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4139" + "$ref": "https://ils.rero.ch/api/documents/4139" } }, { @@ -240300,13 +240300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4139" + "$ref": "https://ils.rero.ch/api/documents/4139" } }, { @@ -240314,13 +240314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4138" + "$ref": "https://ils.rero.ch/api/documents/4138" } }, { @@ -240328,13 +240328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4138" + "$ref": "https://ils.rero.ch/api/documents/4138" } }, { @@ -240342,13 +240342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4138" + "$ref": "https://ils.rero.ch/api/documents/4138" } }, { @@ -240356,13 +240356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4138" + "$ref": "https://ils.rero.ch/api/documents/4138" } }, { @@ -240370,13 +240370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4138" + "$ref": "https://ils.rero.ch/api/documents/4138" } }, { @@ -240384,13 +240384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4137" + "$ref": "https://ils.rero.ch/api/documents/4137" } }, { @@ -240398,13 +240398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4137" + "$ref": "https://ils.rero.ch/api/documents/4137" } }, { @@ -240412,13 +240412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4136" + "$ref": "https://ils.rero.ch/api/documents/4136" } }, { @@ -240426,13 +240426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4136" + "$ref": "https://ils.rero.ch/api/documents/4136" } }, { @@ -240440,13 +240440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4135" + "$ref": "https://ils.rero.ch/api/documents/4135" } }, { @@ -240454,13 +240454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4134" + "$ref": "https://ils.rero.ch/api/documents/4134" } }, { @@ -240468,13 +240468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4133" + "$ref": "https://ils.rero.ch/api/documents/4133" } }, { @@ -240482,13 +240482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4132" + "$ref": "https://ils.rero.ch/api/documents/4132" } }, { @@ -240496,13 +240496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4132" + "$ref": "https://ils.rero.ch/api/documents/4132" } }, { @@ -240510,13 +240510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4132" + "$ref": "https://ils.rero.ch/api/documents/4132" } }, { @@ -240524,13 +240524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4132" + "$ref": "https://ils.rero.ch/api/documents/4132" } }, { @@ -240538,13 +240538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4131" + "$ref": "https://ils.rero.ch/api/documents/4131" } }, { @@ -240552,13 +240552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4131" + "$ref": "https://ils.rero.ch/api/documents/4131" } }, { @@ -240566,13 +240566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4131" + "$ref": "https://ils.rero.ch/api/documents/4131" } }, { @@ -240580,13 +240580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4131" + "$ref": "https://ils.rero.ch/api/documents/4131" } }, { @@ -240594,13 +240594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4131" + "$ref": "https://ils.rero.ch/api/documents/4131" } }, { @@ -240608,13 +240608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4130" + "$ref": "https://ils.rero.ch/api/documents/4130" } }, { @@ -240622,13 +240622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4130" + "$ref": "https://ils.rero.ch/api/documents/4130" } }, { @@ -240636,13 +240636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4130" + "$ref": "https://ils.rero.ch/api/documents/4130" } }, { @@ -240650,13 +240650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4130" + "$ref": "https://ils.rero.ch/api/documents/4130" } }, { @@ -240664,13 +240664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4129" + "$ref": "https://ils.rero.ch/api/documents/4129" } }, { @@ -240678,13 +240678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4129" + "$ref": "https://ils.rero.ch/api/documents/4129" } }, { @@ -240692,13 +240692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4129" + "$ref": "https://ils.rero.ch/api/documents/4129" } }, { @@ -240706,13 +240706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4129" + "$ref": "https://ils.rero.ch/api/documents/4129" } }, { @@ -240720,13 +240720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4128" + "$ref": "https://ils.rero.ch/api/documents/4128" } }, { @@ -240734,13 +240734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4128" + "$ref": "https://ils.rero.ch/api/documents/4128" } }, { @@ -240748,13 +240748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4128" + "$ref": "https://ils.rero.ch/api/documents/4128" } }, { @@ -240762,13 +240762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4128" + "$ref": "https://ils.rero.ch/api/documents/4128" } }, { @@ -240776,13 +240776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4128" + "$ref": "https://ils.rero.ch/api/documents/4128" } }, { @@ -240790,13 +240790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4127" + "$ref": "https://ils.rero.ch/api/documents/4127" } }, { @@ -240804,13 +240804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4126" + "$ref": "https://ils.rero.ch/api/documents/4126" } }, { @@ -240818,13 +240818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4125" + "$ref": "https://ils.rero.ch/api/documents/4125" } }, { @@ -240832,13 +240832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4125" + "$ref": "https://ils.rero.ch/api/documents/4125" } }, { @@ -240846,13 +240846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4125" + "$ref": "https://ils.rero.ch/api/documents/4125" } }, { @@ -240860,13 +240860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4125" + "$ref": "https://ils.rero.ch/api/documents/4125" } }, { @@ -240874,13 +240874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4125" + "$ref": "https://ils.rero.ch/api/documents/4125" } }, { @@ -240888,13 +240888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4124" + "$ref": "https://ils.rero.ch/api/documents/4124" } }, { @@ -240902,13 +240902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4124" + "$ref": "https://ils.rero.ch/api/documents/4124" } }, { @@ -240916,13 +240916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4123" + "$ref": "https://ils.rero.ch/api/documents/4123" } }, { @@ -240930,13 +240930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4123" + "$ref": "https://ils.rero.ch/api/documents/4123" } }, { @@ -240944,13 +240944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4122" + "$ref": "https://ils.rero.ch/api/documents/4122" } }, { @@ -240958,13 +240958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4122" + "$ref": "https://ils.rero.ch/api/documents/4122" } }, { @@ -240972,13 +240972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4122" + "$ref": "https://ils.rero.ch/api/documents/4122" } }, { @@ -240986,13 +240986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4122" + "$ref": "https://ils.rero.ch/api/documents/4122" } }, { @@ -241000,13 +241000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4122" + "$ref": "https://ils.rero.ch/api/documents/4122" } }, { @@ -241014,13 +241014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4121" + "$ref": "https://ils.rero.ch/api/documents/4121" } }, { @@ -241028,13 +241028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4121" + "$ref": "https://ils.rero.ch/api/documents/4121" } }, { @@ -241042,13 +241042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4121" + "$ref": "https://ils.rero.ch/api/documents/4121" } }, { @@ -241056,13 +241056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4121" + "$ref": "https://ils.rero.ch/api/documents/4121" } }, { @@ -241070,13 +241070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4120" + "$ref": "https://ils.rero.ch/api/documents/4120" } }, { @@ -241084,13 +241084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4120" + "$ref": "https://ils.rero.ch/api/documents/4120" } }, { @@ -241098,13 +241098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4120" + "$ref": "https://ils.rero.ch/api/documents/4120" } }, { @@ -241112,13 +241112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4120" + "$ref": "https://ils.rero.ch/api/documents/4120" } }, { @@ -241126,13 +241126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4120" + "$ref": "https://ils.rero.ch/api/documents/4120" } }, { @@ -241140,13 +241140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4119" + "$ref": "https://ils.rero.ch/api/documents/4119" } }, { @@ -241154,13 +241154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4119" + "$ref": "https://ils.rero.ch/api/documents/4119" } }, { @@ -241168,13 +241168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4119" + "$ref": "https://ils.rero.ch/api/documents/4119" } }, { @@ -241182,13 +241182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4118" + "$ref": "https://ils.rero.ch/api/documents/4118" } }, { @@ -241196,13 +241196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4118" + "$ref": "https://ils.rero.ch/api/documents/4118" } }, { @@ -241210,13 +241210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4118" + "$ref": "https://ils.rero.ch/api/documents/4118" } }, { @@ -241224,13 +241224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4118" + "$ref": "https://ils.rero.ch/api/documents/4118" } }, { @@ -241238,13 +241238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4118" + "$ref": "https://ils.rero.ch/api/documents/4118" } }, { @@ -241252,13 +241252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4117" + "$ref": "https://ils.rero.ch/api/documents/4117" } }, { @@ -241266,13 +241266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4117" + "$ref": "https://ils.rero.ch/api/documents/4117" } }, { @@ -241280,13 +241280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4117" + "$ref": "https://ils.rero.ch/api/documents/4117" } }, { @@ -241294,13 +241294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4117" + "$ref": "https://ils.rero.ch/api/documents/4117" } }, { @@ -241308,13 +241308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4116" + "$ref": "https://ils.rero.ch/api/documents/4116" } }, { @@ -241322,13 +241322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4116" + "$ref": "https://ils.rero.ch/api/documents/4116" } }, { @@ -241336,13 +241336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4116" + "$ref": "https://ils.rero.ch/api/documents/4116" } }, { @@ -241350,13 +241350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4116" + "$ref": "https://ils.rero.ch/api/documents/4116" } }, { @@ -241364,13 +241364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4116" + "$ref": "https://ils.rero.ch/api/documents/4116" } }, { @@ -241378,13 +241378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4115" + "$ref": "https://ils.rero.ch/api/documents/4115" } }, { @@ -241392,13 +241392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4115" + "$ref": "https://ils.rero.ch/api/documents/4115" } }, { @@ -241406,13 +241406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4115" + "$ref": "https://ils.rero.ch/api/documents/4115" } }, { @@ -241420,13 +241420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4114" + "$ref": "https://ils.rero.ch/api/documents/4114" } }, { @@ -241434,13 +241434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4114" + "$ref": "https://ils.rero.ch/api/documents/4114" } }, { @@ -241448,13 +241448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4114" + "$ref": "https://ils.rero.ch/api/documents/4114" } }, { @@ -241462,13 +241462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4114" + "$ref": "https://ils.rero.ch/api/documents/4114" } }, { @@ -241476,13 +241476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4114" + "$ref": "https://ils.rero.ch/api/documents/4114" } }, { @@ -241490,13 +241490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4113" + "$ref": "https://ils.rero.ch/api/documents/4113" } }, { @@ -241504,13 +241504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4113" + "$ref": "https://ils.rero.ch/api/documents/4113" } }, { @@ -241518,13 +241518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4113" + "$ref": "https://ils.rero.ch/api/documents/4113" } }, { @@ -241532,13 +241532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4112" + "$ref": "https://ils.rero.ch/api/documents/4112" } }, { @@ -241546,13 +241546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4112" + "$ref": "https://ils.rero.ch/api/documents/4112" } }, { @@ -241560,13 +241560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4112" + "$ref": "https://ils.rero.ch/api/documents/4112" } }, { @@ -241574,13 +241574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4112" + "$ref": "https://ils.rero.ch/api/documents/4112" } }, { @@ -241588,13 +241588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4112" + "$ref": "https://ils.rero.ch/api/documents/4112" } }, { @@ -241602,13 +241602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4111" + "$ref": "https://ils.rero.ch/api/documents/4111" } }, { @@ -241616,13 +241616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4111" + "$ref": "https://ils.rero.ch/api/documents/4111" } }, { @@ -241630,13 +241630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4111" + "$ref": "https://ils.rero.ch/api/documents/4111" } }, { @@ -241644,13 +241644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4110" + "$ref": "https://ils.rero.ch/api/documents/4110" } }, { @@ -241658,13 +241658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4110" + "$ref": "https://ils.rero.ch/api/documents/4110" } }, { @@ -241672,13 +241672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4109" + "$ref": "https://ils.rero.ch/api/documents/4109" } }, { @@ -241686,13 +241686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4109" + "$ref": "https://ils.rero.ch/api/documents/4109" } }, { @@ -241700,13 +241700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4108" + "$ref": "https://ils.rero.ch/api/documents/4108" } }, { @@ -241714,13 +241714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4108" + "$ref": "https://ils.rero.ch/api/documents/4108" } }, { @@ -241728,13 +241728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4108" + "$ref": "https://ils.rero.ch/api/documents/4108" } }, { @@ -241742,13 +241742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4107" + "$ref": "https://ils.rero.ch/api/documents/4107" } }, { @@ -241756,13 +241756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4107" + "$ref": "https://ils.rero.ch/api/documents/4107" } }, { @@ -241770,13 +241770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4107" + "$ref": "https://ils.rero.ch/api/documents/4107" } }, { @@ -241784,13 +241784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4107" + "$ref": "https://ils.rero.ch/api/documents/4107" } }, { @@ -241798,13 +241798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4107" + "$ref": "https://ils.rero.ch/api/documents/4107" } }, { @@ -241812,13 +241812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4106" + "$ref": "https://ils.rero.ch/api/documents/4106" } }, { @@ -241826,13 +241826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4106" + "$ref": "https://ils.rero.ch/api/documents/4106" } }, { @@ -241840,13 +241840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4106" + "$ref": "https://ils.rero.ch/api/documents/4106" } }, { @@ -241854,13 +241854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4106" + "$ref": "https://ils.rero.ch/api/documents/4106" } }, { @@ -241868,13 +241868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4105" + "$ref": "https://ils.rero.ch/api/documents/4105" } }, { @@ -241882,13 +241882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4105" + "$ref": "https://ils.rero.ch/api/documents/4105" } }, { @@ -241896,13 +241896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4105" + "$ref": "https://ils.rero.ch/api/documents/4105" } }, { @@ -241910,13 +241910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4104" + "$ref": "https://ils.rero.ch/api/documents/4104" } }, { @@ -241924,13 +241924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4103" + "$ref": "https://ils.rero.ch/api/documents/4103" } }, { @@ -241938,13 +241938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4103" + "$ref": "https://ils.rero.ch/api/documents/4103" } }, { @@ -241952,13 +241952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4102" + "$ref": "https://ils.rero.ch/api/documents/4102" } }, { @@ -241966,13 +241966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4101" + "$ref": "https://ils.rero.ch/api/documents/4101" } }, { @@ -241980,13 +241980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4100" + "$ref": "https://ils.rero.ch/api/documents/4100" } }, { @@ -241994,13 +241994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4100" + "$ref": "https://ils.rero.ch/api/documents/4100" } }, { @@ -242008,13 +242008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4100" + "$ref": "https://ils.rero.ch/api/documents/4100" } }, { @@ -242022,13 +242022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4100" + "$ref": "https://ils.rero.ch/api/documents/4100" } }, { @@ -242036,13 +242036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4099" + "$ref": "https://ils.rero.ch/api/documents/4099" } }, { @@ -242050,13 +242050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4099" + "$ref": "https://ils.rero.ch/api/documents/4099" } }, { @@ -242064,13 +242064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4099" + "$ref": "https://ils.rero.ch/api/documents/4099" } }, { @@ -242078,13 +242078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4099" + "$ref": "https://ils.rero.ch/api/documents/4099" } }, { @@ -242092,13 +242092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4099" + "$ref": "https://ils.rero.ch/api/documents/4099" } }, { @@ -242106,13 +242106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4098" + "$ref": "https://ils.rero.ch/api/documents/4098" } }, { @@ -242120,13 +242120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4098" + "$ref": "https://ils.rero.ch/api/documents/4098" } }, { @@ -242134,13 +242134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4098" + "$ref": "https://ils.rero.ch/api/documents/4098" } }, { @@ -242148,13 +242148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4097" + "$ref": "https://ils.rero.ch/api/documents/4097" } }, { @@ -242162,13 +242162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4097" + "$ref": "https://ils.rero.ch/api/documents/4097" } }, { @@ -242176,13 +242176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4096" + "$ref": "https://ils.rero.ch/api/documents/4096" } }, { @@ -242190,13 +242190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4096" + "$ref": "https://ils.rero.ch/api/documents/4096" } }, { @@ -242204,13 +242204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4095" + "$ref": "https://ils.rero.ch/api/documents/4095" } }, { @@ -242218,13 +242218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4094" + "$ref": "https://ils.rero.ch/api/documents/4094" } }, { @@ -242232,13 +242232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4094" + "$ref": "https://ils.rero.ch/api/documents/4094" } }, { @@ -242246,13 +242246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4094" + "$ref": "https://ils.rero.ch/api/documents/4094" } }, { @@ -242260,13 +242260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4093" + "$ref": "https://ils.rero.ch/api/documents/4093" } }, { @@ -242274,13 +242274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4093" + "$ref": "https://ils.rero.ch/api/documents/4093" } }, { @@ -242288,13 +242288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4092" + "$ref": "https://ils.rero.ch/api/documents/4092" } }, { @@ -242302,13 +242302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4092" + "$ref": "https://ils.rero.ch/api/documents/4092" } }, { @@ -242316,13 +242316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4091" + "$ref": "https://ils.rero.ch/api/documents/4091" } }, { @@ -242330,13 +242330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4091" + "$ref": "https://ils.rero.ch/api/documents/4091" } }, { @@ -242344,13 +242344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4091" + "$ref": "https://ils.rero.ch/api/documents/4091" } }, { @@ -242358,13 +242358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4090" + "$ref": "https://ils.rero.ch/api/documents/4090" } }, { @@ -242372,13 +242372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4090" + "$ref": "https://ils.rero.ch/api/documents/4090" } }, { @@ -242386,13 +242386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4090" + "$ref": "https://ils.rero.ch/api/documents/4090" } }, { @@ -242400,13 +242400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4090" + "$ref": "https://ils.rero.ch/api/documents/4090" } }, { @@ -242414,13 +242414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4090" + "$ref": "https://ils.rero.ch/api/documents/4090" } }, { @@ -242428,13 +242428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4089" + "$ref": "https://ils.rero.ch/api/documents/4089" } }, { @@ -242442,13 +242442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4089" + "$ref": "https://ils.rero.ch/api/documents/4089" } }, { @@ -242456,13 +242456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4088" + "$ref": "https://ils.rero.ch/api/documents/4088" } }, { @@ -242470,13 +242470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4087" + "$ref": "https://ils.rero.ch/api/documents/4087" } }, { @@ -242484,13 +242484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4087" + "$ref": "https://ils.rero.ch/api/documents/4087" } }, { @@ -242498,13 +242498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4087" + "$ref": "https://ils.rero.ch/api/documents/4087" } }, { @@ -242512,13 +242512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4086" + "$ref": "https://ils.rero.ch/api/documents/4086" } }, { @@ -242526,13 +242526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4086" + "$ref": "https://ils.rero.ch/api/documents/4086" } }, { @@ -242540,13 +242540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4086" + "$ref": "https://ils.rero.ch/api/documents/4086" } }, { @@ -242554,13 +242554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4086" + "$ref": "https://ils.rero.ch/api/documents/4086" } }, { @@ -242568,13 +242568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4086" + "$ref": "https://ils.rero.ch/api/documents/4086" } }, { @@ -242582,13 +242582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4085" + "$ref": "https://ils.rero.ch/api/documents/4085" } }, { @@ -242596,13 +242596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4085" + "$ref": "https://ils.rero.ch/api/documents/4085" } }, { @@ -242610,13 +242610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4085" + "$ref": "https://ils.rero.ch/api/documents/4085" } }, { @@ -242624,13 +242624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4085" + "$ref": "https://ils.rero.ch/api/documents/4085" } }, { @@ -242638,13 +242638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4085" + "$ref": "https://ils.rero.ch/api/documents/4085" } }, { @@ -242652,13 +242652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4084" + "$ref": "https://ils.rero.ch/api/documents/4084" } }, { @@ -242666,13 +242666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4084" + "$ref": "https://ils.rero.ch/api/documents/4084" } }, { @@ -242680,13 +242680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4084" + "$ref": "https://ils.rero.ch/api/documents/4084" } }, { @@ -242694,13 +242694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4083" + "$ref": "https://ils.rero.ch/api/documents/4083" } }, { @@ -242708,13 +242708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4083" + "$ref": "https://ils.rero.ch/api/documents/4083" } }, { @@ -242722,13 +242722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4083" + "$ref": "https://ils.rero.ch/api/documents/4083" } }, { @@ -242736,13 +242736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4082" + "$ref": "https://ils.rero.ch/api/documents/4082" } }, { @@ -242750,13 +242750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4082" + "$ref": "https://ils.rero.ch/api/documents/4082" } }, { @@ -242764,13 +242764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4082" + "$ref": "https://ils.rero.ch/api/documents/4082" } }, { @@ -242778,13 +242778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4081" + "$ref": "https://ils.rero.ch/api/documents/4081" } }, { @@ -242792,13 +242792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4081" + "$ref": "https://ils.rero.ch/api/documents/4081" } }, { @@ -242806,13 +242806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4081" + "$ref": "https://ils.rero.ch/api/documents/4081" } }, { @@ -242820,13 +242820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4081" + "$ref": "https://ils.rero.ch/api/documents/4081" } }, { @@ -242834,13 +242834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4080" + "$ref": "https://ils.rero.ch/api/documents/4080" } }, { @@ -242848,13 +242848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4079" + "$ref": "https://ils.rero.ch/api/documents/4079" } }, { @@ -242862,13 +242862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4079" + "$ref": "https://ils.rero.ch/api/documents/4079" } }, { @@ -242876,13 +242876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4079" + "$ref": "https://ils.rero.ch/api/documents/4079" } }, { @@ -242890,13 +242890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4079" + "$ref": "https://ils.rero.ch/api/documents/4079" } }, { @@ -242904,13 +242904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4078" + "$ref": "https://ils.rero.ch/api/documents/4078" } }, { @@ -242918,13 +242918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4078" + "$ref": "https://ils.rero.ch/api/documents/4078" } }, { @@ -242932,13 +242932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4078" + "$ref": "https://ils.rero.ch/api/documents/4078" } }, { @@ -242946,13 +242946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4077" + "$ref": "https://ils.rero.ch/api/documents/4077" } }, { @@ -242960,13 +242960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4077" + "$ref": "https://ils.rero.ch/api/documents/4077" } }, { @@ -242974,13 +242974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4077" + "$ref": "https://ils.rero.ch/api/documents/4077" } }, { @@ -242988,13 +242988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4076" + "$ref": "https://ils.rero.ch/api/documents/4076" } }, { @@ -243002,13 +243002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4076" + "$ref": "https://ils.rero.ch/api/documents/4076" } }, { @@ -243016,13 +243016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4075" + "$ref": "https://ils.rero.ch/api/documents/4075" } }, { @@ -243030,13 +243030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4075" + "$ref": "https://ils.rero.ch/api/documents/4075" } }, { @@ -243044,13 +243044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4075" + "$ref": "https://ils.rero.ch/api/documents/4075" } }, { @@ -243058,13 +243058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4075" + "$ref": "https://ils.rero.ch/api/documents/4075" } }, { @@ -243072,13 +243072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4074" + "$ref": "https://ils.rero.ch/api/documents/4074" } }, { @@ -243086,13 +243086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4074" + "$ref": "https://ils.rero.ch/api/documents/4074" } }, { @@ -243100,13 +243100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4074" + "$ref": "https://ils.rero.ch/api/documents/4074" } }, { @@ -243114,13 +243114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4074" + "$ref": "https://ils.rero.ch/api/documents/4074" } }, { @@ -243128,13 +243128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4074" + "$ref": "https://ils.rero.ch/api/documents/4074" } }, { @@ -243142,13 +243142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4073" + "$ref": "https://ils.rero.ch/api/documents/4073" } }, { @@ -243156,13 +243156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4073" + "$ref": "https://ils.rero.ch/api/documents/4073" } }, { @@ -243170,13 +243170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4072" + "$ref": "https://ils.rero.ch/api/documents/4072" } }, { @@ -243184,13 +243184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4072" + "$ref": "https://ils.rero.ch/api/documents/4072" } }, { @@ -243198,13 +243198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4072" + "$ref": "https://ils.rero.ch/api/documents/4072" } }, { @@ -243212,13 +243212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4071" + "$ref": "https://ils.rero.ch/api/documents/4071" } }, { @@ -243226,13 +243226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4071" + "$ref": "https://ils.rero.ch/api/documents/4071" } }, { @@ -243240,13 +243240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4071" + "$ref": "https://ils.rero.ch/api/documents/4071" } }, { @@ -243254,13 +243254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4071" + "$ref": "https://ils.rero.ch/api/documents/4071" } }, { @@ -243268,13 +243268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4070" + "$ref": "https://ils.rero.ch/api/documents/4070" } }, { @@ -243282,13 +243282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4070" + "$ref": "https://ils.rero.ch/api/documents/4070" } }, { @@ -243296,13 +243296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4069" + "$ref": "https://ils.rero.ch/api/documents/4069" } }, { @@ -243310,13 +243310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4069" + "$ref": "https://ils.rero.ch/api/documents/4069" } }, { @@ -243324,13 +243324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4069" + "$ref": "https://ils.rero.ch/api/documents/4069" } }, { @@ -243338,13 +243338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4069" + "$ref": "https://ils.rero.ch/api/documents/4069" } }, { @@ -243352,13 +243352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4069" + "$ref": "https://ils.rero.ch/api/documents/4069" } }, { @@ -243366,13 +243366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4068" + "$ref": "https://ils.rero.ch/api/documents/4068" } }, { @@ -243380,13 +243380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4068" + "$ref": "https://ils.rero.ch/api/documents/4068" } }, { @@ -243394,13 +243394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4067" + "$ref": "https://ils.rero.ch/api/documents/4067" } }, { @@ -243408,13 +243408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4067" + "$ref": "https://ils.rero.ch/api/documents/4067" } }, { @@ -243422,13 +243422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4067" + "$ref": "https://ils.rero.ch/api/documents/4067" } }, { @@ -243436,13 +243436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4067" + "$ref": "https://ils.rero.ch/api/documents/4067" } }, { @@ -243450,13 +243450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4067" + "$ref": "https://ils.rero.ch/api/documents/4067" } }, { @@ -243464,13 +243464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4066" + "$ref": "https://ils.rero.ch/api/documents/4066" } }, { @@ -243478,13 +243478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4066" + "$ref": "https://ils.rero.ch/api/documents/4066" } }, { @@ -243492,13 +243492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4066" + "$ref": "https://ils.rero.ch/api/documents/4066" } }, { @@ -243506,13 +243506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4065" + "$ref": "https://ils.rero.ch/api/documents/4065" } }, { @@ -243520,13 +243520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4065" + "$ref": "https://ils.rero.ch/api/documents/4065" } }, { @@ -243534,13 +243534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4064" + "$ref": "https://ils.rero.ch/api/documents/4064" } }, { @@ -243548,13 +243548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4064" + "$ref": "https://ils.rero.ch/api/documents/4064" } }, { @@ -243562,13 +243562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4064" + "$ref": "https://ils.rero.ch/api/documents/4064" } }, { @@ -243576,13 +243576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4064" + "$ref": "https://ils.rero.ch/api/documents/4064" } }, { @@ -243590,13 +243590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4063" + "$ref": "https://ils.rero.ch/api/documents/4063" } }, { @@ -243604,13 +243604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4063" + "$ref": "https://ils.rero.ch/api/documents/4063" } }, { @@ -243618,13 +243618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4063" + "$ref": "https://ils.rero.ch/api/documents/4063" } }, { @@ -243632,13 +243632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4063" + "$ref": "https://ils.rero.ch/api/documents/4063" } }, { @@ -243646,13 +243646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4063" + "$ref": "https://ils.rero.ch/api/documents/4063" } }, { @@ -243660,13 +243660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4062" + "$ref": "https://ils.rero.ch/api/documents/4062" } }, { @@ -243674,13 +243674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4062" + "$ref": "https://ils.rero.ch/api/documents/4062" } }, { @@ -243688,13 +243688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4061" + "$ref": "https://ils.rero.ch/api/documents/4061" } }, { @@ -243702,13 +243702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4061" + "$ref": "https://ils.rero.ch/api/documents/4061" } }, { @@ -243716,13 +243716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4061" + "$ref": "https://ils.rero.ch/api/documents/4061" } }, { @@ -243730,13 +243730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4060" + "$ref": "https://ils.rero.ch/api/documents/4060" } }, { @@ -243744,13 +243744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4060" + "$ref": "https://ils.rero.ch/api/documents/4060" } }, { @@ -243758,13 +243758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4059" + "$ref": "https://ils.rero.ch/api/documents/4059" } }, { @@ -243772,13 +243772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4059" + "$ref": "https://ils.rero.ch/api/documents/4059" } }, { @@ -243786,13 +243786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4059" + "$ref": "https://ils.rero.ch/api/documents/4059" } }, { @@ -243800,13 +243800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4059" + "$ref": "https://ils.rero.ch/api/documents/4059" } }, { @@ -243814,13 +243814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4058" + "$ref": "https://ils.rero.ch/api/documents/4058" } }, { @@ -243828,13 +243828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4058" + "$ref": "https://ils.rero.ch/api/documents/4058" } }, { @@ -243842,13 +243842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4058" + "$ref": "https://ils.rero.ch/api/documents/4058" } }, { @@ -243856,13 +243856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4058" + "$ref": "https://ils.rero.ch/api/documents/4058" } }, { @@ -243870,13 +243870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4057" + "$ref": "https://ils.rero.ch/api/documents/4057" } }, { @@ -243884,13 +243884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4057" + "$ref": "https://ils.rero.ch/api/documents/4057" } }, { @@ -243898,13 +243898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4057" + "$ref": "https://ils.rero.ch/api/documents/4057" } }, { @@ -243912,13 +243912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4057" + "$ref": "https://ils.rero.ch/api/documents/4057" } }, { @@ -243926,13 +243926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4057" + "$ref": "https://ils.rero.ch/api/documents/4057" } }, { @@ -243940,13 +243940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4056" + "$ref": "https://ils.rero.ch/api/documents/4056" } }, { @@ -243954,13 +243954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4056" + "$ref": "https://ils.rero.ch/api/documents/4056" } }, { @@ -243968,13 +243968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4056" + "$ref": "https://ils.rero.ch/api/documents/4056" } }, { @@ -243982,13 +243982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4056" + "$ref": "https://ils.rero.ch/api/documents/4056" } }, { @@ -243996,13 +243996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4055" + "$ref": "https://ils.rero.ch/api/documents/4055" } }, { @@ -244010,13 +244010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4055" + "$ref": "https://ils.rero.ch/api/documents/4055" } }, { @@ -244024,13 +244024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4055" + "$ref": "https://ils.rero.ch/api/documents/4055" } }, { @@ -244038,13 +244038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4054" + "$ref": "https://ils.rero.ch/api/documents/4054" } }, { @@ -244052,13 +244052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4054" + "$ref": "https://ils.rero.ch/api/documents/4054" } }, { @@ -244066,13 +244066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4054" + "$ref": "https://ils.rero.ch/api/documents/4054" } }, { @@ -244080,13 +244080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4054" + "$ref": "https://ils.rero.ch/api/documents/4054" } }, { @@ -244094,13 +244094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4053" + "$ref": "https://ils.rero.ch/api/documents/4053" } }, { @@ -244108,13 +244108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4052" + "$ref": "https://ils.rero.ch/api/documents/4052" } }, { @@ -244122,13 +244122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4052" + "$ref": "https://ils.rero.ch/api/documents/4052" } }, { @@ -244136,13 +244136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4052" + "$ref": "https://ils.rero.ch/api/documents/4052" } }, { @@ -244150,13 +244150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4052" + "$ref": "https://ils.rero.ch/api/documents/4052" } }, { @@ -244164,13 +244164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4052" + "$ref": "https://ils.rero.ch/api/documents/4052" } }, { @@ -244178,13 +244178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4051" + "$ref": "https://ils.rero.ch/api/documents/4051" } }, { @@ -244192,13 +244192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4050" + "$ref": "https://ils.rero.ch/api/documents/4050" } }, { @@ -244206,13 +244206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4050" + "$ref": "https://ils.rero.ch/api/documents/4050" } }, { @@ -244220,13 +244220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4050" + "$ref": "https://ils.rero.ch/api/documents/4050" } }, { @@ -244234,13 +244234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4050" + "$ref": "https://ils.rero.ch/api/documents/4050" } }, { @@ -244248,13 +244248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4050" + "$ref": "https://ils.rero.ch/api/documents/4050" } }, { @@ -244262,13 +244262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4049" + "$ref": "https://ils.rero.ch/api/documents/4049" } }, { @@ -244276,13 +244276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4049" + "$ref": "https://ils.rero.ch/api/documents/4049" } }, { @@ -244290,13 +244290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4049" + "$ref": "https://ils.rero.ch/api/documents/4049" } }, { @@ -244304,13 +244304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4049" + "$ref": "https://ils.rero.ch/api/documents/4049" } }, { @@ -244318,13 +244318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4049" + "$ref": "https://ils.rero.ch/api/documents/4049" } }, { @@ -244332,13 +244332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4048" + "$ref": "https://ils.rero.ch/api/documents/4048" } }, { @@ -244346,13 +244346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4048" + "$ref": "https://ils.rero.ch/api/documents/4048" } }, { @@ -244360,13 +244360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4048" + "$ref": "https://ils.rero.ch/api/documents/4048" } }, { @@ -244374,13 +244374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4048" + "$ref": "https://ils.rero.ch/api/documents/4048" } }, { @@ -244388,13 +244388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4048" + "$ref": "https://ils.rero.ch/api/documents/4048" } }, { @@ -244402,13 +244402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4047" + "$ref": "https://ils.rero.ch/api/documents/4047" } }, { @@ -244416,13 +244416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4046" + "$ref": "https://ils.rero.ch/api/documents/4046" } }, { @@ -244430,13 +244430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4045" + "$ref": "https://ils.rero.ch/api/documents/4045" } }, { @@ -244444,13 +244444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4045" + "$ref": "https://ils.rero.ch/api/documents/4045" } }, { @@ -244458,13 +244458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4045" + "$ref": "https://ils.rero.ch/api/documents/4045" } }, { @@ -244472,13 +244472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4045" + "$ref": "https://ils.rero.ch/api/documents/4045" } }, { @@ -244486,13 +244486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4044" + "$ref": "https://ils.rero.ch/api/documents/4044" } }, { @@ -244500,13 +244500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4044" + "$ref": "https://ils.rero.ch/api/documents/4044" } }, { @@ -244514,13 +244514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4043" + "$ref": "https://ils.rero.ch/api/documents/4043" } }, { @@ -244528,13 +244528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4043" + "$ref": "https://ils.rero.ch/api/documents/4043" } }, { @@ -244542,13 +244542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4043" + "$ref": "https://ils.rero.ch/api/documents/4043" } }, { @@ -244556,13 +244556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4042" + "$ref": "https://ils.rero.ch/api/documents/4042" } }, { @@ -244570,13 +244570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4042" + "$ref": "https://ils.rero.ch/api/documents/4042" } }, { @@ -244584,13 +244584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4042" + "$ref": "https://ils.rero.ch/api/documents/4042" } }, { @@ -244598,13 +244598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4041" + "$ref": "https://ils.rero.ch/api/documents/4041" } }, { @@ -244612,13 +244612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4041" + "$ref": "https://ils.rero.ch/api/documents/4041" } }, { @@ -244626,13 +244626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4041" + "$ref": "https://ils.rero.ch/api/documents/4041" } }, { @@ -244640,13 +244640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4040" + "$ref": "https://ils.rero.ch/api/documents/4040" } }, { @@ -244654,13 +244654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4040" + "$ref": "https://ils.rero.ch/api/documents/4040" } }, { @@ -244668,13 +244668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4040" + "$ref": "https://ils.rero.ch/api/documents/4040" } }, { @@ -244682,13 +244682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4040" + "$ref": "https://ils.rero.ch/api/documents/4040" } }, { @@ -244696,13 +244696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4039" + "$ref": "https://ils.rero.ch/api/documents/4039" } }, { @@ -244710,13 +244710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4039" + "$ref": "https://ils.rero.ch/api/documents/4039" } }, { @@ -244724,13 +244724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4039" + "$ref": "https://ils.rero.ch/api/documents/4039" } }, { @@ -244738,13 +244738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4039" + "$ref": "https://ils.rero.ch/api/documents/4039" } }, { @@ -244752,13 +244752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4038" + "$ref": "https://ils.rero.ch/api/documents/4038" } }, { @@ -244766,13 +244766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4037" + "$ref": "https://ils.rero.ch/api/documents/4037" } }, { @@ -244780,13 +244780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4037" + "$ref": "https://ils.rero.ch/api/documents/4037" } }, { @@ -244794,13 +244794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4037" + "$ref": "https://ils.rero.ch/api/documents/4037" } }, { @@ -244808,13 +244808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4037" + "$ref": "https://ils.rero.ch/api/documents/4037" } }, { @@ -244822,13 +244822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4036" + "$ref": "https://ils.rero.ch/api/documents/4036" } }, { @@ -244836,13 +244836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4036" + "$ref": "https://ils.rero.ch/api/documents/4036" } }, { @@ -244850,13 +244850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4035" + "$ref": "https://ils.rero.ch/api/documents/4035" } }, { @@ -244864,13 +244864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4035" + "$ref": "https://ils.rero.ch/api/documents/4035" } }, { @@ -244878,13 +244878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4034" + "$ref": "https://ils.rero.ch/api/documents/4034" } }, { @@ -244892,13 +244892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4034" + "$ref": "https://ils.rero.ch/api/documents/4034" } }, { @@ -244906,13 +244906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4034" + "$ref": "https://ils.rero.ch/api/documents/4034" } }, { @@ -244920,13 +244920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4034" + "$ref": "https://ils.rero.ch/api/documents/4034" } }, { @@ -244934,13 +244934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4033" + "$ref": "https://ils.rero.ch/api/documents/4033" } }, { @@ -244948,13 +244948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4033" + "$ref": "https://ils.rero.ch/api/documents/4033" } }, { @@ -244962,13 +244962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4033" + "$ref": "https://ils.rero.ch/api/documents/4033" } }, { @@ -244976,13 +244976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4032" + "$ref": "https://ils.rero.ch/api/documents/4032" } }, { @@ -244990,13 +244990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4032" + "$ref": "https://ils.rero.ch/api/documents/4032" } }, { @@ -245004,13 +245004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4032" + "$ref": "https://ils.rero.ch/api/documents/4032" } }, { @@ -245018,13 +245018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4032" + "$ref": "https://ils.rero.ch/api/documents/4032" } }, { @@ -245032,13 +245032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4031" + "$ref": "https://ils.rero.ch/api/documents/4031" } }, { @@ -245046,13 +245046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4031" + "$ref": "https://ils.rero.ch/api/documents/4031" } }, { @@ -245060,13 +245060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4031" + "$ref": "https://ils.rero.ch/api/documents/4031" } }, { @@ -245074,13 +245074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4031" + "$ref": "https://ils.rero.ch/api/documents/4031" } }, { @@ -245088,13 +245088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4031" + "$ref": "https://ils.rero.ch/api/documents/4031" } }, { @@ -245102,13 +245102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4030" + "$ref": "https://ils.rero.ch/api/documents/4030" } }, { @@ -245116,13 +245116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4030" + "$ref": "https://ils.rero.ch/api/documents/4030" } }, { @@ -245130,13 +245130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4030" + "$ref": "https://ils.rero.ch/api/documents/4030" } }, { @@ -245144,13 +245144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4030" + "$ref": "https://ils.rero.ch/api/documents/4030" } }, { @@ -245158,13 +245158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4030" + "$ref": "https://ils.rero.ch/api/documents/4030" } }, { @@ -245172,13 +245172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4029" + "$ref": "https://ils.rero.ch/api/documents/4029" } }, { @@ -245186,13 +245186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4029" + "$ref": "https://ils.rero.ch/api/documents/4029" } }, { @@ -245200,13 +245200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4029" + "$ref": "https://ils.rero.ch/api/documents/4029" } }, { @@ -245214,13 +245214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4029" + "$ref": "https://ils.rero.ch/api/documents/4029" } }, { @@ -245228,13 +245228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4028" + "$ref": "https://ils.rero.ch/api/documents/4028" } }, { @@ -245242,13 +245242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4028" + "$ref": "https://ils.rero.ch/api/documents/4028" } }, { @@ -245256,13 +245256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4028" + "$ref": "https://ils.rero.ch/api/documents/4028" } }, { @@ -245270,13 +245270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4028" + "$ref": "https://ils.rero.ch/api/documents/4028" } }, { @@ -245284,13 +245284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4028" + "$ref": "https://ils.rero.ch/api/documents/4028" } }, { @@ -245298,13 +245298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4027" + "$ref": "https://ils.rero.ch/api/documents/4027" } }, { @@ -245312,13 +245312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4027" + "$ref": "https://ils.rero.ch/api/documents/4027" } }, { @@ -245326,13 +245326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4027" + "$ref": "https://ils.rero.ch/api/documents/4027" } }, { @@ -245340,13 +245340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4027" + "$ref": "https://ils.rero.ch/api/documents/4027" } }, { @@ -245354,13 +245354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4026" + "$ref": "https://ils.rero.ch/api/documents/4026" } }, { @@ -245368,13 +245368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4026" + "$ref": "https://ils.rero.ch/api/documents/4026" } }, { @@ -245382,13 +245382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4026" + "$ref": "https://ils.rero.ch/api/documents/4026" } }, { @@ -245396,13 +245396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4026" + "$ref": "https://ils.rero.ch/api/documents/4026" } }, { @@ -245410,13 +245410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4025" + "$ref": "https://ils.rero.ch/api/documents/4025" } }, { @@ -245424,13 +245424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4025" + "$ref": "https://ils.rero.ch/api/documents/4025" } }, { @@ -245438,13 +245438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4025" + "$ref": "https://ils.rero.ch/api/documents/4025" } }, { @@ -245452,13 +245452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4025" + "$ref": "https://ils.rero.ch/api/documents/4025" } }, { @@ -245466,13 +245466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4024" + "$ref": "https://ils.rero.ch/api/documents/4024" } }, { @@ -245480,13 +245480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4024" + "$ref": "https://ils.rero.ch/api/documents/4024" } }, { @@ -245494,13 +245494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4024" + "$ref": "https://ils.rero.ch/api/documents/4024" } }, { @@ -245508,13 +245508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4024" + "$ref": "https://ils.rero.ch/api/documents/4024" } }, { @@ -245522,13 +245522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4023" + "$ref": "https://ils.rero.ch/api/documents/4023" } }, { @@ -245536,13 +245536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4023" + "$ref": "https://ils.rero.ch/api/documents/4023" } }, { @@ -245550,13 +245550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4023" + "$ref": "https://ils.rero.ch/api/documents/4023" } }, { @@ -245564,13 +245564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4023" + "$ref": "https://ils.rero.ch/api/documents/4023" } }, { @@ -245578,13 +245578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4022" + "$ref": "https://ils.rero.ch/api/documents/4022" } }, { @@ -245592,13 +245592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4021" + "$ref": "https://ils.rero.ch/api/documents/4021" } }, { @@ -245606,13 +245606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4020" + "$ref": "https://ils.rero.ch/api/documents/4020" } }, { @@ -245620,13 +245620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4020" + "$ref": "https://ils.rero.ch/api/documents/4020" } }, { @@ -245634,13 +245634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4020" + "$ref": "https://ils.rero.ch/api/documents/4020" } }, { @@ -245648,13 +245648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4020" + "$ref": "https://ils.rero.ch/api/documents/4020" } }, { @@ -245662,13 +245662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4019" + "$ref": "https://ils.rero.ch/api/documents/4019" } }, { @@ -245676,13 +245676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4019" + "$ref": "https://ils.rero.ch/api/documents/4019" } }, { @@ -245690,13 +245690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4019" + "$ref": "https://ils.rero.ch/api/documents/4019" } }, { @@ -245704,13 +245704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4018" + "$ref": "https://ils.rero.ch/api/documents/4018" } }, { @@ -245718,13 +245718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4018" + "$ref": "https://ils.rero.ch/api/documents/4018" } }, { @@ -245732,13 +245732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4017" + "$ref": "https://ils.rero.ch/api/documents/4017" } }, { @@ -245746,13 +245746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4017" + "$ref": "https://ils.rero.ch/api/documents/4017" } }, { @@ -245760,13 +245760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4017" + "$ref": "https://ils.rero.ch/api/documents/4017" } }, { @@ -245774,13 +245774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4017" + "$ref": "https://ils.rero.ch/api/documents/4017" } }, { @@ -245788,13 +245788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4017" + "$ref": "https://ils.rero.ch/api/documents/4017" } }, { @@ -245802,13 +245802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4016" + "$ref": "https://ils.rero.ch/api/documents/4016" } }, { @@ -245816,13 +245816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4016" + "$ref": "https://ils.rero.ch/api/documents/4016" } }, { @@ -245830,13 +245830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4015" + "$ref": "https://ils.rero.ch/api/documents/4015" } }, { @@ -245844,13 +245844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4015" + "$ref": "https://ils.rero.ch/api/documents/4015" } }, { @@ -245858,13 +245858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4015" + "$ref": "https://ils.rero.ch/api/documents/4015" } }, { @@ -245872,13 +245872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4014" + "$ref": "https://ils.rero.ch/api/documents/4014" } }, { @@ -245886,13 +245886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4013" + "$ref": "https://ils.rero.ch/api/documents/4013" } }, { @@ -245900,13 +245900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4013" + "$ref": "https://ils.rero.ch/api/documents/4013" } }, { @@ -245914,13 +245914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4013" + "$ref": "https://ils.rero.ch/api/documents/4013" } }, { @@ -245928,13 +245928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4013" + "$ref": "https://ils.rero.ch/api/documents/4013" } }, { @@ -245942,13 +245942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4013" + "$ref": "https://ils.rero.ch/api/documents/4013" } }, { @@ -245956,13 +245956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4012" + "$ref": "https://ils.rero.ch/api/documents/4012" } }, { @@ -245970,13 +245970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4011" + "$ref": "https://ils.rero.ch/api/documents/4011" } }, { @@ -245984,13 +245984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4010" + "$ref": "https://ils.rero.ch/api/documents/4010" } }, { @@ -245998,13 +245998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4010" + "$ref": "https://ils.rero.ch/api/documents/4010" } }, { @@ -246012,13 +246012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4010" + "$ref": "https://ils.rero.ch/api/documents/4010" } }, { @@ -246026,13 +246026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4009" + "$ref": "https://ils.rero.ch/api/documents/4009" } }, { @@ -246040,13 +246040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4009" + "$ref": "https://ils.rero.ch/api/documents/4009" } }, { @@ -246054,13 +246054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4008" + "$ref": "https://ils.rero.ch/api/documents/4008" } }, { @@ -246068,13 +246068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4008" + "$ref": "https://ils.rero.ch/api/documents/4008" } }, { @@ -246082,13 +246082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4007" + "$ref": "https://ils.rero.ch/api/documents/4007" } }, { @@ -246096,13 +246096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4007" + "$ref": "https://ils.rero.ch/api/documents/4007" } }, { @@ -246110,13 +246110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4007" + "$ref": "https://ils.rero.ch/api/documents/4007" } }, { @@ -246124,13 +246124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4007" + "$ref": "https://ils.rero.ch/api/documents/4007" } }, { @@ -246138,13 +246138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4006" + "$ref": "https://ils.rero.ch/api/documents/4006" } }, { @@ -246152,13 +246152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4006" + "$ref": "https://ils.rero.ch/api/documents/4006" } }, { @@ -246166,13 +246166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4005" + "$ref": "https://ils.rero.ch/api/documents/4005" } }, { @@ -246180,13 +246180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4005" + "$ref": "https://ils.rero.ch/api/documents/4005" } }, { @@ -246194,13 +246194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4005" + "$ref": "https://ils.rero.ch/api/documents/4005" } }, { @@ -246208,13 +246208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4005" + "$ref": "https://ils.rero.ch/api/documents/4005" } }, { @@ -246222,13 +246222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4005" + "$ref": "https://ils.rero.ch/api/documents/4005" } }, { @@ -246236,13 +246236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4004" + "$ref": "https://ils.rero.ch/api/documents/4004" } }, { @@ -246250,13 +246250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4003" + "$ref": "https://ils.rero.ch/api/documents/4003" } }, { @@ -246264,13 +246264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4003" + "$ref": "https://ils.rero.ch/api/documents/4003" } }, { @@ -246278,13 +246278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4003" + "$ref": "https://ils.rero.ch/api/documents/4003" } }, { @@ -246292,13 +246292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4002" + "$ref": "https://ils.rero.ch/api/documents/4002" } }, { @@ -246306,13 +246306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4002" + "$ref": "https://ils.rero.ch/api/documents/4002" } }, { @@ -246320,13 +246320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4002" + "$ref": "https://ils.rero.ch/api/documents/4002" } }, { @@ -246334,13 +246334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4002" + "$ref": "https://ils.rero.ch/api/documents/4002" } }, { @@ -246348,13 +246348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4002" + "$ref": "https://ils.rero.ch/api/documents/4002" } }, { @@ -246362,13 +246362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4001" + "$ref": "https://ils.rero.ch/api/documents/4001" } }, { @@ -246376,13 +246376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4001" + "$ref": "https://ils.rero.ch/api/documents/4001" } }, { @@ -246390,13 +246390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4001" + "$ref": "https://ils.rero.ch/api/documents/4001" } }, { @@ -246404,13 +246404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4001" + "$ref": "https://ils.rero.ch/api/documents/4001" } }, { @@ -246418,13 +246418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4001" + "$ref": "https://ils.rero.ch/api/documents/4001" } }, { @@ -246432,13 +246432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4000" + "$ref": "https://ils.rero.ch/api/documents/4000" } }, { @@ -246446,13 +246446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4000" + "$ref": "https://ils.rero.ch/api/documents/4000" } }, { @@ -246460,13 +246460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4000" + "$ref": "https://ils.rero.ch/api/documents/4000" } }, { @@ -246474,13 +246474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4000" + "$ref": "https://ils.rero.ch/api/documents/4000" } }, { @@ -246488,13 +246488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4000" + "$ref": "https://ils.rero.ch/api/documents/4000" } }, { @@ -246502,13 +246502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3999" + "$ref": "https://ils.rero.ch/api/documents/3999" } }, { @@ -246516,13 +246516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3998" + "$ref": "https://ils.rero.ch/api/documents/3998" } }, { @@ -246530,13 +246530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3998" + "$ref": "https://ils.rero.ch/api/documents/3998" } }, { @@ -246544,13 +246544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3998" + "$ref": "https://ils.rero.ch/api/documents/3998" } }, { @@ -246558,13 +246558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3998" + "$ref": "https://ils.rero.ch/api/documents/3998" } }, { @@ -246572,13 +246572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3997" + "$ref": "https://ils.rero.ch/api/documents/3997" } }, { @@ -246586,13 +246586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3997" + "$ref": "https://ils.rero.ch/api/documents/3997" } }, { @@ -246600,13 +246600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3997" + "$ref": "https://ils.rero.ch/api/documents/3997" } }, { @@ -246614,13 +246614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3997" + "$ref": "https://ils.rero.ch/api/documents/3997" } }, { @@ -246628,13 +246628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3996" + "$ref": "https://ils.rero.ch/api/documents/3996" } }, { @@ -246642,13 +246642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3996" + "$ref": "https://ils.rero.ch/api/documents/3996" } }, { @@ -246656,13 +246656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3996" + "$ref": "https://ils.rero.ch/api/documents/3996" } }, { @@ -246670,13 +246670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3996" + "$ref": "https://ils.rero.ch/api/documents/3996" } }, { @@ -246684,13 +246684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3995" + "$ref": "https://ils.rero.ch/api/documents/3995" } }, { @@ -246698,13 +246698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3995" + "$ref": "https://ils.rero.ch/api/documents/3995" } }, { @@ -246712,13 +246712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3995" + "$ref": "https://ils.rero.ch/api/documents/3995" } }, { @@ -246726,13 +246726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3994" + "$ref": "https://ils.rero.ch/api/documents/3994" } }, { @@ -246740,13 +246740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3994" + "$ref": "https://ils.rero.ch/api/documents/3994" } }, { @@ -246754,13 +246754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3994" + "$ref": "https://ils.rero.ch/api/documents/3994" } }, { @@ -246768,13 +246768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3993" + "$ref": "https://ils.rero.ch/api/documents/3993" } }, { @@ -246782,13 +246782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3993" + "$ref": "https://ils.rero.ch/api/documents/3993" } }, { @@ -246796,13 +246796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3993" + "$ref": "https://ils.rero.ch/api/documents/3993" } }, { @@ -246810,13 +246810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3993" + "$ref": "https://ils.rero.ch/api/documents/3993" } }, { @@ -246824,13 +246824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3992" + "$ref": "https://ils.rero.ch/api/documents/3992" } }, { @@ -246838,13 +246838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3992" + "$ref": "https://ils.rero.ch/api/documents/3992" } }, { @@ -246852,13 +246852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3992" + "$ref": "https://ils.rero.ch/api/documents/3992" } }, { @@ -246866,13 +246866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3991" + "$ref": "https://ils.rero.ch/api/documents/3991" } }, { @@ -246880,13 +246880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3990" + "$ref": "https://ils.rero.ch/api/documents/3990" } }, { @@ -246894,13 +246894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3990" + "$ref": "https://ils.rero.ch/api/documents/3990" } }, { @@ -246908,13 +246908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3990" + "$ref": "https://ils.rero.ch/api/documents/3990" } }, { @@ -246922,13 +246922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3990" + "$ref": "https://ils.rero.ch/api/documents/3990" } }, { @@ -246936,13 +246936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3989" + "$ref": "https://ils.rero.ch/api/documents/3989" } }, { @@ -246950,13 +246950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3989" + "$ref": "https://ils.rero.ch/api/documents/3989" } }, { @@ -246964,13 +246964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3988" + "$ref": "https://ils.rero.ch/api/documents/3988" } }, { @@ -246978,13 +246978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3988" + "$ref": "https://ils.rero.ch/api/documents/3988" } }, { @@ -246992,13 +246992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3988" + "$ref": "https://ils.rero.ch/api/documents/3988" } }, { @@ -247006,13 +247006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3987" + "$ref": "https://ils.rero.ch/api/documents/3987" } }, { @@ -247020,13 +247020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3987" + "$ref": "https://ils.rero.ch/api/documents/3987" } }, { @@ -247034,13 +247034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3987" + "$ref": "https://ils.rero.ch/api/documents/3987" } }, { @@ -247048,13 +247048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3987" + "$ref": "https://ils.rero.ch/api/documents/3987" } }, { @@ -247062,13 +247062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3987" + "$ref": "https://ils.rero.ch/api/documents/3987" } }, { @@ -247076,13 +247076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3986" + "$ref": "https://ils.rero.ch/api/documents/3986" } }, { @@ -247090,13 +247090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3986" + "$ref": "https://ils.rero.ch/api/documents/3986" } }, { @@ -247104,13 +247104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3985" + "$ref": "https://ils.rero.ch/api/documents/3985" } }, { @@ -247118,13 +247118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3985" + "$ref": "https://ils.rero.ch/api/documents/3985" } }, { @@ -247132,13 +247132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3985" + "$ref": "https://ils.rero.ch/api/documents/3985" } }, { @@ -247146,13 +247146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3985" + "$ref": "https://ils.rero.ch/api/documents/3985" } }, { @@ -247160,13 +247160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3984" + "$ref": "https://ils.rero.ch/api/documents/3984" } }, { @@ -247174,13 +247174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3984" + "$ref": "https://ils.rero.ch/api/documents/3984" } }, { @@ -247188,13 +247188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3984" + "$ref": "https://ils.rero.ch/api/documents/3984" } }, { @@ -247202,13 +247202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3984" + "$ref": "https://ils.rero.ch/api/documents/3984" } }, { @@ -247216,13 +247216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3983" + "$ref": "https://ils.rero.ch/api/documents/3983" } }, { @@ -247230,13 +247230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3983" + "$ref": "https://ils.rero.ch/api/documents/3983" } }, { @@ -247244,13 +247244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3982" + "$ref": "https://ils.rero.ch/api/documents/3982" } }, { @@ -247258,13 +247258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3982" + "$ref": "https://ils.rero.ch/api/documents/3982" } }, { @@ -247272,13 +247272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3981" + "$ref": "https://ils.rero.ch/api/documents/3981" } }, { @@ -247286,13 +247286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3980" + "$ref": "https://ils.rero.ch/api/documents/3980" } }, { @@ -247300,13 +247300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3980" + "$ref": "https://ils.rero.ch/api/documents/3980" } }, { @@ -247314,13 +247314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3980" + "$ref": "https://ils.rero.ch/api/documents/3980" } }, { @@ -247328,13 +247328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3979" + "$ref": "https://ils.rero.ch/api/documents/3979" } }, { @@ -247342,13 +247342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3979" + "$ref": "https://ils.rero.ch/api/documents/3979" } }, { @@ -247356,13 +247356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3979" + "$ref": "https://ils.rero.ch/api/documents/3979" } }, { @@ -247370,13 +247370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3979" + "$ref": "https://ils.rero.ch/api/documents/3979" } }, { @@ -247384,13 +247384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3979" + "$ref": "https://ils.rero.ch/api/documents/3979" } }, { @@ -247398,13 +247398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3978" + "$ref": "https://ils.rero.ch/api/documents/3978" } }, { @@ -247412,13 +247412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3978" + "$ref": "https://ils.rero.ch/api/documents/3978" } }, { @@ -247426,13 +247426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3978" + "$ref": "https://ils.rero.ch/api/documents/3978" } }, { @@ -247440,13 +247440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3977" + "$ref": "https://ils.rero.ch/api/documents/3977" } }, { @@ -247454,13 +247454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3977" + "$ref": "https://ils.rero.ch/api/documents/3977" } }, { @@ -247468,13 +247468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3977" + "$ref": "https://ils.rero.ch/api/documents/3977" } }, { @@ -247482,13 +247482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3977" + "$ref": "https://ils.rero.ch/api/documents/3977" } }, { @@ -247496,13 +247496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3976" + "$ref": "https://ils.rero.ch/api/documents/3976" } }, { @@ -247510,13 +247510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3976" + "$ref": "https://ils.rero.ch/api/documents/3976" } }, { @@ -247524,13 +247524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3975" + "$ref": "https://ils.rero.ch/api/documents/3975" } }, { @@ -247538,13 +247538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3975" + "$ref": "https://ils.rero.ch/api/documents/3975" } }, { @@ -247552,13 +247552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3974" + "$ref": "https://ils.rero.ch/api/documents/3974" } }, { @@ -247566,13 +247566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3973" + "$ref": "https://ils.rero.ch/api/documents/3973" } }, { @@ -247580,13 +247580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3973" + "$ref": "https://ils.rero.ch/api/documents/3973" } }, { @@ -247594,13 +247594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3972" + "$ref": "https://ils.rero.ch/api/documents/3972" } }, { @@ -247608,13 +247608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3972" + "$ref": "https://ils.rero.ch/api/documents/3972" } }, { @@ -247622,13 +247622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3971" + "$ref": "https://ils.rero.ch/api/documents/3971" } }, { @@ -247636,13 +247636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3970" + "$ref": "https://ils.rero.ch/api/documents/3970" } }, { @@ -247650,13 +247650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3970" + "$ref": "https://ils.rero.ch/api/documents/3970" } }, { @@ -247664,13 +247664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3970" + "$ref": "https://ils.rero.ch/api/documents/3970" } }, { @@ -247678,13 +247678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3969" + "$ref": "https://ils.rero.ch/api/documents/3969" } }, { @@ -247692,13 +247692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3969" + "$ref": "https://ils.rero.ch/api/documents/3969" } }, { @@ -247706,13 +247706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3969" + "$ref": "https://ils.rero.ch/api/documents/3969" } }, { @@ -247720,13 +247720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3969" + "$ref": "https://ils.rero.ch/api/documents/3969" } }, { @@ -247734,13 +247734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3969" + "$ref": "https://ils.rero.ch/api/documents/3969" } }, { @@ -247748,13 +247748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3968" + "$ref": "https://ils.rero.ch/api/documents/3968" } }, { @@ -247762,13 +247762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3968" + "$ref": "https://ils.rero.ch/api/documents/3968" } }, { @@ -247776,13 +247776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3968" + "$ref": "https://ils.rero.ch/api/documents/3968" } }, { @@ -247790,13 +247790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3967" + "$ref": "https://ils.rero.ch/api/documents/3967" } }, { @@ -247804,13 +247804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3966" + "$ref": "https://ils.rero.ch/api/documents/3966" } }, { @@ -247818,13 +247818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3966" + "$ref": "https://ils.rero.ch/api/documents/3966" } }, { @@ -247832,13 +247832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3966" + "$ref": "https://ils.rero.ch/api/documents/3966" } }, { @@ -247846,13 +247846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3965" + "$ref": "https://ils.rero.ch/api/documents/3965" } }, { @@ -247860,13 +247860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3965" + "$ref": "https://ils.rero.ch/api/documents/3965" } }, { @@ -247874,13 +247874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3965" + "$ref": "https://ils.rero.ch/api/documents/3965" } }, { @@ -247888,13 +247888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3965" + "$ref": "https://ils.rero.ch/api/documents/3965" } }, { @@ -247902,13 +247902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3964" + "$ref": "https://ils.rero.ch/api/documents/3964" } }, { @@ -247916,13 +247916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3964" + "$ref": "https://ils.rero.ch/api/documents/3964" } }, { @@ -247930,13 +247930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3964" + "$ref": "https://ils.rero.ch/api/documents/3964" } }, { @@ -247944,13 +247944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3963" + "$ref": "https://ils.rero.ch/api/documents/3963" } }, { @@ -247958,13 +247958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3963" + "$ref": "https://ils.rero.ch/api/documents/3963" } }, { @@ -247972,13 +247972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3963" + "$ref": "https://ils.rero.ch/api/documents/3963" } }, { @@ -247986,13 +247986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3962" + "$ref": "https://ils.rero.ch/api/documents/3962" } }, { @@ -248000,13 +248000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3962" + "$ref": "https://ils.rero.ch/api/documents/3962" } }, { @@ -248014,13 +248014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3962" + "$ref": "https://ils.rero.ch/api/documents/3962" } }, { @@ -248028,13 +248028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3962" + "$ref": "https://ils.rero.ch/api/documents/3962" } }, { @@ -248042,13 +248042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3961" + "$ref": "https://ils.rero.ch/api/documents/3961" } }, { @@ -248056,13 +248056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3961" + "$ref": "https://ils.rero.ch/api/documents/3961" } }, { @@ -248070,13 +248070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3961" + "$ref": "https://ils.rero.ch/api/documents/3961" } }, { @@ -248084,13 +248084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3961" + "$ref": "https://ils.rero.ch/api/documents/3961" } }, { @@ -248098,13 +248098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3960" + "$ref": "https://ils.rero.ch/api/documents/3960" } }, { @@ -248112,13 +248112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3960" + "$ref": "https://ils.rero.ch/api/documents/3960" } }, { @@ -248126,13 +248126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3960" + "$ref": "https://ils.rero.ch/api/documents/3960" } }, { @@ -248140,13 +248140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3960" + "$ref": "https://ils.rero.ch/api/documents/3960" } }, { @@ -248154,13 +248154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3959" + "$ref": "https://ils.rero.ch/api/documents/3959" } }, { @@ -248168,13 +248168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3959" + "$ref": "https://ils.rero.ch/api/documents/3959" } }, { @@ -248182,13 +248182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3959" + "$ref": "https://ils.rero.ch/api/documents/3959" } }, { @@ -248196,13 +248196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3958" + "$ref": "https://ils.rero.ch/api/documents/3958" } }, { @@ -248210,13 +248210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3957" + "$ref": "https://ils.rero.ch/api/documents/3957" } }, { @@ -248224,13 +248224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3957" + "$ref": "https://ils.rero.ch/api/documents/3957" } }, { @@ -248238,13 +248238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3957" + "$ref": "https://ils.rero.ch/api/documents/3957" } }, { @@ -248252,13 +248252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3957" + "$ref": "https://ils.rero.ch/api/documents/3957" } }, { @@ -248266,13 +248266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3956" + "$ref": "https://ils.rero.ch/api/documents/3956" } }, { @@ -248280,13 +248280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3956" + "$ref": "https://ils.rero.ch/api/documents/3956" } }, { @@ -248294,13 +248294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3956" + "$ref": "https://ils.rero.ch/api/documents/3956" } }, { @@ -248308,13 +248308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3955" + "$ref": "https://ils.rero.ch/api/documents/3955" } }, { @@ -248322,13 +248322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3954" + "$ref": "https://ils.rero.ch/api/documents/3954" } }, { @@ -248336,13 +248336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3954" + "$ref": "https://ils.rero.ch/api/documents/3954" } }, { @@ -248350,13 +248350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3953" + "$ref": "https://ils.rero.ch/api/documents/3953" } }, { @@ -248364,13 +248364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3953" + "$ref": "https://ils.rero.ch/api/documents/3953" } }, { @@ -248378,13 +248378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3953" + "$ref": "https://ils.rero.ch/api/documents/3953" } }, { @@ -248392,13 +248392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3952" + "$ref": "https://ils.rero.ch/api/documents/3952" } }, { @@ -248406,13 +248406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3951" + "$ref": "https://ils.rero.ch/api/documents/3951" } }, { @@ -248420,13 +248420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3951" + "$ref": "https://ils.rero.ch/api/documents/3951" } }, { @@ -248434,13 +248434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3950" + "$ref": "https://ils.rero.ch/api/documents/3950" } }, { @@ -248448,13 +248448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3949" + "$ref": "https://ils.rero.ch/api/documents/3949" } }, { @@ -248462,13 +248462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3949" + "$ref": "https://ils.rero.ch/api/documents/3949" } }, { @@ -248476,13 +248476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3949" + "$ref": "https://ils.rero.ch/api/documents/3949" } }, { @@ -248490,13 +248490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3949" + "$ref": "https://ils.rero.ch/api/documents/3949" } }, { @@ -248504,13 +248504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3949" + "$ref": "https://ils.rero.ch/api/documents/3949" } }, { @@ -248518,13 +248518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3948" + "$ref": "https://ils.rero.ch/api/documents/3948" } }, { @@ -248532,13 +248532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3947" + "$ref": "https://ils.rero.ch/api/documents/3947" } }, { @@ -248546,13 +248546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3947" + "$ref": "https://ils.rero.ch/api/documents/3947" } }, { @@ -248560,13 +248560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3947" + "$ref": "https://ils.rero.ch/api/documents/3947" } }, { @@ -248574,13 +248574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3947" + "$ref": "https://ils.rero.ch/api/documents/3947" } }, { @@ -248588,13 +248588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3946" + "$ref": "https://ils.rero.ch/api/documents/3946" } }, { @@ -248602,13 +248602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3946" + "$ref": "https://ils.rero.ch/api/documents/3946" } }, { @@ -248616,13 +248616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3946" + "$ref": "https://ils.rero.ch/api/documents/3946" } }, { @@ -248630,13 +248630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3946" + "$ref": "https://ils.rero.ch/api/documents/3946" } }, { @@ -248644,13 +248644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3946" + "$ref": "https://ils.rero.ch/api/documents/3946" } }, { @@ -248658,13 +248658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3945" + "$ref": "https://ils.rero.ch/api/documents/3945" } }, { @@ -248672,13 +248672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3945" + "$ref": "https://ils.rero.ch/api/documents/3945" } }, { @@ -248686,13 +248686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3944" + "$ref": "https://ils.rero.ch/api/documents/3944" } }, { @@ -248700,13 +248700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3944" + "$ref": "https://ils.rero.ch/api/documents/3944" } }, { @@ -248714,13 +248714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3944" + "$ref": "https://ils.rero.ch/api/documents/3944" } }, { @@ -248728,13 +248728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3943" + "$ref": "https://ils.rero.ch/api/documents/3943" } }, { @@ -248742,13 +248742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3943" + "$ref": "https://ils.rero.ch/api/documents/3943" } }, { @@ -248756,13 +248756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3943" + "$ref": "https://ils.rero.ch/api/documents/3943" } }, { @@ -248770,13 +248770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3943" + "$ref": "https://ils.rero.ch/api/documents/3943" } }, { @@ -248784,13 +248784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3943" + "$ref": "https://ils.rero.ch/api/documents/3943" } }, { @@ -248798,13 +248798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3942" + "$ref": "https://ils.rero.ch/api/documents/3942" } }, { @@ -248812,13 +248812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3942" + "$ref": "https://ils.rero.ch/api/documents/3942" } }, { @@ -248826,13 +248826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3942" + "$ref": "https://ils.rero.ch/api/documents/3942" } }, { @@ -248840,13 +248840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3942" + "$ref": "https://ils.rero.ch/api/documents/3942" } }, { @@ -248854,13 +248854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3942" + "$ref": "https://ils.rero.ch/api/documents/3942" } }, { @@ -248868,13 +248868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3941" + "$ref": "https://ils.rero.ch/api/documents/3941" } }, { @@ -248882,13 +248882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3941" + "$ref": "https://ils.rero.ch/api/documents/3941" } }, { @@ -248896,13 +248896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3941" + "$ref": "https://ils.rero.ch/api/documents/3941" } }, { @@ -248910,13 +248910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3941" + "$ref": "https://ils.rero.ch/api/documents/3941" } }, { @@ -248924,13 +248924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3941" + "$ref": "https://ils.rero.ch/api/documents/3941" } }, { @@ -248938,13 +248938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3940" + "$ref": "https://ils.rero.ch/api/documents/3940" } }, { @@ -248952,13 +248952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3940" + "$ref": "https://ils.rero.ch/api/documents/3940" } }, { @@ -248966,13 +248966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3940" + "$ref": "https://ils.rero.ch/api/documents/3940" } }, { @@ -248980,13 +248980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3940" + "$ref": "https://ils.rero.ch/api/documents/3940" } }, { @@ -248994,13 +248994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3939" + "$ref": "https://ils.rero.ch/api/documents/3939" } }, { @@ -249008,13 +249008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3939" + "$ref": "https://ils.rero.ch/api/documents/3939" } }, { @@ -249022,13 +249022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3939" + "$ref": "https://ils.rero.ch/api/documents/3939" } }, { @@ -249036,13 +249036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3939" + "$ref": "https://ils.rero.ch/api/documents/3939" } }, { @@ -249050,13 +249050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3939" + "$ref": "https://ils.rero.ch/api/documents/3939" } }, { @@ -249064,13 +249064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3938" + "$ref": "https://ils.rero.ch/api/documents/3938" } }, { @@ -249078,13 +249078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3938" + "$ref": "https://ils.rero.ch/api/documents/3938" } }, { @@ -249092,13 +249092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3937" + "$ref": "https://ils.rero.ch/api/documents/3937" } }, { @@ -249106,13 +249106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3937" + "$ref": "https://ils.rero.ch/api/documents/3937" } }, { @@ -249120,13 +249120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3937" + "$ref": "https://ils.rero.ch/api/documents/3937" } }, { @@ -249134,13 +249134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3937" + "$ref": "https://ils.rero.ch/api/documents/3937" } }, { @@ -249148,13 +249148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3936" + "$ref": "https://ils.rero.ch/api/documents/3936" } }, { @@ -249162,13 +249162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3936" + "$ref": "https://ils.rero.ch/api/documents/3936" } }, { @@ -249176,13 +249176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3935" + "$ref": "https://ils.rero.ch/api/documents/3935" } }, { @@ -249190,13 +249190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3935" + "$ref": "https://ils.rero.ch/api/documents/3935" } }, { @@ -249204,13 +249204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3935" + "$ref": "https://ils.rero.ch/api/documents/3935" } }, { @@ -249218,13 +249218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3935" + "$ref": "https://ils.rero.ch/api/documents/3935" } }, { @@ -249232,13 +249232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3934" + "$ref": "https://ils.rero.ch/api/documents/3934" } }, { @@ -249246,13 +249246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3934" + "$ref": "https://ils.rero.ch/api/documents/3934" } }, { @@ -249260,13 +249260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3933" + "$ref": "https://ils.rero.ch/api/documents/3933" } }, { @@ -249274,13 +249274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3933" + "$ref": "https://ils.rero.ch/api/documents/3933" } }, { @@ -249288,13 +249288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3933" + "$ref": "https://ils.rero.ch/api/documents/3933" } }, { @@ -249302,13 +249302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3933" + "$ref": "https://ils.rero.ch/api/documents/3933" } }, { @@ -249316,13 +249316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3933" + "$ref": "https://ils.rero.ch/api/documents/3933" } }, { @@ -249330,13 +249330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3932" + "$ref": "https://ils.rero.ch/api/documents/3932" } }, { @@ -249344,13 +249344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3932" + "$ref": "https://ils.rero.ch/api/documents/3932" } }, { @@ -249358,13 +249358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3931" + "$ref": "https://ils.rero.ch/api/documents/3931" } }, { @@ -249372,13 +249372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3931" + "$ref": "https://ils.rero.ch/api/documents/3931" } }, { @@ -249386,13 +249386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3930" + "$ref": "https://ils.rero.ch/api/documents/3930" } }, { @@ -249400,13 +249400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3930" + "$ref": "https://ils.rero.ch/api/documents/3930" } }, { @@ -249414,13 +249414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3930" + "$ref": "https://ils.rero.ch/api/documents/3930" } }, { @@ -249428,13 +249428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3929" + "$ref": "https://ils.rero.ch/api/documents/3929" } }, { @@ -249442,13 +249442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3929" + "$ref": "https://ils.rero.ch/api/documents/3929" } }, { @@ -249456,13 +249456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3928" + "$ref": "https://ils.rero.ch/api/documents/3928" } }, { @@ -249470,13 +249470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3928" + "$ref": "https://ils.rero.ch/api/documents/3928" } }, { @@ -249484,13 +249484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3928" + "$ref": "https://ils.rero.ch/api/documents/3928" } }, { @@ -249498,13 +249498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3928" + "$ref": "https://ils.rero.ch/api/documents/3928" } }, { @@ -249512,13 +249512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3928" + "$ref": "https://ils.rero.ch/api/documents/3928" } }, { @@ -249526,13 +249526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3927" + "$ref": "https://ils.rero.ch/api/documents/3927" } }, { @@ -249540,13 +249540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3927" + "$ref": "https://ils.rero.ch/api/documents/3927" } }, { @@ -249554,13 +249554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3927" + "$ref": "https://ils.rero.ch/api/documents/3927" } }, { @@ -249568,13 +249568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3927" + "$ref": "https://ils.rero.ch/api/documents/3927" } }, { @@ -249582,13 +249582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3927" + "$ref": "https://ils.rero.ch/api/documents/3927" } }, { @@ -249596,13 +249596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3926" + "$ref": "https://ils.rero.ch/api/documents/3926" } }, { @@ -249610,13 +249610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3926" + "$ref": "https://ils.rero.ch/api/documents/3926" } }, { @@ -249624,13 +249624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3926" + "$ref": "https://ils.rero.ch/api/documents/3926" } }, { @@ -249638,13 +249638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3926" + "$ref": "https://ils.rero.ch/api/documents/3926" } }, { @@ -249652,13 +249652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3926" + "$ref": "https://ils.rero.ch/api/documents/3926" } }, { @@ -249666,13 +249666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3925" + "$ref": "https://ils.rero.ch/api/documents/3925" } }, { @@ -249680,13 +249680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3925" + "$ref": "https://ils.rero.ch/api/documents/3925" } }, { @@ -249694,13 +249694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3925" + "$ref": "https://ils.rero.ch/api/documents/3925" } }, { @@ -249708,13 +249708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3924" + "$ref": "https://ils.rero.ch/api/documents/3924" } }, { @@ -249722,13 +249722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3924" + "$ref": "https://ils.rero.ch/api/documents/3924" } }, { @@ -249736,13 +249736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3923" + "$ref": "https://ils.rero.ch/api/documents/3923" } }, { @@ -249750,13 +249750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3923" + "$ref": "https://ils.rero.ch/api/documents/3923" } }, { @@ -249764,13 +249764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3923" + "$ref": "https://ils.rero.ch/api/documents/3923" } }, { @@ -249778,13 +249778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3922" + "$ref": "https://ils.rero.ch/api/documents/3922" } }, { @@ -249792,13 +249792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3922" + "$ref": "https://ils.rero.ch/api/documents/3922" } }, { @@ -249806,13 +249806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3922" + "$ref": "https://ils.rero.ch/api/documents/3922" } }, { @@ -249820,13 +249820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3921" + "$ref": "https://ils.rero.ch/api/documents/3921" } }, { @@ -249834,13 +249834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3920" + "$ref": "https://ils.rero.ch/api/documents/3920" } }, { @@ -249848,13 +249848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3919" + "$ref": "https://ils.rero.ch/api/documents/3919" } }, { @@ -249862,13 +249862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3919" + "$ref": "https://ils.rero.ch/api/documents/3919" } }, { @@ -249876,13 +249876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3918" + "$ref": "https://ils.rero.ch/api/documents/3918" } }, { @@ -249890,13 +249890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3918" + "$ref": "https://ils.rero.ch/api/documents/3918" } }, { @@ -249904,13 +249904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3917" + "$ref": "https://ils.rero.ch/api/documents/3917" } }, { @@ -249918,13 +249918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3917" + "$ref": "https://ils.rero.ch/api/documents/3917" } }, { @@ -249932,13 +249932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3917" + "$ref": "https://ils.rero.ch/api/documents/3917" } }, { @@ -249946,13 +249946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3917" + "$ref": "https://ils.rero.ch/api/documents/3917" } }, { @@ -249960,13 +249960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3917" + "$ref": "https://ils.rero.ch/api/documents/3917" } }, { @@ -249974,13 +249974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3916" + "$ref": "https://ils.rero.ch/api/documents/3916" } }, { @@ -249988,13 +249988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3916" + "$ref": "https://ils.rero.ch/api/documents/3916" } }, { @@ -250002,13 +250002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3915" + "$ref": "https://ils.rero.ch/api/documents/3915" } }, { @@ -250016,13 +250016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3914" + "$ref": "https://ils.rero.ch/api/documents/3914" } }, { @@ -250030,13 +250030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3913" + "$ref": "https://ils.rero.ch/api/documents/3913" } }, { @@ -250044,13 +250044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3913" + "$ref": "https://ils.rero.ch/api/documents/3913" } }, { @@ -250058,13 +250058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3912" + "$ref": "https://ils.rero.ch/api/documents/3912" } }, { @@ -250072,13 +250072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3911" + "$ref": "https://ils.rero.ch/api/documents/3911" } }, { @@ -250086,13 +250086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3911" + "$ref": "https://ils.rero.ch/api/documents/3911" } }, { @@ -250100,13 +250100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3911" + "$ref": "https://ils.rero.ch/api/documents/3911" } }, { @@ -250114,13 +250114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3911" + "$ref": "https://ils.rero.ch/api/documents/3911" } }, { @@ -250128,13 +250128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3910" + "$ref": "https://ils.rero.ch/api/documents/3910" } }, { @@ -250142,13 +250142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3910" + "$ref": "https://ils.rero.ch/api/documents/3910" } }, { @@ -250156,13 +250156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3910" + "$ref": "https://ils.rero.ch/api/documents/3910" } }, { @@ -250170,13 +250170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3910" + "$ref": "https://ils.rero.ch/api/documents/3910" } }, { @@ -250184,13 +250184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3910" + "$ref": "https://ils.rero.ch/api/documents/3910" } }, { @@ -250198,13 +250198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3909" + "$ref": "https://ils.rero.ch/api/documents/3909" } }, { @@ -250212,13 +250212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3909" + "$ref": "https://ils.rero.ch/api/documents/3909" } }, { @@ -250226,13 +250226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3909" + "$ref": "https://ils.rero.ch/api/documents/3909" } }, { @@ -250240,13 +250240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3909" + "$ref": "https://ils.rero.ch/api/documents/3909" } }, { @@ -250254,13 +250254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3908" + "$ref": "https://ils.rero.ch/api/documents/3908" } }, { @@ -250268,13 +250268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3908" + "$ref": "https://ils.rero.ch/api/documents/3908" } }, { @@ -250282,13 +250282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3907" + "$ref": "https://ils.rero.ch/api/documents/3907" } }, { @@ -250296,13 +250296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3907" + "$ref": "https://ils.rero.ch/api/documents/3907" } }, { @@ -250310,13 +250310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3907" + "$ref": "https://ils.rero.ch/api/documents/3907" } }, { @@ -250324,13 +250324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3906" + "$ref": "https://ils.rero.ch/api/documents/3906" } }, { @@ -250338,13 +250338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3905" + "$ref": "https://ils.rero.ch/api/documents/3905" } }, { @@ -250352,13 +250352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3905" + "$ref": "https://ils.rero.ch/api/documents/3905" } }, { @@ -250366,13 +250366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3904" + "$ref": "https://ils.rero.ch/api/documents/3904" } }, { @@ -250380,13 +250380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3904" + "$ref": "https://ils.rero.ch/api/documents/3904" } }, { @@ -250394,13 +250394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3903" + "$ref": "https://ils.rero.ch/api/documents/3903" } }, { @@ -250408,13 +250408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3903" + "$ref": "https://ils.rero.ch/api/documents/3903" } }, { @@ -250422,13 +250422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3903" + "$ref": "https://ils.rero.ch/api/documents/3903" } }, { @@ -250436,13 +250436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3902" + "$ref": "https://ils.rero.ch/api/documents/3902" } }, { @@ -250450,13 +250450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3902" + "$ref": "https://ils.rero.ch/api/documents/3902" } }, { @@ -250464,13 +250464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3902" + "$ref": "https://ils.rero.ch/api/documents/3902" } }, { @@ -250478,13 +250478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3901" + "$ref": "https://ils.rero.ch/api/documents/3901" } }, { @@ -250492,13 +250492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3901" + "$ref": "https://ils.rero.ch/api/documents/3901" } }, { @@ -250506,13 +250506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3901" + "$ref": "https://ils.rero.ch/api/documents/3901" } }, { @@ -250520,13 +250520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3901" + "$ref": "https://ils.rero.ch/api/documents/3901" } }, { @@ -250534,13 +250534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3901" + "$ref": "https://ils.rero.ch/api/documents/3901" } }, { @@ -250548,13 +250548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3900" + "$ref": "https://ils.rero.ch/api/documents/3900" } }, { @@ -250562,13 +250562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3900" + "$ref": "https://ils.rero.ch/api/documents/3900" } }, { @@ -250576,13 +250576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3900" + "$ref": "https://ils.rero.ch/api/documents/3900" } }, { @@ -250590,13 +250590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3900" + "$ref": "https://ils.rero.ch/api/documents/3900" } }, { @@ -250604,13 +250604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3900" + "$ref": "https://ils.rero.ch/api/documents/3900" } }, { @@ -250618,13 +250618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3899" + "$ref": "https://ils.rero.ch/api/documents/3899" } }, { @@ -250632,13 +250632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3899" + "$ref": "https://ils.rero.ch/api/documents/3899" } }, { @@ -250646,13 +250646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3899" + "$ref": "https://ils.rero.ch/api/documents/3899" } }, { @@ -250660,13 +250660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3899" + "$ref": "https://ils.rero.ch/api/documents/3899" } }, { @@ -250674,13 +250674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3899" + "$ref": "https://ils.rero.ch/api/documents/3899" } }, { @@ -250688,13 +250688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3898" + "$ref": "https://ils.rero.ch/api/documents/3898" } }, { @@ -250702,13 +250702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3898" + "$ref": "https://ils.rero.ch/api/documents/3898" } }, { @@ -250716,13 +250716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3897" + "$ref": "https://ils.rero.ch/api/documents/3897" } }, { @@ -250730,13 +250730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3897" + "$ref": "https://ils.rero.ch/api/documents/3897" } }, { @@ -250744,13 +250744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3896" + "$ref": "https://ils.rero.ch/api/documents/3896" } }, { @@ -250758,13 +250758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3896" + "$ref": "https://ils.rero.ch/api/documents/3896" } }, { @@ -250772,13 +250772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3896" + "$ref": "https://ils.rero.ch/api/documents/3896" } }, { @@ -250786,13 +250786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3896" + "$ref": "https://ils.rero.ch/api/documents/3896" } }, { @@ -250800,13 +250800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3895" + "$ref": "https://ils.rero.ch/api/documents/3895" } }, { @@ -250814,13 +250814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3895" + "$ref": "https://ils.rero.ch/api/documents/3895" } }, { @@ -250828,13 +250828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3895" + "$ref": "https://ils.rero.ch/api/documents/3895" } }, { @@ -250842,13 +250842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3894" + "$ref": "https://ils.rero.ch/api/documents/3894" } }, { @@ -250856,13 +250856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3894" + "$ref": "https://ils.rero.ch/api/documents/3894" } }, { @@ -250870,13 +250870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3893" + "$ref": "https://ils.rero.ch/api/documents/3893" } }, { @@ -250884,13 +250884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3893" + "$ref": "https://ils.rero.ch/api/documents/3893" } }, { @@ -250898,13 +250898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3893" + "$ref": "https://ils.rero.ch/api/documents/3893" } }, { @@ -250912,13 +250912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3893" + "$ref": "https://ils.rero.ch/api/documents/3893" } }, { @@ -250926,13 +250926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3893" + "$ref": "https://ils.rero.ch/api/documents/3893" } }, { @@ -250940,13 +250940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3892" + "$ref": "https://ils.rero.ch/api/documents/3892" } }, { @@ -250954,13 +250954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3892" + "$ref": "https://ils.rero.ch/api/documents/3892" } }, { @@ -250968,13 +250968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3892" + "$ref": "https://ils.rero.ch/api/documents/3892" } }, { @@ -250982,13 +250982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3892" + "$ref": "https://ils.rero.ch/api/documents/3892" } }, { @@ -250996,13 +250996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3891" + "$ref": "https://ils.rero.ch/api/documents/3891" } }, { @@ -251010,13 +251010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3891" + "$ref": "https://ils.rero.ch/api/documents/3891" } }, { @@ -251024,13 +251024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3891" + "$ref": "https://ils.rero.ch/api/documents/3891" } }, { @@ -251038,13 +251038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3891" + "$ref": "https://ils.rero.ch/api/documents/3891" } }, { @@ -251052,13 +251052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3890" + "$ref": "https://ils.rero.ch/api/documents/3890" } }, { @@ -251066,13 +251066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3890" + "$ref": "https://ils.rero.ch/api/documents/3890" } }, { @@ -251080,13 +251080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3890" + "$ref": "https://ils.rero.ch/api/documents/3890" } }, { @@ -251094,13 +251094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3890" + "$ref": "https://ils.rero.ch/api/documents/3890" } }, { @@ -251108,13 +251108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3889" + "$ref": "https://ils.rero.ch/api/documents/3889" } }, { @@ -251122,13 +251122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3889" + "$ref": "https://ils.rero.ch/api/documents/3889" } }, { @@ -251136,13 +251136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3888" + "$ref": "https://ils.rero.ch/api/documents/3888" } }, { @@ -251150,13 +251150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3888" + "$ref": "https://ils.rero.ch/api/documents/3888" } }, { @@ -251164,13 +251164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3888" + "$ref": "https://ils.rero.ch/api/documents/3888" } }, { @@ -251178,13 +251178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3887" + "$ref": "https://ils.rero.ch/api/documents/3887" } }, { @@ -251192,13 +251192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3886" + "$ref": "https://ils.rero.ch/api/documents/3886" } }, { @@ -251206,13 +251206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3886" + "$ref": "https://ils.rero.ch/api/documents/3886" } }, { @@ -251220,13 +251220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3886" + "$ref": "https://ils.rero.ch/api/documents/3886" } }, { @@ -251234,13 +251234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3885" + "$ref": "https://ils.rero.ch/api/documents/3885" } }, { @@ -251248,13 +251248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3885" + "$ref": "https://ils.rero.ch/api/documents/3885" } }, { @@ -251262,13 +251262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3885" + "$ref": "https://ils.rero.ch/api/documents/3885" } }, { @@ -251276,13 +251276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3885" + "$ref": "https://ils.rero.ch/api/documents/3885" } }, { @@ -251290,13 +251290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3884" + "$ref": "https://ils.rero.ch/api/documents/3884" } }, { @@ -251304,13 +251304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3883" + "$ref": "https://ils.rero.ch/api/documents/3883" } }, { @@ -251318,13 +251318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3883" + "$ref": "https://ils.rero.ch/api/documents/3883" } }, { @@ -251332,13 +251332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3882" + "$ref": "https://ils.rero.ch/api/documents/3882" } }, { @@ -251346,13 +251346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3882" + "$ref": "https://ils.rero.ch/api/documents/3882" } }, { @@ -251360,13 +251360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3881" + "$ref": "https://ils.rero.ch/api/documents/3881" } }, { @@ -251374,13 +251374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3881" + "$ref": "https://ils.rero.ch/api/documents/3881" } }, { @@ -251388,13 +251388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3880" + "$ref": "https://ils.rero.ch/api/documents/3880" } }, { @@ -251402,13 +251402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3880" + "$ref": "https://ils.rero.ch/api/documents/3880" } }, { @@ -251416,13 +251416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3879" + "$ref": "https://ils.rero.ch/api/documents/3879" } }, { @@ -251430,13 +251430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3878" + "$ref": "https://ils.rero.ch/api/documents/3878" } }, { @@ -251444,13 +251444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3878" + "$ref": "https://ils.rero.ch/api/documents/3878" } }, { @@ -251458,13 +251458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3878" + "$ref": "https://ils.rero.ch/api/documents/3878" } }, { @@ -251472,13 +251472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3877" + "$ref": "https://ils.rero.ch/api/documents/3877" } }, { @@ -251486,13 +251486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3877" + "$ref": "https://ils.rero.ch/api/documents/3877" } }, { @@ -251500,13 +251500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3877" + "$ref": "https://ils.rero.ch/api/documents/3877" } }, { @@ -251514,13 +251514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3876" + "$ref": "https://ils.rero.ch/api/documents/3876" } }, { @@ -251528,13 +251528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3876" + "$ref": "https://ils.rero.ch/api/documents/3876" } }, { @@ -251542,13 +251542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3876" + "$ref": "https://ils.rero.ch/api/documents/3876" } }, { @@ -251556,13 +251556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3875" + "$ref": "https://ils.rero.ch/api/documents/3875" } }, { @@ -251570,13 +251570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3875" + "$ref": "https://ils.rero.ch/api/documents/3875" } }, { @@ -251584,13 +251584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3874" + "$ref": "https://ils.rero.ch/api/documents/3874" } }, { @@ -251598,13 +251598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3874" + "$ref": "https://ils.rero.ch/api/documents/3874" } }, { @@ -251612,13 +251612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3873" + "$ref": "https://ils.rero.ch/api/documents/3873" } }, { @@ -251626,13 +251626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3873" + "$ref": "https://ils.rero.ch/api/documents/3873" } }, { @@ -251640,13 +251640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3873" + "$ref": "https://ils.rero.ch/api/documents/3873" } }, { @@ -251654,13 +251654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3873" + "$ref": "https://ils.rero.ch/api/documents/3873" } }, { @@ -251668,13 +251668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3872" + "$ref": "https://ils.rero.ch/api/documents/3872" } }, { @@ -251682,13 +251682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3872" + "$ref": "https://ils.rero.ch/api/documents/3872" } }, { @@ -251696,13 +251696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3872" + "$ref": "https://ils.rero.ch/api/documents/3872" } }, { @@ -251710,13 +251710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3872" + "$ref": "https://ils.rero.ch/api/documents/3872" } }, { @@ -251724,13 +251724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3871" + "$ref": "https://ils.rero.ch/api/documents/3871" } }, { @@ -251738,13 +251738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3871" + "$ref": "https://ils.rero.ch/api/documents/3871" } }, { @@ -251752,13 +251752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3871" + "$ref": "https://ils.rero.ch/api/documents/3871" } }, { @@ -251766,13 +251766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3871" + "$ref": "https://ils.rero.ch/api/documents/3871" } }, { @@ -251780,13 +251780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3870" + "$ref": "https://ils.rero.ch/api/documents/3870" } }, { @@ -251794,13 +251794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3870" + "$ref": "https://ils.rero.ch/api/documents/3870" } }, { @@ -251808,13 +251808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3870" + "$ref": "https://ils.rero.ch/api/documents/3870" } }, { @@ -251822,13 +251822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3869" + "$ref": "https://ils.rero.ch/api/documents/3869" } }, { @@ -251836,13 +251836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3869" + "$ref": "https://ils.rero.ch/api/documents/3869" } }, { @@ -251850,13 +251850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3869" + "$ref": "https://ils.rero.ch/api/documents/3869" } }, { @@ -251864,13 +251864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3868" + "$ref": "https://ils.rero.ch/api/documents/3868" } }, { @@ -251878,13 +251878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3868" + "$ref": "https://ils.rero.ch/api/documents/3868" } }, { @@ -251892,13 +251892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3868" + "$ref": "https://ils.rero.ch/api/documents/3868" } }, { @@ -251906,13 +251906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3867" + "$ref": "https://ils.rero.ch/api/documents/3867" } }, { @@ -251920,13 +251920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3867" + "$ref": "https://ils.rero.ch/api/documents/3867" } }, { @@ -251934,13 +251934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3866" + "$ref": "https://ils.rero.ch/api/documents/3866" } }, { @@ -251948,13 +251948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3866" + "$ref": "https://ils.rero.ch/api/documents/3866" } }, { @@ -251962,13 +251962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3866" + "$ref": "https://ils.rero.ch/api/documents/3866" } }, { @@ -251976,13 +251976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3865" + "$ref": "https://ils.rero.ch/api/documents/3865" } }, { @@ -251990,13 +251990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3864" + "$ref": "https://ils.rero.ch/api/documents/3864" } }, { @@ -252004,13 +252004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3864" + "$ref": "https://ils.rero.ch/api/documents/3864" } }, { @@ -252018,13 +252018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3864" + "$ref": "https://ils.rero.ch/api/documents/3864" } }, { @@ -252032,13 +252032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3864" + "$ref": "https://ils.rero.ch/api/documents/3864" } }, { @@ -252046,13 +252046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3863" + "$ref": "https://ils.rero.ch/api/documents/3863" } }, { @@ -252060,13 +252060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3863" + "$ref": "https://ils.rero.ch/api/documents/3863" } }, { @@ -252074,13 +252074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3862" + "$ref": "https://ils.rero.ch/api/documents/3862" } }, { @@ -252088,13 +252088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3861" + "$ref": "https://ils.rero.ch/api/documents/3861" } }, { @@ -252102,13 +252102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3861" + "$ref": "https://ils.rero.ch/api/documents/3861" } }, { @@ -252116,13 +252116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3861" + "$ref": "https://ils.rero.ch/api/documents/3861" } }, { @@ -252130,13 +252130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3861" + "$ref": "https://ils.rero.ch/api/documents/3861" } }, { @@ -252144,13 +252144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3860" + "$ref": "https://ils.rero.ch/api/documents/3860" } }, { @@ -252158,13 +252158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3860" + "$ref": "https://ils.rero.ch/api/documents/3860" } }, { @@ -252172,13 +252172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3860" + "$ref": "https://ils.rero.ch/api/documents/3860" } }, { @@ -252186,13 +252186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3859" + "$ref": "https://ils.rero.ch/api/documents/3859" } }, { @@ -252200,13 +252200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3858" + "$ref": "https://ils.rero.ch/api/documents/3858" } }, { @@ -252214,13 +252214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3858" + "$ref": "https://ils.rero.ch/api/documents/3858" } }, { @@ -252228,13 +252228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3857" + "$ref": "https://ils.rero.ch/api/documents/3857" } }, { @@ -252242,13 +252242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3857" + "$ref": "https://ils.rero.ch/api/documents/3857" } }, { @@ -252256,13 +252256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3857" + "$ref": "https://ils.rero.ch/api/documents/3857" } }, { @@ -252270,13 +252270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3857" + "$ref": "https://ils.rero.ch/api/documents/3857" } }, { @@ -252284,13 +252284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3857" + "$ref": "https://ils.rero.ch/api/documents/3857" } }, { @@ -252298,13 +252298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3856" + "$ref": "https://ils.rero.ch/api/documents/3856" } }, { @@ -252312,13 +252312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3856" + "$ref": "https://ils.rero.ch/api/documents/3856" } }, { @@ -252326,13 +252326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3856" + "$ref": "https://ils.rero.ch/api/documents/3856" } }, { @@ -252340,13 +252340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3856" + "$ref": "https://ils.rero.ch/api/documents/3856" } }, { @@ -252354,13 +252354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3855" + "$ref": "https://ils.rero.ch/api/documents/3855" } }, { @@ -252368,13 +252368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3855" + "$ref": "https://ils.rero.ch/api/documents/3855" } }, { @@ -252382,13 +252382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3854" + "$ref": "https://ils.rero.ch/api/documents/3854" } }, { @@ -252396,13 +252396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3853" + "$ref": "https://ils.rero.ch/api/documents/3853" } }, { @@ -252410,13 +252410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3853" + "$ref": "https://ils.rero.ch/api/documents/3853" } }, { @@ -252424,13 +252424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3853" + "$ref": "https://ils.rero.ch/api/documents/3853" } }, { @@ -252438,13 +252438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3852" + "$ref": "https://ils.rero.ch/api/documents/3852" } }, { @@ -252452,13 +252452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3852" + "$ref": "https://ils.rero.ch/api/documents/3852" } }, { @@ -252466,13 +252466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3852" + "$ref": "https://ils.rero.ch/api/documents/3852" } }, { @@ -252480,13 +252480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3852" + "$ref": "https://ils.rero.ch/api/documents/3852" } }, { @@ -252494,13 +252494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3852" + "$ref": "https://ils.rero.ch/api/documents/3852" } }, { @@ -252508,13 +252508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3851" + "$ref": "https://ils.rero.ch/api/documents/3851" } }, { @@ -252522,13 +252522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3851" + "$ref": "https://ils.rero.ch/api/documents/3851" } }, { @@ -252536,13 +252536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3851" + "$ref": "https://ils.rero.ch/api/documents/3851" } }, { @@ -252550,13 +252550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3851" + "$ref": "https://ils.rero.ch/api/documents/3851" } }, { @@ -252564,13 +252564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3850" + "$ref": "https://ils.rero.ch/api/documents/3850" } }, { @@ -252578,13 +252578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3850" + "$ref": "https://ils.rero.ch/api/documents/3850" } }, { @@ -252592,13 +252592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3849" + "$ref": "https://ils.rero.ch/api/documents/3849" } }, { @@ -252606,13 +252606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3849" + "$ref": "https://ils.rero.ch/api/documents/3849" } }, { @@ -252620,13 +252620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3849" + "$ref": "https://ils.rero.ch/api/documents/3849" } }, { @@ -252634,13 +252634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3849" + "$ref": "https://ils.rero.ch/api/documents/3849" } }, { @@ -252648,13 +252648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3849" + "$ref": "https://ils.rero.ch/api/documents/3849" } }, { @@ -252662,13 +252662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3848" + "$ref": "https://ils.rero.ch/api/documents/3848" } }, { @@ -252676,13 +252676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3848" + "$ref": "https://ils.rero.ch/api/documents/3848" } }, { @@ -252690,13 +252690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3848" + "$ref": "https://ils.rero.ch/api/documents/3848" } }, { @@ -252704,13 +252704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3848" + "$ref": "https://ils.rero.ch/api/documents/3848" } }, { @@ -252718,13 +252718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3848" + "$ref": "https://ils.rero.ch/api/documents/3848" } }, { @@ -252732,13 +252732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3847" + "$ref": "https://ils.rero.ch/api/documents/3847" } }, { @@ -252746,13 +252746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3847" + "$ref": "https://ils.rero.ch/api/documents/3847" } }, { @@ -252760,13 +252760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3847" + "$ref": "https://ils.rero.ch/api/documents/3847" } }, { @@ -252774,13 +252774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3846" + "$ref": "https://ils.rero.ch/api/documents/3846" } }, { @@ -252788,13 +252788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3845" + "$ref": "https://ils.rero.ch/api/documents/3845" } }, { @@ -252802,13 +252802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3844" + "$ref": "https://ils.rero.ch/api/documents/3844" } }, { @@ -252816,13 +252816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3844" + "$ref": "https://ils.rero.ch/api/documents/3844" } }, { @@ -252830,13 +252830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3844" + "$ref": "https://ils.rero.ch/api/documents/3844" } }, { @@ -252844,13 +252844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3844" + "$ref": "https://ils.rero.ch/api/documents/3844" } }, { @@ -252858,13 +252858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3843" + "$ref": "https://ils.rero.ch/api/documents/3843" } }, { @@ -252872,13 +252872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3842" + "$ref": "https://ils.rero.ch/api/documents/3842" } }, { @@ -252886,13 +252886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3842" + "$ref": "https://ils.rero.ch/api/documents/3842" } }, { @@ -252900,13 +252900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3842" + "$ref": "https://ils.rero.ch/api/documents/3842" } }, { @@ -252914,13 +252914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3841" + "$ref": "https://ils.rero.ch/api/documents/3841" } }, { @@ -252928,13 +252928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3840" + "$ref": "https://ils.rero.ch/api/documents/3840" } }, { @@ -252942,13 +252942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3840" + "$ref": "https://ils.rero.ch/api/documents/3840" } }, { @@ -252956,13 +252956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3839" + "$ref": "https://ils.rero.ch/api/documents/3839" } }, { @@ -252970,13 +252970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3839" + "$ref": "https://ils.rero.ch/api/documents/3839" } }, { @@ -252984,13 +252984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3838" + "$ref": "https://ils.rero.ch/api/documents/3838" } }, { @@ -252998,13 +252998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3838" + "$ref": "https://ils.rero.ch/api/documents/3838" } }, { @@ -253012,13 +253012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3837" + "$ref": "https://ils.rero.ch/api/documents/3837" } }, { @@ -253026,13 +253026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3836" + "$ref": "https://ils.rero.ch/api/documents/3836" } }, { @@ -253040,13 +253040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3835" + "$ref": "https://ils.rero.ch/api/documents/3835" } }, { @@ -253054,13 +253054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3834" + "$ref": "https://ils.rero.ch/api/documents/3834" } }, { @@ -253068,13 +253068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3834" + "$ref": "https://ils.rero.ch/api/documents/3834" } }, { @@ -253082,13 +253082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3833" + "$ref": "https://ils.rero.ch/api/documents/3833" } }, { @@ -253096,13 +253096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3833" + "$ref": "https://ils.rero.ch/api/documents/3833" } }, { @@ -253110,13 +253110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3833" + "$ref": "https://ils.rero.ch/api/documents/3833" } }, { @@ -253124,13 +253124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3833" + "$ref": "https://ils.rero.ch/api/documents/3833" } }, { @@ -253138,13 +253138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3832" + "$ref": "https://ils.rero.ch/api/documents/3832" } }, { @@ -253152,13 +253152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3832" + "$ref": "https://ils.rero.ch/api/documents/3832" } }, { @@ -253166,13 +253166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3832" + "$ref": "https://ils.rero.ch/api/documents/3832" } }, { @@ -253180,13 +253180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3832" + "$ref": "https://ils.rero.ch/api/documents/3832" } }, { @@ -253194,13 +253194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3832" + "$ref": "https://ils.rero.ch/api/documents/3832" } }, { @@ -253208,13 +253208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3831" + "$ref": "https://ils.rero.ch/api/documents/3831" } }, { @@ -253222,13 +253222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3831" + "$ref": "https://ils.rero.ch/api/documents/3831" } }, { @@ -253236,13 +253236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3831" + "$ref": "https://ils.rero.ch/api/documents/3831" } }, { @@ -253250,13 +253250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3830" + "$ref": "https://ils.rero.ch/api/documents/3830" } }, { @@ -253264,13 +253264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3830" + "$ref": "https://ils.rero.ch/api/documents/3830" } }, { @@ -253278,13 +253278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3830" + "$ref": "https://ils.rero.ch/api/documents/3830" } }, { @@ -253292,13 +253292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3830" + "$ref": "https://ils.rero.ch/api/documents/3830" } }, { @@ -253306,13 +253306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3829" + "$ref": "https://ils.rero.ch/api/documents/3829" } }, { @@ -253320,13 +253320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3829" + "$ref": "https://ils.rero.ch/api/documents/3829" } }, { @@ -253334,13 +253334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3829" + "$ref": "https://ils.rero.ch/api/documents/3829" } }, { @@ -253348,13 +253348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3829" + "$ref": "https://ils.rero.ch/api/documents/3829" } }, { @@ -253362,13 +253362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3828" + "$ref": "https://ils.rero.ch/api/documents/3828" } }, { @@ -253376,13 +253376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3828" + "$ref": "https://ils.rero.ch/api/documents/3828" } }, { @@ -253390,13 +253390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3828" + "$ref": "https://ils.rero.ch/api/documents/3828" } }, { @@ -253404,13 +253404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3827" + "$ref": "https://ils.rero.ch/api/documents/3827" } }, { @@ -253418,13 +253418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3827" + "$ref": "https://ils.rero.ch/api/documents/3827" } }, { @@ -253432,13 +253432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3827" + "$ref": "https://ils.rero.ch/api/documents/3827" } }, { @@ -253446,13 +253446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3827" + "$ref": "https://ils.rero.ch/api/documents/3827" } }, { @@ -253460,13 +253460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3826" + "$ref": "https://ils.rero.ch/api/documents/3826" } }, { @@ -253474,13 +253474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3826" + "$ref": "https://ils.rero.ch/api/documents/3826" } }, { @@ -253488,13 +253488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3826" + "$ref": "https://ils.rero.ch/api/documents/3826" } }, { @@ -253502,13 +253502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3826" + "$ref": "https://ils.rero.ch/api/documents/3826" } }, { @@ -253516,13 +253516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3826" + "$ref": "https://ils.rero.ch/api/documents/3826" } }, { @@ -253530,13 +253530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3825" + "$ref": "https://ils.rero.ch/api/documents/3825" } }, { @@ -253544,13 +253544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3825" + "$ref": "https://ils.rero.ch/api/documents/3825" } }, { @@ -253558,13 +253558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3825" + "$ref": "https://ils.rero.ch/api/documents/3825" } }, { @@ -253572,13 +253572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3824" + "$ref": "https://ils.rero.ch/api/documents/3824" } }, { @@ -253586,13 +253586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3824" + "$ref": "https://ils.rero.ch/api/documents/3824" } }, { @@ -253600,13 +253600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3824" + "$ref": "https://ils.rero.ch/api/documents/3824" } }, { @@ -253614,13 +253614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3823" + "$ref": "https://ils.rero.ch/api/documents/3823" } }, { @@ -253628,13 +253628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3823" + "$ref": "https://ils.rero.ch/api/documents/3823" } }, { @@ -253642,13 +253642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3822" + "$ref": "https://ils.rero.ch/api/documents/3822" } }, { @@ -253656,13 +253656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3822" + "$ref": "https://ils.rero.ch/api/documents/3822" } }, { @@ -253670,13 +253670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3821" + "$ref": "https://ils.rero.ch/api/documents/3821" } }, { @@ -253684,13 +253684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3821" + "$ref": "https://ils.rero.ch/api/documents/3821" } }, { @@ -253698,13 +253698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3821" + "$ref": "https://ils.rero.ch/api/documents/3821" } }, { @@ -253712,13 +253712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3821" + "$ref": "https://ils.rero.ch/api/documents/3821" } }, { @@ -253726,13 +253726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3820" + "$ref": "https://ils.rero.ch/api/documents/3820" } }, { @@ -253740,13 +253740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3819" + "$ref": "https://ils.rero.ch/api/documents/3819" } }, { @@ -253754,13 +253754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3818" + "$ref": "https://ils.rero.ch/api/documents/3818" } }, { @@ -253768,13 +253768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3818" + "$ref": "https://ils.rero.ch/api/documents/3818" } }, { @@ -253782,13 +253782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3817" + "$ref": "https://ils.rero.ch/api/documents/3817" } }, { @@ -253796,13 +253796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3816" + "$ref": "https://ils.rero.ch/api/documents/3816" } }, { @@ -253810,13 +253810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3816" + "$ref": "https://ils.rero.ch/api/documents/3816" } }, { @@ -253824,13 +253824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3815" + "$ref": "https://ils.rero.ch/api/documents/3815" } }, { @@ -253838,13 +253838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3815" + "$ref": "https://ils.rero.ch/api/documents/3815" } }, { @@ -253852,13 +253852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3815" + "$ref": "https://ils.rero.ch/api/documents/3815" } }, { @@ -253866,13 +253866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3815" + "$ref": "https://ils.rero.ch/api/documents/3815" } }, { @@ -253880,13 +253880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3814" + "$ref": "https://ils.rero.ch/api/documents/3814" } }, { @@ -253894,13 +253894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3814" + "$ref": "https://ils.rero.ch/api/documents/3814" } }, { @@ -253908,13 +253908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3814" + "$ref": "https://ils.rero.ch/api/documents/3814" } }, { @@ -253922,13 +253922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3814" + "$ref": "https://ils.rero.ch/api/documents/3814" } }, { @@ -253936,13 +253936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3813" + "$ref": "https://ils.rero.ch/api/documents/3813" } }, { @@ -253950,13 +253950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3813" + "$ref": "https://ils.rero.ch/api/documents/3813" } }, { @@ -253964,13 +253964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3813" + "$ref": "https://ils.rero.ch/api/documents/3813" } }, { @@ -253978,13 +253978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3813" + "$ref": "https://ils.rero.ch/api/documents/3813" } }, { @@ -253992,13 +253992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3813" + "$ref": "https://ils.rero.ch/api/documents/3813" } }, { @@ -254006,13 +254006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3812" + "$ref": "https://ils.rero.ch/api/documents/3812" } }, { @@ -254020,13 +254020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3811" + "$ref": "https://ils.rero.ch/api/documents/3811" } }, { @@ -254034,13 +254034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3811" + "$ref": "https://ils.rero.ch/api/documents/3811" } }, { @@ -254048,13 +254048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3811" + "$ref": "https://ils.rero.ch/api/documents/3811" } }, { @@ -254062,13 +254062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3810" + "$ref": "https://ils.rero.ch/api/documents/3810" } }, { @@ -254076,13 +254076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3810" + "$ref": "https://ils.rero.ch/api/documents/3810" } }, { @@ -254090,13 +254090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3809" + "$ref": "https://ils.rero.ch/api/documents/3809" } }, { @@ -254104,13 +254104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3809" + "$ref": "https://ils.rero.ch/api/documents/3809" } }, { @@ -254118,13 +254118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3809" + "$ref": "https://ils.rero.ch/api/documents/3809" } }, { @@ -254132,13 +254132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3808" + "$ref": "https://ils.rero.ch/api/documents/3808" } }, { @@ -254146,13 +254146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3808" + "$ref": "https://ils.rero.ch/api/documents/3808" } }, { @@ -254160,13 +254160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3808" + "$ref": "https://ils.rero.ch/api/documents/3808" } }, { @@ -254174,13 +254174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3808" + "$ref": "https://ils.rero.ch/api/documents/3808" } }, { @@ -254188,13 +254188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3808" + "$ref": "https://ils.rero.ch/api/documents/3808" } }, { @@ -254202,13 +254202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3807" + "$ref": "https://ils.rero.ch/api/documents/3807" } }, { @@ -254216,13 +254216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3807" + "$ref": "https://ils.rero.ch/api/documents/3807" } }, { @@ -254230,13 +254230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3806" + "$ref": "https://ils.rero.ch/api/documents/3806" } }, { @@ -254244,13 +254244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3805" + "$ref": "https://ils.rero.ch/api/documents/3805" } }, { @@ -254258,13 +254258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3805" + "$ref": "https://ils.rero.ch/api/documents/3805" } }, { @@ -254272,13 +254272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3805" + "$ref": "https://ils.rero.ch/api/documents/3805" } }, { @@ -254286,13 +254286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3805" + "$ref": "https://ils.rero.ch/api/documents/3805" } }, { @@ -254300,13 +254300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3805" + "$ref": "https://ils.rero.ch/api/documents/3805" } }, { @@ -254314,13 +254314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3804" + "$ref": "https://ils.rero.ch/api/documents/3804" } }, { @@ -254328,13 +254328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3804" + "$ref": "https://ils.rero.ch/api/documents/3804" } }, { @@ -254342,13 +254342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3803" + "$ref": "https://ils.rero.ch/api/documents/3803" } }, { @@ -254356,13 +254356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3803" + "$ref": "https://ils.rero.ch/api/documents/3803" } }, { @@ -254370,13 +254370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3803" + "$ref": "https://ils.rero.ch/api/documents/3803" } }, { @@ -254384,13 +254384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3803" + "$ref": "https://ils.rero.ch/api/documents/3803" } }, { @@ -254398,13 +254398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3802" + "$ref": "https://ils.rero.ch/api/documents/3802" } }, { @@ -254412,13 +254412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3802" + "$ref": "https://ils.rero.ch/api/documents/3802" } }, { @@ -254426,13 +254426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3802" + "$ref": "https://ils.rero.ch/api/documents/3802" } }, { @@ -254440,13 +254440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3802" + "$ref": "https://ils.rero.ch/api/documents/3802" } }, { @@ -254454,13 +254454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3802" + "$ref": "https://ils.rero.ch/api/documents/3802" } }, { @@ -254468,13 +254468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3801" + "$ref": "https://ils.rero.ch/api/documents/3801" } }, { @@ -254482,13 +254482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3801" + "$ref": "https://ils.rero.ch/api/documents/3801" } }, { @@ -254496,13 +254496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3801" + "$ref": "https://ils.rero.ch/api/documents/3801" } }, { @@ -254510,13 +254510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3801" + "$ref": "https://ils.rero.ch/api/documents/3801" } }, { @@ -254524,13 +254524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3800" + "$ref": "https://ils.rero.ch/api/documents/3800" } }, { @@ -254538,13 +254538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3800" + "$ref": "https://ils.rero.ch/api/documents/3800" } }, { @@ -254552,13 +254552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3800" + "$ref": "https://ils.rero.ch/api/documents/3800" } }, { @@ -254566,13 +254566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3800" + "$ref": "https://ils.rero.ch/api/documents/3800" } }, { @@ -254580,13 +254580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3799" + "$ref": "https://ils.rero.ch/api/documents/3799" } }, { @@ -254594,13 +254594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3799" + "$ref": "https://ils.rero.ch/api/documents/3799" } }, { @@ -254608,13 +254608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3799" + "$ref": "https://ils.rero.ch/api/documents/3799" } }, { @@ -254622,13 +254622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3799" + "$ref": "https://ils.rero.ch/api/documents/3799" } }, { @@ -254636,13 +254636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3799" + "$ref": "https://ils.rero.ch/api/documents/3799" } }, { @@ -254650,13 +254650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3798" + "$ref": "https://ils.rero.ch/api/documents/3798" } }, { @@ -254664,13 +254664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3797" + "$ref": "https://ils.rero.ch/api/documents/3797" } }, { @@ -254678,13 +254678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3796" + "$ref": "https://ils.rero.ch/api/documents/3796" } }, { @@ -254692,13 +254692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3796" + "$ref": "https://ils.rero.ch/api/documents/3796" } }, { @@ -254706,13 +254706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3795" + "$ref": "https://ils.rero.ch/api/documents/3795" } }, { @@ -254720,13 +254720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3795" + "$ref": "https://ils.rero.ch/api/documents/3795" } }, { @@ -254734,13 +254734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3794" + "$ref": "https://ils.rero.ch/api/documents/3794" } }, { @@ -254748,13 +254748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3794" + "$ref": "https://ils.rero.ch/api/documents/3794" } }, { @@ -254762,13 +254762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3794" + "$ref": "https://ils.rero.ch/api/documents/3794" } }, { @@ -254776,13 +254776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3794" + "$ref": "https://ils.rero.ch/api/documents/3794" } }, { @@ -254790,13 +254790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3793" + "$ref": "https://ils.rero.ch/api/documents/3793" } }, { @@ -254804,13 +254804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3793" + "$ref": "https://ils.rero.ch/api/documents/3793" } }, { @@ -254818,13 +254818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3793" + "$ref": "https://ils.rero.ch/api/documents/3793" } }, { @@ -254832,13 +254832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3793" + "$ref": "https://ils.rero.ch/api/documents/3793" } }, { @@ -254846,13 +254846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3793" + "$ref": "https://ils.rero.ch/api/documents/3793" } }, { @@ -254860,13 +254860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3792" + "$ref": "https://ils.rero.ch/api/documents/3792" } }, { @@ -254874,13 +254874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3792" + "$ref": "https://ils.rero.ch/api/documents/3792" } }, { @@ -254888,13 +254888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3792" + "$ref": "https://ils.rero.ch/api/documents/3792" } }, { @@ -254902,13 +254902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3791" + "$ref": "https://ils.rero.ch/api/documents/3791" } }, { @@ -254916,13 +254916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3791" + "$ref": "https://ils.rero.ch/api/documents/3791" } }, { @@ -254930,13 +254930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3791" + "$ref": "https://ils.rero.ch/api/documents/3791" } }, { @@ -254944,13 +254944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3791" + "$ref": "https://ils.rero.ch/api/documents/3791" } }, { @@ -254958,13 +254958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3791" + "$ref": "https://ils.rero.ch/api/documents/3791" } }, { @@ -254972,13 +254972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3790" + "$ref": "https://ils.rero.ch/api/documents/3790" } }, { @@ -254986,13 +254986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3790" + "$ref": "https://ils.rero.ch/api/documents/3790" } }, { @@ -255000,13 +255000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3790" + "$ref": "https://ils.rero.ch/api/documents/3790" } }, { @@ -255014,13 +255014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3789" + "$ref": "https://ils.rero.ch/api/documents/3789" } }, { @@ -255028,13 +255028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3789" + "$ref": "https://ils.rero.ch/api/documents/3789" } }, { @@ -255042,13 +255042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3789" + "$ref": "https://ils.rero.ch/api/documents/3789" } }, { @@ -255056,13 +255056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3789" + "$ref": "https://ils.rero.ch/api/documents/3789" } }, { @@ -255070,13 +255070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3789" + "$ref": "https://ils.rero.ch/api/documents/3789" } }, { @@ -255084,13 +255084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3788" + "$ref": "https://ils.rero.ch/api/documents/3788" } }, { @@ -255098,13 +255098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3788" + "$ref": "https://ils.rero.ch/api/documents/3788" } }, { @@ -255112,13 +255112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3787" + "$ref": "https://ils.rero.ch/api/documents/3787" } }, { @@ -255126,13 +255126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3787" + "$ref": "https://ils.rero.ch/api/documents/3787" } }, { @@ -255140,13 +255140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3787" + "$ref": "https://ils.rero.ch/api/documents/3787" } }, { @@ -255154,13 +255154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3787" + "$ref": "https://ils.rero.ch/api/documents/3787" } }, { @@ -255168,13 +255168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3787" + "$ref": "https://ils.rero.ch/api/documents/3787" } }, { @@ -255182,13 +255182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3786" + "$ref": "https://ils.rero.ch/api/documents/3786" } }, { @@ -255196,13 +255196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3786" + "$ref": "https://ils.rero.ch/api/documents/3786" } }, { @@ -255210,13 +255210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3786" + "$ref": "https://ils.rero.ch/api/documents/3786" } }, { @@ -255224,13 +255224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3786" + "$ref": "https://ils.rero.ch/api/documents/3786" } }, { @@ -255238,13 +255238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3786" + "$ref": "https://ils.rero.ch/api/documents/3786" } }, { @@ -255252,13 +255252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3785" + "$ref": "https://ils.rero.ch/api/documents/3785" } }, { @@ -255266,13 +255266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3785" + "$ref": "https://ils.rero.ch/api/documents/3785" } }, { @@ -255280,13 +255280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3785" + "$ref": "https://ils.rero.ch/api/documents/3785" } }, { @@ -255294,13 +255294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3784" + "$ref": "https://ils.rero.ch/api/documents/3784" } }, { @@ -255308,13 +255308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3783" + "$ref": "https://ils.rero.ch/api/documents/3783" } }, { @@ -255322,13 +255322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3783" + "$ref": "https://ils.rero.ch/api/documents/3783" } }, { @@ -255336,13 +255336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3783" + "$ref": "https://ils.rero.ch/api/documents/3783" } }, { @@ -255350,13 +255350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3783" + "$ref": "https://ils.rero.ch/api/documents/3783" } }, { @@ -255364,13 +255364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3782" + "$ref": "https://ils.rero.ch/api/documents/3782" } }, { @@ -255378,13 +255378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3782" + "$ref": "https://ils.rero.ch/api/documents/3782" } }, { @@ -255392,13 +255392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3782" + "$ref": "https://ils.rero.ch/api/documents/3782" } }, { @@ -255406,13 +255406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3782" + "$ref": "https://ils.rero.ch/api/documents/3782" } }, { @@ -255420,13 +255420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3781" + "$ref": "https://ils.rero.ch/api/documents/3781" } }, { @@ -255434,13 +255434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3781" + "$ref": "https://ils.rero.ch/api/documents/3781" } }, { @@ -255448,13 +255448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3781" + "$ref": "https://ils.rero.ch/api/documents/3781" } }, { @@ -255462,13 +255462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3781" + "$ref": "https://ils.rero.ch/api/documents/3781" } }, { @@ -255476,13 +255476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3781" + "$ref": "https://ils.rero.ch/api/documents/3781" } }, { @@ -255490,13 +255490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3780" + "$ref": "https://ils.rero.ch/api/documents/3780" } }, { @@ -255504,13 +255504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3780" + "$ref": "https://ils.rero.ch/api/documents/3780" } }, { @@ -255518,13 +255518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3779" + "$ref": "https://ils.rero.ch/api/documents/3779" } }, { @@ -255532,13 +255532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3779" + "$ref": "https://ils.rero.ch/api/documents/3779" } }, { @@ -255546,13 +255546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3778" + "$ref": "https://ils.rero.ch/api/documents/3778" } }, { @@ -255560,13 +255560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3778" + "$ref": "https://ils.rero.ch/api/documents/3778" } }, { @@ -255574,13 +255574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3777" + "$ref": "https://ils.rero.ch/api/documents/3777" } }, { @@ -255588,13 +255588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3777" + "$ref": "https://ils.rero.ch/api/documents/3777" } }, { @@ -255602,13 +255602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3776" + "$ref": "https://ils.rero.ch/api/documents/3776" } }, { @@ -255616,13 +255616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3776" + "$ref": "https://ils.rero.ch/api/documents/3776" } }, { @@ -255630,13 +255630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3776" + "$ref": "https://ils.rero.ch/api/documents/3776" } }, { @@ -255644,13 +255644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3776" + "$ref": "https://ils.rero.ch/api/documents/3776" } }, { @@ -255658,13 +255658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3775" + "$ref": "https://ils.rero.ch/api/documents/3775" } }, { @@ -255672,13 +255672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3775" + "$ref": "https://ils.rero.ch/api/documents/3775" } }, { @@ -255686,13 +255686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3775" + "$ref": "https://ils.rero.ch/api/documents/3775" } }, { @@ -255700,13 +255700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3774" + "$ref": "https://ils.rero.ch/api/documents/3774" } }, { @@ -255714,13 +255714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3774" + "$ref": "https://ils.rero.ch/api/documents/3774" } }, { @@ -255728,13 +255728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3774" + "$ref": "https://ils.rero.ch/api/documents/3774" } }, { @@ -255742,13 +255742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3773" + "$ref": "https://ils.rero.ch/api/documents/3773" } }, { @@ -255756,13 +255756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3772" + "$ref": "https://ils.rero.ch/api/documents/3772" } }, { @@ -255770,13 +255770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3771" + "$ref": "https://ils.rero.ch/api/documents/3771" } }, { @@ -255784,13 +255784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3770" + "$ref": "https://ils.rero.ch/api/documents/3770" } }, { @@ -255798,13 +255798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3770" + "$ref": "https://ils.rero.ch/api/documents/3770" } }, { @@ -255812,13 +255812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3770" + "$ref": "https://ils.rero.ch/api/documents/3770" } }, { @@ -255826,13 +255826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3770" + "$ref": "https://ils.rero.ch/api/documents/3770" } }, { @@ -255840,13 +255840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3769" + "$ref": "https://ils.rero.ch/api/documents/3769" } }, { @@ -255854,13 +255854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3768" + "$ref": "https://ils.rero.ch/api/documents/3768" } }, { @@ -255868,13 +255868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3767" + "$ref": "https://ils.rero.ch/api/documents/3767" } }, { @@ -255882,13 +255882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3767" + "$ref": "https://ils.rero.ch/api/documents/3767" } }, { @@ -255896,13 +255896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3767" + "$ref": "https://ils.rero.ch/api/documents/3767" } }, { @@ -255910,13 +255910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3767" + "$ref": "https://ils.rero.ch/api/documents/3767" } }, { @@ -255924,13 +255924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3767" + "$ref": "https://ils.rero.ch/api/documents/3767" } }, { @@ -255938,13 +255938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3766" + "$ref": "https://ils.rero.ch/api/documents/3766" } }, { @@ -255952,13 +255952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3765" + "$ref": "https://ils.rero.ch/api/documents/3765" } }, { @@ -255966,13 +255966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3765" + "$ref": "https://ils.rero.ch/api/documents/3765" } }, { @@ -255980,13 +255980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3765" + "$ref": "https://ils.rero.ch/api/documents/3765" } }, { @@ -255994,13 +255994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3765" + "$ref": "https://ils.rero.ch/api/documents/3765" } }, { @@ -256008,13 +256008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3764" + "$ref": "https://ils.rero.ch/api/documents/3764" } }, { @@ -256022,13 +256022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3764" + "$ref": "https://ils.rero.ch/api/documents/3764" } }, { @@ -256036,13 +256036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3764" + "$ref": "https://ils.rero.ch/api/documents/3764" } }, { @@ -256050,13 +256050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3764" + "$ref": "https://ils.rero.ch/api/documents/3764" } }, { @@ -256064,13 +256064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3763" + "$ref": "https://ils.rero.ch/api/documents/3763" } }, { @@ -256078,13 +256078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3763" + "$ref": "https://ils.rero.ch/api/documents/3763" } }, { @@ -256092,13 +256092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3763" + "$ref": "https://ils.rero.ch/api/documents/3763" } }, { @@ -256106,13 +256106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3763" + "$ref": "https://ils.rero.ch/api/documents/3763" } }, { @@ -256120,13 +256120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3763" + "$ref": "https://ils.rero.ch/api/documents/3763" } }, { @@ -256134,13 +256134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3762" + "$ref": "https://ils.rero.ch/api/documents/3762" } }, { @@ -256148,13 +256148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3762" + "$ref": "https://ils.rero.ch/api/documents/3762" } }, { @@ -256162,13 +256162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3762" + "$ref": "https://ils.rero.ch/api/documents/3762" } }, { @@ -256176,13 +256176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3761" + "$ref": "https://ils.rero.ch/api/documents/3761" } }, { @@ -256190,13 +256190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3761" + "$ref": "https://ils.rero.ch/api/documents/3761" } }, { @@ -256204,13 +256204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3760" + "$ref": "https://ils.rero.ch/api/documents/3760" } }, { @@ -256218,13 +256218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3759" + "$ref": "https://ils.rero.ch/api/documents/3759" } }, { @@ -256232,13 +256232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3759" + "$ref": "https://ils.rero.ch/api/documents/3759" } }, { @@ -256246,13 +256246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3759" + "$ref": "https://ils.rero.ch/api/documents/3759" } }, { @@ -256260,13 +256260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3759" + "$ref": "https://ils.rero.ch/api/documents/3759" } }, { @@ -256274,13 +256274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3758" + "$ref": "https://ils.rero.ch/api/documents/3758" } }, { @@ -256288,13 +256288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3758" + "$ref": "https://ils.rero.ch/api/documents/3758" } }, { @@ -256302,13 +256302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3757" + "$ref": "https://ils.rero.ch/api/documents/3757" } }, { @@ -256316,13 +256316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3756" + "$ref": "https://ils.rero.ch/api/documents/3756" } }, { @@ -256330,13 +256330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3756" + "$ref": "https://ils.rero.ch/api/documents/3756" } }, { @@ -256344,13 +256344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3755" + "$ref": "https://ils.rero.ch/api/documents/3755" } }, { @@ -256358,13 +256358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3755" + "$ref": "https://ils.rero.ch/api/documents/3755" } }, { @@ -256372,13 +256372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3754" + "$ref": "https://ils.rero.ch/api/documents/3754" } }, { @@ -256386,13 +256386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3754" + "$ref": "https://ils.rero.ch/api/documents/3754" } }, { @@ -256400,13 +256400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3754" + "$ref": "https://ils.rero.ch/api/documents/3754" } }, { @@ -256414,13 +256414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3754" + "$ref": "https://ils.rero.ch/api/documents/3754" } }, { @@ -256428,13 +256428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3754" + "$ref": "https://ils.rero.ch/api/documents/3754" } }, { @@ -256442,13 +256442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3753" + "$ref": "https://ils.rero.ch/api/documents/3753" } }, { @@ -256456,13 +256456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3752" + "$ref": "https://ils.rero.ch/api/documents/3752" } }, { @@ -256470,13 +256470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3752" + "$ref": "https://ils.rero.ch/api/documents/3752" } }, { @@ -256484,13 +256484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3752" + "$ref": "https://ils.rero.ch/api/documents/3752" } }, { @@ -256498,13 +256498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3751" + "$ref": "https://ils.rero.ch/api/documents/3751" } }, { @@ -256512,13 +256512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3750" + "$ref": "https://ils.rero.ch/api/documents/3750" } }, { @@ -256526,13 +256526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3750" + "$ref": "https://ils.rero.ch/api/documents/3750" } }, { @@ -256540,13 +256540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3750" + "$ref": "https://ils.rero.ch/api/documents/3750" } }, { @@ -256554,13 +256554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3750" + "$ref": "https://ils.rero.ch/api/documents/3750" } }, { @@ -256568,13 +256568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3749" + "$ref": "https://ils.rero.ch/api/documents/3749" } }, { @@ -256582,13 +256582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3749" + "$ref": "https://ils.rero.ch/api/documents/3749" } }, { @@ -256596,13 +256596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3748" + "$ref": "https://ils.rero.ch/api/documents/3748" } }, { @@ -256610,13 +256610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3748" + "$ref": "https://ils.rero.ch/api/documents/3748" } }, { @@ -256624,13 +256624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3748" + "$ref": "https://ils.rero.ch/api/documents/3748" } }, { @@ -256638,13 +256638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3748" + "$ref": "https://ils.rero.ch/api/documents/3748" } }, { @@ -256652,13 +256652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3748" + "$ref": "https://ils.rero.ch/api/documents/3748" } }, { @@ -256666,13 +256666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3747" + "$ref": "https://ils.rero.ch/api/documents/3747" } }, { @@ -256680,13 +256680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3747" + "$ref": "https://ils.rero.ch/api/documents/3747" } }, { @@ -256694,13 +256694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3747" + "$ref": "https://ils.rero.ch/api/documents/3747" } }, { @@ -256708,13 +256708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3747" + "$ref": "https://ils.rero.ch/api/documents/3747" } }, { @@ -256722,13 +256722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3747" + "$ref": "https://ils.rero.ch/api/documents/3747" } }, { @@ -256736,13 +256736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3746" + "$ref": "https://ils.rero.ch/api/documents/3746" } }, { @@ -256750,13 +256750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3746" + "$ref": "https://ils.rero.ch/api/documents/3746" } }, { @@ -256764,13 +256764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3746" + "$ref": "https://ils.rero.ch/api/documents/3746" } }, { @@ -256778,13 +256778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3746" + "$ref": "https://ils.rero.ch/api/documents/3746" } }, { @@ -256792,13 +256792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3745" + "$ref": "https://ils.rero.ch/api/documents/3745" } }, { @@ -256806,13 +256806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3745" + "$ref": "https://ils.rero.ch/api/documents/3745" } }, { @@ -256820,13 +256820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3745" + "$ref": "https://ils.rero.ch/api/documents/3745" } }, { @@ -256834,13 +256834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3744" + "$ref": "https://ils.rero.ch/api/documents/3744" } }, { @@ -256848,13 +256848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3744" + "$ref": "https://ils.rero.ch/api/documents/3744" } }, { @@ -256862,13 +256862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3744" + "$ref": "https://ils.rero.ch/api/documents/3744" } }, { @@ -256876,13 +256876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3744" + "$ref": "https://ils.rero.ch/api/documents/3744" } }, { @@ -256890,13 +256890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3744" + "$ref": "https://ils.rero.ch/api/documents/3744" } }, { @@ -256904,13 +256904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3743" + "$ref": "https://ils.rero.ch/api/documents/3743" } }, { @@ -256918,13 +256918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3742" + "$ref": "https://ils.rero.ch/api/documents/3742" } }, { @@ -256932,13 +256932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3742" + "$ref": "https://ils.rero.ch/api/documents/3742" } }, { @@ -256946,13 +256946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3741" + "$ref": "https://ils.rero.ch/api/documents/3741" } }, { @@ -256960,13 +256960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3741" + "$ref": "https://ils.rero.ch/api/documents/3741" } }, { @@ -256974,13 +256974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3740" + "$ref": "https://ils.rero.ch/api/documents/3740" } }, { @@ -256988,13 +256988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3739" + "$ref": "https://ils.rero.ch/api/documents/3739" } }, { @@ -257002,13 +257002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3739" + "$ref": "https://ils.rero.ch/api/documents/3739" } }, { @@ -257016,13 +257016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3738" + "$ref": "https://ils.rero.ch/api/documents/3738" } }, { @@ -257030,13 +257030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3738" + "$ref": "https://ils.rero.ch/api/documents/3738" } }, { @@ -257044,13 +257044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3738" + "$ref": "https://ils.rero.ch/api/documents/3738" } }, { @@ -257058,13 +257058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3738" + "$ref": "https://ils.rero.ch/api/documents/3738" } }, { @@ -257072,13 +257072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3738" + "$ref": "https://ils.rero.ch/api/documents/3738" } }, { @@ -257086,13 +257086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3737" + "$ref": "https://ils.rero.ch/api/documents/3737" } }, { @@ -257100,13 +257100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3737" + "$ref": "https://ils.rero.ch/api/documents/3737" } }, { @@ -257114,13 +257114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3737" + "$ref": "https://ils.rero.ch/api/documents/3737" } }, { @@ -257128,13 +257128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3737" + "$ref": "https://ils.rero.ch/api/documents/3737" } }, { @@ -257142,13 +257142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3736" + "$ref": "https://ils.rero.ch/api/documents/3736" } }, { @@ -257156,13 +257156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3736" + "$ref": "https://ils.rero.ch/api/documents/3736" } }, { @@ -257170,13 +257170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3736" + "$ref": "https://ils.rero.ch/api/documents/3736" } }, { @@ -257184,13 +257184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3735" + "$ref": "https://ils.rero.ch/api/documents/3735" } }, { @@ -257198,13 +257198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3735" + "$ref": "https://ils.rero.ch/api/documents/3735" } }, { @@ -257212,13 +257212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3735" + "$ref": "https://ils.rero.ch/api/documents/3735" } }, { @@ -257226,13 +257226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3734" + "$ref": "https://ils.rero.ch/api/documents/3734" } }, { @@ -257240,13 +257240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3734" + "$ref": "https://ils.rero.ch/api/documents/3734" } }, { @@ -257254,13 +257254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3734" + "$ref": "https://ils.rero.ch/api/documents/3734" } }, { @@ -257268,13 +257268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3734" + "$ref": "https://ils.rero.ch/api/documents/3734" } }, { @@ -257282,13 +257282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3734" + "$ref": "https://ils.rero.ch/api/documents/3734" } }, { @@ -257296,13 +257296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3733" + "$ref": "https://ils.rero.ch/api/documents/3733" } }, { @@ -257310,13 +257310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3733" + "$ref": "https://ils.rero.ch/api/documents/3733" } }, { @@ -257324,13 +257324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3733" + "$ref": "https://ils.rero.ch/api/documents/3733" } }, { @@ -257338,13 +257338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3733" + "$ref": "https://ils.rero.ch/api/documents/3733" } }, { @@ -257352,13 +257352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3732" + "$ref": "https://ils.rero.ch/api/documents/3732" } }, { @@ -257366,13 +257366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3732" + "$ref": "https://ils.rero.ch/api/documents/3732" } }, { @@ -257380,13 +257380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3732" + "$ref": "https://ils.rero.ch/api/documents/3732" } }, { @@ -257394,13 +257394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3731" + "$ref": "https://ils.rero.ch/api/documents/3731" } }, { @@ -257408,13 +257408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3731" + "$ref": "https://ils.rero.ch/api/documents/3731" } }, { @@ -257422,13 +257422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3731" + "$ref": "https://ils.rero.ch/api/documents/3731" } }, { @@ -257436,13 +257436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3730" + "$ref": "https://ils.rero.ch/api/documents/3730" } }, { @@ -257450,13 +257450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3730" + "$ref": "https://ils.rero.ch/api/documents/3730" } }, { @@ -257464,13 +257464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3729" + "$ref": "https://ils.rero.ch/api/documents/3729" } }, { @@ -257478,13 +257478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3729" + "$ref": "https://ils.rero.ch/api/documents/3729" } }, { @@ -257492,13 +257492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3728" + "$ref": "https://ils.rero.ch/api/documents/3728" } }, { @@ -257506,13 +257506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3728" + "$ref": "https://ils.rero.ch/api/documents/3728" } }, { @@ -257520,13 +257520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3728" + "$ref": "https://ils.rero.ch/api/documents/3728" } }, { @@ -257534,13 +257534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3727" + "$ref": "https://ils.rero.ch/api/documents/3727" } }, { @@ -257548,13 +257548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3727" + "$ref": "https://ils.rero.ch/api/documents/3727" } }, { @@ -257562,13 +257562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3726" + "$ref": "https://ils.rero.ch/api/documents/3726" } }, { @@ -257576,13 +257576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3726" + "$ref": "https://ils.rero.ch/api/documents/3726" } }, { @@ -257590,13 +257590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3726" + "$ref": "https://ils.rero.ch/api/documents/3726" } }, { @@ -257604,13 +257604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3726" + "$ref": "https://ils.rero.ch/api/documents/3726" } }, { @@ -257618,13 +257618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3725" + "$ref": "https://ils.rero.ch/api/documents/3725" } }, { @@ -257632,13 +257632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3725" + "$ref": "https://ils.rero.ch/api/documents/3725" } }, { @@ -257646,13 +257646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3724" + "$ref": "https://ils.rero.ch/api/documents/3724" } }, { @@ -257660,13 +257660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3724" + "$ref": "https://ils.rero.ch/api/documents/3724" } }, { @@ -257674,13 +257674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3724" + "$ref": "https://ils.rero.ch/api/documents/3724" } }, { @@ -257688,13 +257688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3723" + "$ref": "https://ils.rero.ch/api/documents/3723" } }, { @@ -257702,13 +257702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3723" + "$ref": "https://ils.rero.ch/api/documents/3723" } }, { @@ -257716,13 +257716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3723" + "$ref": "https://ils.rero.ch/api/documents/3723" } }, { @@ -257730,13 +257730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3723" + "$ref": "https://ils.rero.ch/api/documents/3723" } }, { @@ -257744,13 +257744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3722" + "$ref": "https://ils.rero.ch/api/documents/3722" } }, { @@ -257758,13 +257758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3722" + "$ref": "https://ils.rero.ch/api/documents/3722" } }, { @@ -257772,13 +257772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3722" + "$ref": "https://ils.rero.ch/api/documents/3722" } }, { @@ -257786,13 +257786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3722" + "$ref": "https://ils.rero.ch/api/documents/3722" } }, { @@ -257800,13 +257800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3721" + "$ref": "https://ils.rero.ch/api/documents/3721" } }, { @@ -257814,13 +257814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3721" + "$ref": "https://ils.rero.ch/api/documents/3721" } }, { @@ -257828,13 +257828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3721" + "$ref": "https://ils.rero.ch/api/documents/3721" } }, { @@ -257842,13 +257842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3720" + "$ref": "https://ils.rero.ch/api/documents/3720" } }, { @@ -257856,13 +257856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3719" + "$ref": "https://ils.rero.ch/api/documents/3719" } }, { @@ -257870,13 +257870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3719" + "$ref": "https://ils.rero.ch/api/documents/3719" } }, { @@ -257884,13 +257884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3719" + "$ref": "https://ils.rero.ch/api/documents/3719" } }, { @@ -257898,13 +257898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3719" + "$ref": "https://ils.rero.ch/api/documents/3719" } }, { @@ -257912,13 +257912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3719" + "$ref": "https://ils.rero.ch/api/documents/3719" } }, { @@ -257926,13 +257926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3718" + "$ref": "https://ils.rero.ch/api/documents/3718" } }, { @@ -257940,13 +257940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3718" + "$ref": "https://ils.rero.ch/api/documents/3718" } }, { @@ -257954,13 +257954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3718" + "$ref": "https://ils.rero.ch/api/documents/3718" } }, { @@ -257968,13 +257968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3718" + "$ref": "https://ils.rero.ch/api/documents/3718" } }, { @@ -257982,13 +257982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3717" + "$ref": "https://ils.rero.ch/api/documents/3717" } }, { @@ -257996,13 +257996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3717" + "$ref": "https://ils.rero.ch/api/documents/3717" } }, { @@ -258010,13 +258010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3716" + "$ref": "https://ils.rero.ch/api/documents/3716" } }, { @@ -258024,13 +258024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3715" + "$ref": "https://ils.rero.ch/api/documents/3715" } }, { @@ -258038,13 +258038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3714" + "$ref": "https://ils.rero.ch/api/documents/3714" } }, { @@ -258052,13 +258052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3714" + "$ref": "https://ils.rero.ch/api/documents/3714" } }, { @@ -258066,13 +258066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3713" + "$ref": "https://ils.rero.ch/api/documents/3713" } }, { @@ -258080,13 +258080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3713" + "$ref": "https://ils.rero.ch/api/documents/3713" } }, { @@ -258094,13 +258094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3712" + "$ref": "https://ils.rero.ch/api/documents/3712" } }, { @@ -258108,13 +258108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3712" + "$ref": "https://ils.rero.ch/api/documents/3712" } }, { @@ -258122,13 +258122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3712" + "$ref": "https://ils.rero.ch/api/documents/3712" } }, { @@ -258136,13 +258136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3712" + "$ref": "https://ils.rero.ch/api/documents/3712" } }, { @@ -258150,13 +258150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3712" + "$ref": "https://ils.rero.ch/api/documents/3712" } }, { @@ -258164,13 +258164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3711" + "$ref": "https://ils.rero.ch/api/documents/3711" } }, { @@ -258178,13 +258178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3711" + "$ref": "https://ils.rero.ch/api/documents/3711" } }, { @@ -258192,13 +258192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3711" + "$ref": "https://ils.rero.ch/api/documents/3711" } }, { @@ -258206,13 +258206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3711" + "$ref": "https://ils.rero.ch/api/documents/3711" } }, { @@ -258220,13 +258220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3710" + "$ref": "https://ils.rero.ch/api/documents/3710" } }, { @@ -258234,13 +258234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3710" + "$ref": "https://ils.rero.ch/api/documents/3710" } }, { @@ -258248,13 +258248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3710" + "$ref": "https://ils.rero.ch/api/documents/3710" } }, { @@ -258262,13 +258262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3709" + "$ref": "https://ils.rero.ch/api/documents/3709" } }, { @@ -258276,13 +258276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3708" + "$ref": "https://ils.rero.ch/api/documents/3708" } }, { @@ -258290,13 +258290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3708" + "$ref": "https://ils.rero.ch/api/documents/3708" } }, { @@ -258304,13 +258304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3708" + "$ref": "https://ils.rero.ch/api/documents/3708" } }, { @@ -258318,13 +258318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3708" + "$ref": "https://ils.rero.ch/api/documents/3708" } }, { @@ -258332,13 +258332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3708" + "$ref": "https://ils.rero.ch/api/documents/3708" } }, { @@ -258346,13 +258346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3707" + "$ref": "https://ils.rero.ch/api/documents/3707" } }, { @@ -258360,13 +258360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3707" + "$ref": "https://ils.rero.ch/api/documents/3707" } }, { @@ -258374,13 +258374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3707" + "$ref": "https://ils.rero.ch/api/documents/3707" } }, { @@ -258388,13 +258388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3706" + "$ref": "https://ils.rero.ch/api/documents/3706" } }, { @@ -258402,13 +258402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3706" + "$ref": "https://ils.rero.ch/api/documents/3706" } }, { @@ -258416,13 +258416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3706" + "$ref": "https://ils.rero.ch/api/documents/3706" } }, { @@ -258430,13 +258430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3706" + "$ref": "https://ils.rero.ch/api/documents/3706" } }, { @@ -258444,13 +258444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3705" + "$ref": "https://ils.rero.ch/api/documents/3705" } }, { @@ -258458,13 +258458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3705" + "$ref": "https://ils.rero.ch/api/documents/3705" } }, { @@ -258472,13 +258472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3704" + "$ref": "https://ils.rero.ch/api/documents/3704" } }, { @@ -258486,13 +258486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3704" + "$ref": "https://ils.rero.ch/api/documents/3704" } }, { @@ -258500,13 +258500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3704" + "$ref": "https://ils.rero.ch/api/documents/3704" } }, { @@ -258514,13 +258514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3704" + "$ref": "https://ils.rero.ch/api/documents/3704" } }, { @@ -258528,13 +258528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3704" + "$ref": "https://ils.rero.ch/api/documents/3704" } }, { @@ -258542,13 +258542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3703" + "$ref": "https://ils.rero.ch/api/documents/3703" } }, { @@ -258556,13 +258556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3703" + "$ref": "https://ils.rero.ch/api/documents/3703" } }, { @@ -258570,13 +258570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3703" + "$ref": "https://ils.rero.ch/api/documents/3703" } }, { @@ -258584,13 +258584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3702" + "$ref": "https://ils.rero.ch/api/documents/3702" } }, { @@ -258598,13 +258598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3701" + "$ref": "https://ils.rero.ch/api/documents/3701" } }, { @@ -258612,13 +258612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3701" + "$ref": "https://ils.rero.ch/api/documents/3701" } }, { @@ -258626,13 +258626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3700" + "$ref": "https://ils.rero.ch/api/documents/3700" } }, { @@ -258640,13 +258640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3700" + "$ref": "https://ils.rero.ch/api/documents/3700" } }, { @@ -258654,13 +258654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3700" + "$ref": "https://ils.rero.ch/api/documents/3700" } }, { @@ -258668,13 +258668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3699" + "$ref": "https://ils.rero.ch/api/documents/3699" } }, { @@ -258682,13 +258682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3698" + "$ref": "https://ils.rero.ch/api/documents/3698" } }, { @@ -258696,13 +258696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3698" + "$ref": "https://ils.rero.ch/api/documents/3698" } }, { @@ -258710,13 +258710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3697" + "$ref": "https://ils.rero.ch/api/documents/3697" } }, { @@ -258724,13 +258724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3697" + "$ref": "https://ils.rero.ch/api/documents/3697" } }, { @@ -258738,13 +258738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3697" + "$ref": "https://ils.rero.ch/api/documents/3697" } }, { @@ -258752,13 +258752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3697" + "$ref": "https://ils.rero.ch/api/documents/3697" } }, { @@ -258766,13 +258766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3697" + "$ref": "https://ils.rero.ch/api/documents/3697" } }, { @@ -258780,13 +258780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3696" + "$ref": "https://ils.rero.ch/api/documents/3696" } }, { @@ -258794,13 +258794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3696" + "$ref": "https://ils.rero.ch/api/documents/3696" } }, { @@ -258808,13 +258808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3696" + "$ref": "https://ils.rero.ch/api/documents/3696" } }, { @@ -258822,13 +258822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3696" + "$ref": "https://ils.rero.ch/api/documents/3696" } }, { @@ -258836,13 +258836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3696" + "$ref": "https://ils.rero.ch/api/documents/3696" } }, { @@ -258850,13 +258850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3695" + "$ref": "https://ils.rero.ch/api/documents/3695" } }, { @@ -258864,13 +258864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3695" + "$ref": "https://ils.rero.ch/api/documents/3695" } }, { @@ -258878,13 +258878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3694" + "$ref": "https://ils.rero.ch/api/documents/3694" } }, { @@ -258892,13 +258892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3694" + "$ref": "https://ils.rero.ch/api/documents/3694" } }, { @@ -258906,13 +258906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3694" + "$ref": "https://ils.rero.ch/api/documents/3694" } }, { @@ -258920,13 +258920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3693" + "$ref": "https://ils.rero.ch/api/documents/3693" } }, { @@ -258934,13 +258934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3693" + "$ref": "https://ils.rero.ch/api/documents/3693" } }, { @@ -258948,13 +258948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3693" + "$ref": "https://ils.rero.ch/api/documents/3693" } }, { @@ -258962,13 +258962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3693" + "$ref": "https://ils.rero.ch/api/documents/3693" } }, { @@ -258976,13 +258976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3693" + "$ref": "https://ils.rero.ch/api/documents/3693" } }, { @@ -258990,13 +258990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3692" + "$ref": "https://ils.rero.ch/api/documents/3692" } }, { @@ -259004,13 +259004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3692" + "$ref": "https://ils.rero.ch/api/documents/3692" } }, { @@ -259018,13 +259018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3692" + "$ref": "https://ils.rero.ch/api/documents/3692" } }, { @@ -259032,13 +259032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3692" + "$ref": "https://ils.rero.ch/api/documents/3692" } }, { @@ -259046,13 +259046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3691" + "$ref": "https://ils.rero.ch/api/documents/3691" } }, { @@ -259060,13 +259060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3690" + "$ref": "https://ils.rero.ch/api/documents/3690" } }, { @@ -259074,13 +259074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3690" + "$ref": "https://ils.rero.ch/api/documents/3690" } }, { @@ -259088,13 +259088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3689" + "$ref": "https://ils.rero.ch/api/documents/3689" } }, { @@ -259102,13 +259102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3689" + "$ref": "https://ils.rero.ch/api/documents/3689" } }, { @@ -259116,13 +259116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3689" + "$ref": "https://ils.rero.ch/api/documents/3689" } }, { @@ -259130,13 +259130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3689" + "$ref": "https://ils.rero.ch/api/documents/3689" } }, { @@ -259144,13 +259144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3688" + "$ref": "https://ils.rero.ch/api/documents/3688" } }, { @@ -259158,13 +259158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3688" + "$ref": "https://ils.rero.ch/api/documents/3688" } }, { @@ -259172,13 +259172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3688" + "$ref": "https://ils.rero.ch/api/documents/3688" } }, { @@ -259186,13 +259186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3688" + "$ref": "https://ils.rero.ch/api/documents/3688" } }, { @@ -259200,13 +259200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3687" + "$ref": "https://ils.rero.ch/api/documents/3687" } }, { @@ -259214,13 +259214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3687" + "$ref": "https://ils.rero.ch/api/documents/3687" } }, { @@ -259228,13 +259228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3686" + "$ref": "https://ils.rero.ch/api/documents/3686" } }, { @@ -259242,13 +259242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3686" + "$ref": "https://ils.rero.ch/api/documents/3686" } }, { @@ -259256,13 +259256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3685" + "$ref": "https://ils.rero.ch/api/documents/3685" } }, { @@ -259270,13 +259270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3684" + "$ref": "https://ils.rero.ch/api/documents/3684" } }, { @@ -259284,13 +259284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3684" + "$ref": "https://ils.rero.ch/api/documents/3684" } }, { @@ -259298,13 +259298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3684" + "$ref": "https://ils.rero.ch/api/documents/3684" } }, { @@ -259312,13 +259312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3683" + "$ref": "https://ils.rero.ch/api/documents/3683" } }, { @@ -259326,13 +259326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3683" + "$ref": "https://ils.rero.ch/api/documents/3683" } }, { @@ -259340,13 +259340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3683" + "$ref": "https://ils.rero.ch/api/documents/3683" } }, { @@ -259354,13 +259354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3682" + "$ref": "https://ils.rero.ch/api/documents/3682" } }, { @@ -259368,13 +259368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3681" + "$ref": "https://ils.rero.ch/api/documents/3681" } }, { @@ -259382,13 +259382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3681" + "$ref": "https://ils.rero.ch/api/documents/3681" } }, { @@ -259396,13 +259396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3681" + "$ref": "https://ils.rero.ch/api/documents/3681" } }, { @@ -259410,13 +259410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3680" + "$ref": "https://ils.rero.ch/api/documents/3680" } }, { @@ -259424,13 +259424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3679" + "$ref": "https://ils.rero.ch/api/documents/3679" } }, { @@ -259438,13 +259438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3678" + "$ref": "https://ils.rero.ch/api/documents/3678" } }, { @@ -259452,13 +259452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3677" + "$ref": "https://ils.rero.ch/api/documents/3677" } }, { @@ -259466,13 +259466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3676" + "$ref": "https://ils.rero.ch/api/documents/3676" } }, { @@ -259480,13 +259480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3676" + "$ref": "https://ils.rero.ch/api/documents/3676" } }, { @@ -259494,13 +259494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3676" + "$ref": "https://ils.rero.ch/api/documents/3676" } }, { @@ -259508,13 +259508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3676" + "$ref": "https://ils.rero.ch/api/documents/3676" } }, { @@ -259522,13 +259522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3676" + "$ref": "https://ils.rero.ch/api/documents/3676" } }, { @@ -259536,13 +259536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3675" + "$ref": "https://ils.rero.ch/api/documents/3675" } }, { @@ -259550,13 +259550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3675" + "$ref": "https://ils.rero.ch/api/documents/3675" } }, { @@ -259564,13 +259564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3674" + "$ref": "https://ils.rero.ch/api/documents/3674" } }, { @@ -259578,13 +259578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3673" + "$ref": "https://ils.rero.ch/api/documents/3673" } }, { @@ -259592,13 +259592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3673" + "$ref": "https://ils.rero.ch/api/documents/3673" } }, { @@ -259606,13 +259606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3673" + "$ref": "https://ils.rero.ch/api/documents/3673" } }, { @@ -259620,13 +259620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3673" + "$ref": "https://ils.rero.ch/api/documents/3673" } }, { @@ -259634,13 +259634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3673" + "$ref": "https://ils.rero.ch/api/documents/3673" } }, { @@ -259648,13 +259648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3672" + "$ref": "https://ils.rero.ch/api/documents/3672" } }, { @@ -259662,13 +259662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3672" + "$ref": "https://ils.rero.ch/api/documents/3672" } }, { @@ -259676,13 +259676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3672" + "$ref": "https://ils.rero.ch/api/documents/3672" } }, { @@ -259690,13 +259690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3672" + "$ref": "https://ils.rero.ch/api/documents/3672" } }, { @@ -259704,13 +259704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3671" + "$ref": "https://ils.rero.ch/api/documents/3671" } }, { @@ -259718,13 +259718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3670" + "$ref": "https://ils.rero.ch/api/documents/3670" } }, { @@ -259732,13 +259732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3670" + "$ref": "https://ils.rero.ch/api/documents/3670" } }, { @@ -259746,13 +259746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3670" + "$ref": "https://ils.rero.ch/api/documents/3670" } }, { @@ -259760,13 +259760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3670" + "$ref": "https://ils.rero.ch/api/documents/3670" } }, { @@ -259774,13 +259774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3670" + "$ref": "https://ils.rero.ch/api/documents/3670" } }, { @@ -259788,13 +259788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3669" + "$ref": "https://ils.rero.ch/api/documents/3669" } }, { @@ -259802,13 +259802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3668" + "$ref": "https://ils.rero.ch/api/documents/3668" } }, { @@ -259816,13 +259816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3668" + "$ref": "https://ils.rero.ch/api/documents/3668" } }, { @@ -259830,13 +259830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3668" + "$ref": "https://ils.rero.ch/api/documents/3668" } }, { @@ -259844,13 +259844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3668" + "$ref": "https://ils.rero.ch/api/documents/3668" } }, { @@ -259858,13 +259858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3667" + "$ref": "https://ils.rero.ch/api/documents/3667" } }, { @@ -259872,13 +259872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3666" + "$ref": "https://ils.rero.ch/api/documents/3666" } }, { @@ -259886,13 +259886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3666" + "$ref": "https://ils.rero.ch/api/documents/3666" } }, { @@ -259900,13 +259900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3666" + "$ref": "https://ils.rero.ch/api/documents/3666" } }, { @@ -259914,13 +259914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3665" + "$ref": "https://ils.rero.ch/api/documents/3665" } }, { @@ -259928,13 +259928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3665" + "$ref": "https://ils.rero.ch/api/documents/3665" } }, { @@ -259942,13 +259942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3664" + "$ref": "https://ils.rero.ch/api/documents/3664" } }, { @@ -259956,13 +259956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3664" + "$ref": "https://ils.rero.ch/api/documents/3664" } }, { @@ -259970,13 +259970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3664" + "$ref": "https://ils.rero.ch/api/documents/3664" } }, { @@ -259984,13 +259984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3663" + "$ref": "https://ils.rero.ch/api/documents/3663" } }, { @@ -259998,13 +259998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3662" + "$ref": "https://ils.rero.ch/api/documents/3662" } }, { @@ -260012,13 +260012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3662" + "$ref": "https://ils.rero.ch/api/documents/3662" } }, { @@ -260026,13 +260026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3662" + "$ref": "https://ils.rero.ch/api/documents/3662" } }, { @@ -260040,13 +260040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3662" + "$ref": "https://ils.rero.ch/api/documents/3662" } }, { @@ -260054,13 +260054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3662" + "$ref": "https://ils.rero.ch/api/documents/3662" } }, { @@ -260068,13 +260068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3661" + "$ref": "https://ils.rero.ch/api/documents/3661" } }, { @@ -260082,13 +260082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3661" + "$ref": "https://ils.rero.ch/api/documents/3661" } }, { @@ -260096,13 +260096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3661" + "$ref": "https://ils.rero.ch/api/documents/3661" } }, { @@ -260110,13 +260110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3661" + "$ref": "https://ils.rero.ch/api/documents/3661" } }, { @@ -260124,13 +260124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3661" + "$ref": "https://ils.rero.ch/api/documents/3661" } }, { @@ -260138,13 +260138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3660" + "$ref": "https://ils.rero.ch/api/documents/3660" } }, { @@ -260152,13 +260152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3660" + "$ref": "https://ils.rero.ch/api/documents/3660" } }, { @@ -260166,13 +260166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3660" + "$ref": "https://ils.rero.ch/api/documents/3660" } }, { @@ -260180,13 +260180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3660" + "$ref": "https://ils.rero.ch/api/documents/3660" } }, { @@ -260194,13 +260194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3659" + "$ref": "https://ils.rero.ch/api/documents/3659" } }, { @@ -260208,13 +260208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3659" + "$ref": "https://ils.rero.ch/api/documents/3659" } }, { @@ -260222,13 +260222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3658" + "$ref": "https://ils.rero.ch/api/documents/3658" } }, { @@ -260236,13 +260236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3658" + "$ref": "https://ils.rero.ch/api/documents/3658" } }, { @@ -260250,13 +260250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3658" + "$ref": "https://ils.rero.ch/api/documents/3658" } }, { @@ -260264,13 +260264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3658" + "$ref": "https://ils.rero.ch/api/documents/3658" } }, { @@ -260278,13 +260278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3658" + "$ref": "https://ils.rero.ch/api/documents/3658" } }, { @@ -260292,13 +260292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3657" + "$ref": "https://ils.rero.ch/api/documents/3657" } }, { @@ -260306,13 +260306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3657" + "$ref": "https://ils.rero.ch/api/documents/3657" } }, { @@ -260320,13 +260320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3656" + "$ref": "https://ils.rero.ch/api/documents/3656" } }, { @@ -260334,13 +260334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3655" + "$ref": "https://ils.rero.ch/api/documents/3655" } }, { @@ -260348,13 +260348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3655" + "$ref": "https://ils.rero.ch/api/documents/3655" } }, { @@ -260362,13 +260362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3654" + "$ref": "https://ils.rero.ch/api/documents/3654" } }, { @@ -260376,13 +260376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3653" + "$ref": "https://ils.rero.ch/api/documents/3653" } }, { @@ -260390,13 +260390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3653" + "$ref": "https://ils.rero.ch/api/documents/3653" } }, { @@ -260404,13 +260404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3653" + "$ref": "https://ils.rero.ch/api/documents/3653" } }, { @@ -260418,13 +260418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3653" + "$ref": "https://ils.rero.ch/api/documents/3653" } }, { @@ -260432,13 +260432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3652" + "$ref": "https://ils.rero.ch/api/documents/3652" } }, { @@ -260446,13 +260446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3652" + "$ref": "https://ils.rero.ch/api/documents/3652" } }, { @@ -260460,13 +260460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3652" + "$ref": "https://ils.rero.ch/api/documents/3652" } }, { @@ -260474,13 +260474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3652" + "$ref": "https://ils.rero.ch/api/documents/3652" } }, { @@ -260488,13 +260488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3651" + "$ref": "https://ils.rero.ch/api/documents/3651" } }, { @@ -260502,13 +260502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3650" + "$ref": "https://ils.rero.ch/api/documents/3650" } }, { @@ -260516,13 +260516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3650" + "$ref": "https://ils.rero.ch/api/documents/3650" } }, { @@ -260530,13 +260530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3650" + "$ref": "https://ils.rero.ch/api/documents/3650" } }, { @@ -260544,13 +260544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3649" + "$ref": "https://ils.rero.ch/api/documents/3649" } }, { @@ -260558,13 +260558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3648" + "$ref": "https://ils.rero.ch/api/documents/3648" } }, { @@ -260572,13 +260572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3648" + "$ref": "https://ils.rero.ch/api/documents/3648" } }, { @@ -260586,13 +260586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3647" + "$ref": "https://ils.rero.ch/api/documents/3647" } }, { @@ -260600,13 +260600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3647" + "$ref": "https://ils.rero.ch/api/documents/3647" } }, { @@ -260614,13 +260614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3647" + "$ref": "https://ils.rero.ch/api/documents/3647" } }, { @@ -260628,13 +260628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3647" + "$ref": "https://ils.rero.ch/api/documents/3647" } }, { @@ -260642,13 +260642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3647" + "$ref": "https://ils.rero.ch/api/documents/3647" } }, { @@ -260656,13 +260656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3646" + "$ref": "https://ils.rero.ch/api/documents/3646" } }, { @@ -260670,13 +260670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3646" + "$ref": "https://ils.rero.ch/api/documents/3646" } }, { @@ -260684,13 +260684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3646" + "$ref": "https://ils.rero.ch/api/documents/3646" } }, { @@ -260698,13 +260698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3645" + "$ref": "https://ils.rero.ch/api/documents/3645" } }, { @@ -260712,13 +260712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3645" + "$ref": "https://ils.rero.ch/api/documents/3645" } }, { @@ -260726,13 +260726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3645" + "$ref": "https://ils.rero.ch/api/documents/3645" } }, { @@ -260740,13 +260740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3645" + "$ref": "https://ils.rero.ch/api/documents/3645" } }, { @@ -260754,13 +260754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3645" + "$ref": "https://ils.rero.ch/api/documents/3645" } }, { @@ -260768,13 +260768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3644" + "$ref": "https://ils.rero.ch/api/documents/3644" } }, { @@ -260782,13 +260782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3644" + "$ref": "https://ils.rero.ch/api/documents/3644" } }, { @@ -260796,13 +260796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3643" + "$ref": "https://ils.rero.ch/api/documents/3643" } }, { @@ -260810,13 +260810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3643" + "$ref": "https://ils.rero.ch/api/documents/3643" } }, { @@ -260824,13 +260824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3643" + "$ref": "https://ils.rero.ch/api/documents/3643" } }, { @@ -260838,13 +260838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3643" + "$ref": "https://ils.rero.ch/api/documents/3643" } }, { @@ -260852,13 +260852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3643" + "$ref": "https://ils.rero.ch/api/documents/3643" } }, { @@ -260866,13 +260866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3642" + "$ref": "https://ils.rero.ch/api/documents/3642" } }, { @@ -260880,13 +260880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3642" + "$ref": "https://ils.rero.ch/api/documents/3642" } }, { @@ -260894,13 +260894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3641" + "$ref": "https://ils.rero.ch/api/documents/3641" } }, { @@ -260908,13 +260908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3641" + "$ref": "https://ils.rero.ch/api/documents/3641" } }, { @@ -260922,13 +260922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3641" + "$ref": "https://ils.rero.ch/api/documents/3641" } }, { @@ -260936,13 +260936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3641" + "$ref": "https://ils.rero.ch/api/documents/3641" } }, { @@ -260950,13 +260950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3640" + "$ref": "https://ils.rero.ch/api/documents/3640" } }, { @@ -260964,13 +260964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3640" + "$ref": "https://ils.rero.ch/api/documents/3640" } }, { @@ -260978,13 +260978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3640" + "$ref": "https://ils.rero.ch/api/documents/3640" } }, { @@ -260992,13 +260992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3639" + "$ref": "https://ils.rero.ch/api/documents/3639" } }, { @@ -261006,13 +261006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3638" + "$ref": "https://ils.rero.ch/api/documents/3638" } }, { @@ -261020,13 +261020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3638" + "$ref": "https://ils.rero.ch/api/documents/3638" } }, { @@ -261034,13 +261034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3638" + "$ref": "https://ils.rero.ch/api/documents/3638" } }, { @@ -261048,13 +261048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3638" + "$ref": "https://ils.rero.ch/api/documents/3638" } }, { @@ -261062,13 +261062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3638" + "$ref": "https://ils.rero.ch/api/documents/3638" } }, { @@ -261076,13 +261076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3637" + "$ref": "https://ils.rero.ch/api/documents/3637" } }, { @@ -261090,13 +261090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3637" + "$ref": "https://ils.rero.ch/api/documents/3637" } }, { @@ -261104,13 +261104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3637" + "$ref": "https://ils.rero.ch/api/documents/3637" } }, { @@ -261118,13 +261118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3636" + "$ref": "https://ils.rero.ch/api/documents/3636" } }, { @@ -261132,13 +261132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3635" + "$ref": "https://ils.rero.ch/api/documents/3635" } }, { @@ -261146,13 +261146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3635" + "$ref": "https://ils.rero.ch/api/documents/3635" } }, { @@ -261160,13 +261160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3635" + "$ref": "https://ils.rero.ch/api/documents/3635" } }, { @@ -261174,13 +261174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3635" + "$ref": "https://ils.rero.ch/api/documents/3635" } }, { @@ -261188,13 +261188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3635" + "$ref": "https://ils.rero.ch/api/documents/3635" } }, { @@ -261202,13 +261202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3634" + "$ref": "https://ils.rero.ch/api/documents/3634" } }, { @@ -261216,13 +261216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3634" + "$ref": "https://ils.rero.ch/api/documents/3634" } }, { @@ -261230,13 +261230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3634" + "$ref": "https://ils.rero.ch/api/documents/3634" } }, { @@ -261244,13 +261244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3634" + "$ref": "https://ils.rero.ch/api/documents/3634" } }, { @@ -261258,13 +261258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3633" + "$ref": "https://ils.rero.ch/api/documents/3633" } }, { @@ -261272,13 +261272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3632" + "$ref": "https://ils.rero.ch/api/documents/3632" } }, { @@ -261286,13 +261286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3632" + "$ref": "https://ils.rero.ch/api/documents/3632" } }, { @@ -261300,13 +261300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3632" + "$ref": "https://ils.rero.ch/api/documents/3632" } }, { @@ -261314,13 +261314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3631" + "$ref": "https://ils.rero.ch/api/documents/3631" } }, { @@ -261328,13 +261328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3631" + "$ref": "https://ils.rero.ch/api/documents/3631" } }, { @@ -261342,13 +261342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3631" + "$ref": "https://ils.rero.ch/api/documents/3631" } }, { @@ -261356,13 +261356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3631" + "$ref": "https://ils.rero.ch/api/documents/3631" } }, { @@ -261370,13 +261370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3630" + "$ref": "https://ils.rero.ch/api/documents/3630" } }, { @@ -261384,13 +261384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3630" + "$ref": "https://ils.rero.ch/api/documents/3630" } }, { @@ -261398,13 +261398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3630" + "$ref": "https://ils.rero.ch/api/documents/3630" } }, { @@ -261412,13 +261412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3630" + "$ref": "https://ils.rero.ch/api/documents/3630" } }, { @@ -261426,13 +261426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3630" + "$ref": "https://ils.rero.ch/api/documents/3630" } }, { @@ -261440,13 +261440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3629" + "$ref": "https://ils.rero.ch/api/documents/3629" } }, { @@ -261454,13 +261454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3629" + "$ref": "https://ils.rero.ch/api/documents/3629" } }, { @@ -261468,13 +261468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3629" + "$ref": "https://ils.rero.ch/api/documents/3629" } }, { @@ -261482,13 +261482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3629" + "$ref": "https://ils.rero.ch/api/documents/3629" } }, { @@ -261496,13 +261496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3628" + "$ref": "https://ils.rero.ch/api/documents/3628" } }, { @@ -261510,13 +261510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3628" + "$ref": "https://ils.rero.ch/api/documents/3628" } }, { @@ -261524,13 +261524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3628" + "$ref": "https://ils.rero.ch/api/documents/3628" } }, { @@ -261538,13 +261538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3628" + "$ref": "https://ils.rero.ch/api/documents/3628" } }, { @@ -261552,13 +261552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3628" + "$ref": "https://ils.rero.ch/api/documents/3628" } }, { @@ -261566,13 +261566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3627" + "$ref": "https://ils.rero.ch/api/documents/3627" } }, { @@ -261580,13 +261580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3627" + "$ref": "https://ils.rero.ch/api/documents/3627" } }, { @@ -261594,13 +261594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3627" + "$ref": "https://ils.rero.ch/api/documents/3627" } }, { @@ -261608,13 +261608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3627" + "$ref": "https://ils.rero.ch/api/documents/3627" } }, { @@ -261622,13 +261622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3626" + "$ref": "https://ils.rero.ch/api/documents/3626" } }, { @@ -261636,13 +261636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3625" + "$ref": "https://ils.rero.ch/api/documents/3625" } }, { @@ -261650,13 +261650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3625" + "$ref": "https://ils.rero.ch/api/documents/3625" } }, { @@ -261664,13 +261664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3624" + "$ref": "https://ils.rero.ch/api/documents/3624" } }, { @@ -261678,13 +261678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3624" + "$ref": "https://ils.rero.ch/api/documents/3624" } }, { @@ -261692,13 +261692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3624" + "$ref": "https://ils.rero.ch/api/documents/3624" } }, { @@ -261706,13 +261706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3624" + "$ref": "https://ils.rero.ch/api/documents/3624" } }, { @@ -261720,13 +261720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3623" + "$ref": "https://ils.rero.ch/api/documents/3623" } }, { @@ -261734,13 +261734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3623" + "$ref": "https://ils.rero.ch/api/documents/3623" } }, { @@ -261748,13 +261748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3623" + "$ref": "https://ils.rero.ch/api/documents/3623" } }, { @@ -261762,13 +261762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3623" + "$ref": "https://ils.rero.ch/api/documents/3623" } }, { @@ -261776,13 +261776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3622" + "$ref": "https://ils.rero.ch/api/documents/3622" } }, { @@ -261790,13 +261790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3622" + "$ref": "https://ils.rero.ch/api/documents/3622" } }, { @@ -261804,13 +261804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3622" + "$ref": "https://ils.rero.ch/api/documents/3622" } }, { @@ -261818,13 +261818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3621" + "$ref": "https://ils.rero.ch/api/documents/3621" } }, { @@ -261832,13 +261832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3621" + "$ref": "https://ils.rero.ch/api/documents/3621" } }, { @@ -261846,13 +261846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3621" + "$ref": "https://ils.rero.ch/api/documents/3621" } }, { @@ -261860,13 +261860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3621" + "$ref": "https://ils.rero.ch/api/documents/3621" } }, { @@ -261874,13 +261874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3621" + "$ref": "https://ils.rero.ch/api/documents/3621" } }, { @@ -261888,13 +261888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3620" + "$ref": "https://ils.rero.ch/api/documents/3620" } }, { @@ -261902,13 +261902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3619" + "$ref": "https://ils.rero.ch/api/documents/3619" } }, { @@ -261916,13 +261916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3619" + "$ref": "https://ils.rero.ch/api/documents/3619" } }, { @@ -261930,13 +261930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3618" + "$ref": "https://ils.rero.ch/api/documents/3618" } }, { @@ -261944,13 +261944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3618" + "$ref": "https://ils.rero.ch/api/documents/3618" } }, { @@ -261958,13 +261958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3617" + "$ref": "https://ils.rero.ch/api/documents/3617" } }, { @@ -261972,13 +261972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3617" + "$ref": "https://ils.rero.ch/api/documents/3617" } }, { @@ -261986,13 +261986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3617" + "$ref": "https://ils.rero.ch/api/documents/3617" } }, { @@ -262000,13 +262000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3616" + "$ref": "https://ils.rero.ch/api/documents/3616" } }, { @@ -262014,13 +262014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3615" + "$ref": "https://ils.rero.ch/api/documents/3615" } }, { @@ -262028,13 +262028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3615" + "$ref": "https://ils.rero.ch/api/documents/3615" } }, { @@ -262042,13 +262042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3615" + "$ref": "https://ils.rero.ch/api/documents/3615" } }, { @@ -262056,13 +262056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3614" + "$ref": "https://ils.rero.ch/api/documents/3614" } }, { @@ -262070,13 +262070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3614" + "$ref": "https://ils.rero.ch/api/documents/3614" } }, { @@ -262084,13 +262084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3614" + "$ref": "https://ils.rero.ch/api/documents/3614" } }, { @@ -262098,13 +262098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3614" + "$ref": "https://ils.rero.ch/api/documents/3614" } }, { @@ -262112,13 +262112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3613" + "$ref": "https://ils.rero.ch/api/documents/3613" } }, { @@ -262126,13 +262126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3613" + "$ref": "https://ils.rero.ch/api/documents/3613" } }, { @@ -262140,13 +262140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3612" + "$ref": "https://ils.rero.ch/api/documents/3612" } }, { @@ -262154,13 +262154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3612" + "$ref": "https://ils.rero.ch/api/documents/3612" } }, { @@ -262168,13 +262168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3612" + "$ref": "https://ils.rero.ch/api/documents/3612" } }, { @@ -262182,13 +262182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3611" + "$ref": "https://ils.rero.ch/api/documents/3611" } }, { @@ -262196,13 +262196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3611" + "$ref": "https://ils.rero.ch/api/documents/3611" } }, { @@ -262210,13 +262210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3611" + "$ref": "https://ils.rero.ch/api/documents/3611" } }, { @@ -262224,13 +262224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3610" + "$ref": "https://ils.rero.ch/api/documents/3610" } }, { @@ -262238,13 +262238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3610" + "$ref": "https://ils.rero.ch/api/documents/3610" } }, { @@ -262252,13 +262252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3610" + "$ref": "https://ils.rero.ch/api/documents/3610" } }, { @@ -262266,13 +262266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3610" + "$ref": "https://ils.rero.ch/api/documents/3610" } }, { @@ -262280,13 +262280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3609" + "$ref": "https://ils.rero.ch/api/documents/3609" } }, { @@ -262294,13 +262294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3609" + "$ref": "https://ils.rero.ch/api/documents/3609" } }, { @@ -262308,13 +262308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3608" + "$ref": "https://ils.rero.ch/api/documents/3608" } }, { @@ -262322,13 +262322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3608" + "$ref": "https://ils.rero.ch/api/documents/3608" } }, { @@ -262336,13 +262336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3608" + "$ref": "https://ils.rero.ch/api/documents/3608" } }, { @@ -262350,13 +262350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3608" + "$ref": "https://ils.rero.ch/api/documents/3608" } }, { @@ -262364,13 +262364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3607" + "$ref": "https://ils.rero.ch/api/documents/3607" } }, { @@ -262378,13 +262378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3607" + "$ref": "https://ils.rero.ch/api/documents/3607" } }, { @@ -262392,13 +262392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3607" + "$ref": "https://ils.rero.ch/api/documents/3607" } }, { @@ -262406,13 +262406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3607" + "$ref": "https://ils.rero.ch/api/documents/3607" } }, { @@ -262420,13 +262420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3607" + "$ref": "https://ils.rero.ch/api/documents/3607" } }, { @@ -262434,13 +262434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3606" + "$ref": "https://ils.rero.ch/api/documents/3606" } }, { @@ -262448,13 +262448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3606" + "$ref": "https://ils.rero.ch/api/documents/3606" } }, { @@ -262462,13 +262462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3605" + "$ref": "https://ils.rero.ch/api/documents/3605" } }, { @@ -262476,13 +262476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3605" + "$ref": "https://ils.rero.ch/api/documents/3605" } }, { @@ -262490,13 +262490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3605" + "$ref": "https://ils.rero.ch/api/documents/3605" } }, { @@ -262504,13 +262504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3605" + "$ref": "https://ils.rero.ch/api/documents/3605" } }, { @@ -262518,13 +262518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3605" + "$ref": "https://ils.rero.ch/api/documents/3605" } }, { @@ -262532,13 +262532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3604" + "$ref": "https://ils.rero.ch/api/documents/3604" } }, { @@ -262546,13 +262546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3603" + "$ref": "https://ils.rero.ch/api/documents/3603" } }, { @@ -262560,13 +262560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3603" + "$ref": "https://ils.rero.ch/api/documents/3603" } }, { @@ -262574,13 +262574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3603" + "$ref": "https://ils.rero.ch/api/documents/3603" } }, { @@ -262588,13 +262588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3602" + "$ref": "https://ils.rero.ch/api/documents/3602" } }, { @@ -262602,13 +262602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3602" + "$ref": "https://ils.rero.ch/api/documents/3602" } }, { @@ -262616,13 +262616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3601" + "$ref": "https://ils.rero.ch/api/documents/3601" } }, { @@ -262630,13 +262630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3601" + "$ref": "https://ils.rero.ch/api/documents/3601" } }, { @@ -262644,13 +262644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3601" + "$ref": "https://ils.rero.ch/api/documents/3601" } }, { @@ -262658,13 +262658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3600" + "$ref": "https://ils.rero.ch/api/documents/3600" } }, { @@ -262672,13 +262672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3600" + "$ref": "https://ils.rero.ch/api/documents/3600" } }, { @@ -262686,13 +262686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3600" + "$ref": "https://ils.rero.ch/api/documents/3600" } }, { @@ -262700,13 +262700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3600" + "$ref": "https://ils.rero.ch/api/documents/3600" } }, { @@ -262714,13 +262714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3599" + "$ref": "https://ils.rero.ch/api/documents/3599" } }, { @@ -262728,13 +262728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3599" + "$ref": "https://ils.rero.ch/api/documents/3599" } }, { @@ -262742,13 +262742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3599" + "$ref": "https://ils.rero.ch/api/documents/3599" } }, { @@ -262756,13 +262756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3599" + "$ref": "https://ils.rero.ch/api/documents/3599" } }, { @@ -262770,13 +262770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3599" + "$ref": "https://ils.rero.ch/api/documents/3599" } }, { @@ -262784,13 +262784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3598" + "$ref": "https://ils.rero.ch/api/documents/3598" } }, { @@ -262798,13 +262798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3598" + "$ref": "https://ils.rero.ch/api/documents/3598" } }, { @@ -262812,13 +262812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3598" + "$ref": "https://ils.rero.ch/api/documents/3598" } }, { @@ -262826,13 +262826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3598" + "$ref": "https://ils.rero.ch/api/documents/3598" } }, { @@ -262840,13 +262840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3598" + "$ref": "https://ils.rero.ch/api/documents/3598" } }, { @@ -262854,13 +262854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3597" + "$ref": "https://ils.rero.ch/api/documents/3597" } }, { @@ -262868,13 +262868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3597" + "$ref": "https://ils.rero.ch/api/documents/3597" } }, { @@ -262882,13 +262882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3596" + "$ref": "https://ils.rero.ch/api/documents/3596" } }, { @@ -262896,13 +262896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3596" + "$ref": "https://ils.rero.ch/api/documents/3596" } }, { @@ -262910,13 +262910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3596" + "$ref": "https://ils.rero.ch/api/documents/3596" } }, { @@ -262924,13 +262924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3596" + "$ref": "https://ils.rero.ch/api/documents/3596" } }, { @@ -262938,13 +262938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3595" + "$ref": "https://ils.rero.ch/api/documents/3595" } }, { @@ -262952,13 +262952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3595" + "$ref": "https://ils.rero.ch/api/documents/3595" } }, { @@ -262966,13 +262966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3595" + "$ref": "https://ils.rero.ch/api/documents/3595" } }, { @@ -262980,13 +262980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3595" + "$ref": "https://ils.rero.ch/api/documents/3595" } }, { @@ -262994,13 +262994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3595" + "$ref": "https://ils.rero.ch/api/documents/3595" } }, { @@ -263008,13 +263008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3594" + "$ref": "https://ils.rero.ch/api/documents/3594" } }, { @@ -263022,13 +263022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3594" + "$ref": "https://ils.rero.ch/api/documents/3594" } }, { @@ -263036,13 +263036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3594" + "$ref": "https://ils.rero.ch/api/documents/3594" } }, { @@ -263050,13 +263050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3594" + "$ref": "https://ils.rero.ch/api/documents/3594" } }, { @@ -263064,13 +263064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3593" + "$ref": "https://ils.rero.ch/api/documents/3593" } }, { @@ -263078,13 +263078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3593" + "$ref": "https://ils.rero.ch/api/documents/3593" } }, { @@ -263092,13 +263092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3593" + "$ref": "https://ils.rero.ch/api/documents/3593" } }, { @@ -263106,13 +263106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3592" + "$ref": "https://ils.rero.ch/api/documents/3592" } }, { @@ -263120,13 +263120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3592" + "$ref": "https://ils.rero.ch/api/documents/3592" } }, { @@ -263134,13 +263134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3592" + "$ref": "https://ils.rero.ch/api/documents/3592" } }, { @@ -263148,13 +263148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3592" + "$ref": "https://ils.rero.ch/api/documents/3592" } }, { @@ -263162,13 +263162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3592" + "$ref": "https://ils.rero.ch/api/documents/3592" } }, { @@ -263176,13 +263176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3591" + "$ref": "https://ils.rero.ch/api/documents/3591" } }, { @@ -263190,13 +263190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3591" + "$ref": "https://ils.rero.ch/api/documents/3591" } }, { @@ -263204,13 +263204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3591" + "$ref": "https://ils.rero.ch/api/documents/3591" } }, { @@ -263218,13 +263218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3591" + "$ref": "https://ils.rero.ch/api/documents/3591" } }, { @@ -263232,13 +263232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3590" + "$ref": "https://ils.rero.ch/api/documents/3590" } }, { @@ -263246,13 +263246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3590" + "$ref": "https://ils.rero.ch/api/documents/3590" } }, { @@ -263260,13 +263260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3590" + "$ref": "https://ils.rero.ch/api/documents/3590" } }, { @@ -263274,13 +263274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3590" + "$ref": "https://ils.rero.ch/api/documents/3590" } }, { @@ -263288,13 +263288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3590" + "$ref": "https://ils.rero.ch/api/documents/3590" } }, { @@ -263302,13 +263302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3589" + "$ref": "https://ils.rero.ch/api/documents/3589" } }, { @@ -263316,13 +263316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3588" + "$ref": "https://ils.rero.ch/api/documents/3588" } }, { @@ -263330,13 +263330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3588" + "$ref": "https://ils.rero.ch/api/documents/3588" } }, { @@ -263344,13 +263344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3588" + "$ref": "https://ils.rero.ch/api/documents/3588" } }, { @@ -263358,13 +263358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3588" + "$ref": "https://ils.rero.ch/api/documents/3588" } }, { @@ -263372,13 +263372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3588" + "$ref": "https://ils.rero.ch/api/documents/3588" } }, { @@ -263386,13 +263386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3587" + "$ref": "https://ils.rero.ch/api/documents/3587" } }, { @@ -263400,13 +263400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3587" + "$ref": "https://ils.rero.ch/api/documents/3587" } }, { @@ -263414,13 +263414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3587" + "$ref": "https://ils.rero.ch/api/documents/3587" } }, { @@ -263428,13 +263428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3586" + "$ref": "https://ils.rero.ch/api/documents/3586" } }, { @@ -263442,13 +263442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3586" + "$ref": "https://ils.rero.ch/api/documents/3586" } }, { @@ -263456,13 +263456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3586" + "$ref": "https://ils.rero.ch/api/documents/3586" } }, { @@ -263470,13 +263470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3586" + "$ref": "https://ils.rero.ch/api/documents/3586" } }, { @@ -263484,13 +263484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3586" + "$ref": "https://ils.rero.ch/api/documents/3586" } }, { @@ -263498,13 +263498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3585" + "$ref": "https://ils.rero.ch/api/documents/3585" } }, { @@ -263512,13 +263512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3585" + "$ref": "https://ils.rero.ch/api/documents/3585" } }, { @@ -263526,13 +263526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3585" + "$ref": "https://ils.rero.ch/api/documents/3585" } }, { @@ -263540,13 +263540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3584" + "$ref": "https://ils.rero.ch/api/documents/3584" } }, { @@ -263554,13 +263554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3583" + "$ref": "https://ils.rero.ch/api/documents/3583" } }, { @@ -263568,13 +263568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3583" + "$ref": "https://ils.rero.ch/api/documents/3583" } }, { @@ -263582,13 +263582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3583" + "$ref": "https://ils.rero.ch/api/documents/3583" } }, { @@ -263596,13 +263596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3582" + "$ref": "https://ils.rero.ch/api/documents/3582" } }, { @@ -263610,13 +263610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3582" + "$ref": "https://ils.rero.ch/api/documents/3582" } }, { @@ -263624,13 +263624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3582" + "$ref": "https://ils.rero.ch/api/documents/3582" } }, { @@ -263638,13 +263638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3582" + "$ref": "https://ils.rero.ch/api/documents/3582" } }, { @@ -263652,13 +263652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3581" + "$ref": "https://ils.rero.ch/api/documents/3581" } }, { @@ -263666,13 +263666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3581" + "$ref": "https://ils.rero.ch/api/documents/3581" } }, { @@ -263680,13 +263680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3580" + "$ref": "https://ils.rero.ch/api/documents/3580" } }, { @@ -263694,13 +263694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3579" + "$ref": "https://ils.rero.ch/api/documents/3579" } }, { @@ -263708,13 +263708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3579" + "$ref": "https://ils.rero.ch/api/documents/3579" } }, { @@ -263722,13 +263722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3578" + "$ref": "https://ils.rero.ch/api/documents/3578" } }, { @@ -263736,13 +263736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3578" + "$ref": "https://ils.rero.ch/api/documents/3578" } }, { @@ -263750,13 +263750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3577" + "$ref": "https://ils.rero.ch/api/documents/3577" } }, { @@ -263764,13 +263764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3577" + "$ref": "https://ils.rero.ch/api/documents/3577" } }, { @@ -263778,13 +263778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3577" + "$ref": "https://ils.rero.ch/api/documents/3577" } }, { @@ -263792,13 +263792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3577" + "$ref": "https://ils.rero.ch/api/documents/3577" } }, { @@ -263806,13 +263806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3576" + "$ref": "https://ils.rero.ch/api/documents/3576" } }, { @@ -263820,13 +263820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3576" + "$ref": "https://ils.rero.ch/api/documents/3576" } }, { @@ -263834,13 +263834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3576" + "$ref": "https://ils.rero.ch/api/documents/3576" } }, { @@ -263848,13 +263848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3576" + "$ref": "https://ils.rero.ch/api/documents/3576" } }, { @@ -263862,13 +263862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3576" + "$ref": "https://ils.rero.ch/api/documents/3576" } }, { @@ -263876,13 +263876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3575" + "$ref": "https://ils.rero.ch/api/documents/3575" } }, { @@ -263890,13 +263890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3575" + "$ref": "https://ils.rero.ch/api/documents/3575" } }, { @@ -263904,13 +263904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3574" + "$ref": "https://ils.rero.ch/api/documents/3574" } }, { @@ -263918,13 +263918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3573" + "$ref": "https://ils.rero.ch/api/documents/3573" } }, { @@ -263932,13 +263932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3573" + "$ref": "https://ils.rero.ch/api/documents/3573" } }, { @@ -263946,13 +263946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3572" + "$ref": "https://ils.rero.ch/api/documents/3572" } }, { @@ -263960,13 +263960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3572" + "$ref": "https://ils.rero.ch/api/documents/3572" } }, { @@ -263974,13 +263974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3572" + "$ref": "https://ils.rero.ch/api/documents/3572" } }, { @@ -263988,13 +263988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3571" + "$ref": "https://ils.rero.ch/api/documents/3571" } }, { @@ -264002,13 +264002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3571" + "$ref": "https://ils.rero.ch/api/documents/3571" } }, { @@ -264016,13 +264016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3571" + "$ref": "https://ils.rero.ch/api/documents/3571" } }, { @@ -264030,13 +264030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3571" + "$ref": "https://ils.rero.ch/api/documents/3571" } }, { @@ -264044,13 +264044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3571" + "$ref": "https://ils.rero.ch/api/documents/3571" } }, { @@ -264058,13 +264058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3570" + "$ref": "https://ils.rero.ch/api/documents/3570" } }, { @@ -264072,13 +264072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3570" + "$ref": "https://ils.rero.ch/api/documents/3570" } }, { @@ -264086,13 +264086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3570" + "$ref": "https://ils.rero.ch/api/documents/3570" } }, { @@ -264100,13 +264100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3570" + "$ref": "https://ils.rero.ch/api/documents/3570" } }, { @@ -264114,13 +264114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3569" + "$ref": "https://ils.rero.ch/api/documents/3569" } }, { @@ -264128,13 +264128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3569" + "$ref": "https://ils.rero.ch/api/documents/3569" } }, { @@ -264142,13 +264142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3569" + "$ref": "https://ils.rero.ch/api/documents/3569" } }, { @@ -264156,13 +264156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3569" + "$ref": "https://ils.rero.ch/api/documents/3569" } }, { @@ -264170,13 +264170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3569" + "$ref": "https://ils.rero.ch/api/documents/3569" } }, { @@ -264184,13 +264184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3568" + "$ref": "https://ils.rero.ch/api/documents/3568" } }, { @@ -264198,13 +264198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3568" + "$ref": "https://ils.rero.ch/api/documents/3568" } }, { @@ -264212,13 +264212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3568" + "$ref": "https://ils.rero.ch/api/documents/3568" } }, { @@ -264226,13 +264226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3568" + "$ref": "https://ils.rero.ch/api/documents/3568" } }, { @@ -264240,13 +264240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3568" + "$ref": "https://ils.rero.ch/api/documents/3568" } }, { @@ -264254,13 +264254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3567" + "$ref": "https://ils.rero.ch/api/documents/3567" } }, { @@ -264268,13 +264268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3567" + "$ref": "https://ils.rero.ch/api/documents/3567" } }, { @@ -264282,13 +264282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3567" + "$ref": "https://ils.rero.ch/api/documents/3567" } }, { @@ -264296,13 +264296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3567" + "$ref": "https://ils.rero.ch/api/documents/3567" } }, { @@ -264310,13 +264310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3566" + "$ref": "https://ils.rero.ch/api/documents/3566" } }, { @@ -264324,13 +264324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3566" + "$ref": "https://ils.rero.ch/api/documents/3566" } }, { @@ -264338,13 +264338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3566" + "$ref": "https://ils.rero.ch/api/documents/3566" } }, { @@ -264352,13 +264352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3566" + "$ref": "https://ils.rero.ch/api/documents/3566" } }, { @@ -264366,13 +264366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3565" + "$ref": "https://ils.rero.ch/api/documents/3565" } }, { @@ -264380,13 +264380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3565" + "$ref": "https://ils.rero.ch/api/documents/3565" } }, { @@ -264394,13 +264394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3565" + "$ref": "https://ils.rero.ch/api/documents/3565" } }, { @@ -264408,13 +264408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3564" + "$ref": "https://ils.rero.ch/api/documents/3564" } }, { @@ -264422,13 +264422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3564" + "$ref": "https://ils.rero.ch/api/documents/3564" } }, { @@ -264436,13 +264436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3564" + "$ref": "https://ils.rero.ch/api/documents/3564" } }, { @@ -264450,13 +264450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3563" + "$ref": "https://ils.rero.ch/api/documents/3563" } }, { @@ -264464,13 +264464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3563" + "$ref": "https://ils.rero.ch/api/documents/3563" } }, { @@ -264478,13 +264478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3562" + "$ref": "https://ils.rero.ch/api/documents/3562" } }, { @@ -264492,13 +264492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3562" + "$ref": "https://ils.rero.ch/api/documents/3562" } }, { @@ -264506,13 +264506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3561" + "$ref": "https://ils.rero.ch/api/documents/3561" } }, { @@ -264520,13 +264520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3561" + "$ref": "https://ils.rero.ch/api/documents/3561" } }, { @@ -264534,13 +264534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3561" + "$ref": "https://ils.rero.ch/api/documents/3561" } }, { @@ -264548,13 +264548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3561" + "$ref": "https://ils.rero.ch/api/documents/3561" } }, { @@ -264562,13 +264562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3560" + "$ref": "https://ils.rero.ch/api/documents/3560" } }, { @@ -264576,13 +264576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3559" + "$ref": "https://ils.rero.ch/api/documents/3559" } }, { @@ -264590,13 +264590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3559" + "$ref": "https://ils.rero.ch/api/documents/3559" } }, { @@ -264604,13 +264604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3558" + "$ref": "https://ils.rero.ch/api/documents/3558" } }, { @@ -264618,13 +264618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3558" + "$ref": "https://ils.rero.ch/api/documents/3558" } }, { @@ -264632,13 +264632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3558" + "$ref": "https://ils.rero.ch/api/documents/3558" } }, { @@ -264646,13 +264646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3558" + "$ref": "https://ils.rero.ch/api/documents/3558" } }, { @@ -264660,13 +264660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3557" + "$ref": "https://ils.rero.ch/api/documents/3557" } }, { @@ -264674,13 +264674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3557" + "$ref": "https://ils.rero.ch/api/documents/3557" } }, { @@ -264688,13 +264688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3557" + "$ref": "https://ils.rero.ch/api/documents/3557" } }, { @@ -264702,13 +264702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3557" + "$ref": "https://ils.rero.ch/api/documents/3557" } }, { @@ -264716,13 +264716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3557" + "$ref": "https://ils.rero.ch/api/documents/3557" } }, { @@ -264730,13 +264730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3556" + "$ref": "https://ils.rero.ch/api/documents/3556" } }, { @@ -264744,13 +264744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3556" + "$ref": "https://ils.rero.ch/api/documents/3556" } }, { @@ -264758,13 +264758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3555" + "$ref": "https://ils.rero.ch/api/documents/3555" } }, { @@ -264772,13 +264772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3555" + "$ref": "https://ils.rero.ch/api/documents/3555" } }, { @@ -264786,13 +264786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3555" + "$ref": "https://ils.rero.ch/api/documents/3555" } }, { @@ -264800,13 +264800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3554" + "$ref": "https://ils.rero.ch/api/documents/3554" } }, { @@ -264814,13 +264814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3554" + "$ref": "https://ils.rero.ch/api/documents/3554" } }, { @@ -264828,13 +264828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3554" + "$ref": "https://ils.rero.ch/api/documents/3554" } }, { @@ -264842,13 +264842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3554" + "$ref": "https://ils.rero.ch/api/documents/3554" } }, { @@ -264856,13 +264856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3553" + "$ref": "https://ils.rero.ch/api/documents/3553" } }, { @@ -264870,13 +264870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3553" + "$ref": "https://ils.rero.ch/api/documents/3553" } }, { @@ -264884,13 +264884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3552" + "$ref": "https://ils.rero.ch/api/documents/3552" } }, { @@ -264898,13 +264898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3552" + "$ref": "https://ils.rero.ch/api/documents/3552" } }, { @@ -264912,13 +264912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3552" + "$ref": "https://ils.rero.ch/api/documents/3552" } }, { @@ -264926,13 +264926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3552" + "$ref": "https://ils.rero.ch/api/documents/3552" } }, { @@ -264940,13 +264940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3551" + "$ref": "https://ils.rero.ch/api/documents/3551" } }, { @@ -264954,13 +264954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3550" + "$ref": "https://ils.rero.ch/api/documents/3550" } }, { @@ -264968,13 +264968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3550" + "$ref": "https://ils.rero.ch/api/documents/3550" } }, { @@ -264982,13 +264982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3550" + "$ref": "https://ils.rero.ch/api/documents/3550" } }, { @@ -264996,13 +264996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3550" + "$ref": "https://ils.rero.ch/api/documents/3550" } }, { @@ -265010,13 +265010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3549" + "$ref": "https://ils.rero.ch/api/documents/3549" } }, { @@ -265024,13 +265024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3549" + "$ref": "https://ils.rero.ch/api/documents/3549" } }, { @@ -265038,13 +265038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3549" + "$ref": "https://ils.rero.ch/api/documents/3549" } }, { @@ -265052,13 +265052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3548" + "$ref": "https://ils.rero.ch/api/documents/3548" } }, { @@ -265066,13 +265066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3548" + "$ref": "https://ils.rero.ch/api/documents/3548" } }, { @@ -265080,13 +265080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3548" + "$ref": "https://ils.rero.ch/api/documents/3548" } }, { @@ -265094,13 +265094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3548" + "$ref": "https://ils.rero.ch/api/documents/3548" } }, { @@ -265108,13 +265108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3547" + "$ref": "https://ils.rero.ch/api/documents/3547" } }, { @@ -265122,13 +265122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3547" + "$ref": "https://ils.rero.ch/api/documents/3547" } }, { @@ -265136,13 +265136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3547" + "$ref": "https://ils.rero.ch/api/documents/3547" } }, { @@ -265150,13 +265150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3546" + "$ref": "https://ils.rero.ch/api/documents/3546" } }, { @@ -265164,13 +265164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3545" + "$ref": "https://ils.rero.ch/api/documents/3545" } }, { @@ -265178,13 +265178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3545" + "$ref": "https://ils.rero.ch/api/documents/3545" } }, { @@ -265192,13 +265192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3545" + "$ref": "https://ils.rero.ch/api/documents/3545" } }, { @@ -265206,13 +265206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3545" + "$ref": "https://ils.rero.ch/api/documents/3545" } }, { @@ -265220,13 +265220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3544" + "$ref": "https://ils.rero.ch/api/documents/3544" } }, { @@ -265234,13 +265234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3544" + "$ref": "https://ils.rero.ch/api/documents/3544" } }, { @@ -265248,13 +265248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3544" + "$ref": "https://ils.rero.ch/api/documents/3544" } }, { @@ -265262,13 +265262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3544" + "$ref": "https://ils.rero.ch/api/documents/3544" } }, { @@ -265276,13 +265276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3544" + "$ref": "https://ils.rero.ch/api/documents/3544" } }, { @@ -265290,13 +265290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3543" + "$ref": "https://ils.rero.ch/api/documents/3543" } }, { @@ -265304,13 +265304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3543" + "$ref": "https://ils.rero.ch/api/documents/3543" } }, { @@ -265318,13 +265318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3543" + "$ref": "https://ils.rero.ch/api/documents/3543" } }, { @@ -265332,13 +265332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3543" + "$ref": "https://ils.rero.ch/api/documents/3543" } }, { @@ -265346,13 +265346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3542" + "$ref": "https://ils.rero.ch/api/documents/3542" } }, { @@ -265360,13 +265360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3542" + "$ref": "https://ils.rero.ch/api/documents/3542" } }, { @@ -265374,13 +265374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3542" + "$ref": "https://ils.rero.ch/api/documents/3542" } }, { @@ -265388,13 +265388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3541" + "$ref": "https://ils.rero.ch/api/documents/3541" } }, { @@ -265402,13 +265402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3541" + "$ref": "https://ils.rero.ch/api/documents/3541" } }, { @@ -265416,13 +265416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3540" + "$ref": "https://ils.rero.ch/api/documents/3540" } }, { @@ -265430,13 +265430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3540" + "$ref": "https://ils.rero.ch/api/documents/3540" } }, { @@ -265444,13 +265444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3540" + "$ref": "https://ils.rero.ch/api/documents/3540" } }, { @@ -265458,13 +265458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3539" + "$ref": "https://ils.rero.ch/api/documents/3539" } }, { @@ -265472,13 +265472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3539" + "$ref": "https://ils.rero.ch/api/documents/3539" } }, { @@ -265486,13 +265486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3539" + "$ref": "https://ils.rero.ch/api/documents/3539" } }, { @@ -265500,13 +265500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3538" + "$ref": "https://ils.rero.ch/api/documents/3538" } }, { @@ -265514,13 +265514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3538" + "$ref": "https://ils.rero.ch/api/documents/3538" } }, { @@ -265528,13 +265528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3538" + "$ref": "https://ils.rero.ch/api/documents/3538" } }, { @@ -265542,13 +265542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3537" + "$ref": "https://ils.rero.ch/api/documents/3537" } }, { @@ -265556,13 +265556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3537" + "$ref": "https://ils.rero.ch/api/documents/3537" } }, { @@ -265570,13 +265570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3537" + "$ref": "https://ils.rero.ch/api/documents/3537" } }, { @@ -265584,13 +265584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3536" + "$ref": "https://ils.rero.ch/api/documents/3536" } }, { @@ -265598,13 +265598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3536" + "$ref": "https://ils.rero.ch/api/documents/3536" } }, { @@ -265612,13 +265612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3536" + "$ref": "https://ils.rero.ch/api/documents/3536" } }, { @@ -265626,13 +265626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3536" + "$ref": "https://ils.rero.ch/api/documents/3536" } }, { @@ -265640,13 +265640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3536" + "$ref": "https://ils.rero.ch/api/documents/3536" } }, { @@ -265654,13 +265654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3535" + "$ref": "https://ils.rero.ch/api/documents/3535" } }, { @@ -265668,13 +265668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3535" + "$ref": "https://ils.rero.ch/api/documents/3535" } }, { @@ -265682,13 +265682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3534" + "$ref": "https://ils.rero.ch/api/documents/3534" } }, { @@ -265696,13 +265696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3534" + "$ref": "https://ils.rero.ch/api/documents/3534" } }, { @@ -265710,13 +265710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3534" + "$ref": "https://ils.rero.ch/api/documents/3534" } }, { @@ -265724,13 +265724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3534" + "$ref": "https://ils.rero.ch/api/documents/3534" } }, { @@ -265738,13 +265738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3534" + "$ref": "https://ils.rero.ch/api/documents/3534" } }, { @@ -265752,13 +265752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3533" + "$ref": "https://ils.rero.ch/api/documents/3533" } }, { @@ -265766,13 +265766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3533" + "$ref": "https://ils.rero.ch/api/documents/3533" } }, { @@ -265780,13 +265780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3533" + "$ref": "https://ils.rero.ch/api/documents/3533" } }, { @@ -265794,13 +265794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3533" + "$ref": "https://ils.rero.ch/api/documents/3533" } }, { @@ -265808,13 +265808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3532" + "$ref": "https://ils.rero.ch/api/documents/3532" } }, { @@ -265822,13 +265822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3531" + "$ref": "https://ils.rero.ch/api/documents/3531" } }, { @@ -265836,13 +265836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3531" + "$ref": "https://ils.rero.ch/api/documents/3531" } }, { @@ -265850,13 +265850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3530" + "$ref": "https://ils.rero.ch/api/documents/3530" } }, { @@ -265864,13 +265864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3530" + "$ref": "https://ils.rero.ch/api/documents/3530" } }, { @@ -265878,13 +265878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3530" + "$ref": "https://ils.rero.ch/api/documents/3530" } }, { @@ -265892,13 +265892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3530" + "$ref": "https://ils.rero.ch/api/documents/3530" } }, { @@ -265906,13 +265906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3530" + "$ref": "https://ils.rero.ch/api/documents/3530" } }, { @@ -265920,13 +265920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3529" + "$ref": "https://ils.rero.ch/api/documents/3529" } }, { @@ -265934,13 +265934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3529" + "$ref": "https://ils.rero.ch/api/documents/3529" } }, { @@ -265948,13 +265948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3528" + "$ref": "https://ils.rero.ch/api/documents/3528" } }, { @@ -265962,13 +265962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3528" + "$ref": "https://ils.rero.ch/api/documents/3528" } }, { @@ -265976,13 +265976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3527" + "$ref": "https://ils.rero.ch/api/documents/3527" } }, { @@ -265990,13 +265990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3527" + "$ref": "https://ils.rero.ch/api/documents/3527" } }, { @@ -266004,13 +266004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3527" + "$ref": "https://ils.rero.ch/api/documents/3527" } }, { @@ -266018,13 +266018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3527" + "$ref": "https://ils.rero.ch/api/documents/3527" } }, { @@ -266032,13 +266032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3527" + "$ref": "https://ils.rero.ch/api/documents/3527" } }, { @@ -266046,13 +266046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3526" + "$ref": "https://ils.rero.ch/api/documents/3526" } }, { @@ -266060,13 +266060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3526" + "$ref": "https://ils.rero.ch/api/documents/3526" } }, { @@ -266074,13 +266074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3526" + "$ref": "https://ils.rero.ch/api/documents/3526" } }, { @@ -266088,13 +266088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3526" + "$ref": "https://ils.rero.ch/api/documents/3526" } }, { @@ -266102,13 +266102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3526" + "$ref": "https://ils.rero.ch/api/documents/3526" } }, { @@ -266116,13 +266116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3525" + "$ref": "https://ils.rero.ch/api/documents/3525" } }, { @@ -266130,13 +266130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3525" + "$ref": "https://ils.rero.ch/api/documents/3525" } }, { @@ -266144,13 +266144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3525" + "$ref": "https://ils.rero.ch/api/documents/3525" } }, { @@ -266158,13 +266158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3525" + "$ref": "https://ils.rero.ch/api/documents/3525" } }, { @@ -266172,13 +266172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3524" + "$ref": "https://ils.rero.ch/api/documents/3524" } }, { @@ -266186,13 +266186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3523" + "$ref": "https://ils.rero.ch/api/documents/3523" } }, { @@ -266200,13 +266200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3523" + "$ref": "https://ils.rero.ch/api/documents/3523" } }, { @@ -266214,13 +266214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3523" + "$ref": "https://ils.rero.ch/api/documents/3523" } }, { @@ -266228,13 +266228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3522" + "$ref": "https://ils.rero.ch/api/documents/3522" } }, { @@ -266242,13 +266242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3522" + "$ref": "https://ils.rero.ch/api/documents/3522" } }, { @@ -266256,13 +266256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3521" + "$ref": "https://ils.rero.ch/api/documents/3521" } }, { @@ -266270,13 +266270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3520" + "$ref": "https://ils.rero.ch/api/documents/3520" } }, { @@ -266284,13 +266284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3519" + "$ref": "https://ils.rero.ch/api/documents/3519" } }, { @@ -266298,13 +266298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3519" + "$ref": "https://ils.rero.ch/api/documents/3519" } }, { @@ -266312,13 +266312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3518" + "$ref": "https://ils.rero.ch/api/documents/3518" } }, { @@ -266326,13 +266326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3518" + "$ref": "https://ils.rero.ch/api/documents/3518" } }, { @@ -266340,13 +266340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3517" + "$ref": "https://ils.rero.ch/api/documents/3517" } }, { @@ -266354,13 +266354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3516" + "$ref": "https://ils.rero.ch/api/documents/3516" } }, { @@ -266368,13 +266368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3516" + "$ref": "https://ils.rero.ch/api/documents/3516" } }, { @@ -266382,13 +266382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3515" + "$ref": "https://ils.rero.ch/api/documents/3515" } }, { @@ -266396,13 +266396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3515" + "$ref": "https://ils.rero.ch/api/documents/3515" } }, { @@ -266410,13 +266410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3515" + "$ref": "https://ils.rero.ch/api/documents/3515" } }, { @@ -266424,13 +266424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3514" + "$ref": "https://ils.rero.ch/api/documents/3514" } }, { @@ -266438,13 +266438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3513" + "$ref": "https://ils.rero.ch/api/documents/3513" } }, { @@ -266452,13 +266452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3513" + "$ref": "https://ils.rero.ch/api/documents/3513" } }, { @@ -266466,13 +266466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3513" + "$ref": "https://ils.rero.ch/api/documents/3513" } }, { @@ -266480,13 +266480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3513" + "$ref": "https://ils.rero.ch/api/documents/3513" } }, { @@ -266494,13 +266494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3512" + "$ref": "https://ils.rero.ch/api/documents/3512" } }, { @@ -266508,13 +266508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3512" + "$ref": "https://ils.rero.ch/api/documents/3512" } }, { @@ -266522,13 +266522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3511" + "$ref": "https://ils.rero.ch/api/documents/3511" } }, { @@ -266536,13 +266536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3510" + "$ref": "https://ils.rero.ch/api/documents/3510" } }, { @@ -266550,13 +266550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3510" + "$ref": "https://ils.rero.ch/api/documents/3510" } }, { @@ -266564,13 +266564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3510" + "$ref": "https://ils.rero.ch/api/documents/3510" } }, { @@ -266578,13 +266578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3510" + "$ref": "https://ils.rero.ch/api/documents/3510" } }, { @@ -266592,13 +266592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3510" + "$ref": "https://ils.rero.ch/api/documents/3510" } }, { @@ -266606,13 +266606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3509" + "$ref": "https://ils.rero.ch/api/documents/3509" } }, { @@ -266620,13 +266620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3509" + "$ref": "https://ils.rero.ch/api/documents/3509" } }, { @@ -266634,13 +266634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3509" + "$ref": "https://ils.rero.ch/api/documents/3509" } }, { @@ -266648,13 +266648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3509" + "$ref": "https://ils.rero.ch/api/documents/3509" } }, { @@ -266662,13 +266662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3509" + "$ref": "https://ils.rero.ch/api/documents/3509" } }, { @@ -266676,13 +266676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3508" + "$ref": "https://ils.rero.ch/api/documents/3508" } }, { @@ -266690,13 +266690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3508" + "$ref": "https://ils.rero.ch/api/documents/3508" } }, { @@ -266704,13 +266704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3508" + "$ref": "https://ils.rero.ch/api/documents/3508" } }, { @@ -266718,13 +266718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3508" + "$ref": "https://ils.rero.ch/api/documents/3508" } }, { @@ -266732,13 +266732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3508" + "$ref": "https://ils.rero.ch/api/documents/3508" } }, { @@ -266746,13 +266746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3507" + "$ref": "https://ils.rero.ch/api/documents/3507" } }, { @@ -266760,13 +266760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3507" + "$ref": "https://ils.rero.ch/api/documents/3507" } }, { @@ -266774,13 +266774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3507" + "$ref": "https://ils.rero.ch/api/documents/3507" } }, { @@ -266788,13 +266788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3506" + "$ref": "https://ils.rero.ch/api/documents/3506" } }, { @@ -266802,13 +266802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3505" + "$ref": "https://ils.rero.ch/api/documents/3505" } }, { @@ -266816,13 +266816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3505" + "$ref": "https://ils.rero.ch/api/documents/3505" } }, { @@ -266830,13 +266830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3505" + "$ref": "https://ils.rero.ch/api/documents/3505" } }, { @@ -266844,13 +266844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3505" + "$ref": "https://ils.rero.ch/api/documents/3505" } }, { @@ -266858,13 +266858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3504" + "$ref": "https://ils.rero.ch/api/documents/3504" } }, { @@ -266872,13 +266872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3504" + "$ref": "https://ils.rero.ch/api/documents/3504" } }, { @@ -266886,13 +266886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3503" + "$ref": "https://ils.rero.ch/api/documents/3503" } }, { @@ -266900,13 +266900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3503" + "$ref": "https://ils.rero.ch/api/documents/3503" } }, { @@ -266914,13 +266914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3503" + "$ref": "https://ils.rero.ch/api/documents/3503" } }, { @@ -266928,13 +266928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3502" + "$ref": "https://ils.rero.ch/api/documents/3502" } }, { @@ -266942,13 +266942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3502" + "$ref": "https://ils.rero.ch/api/documents/3502" } }, { @@ -266956,13 +266956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3501" + "$ref": "https://ils.rero.ch/api/documents/3501" } }, { @@ -266970,13 +266970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3500" + "$ref": "https://ils.rero.ch/api/documents/3500" } }, { @@ -266984,13 +266984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3500" + "$ref": "https://ils.rero.ch/api/documents/3500" } }, { @@ -266998,13 +266998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3499" + "$ref": "https://ils.rero.ch/api/documents/3499" } }, { @@ -267012,13 +267012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3499" + "$ref": "https://ils.rero.ch/api/documents/3499" } }, { @@ -267026,13 +267026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3498" + "$ref": "https://ils.rero.ch/api/documents/3498" } }, { @@ -267040,13 +267040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3498" + "$ref": "https://ils.rero.ch/api/documents/3498" } }, { @@ -267054,13 +267054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3498" + "$ref": "https://ils.rero.ch/api/documents/3498" } }, { @@ -267068,13 +267068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3498" + "$ref": "https://ils.rero.ch/api/documents/3498" } }, { @@ -267082,13 +267082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3498" + "$ref": "https://ils.rero.ch/api/documents/3498" } }, { @@ -267096,13 +267096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3497" + "$ref": "https://ils.rero.ch/api/documents/3497" } }, { @@ -267110,13 +267110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3497" + "$ref": "https://ils.rero.ch/api/documents/3497" } }, { @@ -267124,13 +267124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3497" + "$ref": "https://ils.rero.ch/api/documents/3497" } }, { @@ -267138,13 +267138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3497" + "$ref": "https://ils.rero.ch/api/documents/3497" } }, { @@ -267152,13 +267152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3496" + "$ref": "https://ils.rero.ch/api/documents/3496" } }, { @@ -267166,13 +267166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3496" + "$ref": "https://ils.rero.ch/api/documents/3496" } }, { @@ -267180,13 +267180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3496" + "$ref": "https://ils.rero.ch/api/documents/3496" } }, { @@ -267194,13 +267194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3496" + "$ref": "https://ils.rero.ch/api/documents/3496" } }, { @@ -267208,13 +267208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3496" + "$ref": "https://ils.rero.ch/api/documents/3496" } }, { @@ -267222,13 +267222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3495" + "$ref": "https://ils.rero.ch/api/documents/3495" } }, { @@ -267236,13 +267236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3495" + "$ref": "https://ils.rero.ch/api/documents/3495" } }, { @@ -267250,13 +267250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3495" + "$ref": "https://ils.rero.ch/api/documents/3495" } }, { @@ -267264,13 +267264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3494" + "$ref": "https://ils.rero.ch/api/documents/3494" } }, { @@ -267278,13 +267278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3494" + "$ref": "https://ils.rero.ch/api/documents/3494" } }, { @@ -267292,13 +267292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3494" + "$ref": "https://ils.rero.ch/api/documents/3494" } }, { @@ -267306,13 +267306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3494" + "$ref": "https://ils.rero.ch/api/documents/3494" } }, { @@ -267320,13 +267320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3494" + "$ref": "https://ils.rero.ch/api/documents/3494" } }, { @@ -267334,13 +267334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3493" + "$ref": "https://ils.rero.ch/api/documents/3493" } }, { @@ -267348,13 +267348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3493" + "$ref": "https://ils.rero.ch/api/documents/3493" } }, { @@ -267362,13 +267362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3493" + "$ref": "https://ils.rero.ch/api/documents/3493" } }, { @@ -267376,13 +267376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3492" + "$ref": "https://ils.rero.ch/api/documents/3492" } }, { @@ -267390,13 +267390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3492" + "$ref": "https://ils.rero.ch/api/documents/3492" } }, { @@ -267404,13 +267404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3492" + "$ref": "https://ils.rero.ch/api/documents/3492" } }, { @@ -267418,13 +267418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3491" + "$ref": "https://ils.rero.ch/api/documents/3491" } }, { @@ -267432,13 +267432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3490" + "$ref": "https://ils.rero.ch/api/documents/3490" } }, { @@ -267446,13 +267446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3490" + "$ref": "https://ils.rero.ch/api/documents/3490" } }, { @@ -267460,13 +267460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3489" + "$ref": "https://ils.rero.ch/api/documents/3489" } }, { @@ -267474,13 +267474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3489" + "$ref": "https://ils.rero.ch/api/documents/3489" } }, { @@ -267488,13 +267488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3489" + "$ref": "https://ils.rero.ch/api/documents/3489" } }, { @@ -267502,13 +267502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3488" + "$ref": "https://ils.rero.ch/api/documents/3488" } }, { @@ -267516,13 +267516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3488" + "$ref": "https://ils.rero.ch/api/documents/3488" } }, { @@ -267530,13 +267530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3488" + "$ref": "https://ils.rero.ch/api/documents/3488" } }, { @@ -267544,13 +267544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3487" + "$ref": "https://ils.rero.ch/api/documents/3487" } }, { @@ -267558,13 +267558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3487" + "$ref": "https://ils.rero.ch/api/documents/3487" } }, { @@ -267572,13 +267572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3487" + "$ref": "https://ils.rero.ch/api/documents/3487" } }, { @@ -267586,13 +267586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3486" + "$ref": "https://ils.rero.ch/api/documents/3486" } }, { @@ -267600,13 +267600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3486" + "$ref": "https://ils.rero.ch/api/documents/3486" } }, { @@ -267614,13 +267614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3486" + "$ref": "https://ils.rero.ch/api/documents/3486" } }, { @@ -267628,13 +267628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3486" + "$ref": "https://ils.rero.ch/api/documents/3486" } }, { @@ -267642,13 +267642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3485" + "$ref": "https://ils.rero.ch/api/documents/3485" } }, { @@ -267656,13 +267656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3485" + "$ref": "https://ils.rero.ch/api/documents/3485" } }, { @@ -267670,13 +267670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3484" + "$ref": "https://ils.rero.ch/api/documents/3484" } }, { @@ -267684,13 +267684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3484" + "$ref": "https://ils.rero.ch/api/documents/3484" } }, { @@ -267698,13 +267698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3484" + "$ref": "https://ils.rero.ch/api/documents/3484" } }, { @@ -267712,13 +267712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3484" + "$ref": "https://ils.rero.ch/api/documents/3484" } }, { @@ -267726,13 +267726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3483" + "$ref": "https://ils.rero.ch/api/documents/3483" } }, { @@ -267740,13 +267740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3483" + "$ref": "https://ils.rero.ch/api/documents/3483" } }, { @@ -267754,13 +267754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3483" + "$ref": "https://ils.rero.ch/api/documents/3483" } }, { @@ -267768,13 +267768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3483" + "$ref": "https://ils.rero.ch/api/documents/3483" } }, { @@ -267782,13 +267782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3483" + "$ref": "https://ils.rero.ch/api/documents/3483" } }, { @@ -267796,13 +267796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3482" + "$ref": "https://ils.rero.ch/api/documents/3482" } }, { @@ -267810,13 +267810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3481" + "$ref": "https://ils.rero.ch/api/documents/3481" } }, { @@ -267824,13 +267824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3480" + "$ref": "https://ils.rero.ch/api/documents/3480" } }, { @@ -267838,13 +267838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3479" + "$ref": "https://ils.rero.ch/api/documents/3479" } }, { @@ -267852,13 +267852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3479" + "$ref": "https://ils.rero.ch/api/documents/3479" } }, { @@ -267866,13 +267866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3478" + "$ref": "https://ils.rero.ch/api/documents/3478" } }, { @@ -267880,13 +267880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3478" + "$ref": "https://ils.rero.ch/api/documents/3478" } }, { @@ -267894,13 +267894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3478" + "$ref": "https://ils.rero.ch/api/documents/3478" } }, { @@ -267908,13 +267908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3477" + "$ref": "https://ils.rero.ch/api/documents/3477" } }, { @@ -267922,13 +267922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3477" + "$ref": "https://ils.rero.ch/api/documents/3477" } }, { @@ -267936,13 +267936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3477" + "$ref": "https://ils.rero.ch/api/documents/3477" } }, { @@ -267950,13 +267950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3476" + "$ref": "https://ils.rero.ch/api/documents/3476" } }, { @@ -267964,13 +267964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3475" + "$ref": "https://ils.rero.ch/api/documents/3475" } }, { @@ -267978,13 +267978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3475" + "$ref": "https://ils.rero.ch/api/documents/3475" } }, { @@ -267992,13 +267992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3475" + "$ref": "https://ils.rero.ch/api/documents/3475" } }, { @@ -268006,13 +268006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3475" + "$ref": "https://ils.rero.ch/api/documents/3475" } }, { @@ -268020,13 +268020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3475" + "$ref": "https://ils.rero.ch/api/documents/3475" } }, { @@ -268034,13 +268034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3474" + "$ref": "https://ils.rero.ch/api/documents/3474" } }, { @@ -268048,13 +268048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3474" + "$ref": "https://ils.rero.ch/api/documents/3474" } }, { @@ -268062,13 +268062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3474" + "$ref": "https://ils.rero.ch/api/documents/3474" } }, { @@ -268076,13 +268076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3473" + "$ref": "https://ils.rero.ch/api/documents/3473" } }, { @@ -268090,13 +268090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3473" + "$ref": "https://ils.rero.ch/api/documents/3473" } }, { @@ -268104,13 +268104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3473" + "$ref": "https://ils.rero.ch/api/documents/3473" } }, { @@ -268118,13 +268118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3473" + "$ref": "https://ils.rero.ch/api/documents/3473" } }, { @@ -268132,13 +268132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3473" + "$ref": "https://ils.rero.ch/api/documents/3473" } }, { @@ -268146,13 +268146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3472" + "$ref": "https://ils.rero.ch/api/documents/3472" } }, { @@ -268160,13 +268160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3472" + "$ref": "https://ils.rero.ch/api/documents/3472" } }, { @@ -268174,13 +268174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3472" + "$ref": "https://ils.rero.ch/api/documents/3472" } }, { @@ -268188,13 +268188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3472" + "$ref": "https://ils.rero.ch/api/documents/3472" } }, { @@ -268202,13 +268202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3471" + "$ref": "https://ils.rero.ch/api/documents/3471" } }, { @@ -268216,13 +268216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3471" + "$ref": "https://ils.rero.ch/api/documents/3471" } }, { @@ -268230,13 +268230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3471" + "$ref": "https://ils.rero.ch/api/documents/3471" } }, { @@ -268244,13 +268244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3470" + "$ref": "https://ils.rero.ch/api/documents/3470" } }, { @@ -268258,13 +268258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3470" + "$ref": "https://ils.rero.ch/api/documents/3470" } }, { @@ -268272,13 +268272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3470" + "$ref": "https://ils.rero.ch/api/documents/3470" } }, { @@ -268286,13 +268286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3469" + "$ref": "https://ils.rero.ch/api/documents/3469" } }, { @@ -268300,13 +268300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3469" + "$ref": "https://ils.rero.ch/api/documents/3469" } }, { @@ -268314,13 +268314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3468" + "$ref": "https://ils.rero.ch/api/documents/3468" } }, { @@ -268328,13 +268328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3468" + "$ref": "https://ils.rero.ch/api/documents/3468" } }, { @@ -268342,13 +268342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3468" + "$ref": "https://ils.rero.ch/api/documents/3468" } }, { @@ -268356,13 +268356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3468" + "$ref": "https://ils.rero.ch/api/documents/3468" } }, { @@ -268370,13 +268370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3467" + "$ref": "https://ils.rero.ch/api/documents/3467" } }, { @@ -268384,13 +268384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3467" + "$ref": "https://ils.rero.ch/api/documents/3467" } }, { @@ -268398,13 +268398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3466" + "$ref": "https://ils.rero.ch/api/documents/3466" } }, { @@ -268412,13 +268412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3466" + "$ref": "https://ils.rero.ch/api/documents/3466" } }, { @@ -268426,13 +268426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3465" + "$ref": "https://ils.rero.ch/api/documents/3465" } }, { @@ -268440,13 +268440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3464" + "$ref": "https://ils.rero.ch/api/documents/3464" } }, { @@ -268454,13 +268454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3464" + "$ref": "https://ils.rero.ch/api/documents/3464" } }, { @@ -268468,13 +268468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3464" + "$ref": "https://ils.rero.ch/api/documents/3464" } }, { @@ -268482,13 +268482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3463" + "$ref": "https://ils.rero.ch/api/documents/3463" } }, { @@ -268496,13 +268496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3463" + "$ref": "https://ils.rero.ch/api/documents/3463" } }, { @@ -268510,13 +268510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3463" + "$ref": "https://ils.rero.ch/api/documents/3463" } }, { @@ -268524,13 +268524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3462" + "$ref": "https://ils.rero.ch/api/documents/3462" } }, { @@ -268538,13 +268538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3462" + "$ref": "https://ils.rero.ch/api/documents/3462" } }, { @@ -268552,13 +268552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3462" + "$ref": "https://ils.rero.ch/api/documents/3462" } }, { @@ -268566,13 +268566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3461" + "$ref": "https://ils.rero.ch/api/documents/3461" } }, { @@ -268580,13 +268580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3461" + "$ref": "https://ils.rero.ch/api/documents/3461" } }, { @@ -268594,13 +268594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3460" + "$ref": "https://ils.rero.ch/api/documents/3460" } }, { @@ -268608,13 +268608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3459" + "$ref": "https://ils.rero.ch/api/documents/3459" } }, { @@ -268622,13 +268622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3458" + "$ref": "https://ils.rero.ch/api/documents/3458" } }, { @@ -268636,13 +268636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3458" + "$ref": "https://ils.rero.ch/api/documents/3458" } }, { @@ -268650,13 +268650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3458" + "$ref": "https://ils.rero.ch/api/documents/3458" } }, { @@ -268664,13 +268664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3458" + "$ref": "https://ils.rero.ch/api/documents/3458" } }, { @@ -268678,13 +268678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3458" + "$ref": "https://ils.rero.ch/api/documents/3458" } }, { @@ -268692,13 +268692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3457" + "$ref": "https://ils.rero.ch/api/documents/3457" } }, { @@ -268706,13 +268706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3456" + "$ref": "https://ils.rero.ch/api/documents/3456" } }, { @@ -268720,13 +268720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3456" + "$ref": "https://ils.rero.ch/api/documents/3456" } }, { @@ -268734,13 +268734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3456" + "$ref": "https://ils.rero.ch/api/documents/3456" } }, { @@ -268748,13 +268748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3456" + "$ref": "https://ils.rero.ch/api/documents/3456" } }, { @@ -268762,13 +268762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3455" + "$ref": "https://ils.rero.ch/api/documents/3455" } }, { @@ -268776,13 +268776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3455" + "$ref": "https://ils.rero.ch/api/documents/3455" } }, { @@ -268790,13 +268790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3455" + "$ref": "https://ils.rero.ch/api/documents/3455" } }, { @@ -268804,13 +268804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3455" + "$ref": "https://ils.rero.ch/api/documents/3455" } }, { @@ -268818,13 +268818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3455" + "$ref": "https://ils.rero.ch/api/documents/3455" } }, { @@ -268832,13 +268832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3454" + "$ref": "https://ils.rero.ch/api/documents/3454" } }, { @@ -268846,13 +268846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3454" + "$ref": "https://ils.rero.ch/api/documents/3454" } }, { @@ -268860,13 +268860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3453" + "$ref": "https://ils.rero.ch/api/documents/3453" } }, { @@ -268874,13 +268874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3453" + "$ref": "https://ils.rero.ch/api/documents/3453" } }, { @@ -268888,13 +268888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3453" + "$ref": "https://ils.rero.ch/api/documents/3453" } }, { @@ -268902,13 +268902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3453" + "$ref": "https://ils.rero.ch/api/documents/3453" } }, { @@ -268916,13 +268916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3452" + "$ref": "https://ils.rero.ch/api/documents/3452" } }, { @@ -268930,13 +268930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3452" + "$ref": "https://ils.rero.ch/api/documents/3452" } }, { @@ -268944,13 +268944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3452" + "$ref": "https://ils.rero.ch/api/documents/3452" } }, { @@ -268958,13 +268958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3451" + "$ref": "https://ils.rero.ch/api/documents/3451" } }, { @@ -268972,13 +268972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3451" + "$ref": "https://ils.rero.ch/api/documents/3451" } }, { @@ -268986,13 +268986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3451" + "$ref": "https://ils.rero.ch/api/documents/3451" } }, { @@ -269000,13 +269000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3451" + "$ref": "https://ils.rero.ch/api/documents/3451" } }, { @@ -269014,13 +269014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3450" + "$ref": "https://ils.rero.ch/api/documents/3450" } }, { @@ -269028,13 +269028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3450" + "$ref": "https://ils.rero.ch/api/documents/3450" } }, { @@ -269042,13 +269042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3450" + "$ref": "https://ils.rero.ch/api/documents/3450" } }, { @@ -269056,13 +269056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3450" + "$ref": "https://ils.rero.ch/api/documents/3450" } }, { @@ -269070,13 +269070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3449" + "$ref": "https://ils.rero.ch/api/documents/3449" } }, { @@ -269084,13 +269084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3448" + "$ref": "https://ils.rero.ch/api/documents/3448" } }, { @@ -269098,13 +269098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3448" + "$ref": "https://ils.rero.ch/api/documents/3448" } }, { @@ -269112,13 +269112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3448" + "$ref": "https://ils.rero.ch/api/documents/3448" } }, { @@ -269126,13 +269126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3447" + "$ref": "https://ils.rero.ch/api/documents/3447" } }, { @@ -269140,13 +269140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3447" + "$ref": "https://ils.rero.ch/api/documents/3447" } }, { @@ -269154,13 +269154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3447" + "$ref": "https://ils.rero.ch/api/documents/3447" } }, { @@ -269168,13 +269168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3447" + "$ref": "https://ils.rero.ch/api/documents/3447" } }, { @@ -269182,13 +269182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3447" + "$ref": "https://ils.rero.ch/api/documents/3447" } }, { @@ -269196,13 +269196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3446" + "$ref": "https://ils.rero.ch/api/documents/3446" } }, { @@ -269210,13 +269210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3446" + "$ref": "https://ils.rero.ch/api/documents/3446" } }, { @@ -269224,13 +269224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3446" + "$ref": "https://ils.rero.ch/api/documents/3446" } }, { @@ -269238,13 +269238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3445" + "$ref": "https://ils.rero.ch/api/documents/3445" } }, { @@ -269252,13 +269252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3445" + "$ref": "https://ils.rero.ch/api/documents/3445" } }, { @@ -269266,13 +269266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3445" + "$ref": "https://ils.rero.ch/api/documents/3445" } }, { @@ -269280,13 +269280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3445" + "$ref": "https://ils.rero.ch/api/documents/3445" } }, { @@ -269294,13 +269294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3444" + "$ref": "https://ils.rero.ch/api/documents/3444" } }, { @@ -269308,13 +269308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3443" + "$ref": "https://ils.rero.ch/api/documents/3443" } }, { @@ -269322,13 +269322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3442" + "$ref": "https://ils.rero.ch/api/documents/3442" } }, { @@ -269336,13 +269336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3441" + "$ref": "https://ils.rero.ch/api/documents/3441" } }, { @@ -269350,13 +269350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3441" + "$ref": "https://ils.rero.ch/api/documents/3441" } }, { @@ -269364,13 +269364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3441" + "$ref": "https://ils.rero.ch/api/documents/3441" } }, { @@ -269378,13 +269378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3441" + "$ref": "https://ils.rero.ch/api/documents/3441" } }, { @@ -269392,13 +269392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3441" + "$ref": "https://ils.rero.ch/api/documents/3441" } }, { @@ -269406,13 +269406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3440" + "$ref": "https://ils.rero.ch/api/documents/3440" } }, { @@ -269420,13 +269420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3439" + "$ref": "https://ils.rero.ch/api/documents/3439" } }, { @@ -269434,13 +269434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3438" + "$ref": "https://ils.rero.ch/api/documents/3438" } }, { @@ -269448,13 +269448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3438" + "$ref": "https://ils.rero.ch/api/documents/3438" } }, { @@ -269462,13 +269462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3438" + "$ref": "https://ils.rero.ch/api/documents/3438" } }, { @@ -269476,13 +269476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3437" + "$ref": "https://ils.rero.ch/api/documents/3437" } }, { @@ -269490,13 +269490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3436" + "$ref": "https://ils.rero.ch/api/documents/3436" } }, { @@ -269504,13 +269504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3436" + "$ref": "https://ils.rero.ch/api/documents/3436" } }, { @@ -269518,13 +269518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3436" + "$ref": "https://ils.rero.ch/api/documents/3436" } }, { @@ -269532,13 +269532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3435" + "$ref": "https://ils.rero.ch/api/documents/3435" } }, { @@ -269546,13 +269546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3435" + "$ref": "https://ils.rero.ch/api/documents/3435" } }, { @@ -269560,13 +269560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3435" + "$ref": "https://ils.rero.ch/api/documents/3435" } }, { @@ -269574,13 +269574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3435" + "$ref": "https://ils.rero.ch/api/documents/3435" } }, { @@ -269588,13 +269588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3434" + "$ref": "https://ils.rero.ch/api/documents/3434" } }, { @@ -269602,13 +269602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3434" + "$ref": "https://ils.rero.ch/api/documents/3434" } }, { @@ -269616,13 +269616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3434" + "$ref": "https://ils.rero.ch/api/documents/3434" } }, { @@ -269630,13 +269630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3434" + "$ref": "https://ils.rero.ch/api/documents/3434" } }, { @@ -269644,13 +269644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3434" + "$ref": "https://ils.rero.ch/api/documents/3434" } }, { @@ -269658,13 +269658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3433" + "$ref": "https://ils.rero.ch/api/documents/3433" } }, { @@ -269672,13 +269672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3433" + "$ref": "https://ils.rero.ch/api/documents/3433" } }, { @@ -269686,13 +269686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3433" + "$ref": "https://ils.rero.ch/api/documents/3433" } }, { @@ -269700,13 +269700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3432" + "$ref": "https://ils.rero.ch/api/documents/3432" } }, { @@ -269714,13 +269714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3431" + "$ref": "https://ils.rero.ch/api/documents/3431" } }, { @@ -269728,13 +269728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3431" + "$ref": "https://ils.rero.ch/api/documents/3431" } }, { @@ -269742,13 +269742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3431" + "$ref": "https://ils.rero.ch/api/documents/3431" } }, { @@ -269756,13 +269756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3431" + "$ref": "https://ils.rero.ch/api/documents/3431" } }, { @@ -269770,13 +269770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3430" + "$ref": "https://ils.rero.ch/api/documents/3430" } }, { @@ -269784,13 +269784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3430" + "$ref": "https://ils.rero.ch/api/documents/3430" } }, { @@ -269798,13 +269798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3430" + "$ref": "https://ils.rero.ch/api/documents/3430" } }, { @@ -269812,13 +269812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3430" + "$ref": "https://ils.rero.ch/api/documents/3430" } }, { @@ -269826,13 +269826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3429" + "$ref": "https://ils.rero.ch/api/documents/3429" } }, { @@ -269840,13 +269840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3428" + "$ref": "https://ils.rero.ch/api/documents/3428" } }, { @@ -269854,13 +269854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3428" + "$ref": "https://ils.rero.ch/api/documents/3428" } }, { @@ -269868,13 +269868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3428" + "$ref": "https://ils.rero.ch/api/documents/3428" } }, { @@ -269882,13 +269882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3428" + "$ref": "https://ils.rero.ch/api/documents/3428" } }, { @@ -269896,13 +269896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3427" + "$ref": "https://ils.rero.ch/api/documents/3427" } }, { @@ -269910,13 +269910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3427" + "$ref": "https://ils.rero.ch/api/documents/3427" } }, { @@ -269924,13 +269924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3427" + "$ref": "https://ils.rero.ch/api/documents/3427" } }, { @@ -269938,13 +269938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3426" + "$ref": "https://ils.rero.ch/api/documents/3426" } }, { @@ -269952,13 +269952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3426" + "$ref": "https://ils.rero.ch/api/documents/3426" } }, { @@ -269966,13 +269966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3425" + "$ref": "https://ils.rero.ch/api/documents/3425" } }, { @@ -269980,13 +269980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3425" + "$ref": "https://ils.rero.ch/api/documents/3425" } }, { @@ -269994,13 +269994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3425" + "$ref": "https://ils.rero.ch/api/documents/3425" } }, { @@ -270008,13 +270008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3425" + "$ref": "https://ils.rero.ch/api/documents/3425" } }, { @@ -270022,13 +270022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3425" + "$ref": "https://ils.rero.ch/api/documents/3425" } }, { @@ -270036,13 +270036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3424" + "$ref": "https://ils.rero.ch/api/documents/3424" } }, { @@ -270050,13 +270050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3424" + "$ref": "https://ils.rero.ch/api/documents/3424" } }, { @@ -270064,13 +270064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3424" + "$ref": "https://ils.rero.ch/api/documents/3424" } }, { @@ -270078,13 +270078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3423" + "$ref": "https://ils.rero.ch/api/documents/3423" } }, { @@ -270092,13 +270092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3423" + "$ref": "https://ils.rero.ch/api/documents/3423" } }, { @@ -270106,13 +270106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3423" + "$ref": "https://ils.rero.ch/api/documents/3423" } }, { @@ -270120,13 +270120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3422" + "$ref": "https://ils.rero.ch/api/documents/3422" } }, { @@ -270134,13 +270134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3421" + "$ref": "https://ils.rero.ch/api/documents/3421" } }, { @@ -270148,13 +270148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3421" + "$ref": "https://ils.rero.ch/api/documents/3421" } }, { @@ -270162,13 +270162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3420" + "$ref": "https://ils.rero.ch/api/documents/3420" } }, { @@ -270176,13 +270176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3420" + "$ref": "https://ils.rero.ch/api/documents/3420" } }, { @@ -270190,13 +270190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3420" + "$ref": "https://ils.rero.ch/api/documents/3420" } }, { @@ -270204,13 +270204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3419" + "$ref": "https://ils.rero.ch/api/documents/3419" } }, { @@ -270218,13 +270218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3419" + "$ref": "https://ils.rero.ch/api/documents/3419" } }, { @@ -270232,13 +270232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3418" + "$ref": "https://ils.rero.ch/api/documents/3418" } }, { @@ -270246,13 +270246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3418" + "$ref": "https://ils.rero.ch/api/documents/3418" } }, { @@ -270260,13 +270260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3418" + "$ref": "https://ils.rero.ch/api/documents/3418" } }, { @@ -270274,13 +270274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3418" + "$ref": "https://ils.rero.ch/api/documents/3418" } }, { @@ -270288,13 +270288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3418" + "$ref": "https://ils.rero.ch/api/documents/3418" } }, { @@ -270302,13 +270302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3417" + "$ref": "https://ils.rero.ch/api/documents/3417" } }, { @@ -270316,13 +270316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3417" + "$ref": "https://ils.rero.ch/api/documents/3417" } }, { @@ -270330,13 +270330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3416" + "$ref": "https://ils.rero.ch/api/documents/3416" } }, { @@ -270344,13 +270344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3416" + "$ref": "https://ils.rero.ch/api/documents/3416" } }, { @@ -270358,13 +270358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3416" + "$ref": "https://ils.rero.ch/api/documents/3416" } }, { @@ -270372,13 +270372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3416" + "$ref": "https://ils.rero.ch/api/documents/3416" } }, { @@ -270386,13 +270386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3416" + "$ref": "https://ils.rero.ch/api/documents/3416" } }, { @@ -270400,13 +270400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3415" + "$ref": "https://ils.rero.ch/api/documents/3415" } }, { @@ -270414,13 +270414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3414" + "$ref": "https://ils.rero.ch/api/documents/3414" } }, { @@ -270428,13 +270428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3414" + "$ref": "https://ils.rero.ch/api/documents/3414" } }, { @@ -270442,13 +270442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3413" + "$ref": "https://ils.rero.ch/api/documents/3413" } }, { @@ -270456,13 +270456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3413" + "$ref": "https://ils.rero.ch/api/documents/3413" } }, { @@ -270470,13 +270470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3413" + "$ref": "https://ils.rero.ch/api/documents/3413" } }, { @@ -270484,13 +270484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3413" + "$ref": "https://ils.rero.ch/api/documents/3413" } }, { @@ -270498,13 +270498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3412" + "$ref": "https://ils.rero.ch/api/documents/3412" } }, { @@ -270512,13 +270512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3411" + "$ref": "https://ils.rero.ch/api/documents/3411" } }, { @@ -270526,13 +270526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3411" + "$ref": "https://ils.rero.ch/api/documents/3411" } }, { @@ -270540,13 +270540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3411" + "$ref": "https://ils.rero.ch/api/documents/3411" } }, { @@ -270554,13 +270554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3410" + "$ref": "https://ils.rero.ch/api/documents/3410" } }, { @@ -270568,13 +270568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3409" + "$ref": "https://ils.rero.ch/api/documents/3409" } }, { @@ -270582,13 +270582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3409" + "$ref": "https://ils.rero.ch/api/documents/3409" } }, { @@ -270596,13 +270596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3408" + "$ref": "https://ils.rero.ch/api/documents/3408" } }, { @@ -270610,13 +270610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3407" + "$ref": "https://ils.rero.ch/api/documents/3407" } }, { @@ -270624,13 +270624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3407" + "$ref": "https://ils.rero.ch/api/documents/3407" } }, { @@ -270638,13 +270638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3407" + "$ref": "https://ils.rero.ch/api/documents/3407" } }, { @@ -270652,13 +270652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3406" + "$ref": "https://ils.rero.ch/api/documents/3406" } }, { @@ -270666,13 +270666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3406" + "$ref": "https://ils.rero.ch/api/documents/3406" } }, { @@ -270680,13 +270680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3406" + "$ref": "https://ils.rero.ch/api/documents/3406" } }, { @@ -270694,13 +270694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3406" + "$ref": "https://ils.rero.ch/api/documents/3406" } }, { @@ -270708,13 +270708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3406" + "$ref": "https://ils.rero.ch/api/documents/3406" } }, { @@ -270722,13 +270722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3405" + "$ref": "https://ils.rero.ch/api/documents/3405" } }, { @@ -270736,13 +270736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3405" + "$ref": "https://ils.rero.ch/api/documents/3405" } }, { @@ -270750,13 +270750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3404" + "$ref": "https://ils.rero.ch/api/documents/3404" } }, { @@ -270764,13 +270764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3404" + "$ref": "https://ils.rero.ch/api/documents/3404" } }, { @@ -270778,13 +270778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3404" + "$ref": "https://ils.rero.ch/api/documents/3404" } }, { @@ -270792,13 +270792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3403" + "$ref": "https://ils.rero.ch/api/documents/3403" } }, { @@ -270806,13 +270806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3403" + "$ref": "https://ils.rero.ch/api/documents/3403" } }, { @@ -270820,13 +270820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3403" + "$ref": "https://ils.rero.ch/api/documents/3403" } }, { @@ -270834,13 +270834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3403" + "$ref": "https://ils.rero.ch/api/documents/3403" } }, { @@ -270848,13 +270848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3402" + "$ref": "https://ils.rero.ch/api/documents/3402" } }, { @@ -270862,13 +270862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3402" + "$ref": "https://ils.rero.ch/api/documents/3402" } }, { @@ -270876,13 +270876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3401" + "$ref": "https://ils.rero.ch/api/documents/3401" } }, { @@ -270890,13 +270890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3401" + "$ref": "https://ils.rero.ch/api/documents/3401" } }, { @@ -270904,13 +270904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3401" + "$ref": "https://ils.rero.ch/api/documents/3401" } }, { @@ -270918,13 +270918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3400" + "$ref": "https://ils.rero.ch/api/documents/3400" } }, { @@ -270932,13 +270932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3400" + "$ref": "https://ils.rero.ch/api/documents/3400" } }, { @@ -270946,13 +270946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3400" + "$ref": "https://ils.rero.ch/api/documents/3400" } }, { @@ -270960,13 +270960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3400" + "$ref": "https://ils.rero.ch/api/documents/3400" } }, { @@ -270974,13 +270974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3399" + "$ref": "https://ils.rero.ch/api/documents/3399" } }, { @@ -270988,13 +270988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3399" + "$ref": "https://ils.rero.ch/api/documents/3399" } }, { @@ -271002,13 +271002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3399" + "$ref": "https://ils.rero.ch/api/documents/3399" } }, { @@ -271016,13 +271016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3398" + "$ref": "https://ils.rero.ch/api/documents/3398" } }, { @@ -271030,13 +271030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3398" + "$ref": "https://ils.rero.ch/api/documents/3398" } }, { @@ -271044,13 +271044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3398" + "$ref": "https://ils.rero.ch/api/documents/3398" } }, { @@ -271058,13 +271058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3397" + "$ref": "https://ils.rero.ch/api/documents/3397" } }, { @@ -271072,13 +271072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3397" + "$ref": "https://ils.rero.ch/api/documents/3397" } }, { @@ -271086,13 +271086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3396" + "$ref": "https://ils.rero.ch/api/documents/3396" } }, { @@ -271100,13 +271100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3395" + "$ref": "https://ils.rero.ch/api/documents/3395" } }, { @@ -271114,13 +271114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3395" + "$ref": "https://ils.rero.ch/api/documents/3395" } }, { @@ -271128,13 +271128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3394" + "$ref": "https://ils.rero.ch/api/documents/3394" } }, { @@ -271142,13 +271142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3394" + "$ref": "https://ils.rero.ch/api/documents/3394" } }, { @@ -271156,13 +271156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3394" + "$ref": "https://ils.rero.ch/api/documents/3394" } }, { @@ -271170,13 +271170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3393" + "$ref": "https://ils.rero.ch/api/documents/3393" } }, { @@ -271184,13 +271184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3393" + "$ref": "https://ils.rero.ch/api/documents/3393" } }, { @@ -271198,13 +271198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3393" + "$ref": "https://ils.rero.ch/api/documents/3393" } }, { @@ -271212,13 +271212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3393" + "$ref": "https://ils.rero.ch/api/documents/3393" } }, { @@ -271226,13 +271226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3393" + "$ref": "https://ils.rero.ch/api/documents/3393" } }, { @@ -271240,13 +271240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3392" + "$ref": "https://ils.rero.ch/api/documents/3392" } }, { @@ -271254,13 +271254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3392" + "$ref": "https://ils.rero.ch/api/documents/3392" } }, { @@ -271268,13 +271268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3392" + "$ref": "https://ils.rero.ch/api/documents/3392" } }, { @@ -271282,13 +271282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3391" + "$ref": "https://ils.rero.ch/api/documents/3391" } }, { @@ -271296,13 +271296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3391" + "$ref": "https://ils.rero.ch/api/documents/3391" } }, { @@ -271310,13 +271310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3390" + "$ref": "https://ils.rero.ch/api/documents/3390" } }, { @@ -271324,13 +271324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3390" + "$ref": "https://ils.rero.ch/api/documents/3390" } }, { @@ -271338,13 +271338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3389" + "$ref": "https://ils.rero.ch/api/documents/3389" } }, { @@ -271352,13 +271352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3389" + "$ref": "https://ils.rero.ch/api/documents/3389" } }, { @@ -271366,13 +271366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3389" + "$ref": "https://ils.rero.ch/api/documents/3389" } }, { @@ -271380,13 +271380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3389" + "$ref": "https://ils.rero.ch/api/documents/3389" } }, { @@ -271394,13 +271394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3389" + "$ref": "https://ils.rero.ch/api/documents/3389" } }, { @@ -271408,13 +271408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3388" + "$ref": "https://ils.rero.ch/api/documents/3388" } }, { @@ -271422,13 +271422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3388" + "$ref": "https://ils.rero.ch/api/documents/3388" } }, { @@ -271436,13 +271436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3388" + "$ref": "https://ils.rero.ch/api/documents/3388" } }, { @@ -271450,13 +271450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3388" + "$ref": "https://ils.rero.ch/api/documents/3388" } }, { @@ -271464,13 +271464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3387" + "$ref": "https://ils.rero.ch/api/documents/3387" } }, { @@ -271478,13 +271478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3387" + "$ref": "https://ils.rero.ch/api/documents/3387" } }, { @@ -271492,13 +271492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3387" + "$ref": "https://ils.rero.ch/api/documents/3387" } }, { @@ -271506,13 +271506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3387" + "$ref": "https://ils.rero.ch/api/documents/3387" } }, { @@ -271520,13 +271520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3387" + "$ref": "https://ils.rero.ch/api/documents/3387" } }, { @@ -271534,13 +271534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3386" + "$ref": "https://ils.rero.ch/api/documents/3386" } }, { @@ -271548,13 +271548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3386" + "$ref": "https://ils.rero.ch/api/documents/3386" } }, { @@ -271562,13 +271562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3386" + "$ref": "https://ils.rero.ch/api/documents/3386" } }, { @@ -271576,13 +271576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3386" + "$ref": "https://ils.rero.ch/api/documents/3386" } }, { @@ -271590,13 +271590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3386" + "$ref": "https://ils.rero.ch/api/documents/3386" } }, { @@ -271604,13 +271604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3385" + "$ref": "https://ils.rero.ch/api/documents/3385" } }, { @@ -271618,13 +271618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3384" + "$ref": "https://ils.rero.ch/api/documents/3384" } }, { @@ -271632,13 +271632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3384" + "$ref": "https://ils.rero.ch/api/documents/3384" } }, { @@ -271646,13 +271646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3384" + "$ref": "https://ils.rero.ch/api/documents/3384" } }, { @@ -271660,13 +271660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3384" + "$ref": "https://ils.rero.ch/api/documents/3384" } }, { @@ -271674,13 +271674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3383" + "$ref": "https://ils.rero.ch/api/documents/3383" } }, { @@ -271688,13 +271688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3383" + "$ref": "https://ils.rero.ch/api/documents/3383" } }, { @@ -271702,13 +271702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3383" + "$ref": "https://ils.rero.ch/api/documents/3383" } }, { @@ -271716,13 +271716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3383" + "$ref": "https://ils.rero.ch/api/documents/3383" } }, { @@ -271730,13 +271730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3382" + "$ref": "https://ils.rero.ch/api/documents/3382" } }, { @@ -271744,13 +271744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3382" + "$ref": "https://ils.rero.ch/api/documents/3382" } }, { @@ -271758,13 +271758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3382" + "$ref": "https://ils.rero.ch/api/documents/3382" } }, { @@ -271772,13 +271772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3382" + "$ref": "https://ils.rero.ch/api/documents/3382" } }, { @@ -271786,13 +271786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3382" + "$ref": "https://ils.rero.ch/api/documents/3382" } }, { @@ -271800,13 +271800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3381" + "$ref": "https://ils.rero.ch/api/documents/3381" } }, { @@ -271814,13 +271814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3381" + "$ref": "https://ils.rero.ch/api/documents/3381" } }, { @@ -271828,13 +271828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3381" + "$ref": "https://ils.rero.ch/api/documents/3381" } }, { @@ -271842,13 +271842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3381" + "$ref": "https://ils.rero.ch/api/documents/3381" } }, { @@ -271856,13 +271856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3381" + "$ref": "https://ils.rero.ch/api/documents/3381" } }, { @@ -271870,13 +271870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3380" + "$ref": "https://ils.rero.ch/api/documents/3380" } }, { @@ -271884,13 +271884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3380" + "$ref": "https://ils.rero.ch/api/documents/3380" } }, { @@ -271898,13 +271898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3380" + "$ref": "https://ils.rero.ch/api/documents/3380" } }, { @@ -271912,13 +271912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3380" + "$ref": "https://ils.rero.ch/api/documents/3380" } }, { @@ -271926,13 +271926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3379" + "$ref": "https://ils.rero.ch/api/documents/3379" } }, { @@ -271940,13 +271940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3379" + "$ref": "https://ils.rero.ch/api/documents/3379" } }, { @@ -271954,13 +271954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3378" + "$ref": "https://ils.rero.ch/api/documents/3378" } }, { @@ -271968,13 +271968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3378" + "$ref": "https://ils.rero.ch/api/documents/3378" } }, { @@ -271982,13 +271982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3378" + "$ref": "https://ils.rero.ch/api/documents/3378" } }, { @@ -271996,13 +271996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3378" + "$ref": "https://ils.rero.ch/api/documents/3378" } }, { @@ -272010,13 +272010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3378" + "$ref": "https://ils.rero.ch/api/documents/3378" } }, { @@ -272024,13 +272024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3377" + "$ref": "https://ils.rero.ch/api/documents/3377" } }, { @@ -272038,13 +272038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3377" + "$ref": "https://ils.rero.ch/api/documents/3377" } }, { @@ -272052,13 +272052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3377" + "$ref": "https://ils.rero.ch/api/documents/3377" } }, { @@ -272066,13 +272066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3377" + "$ref": "https://ils.rero.ch/api/documents/3377" } }, { @@ -272080,13 +272080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3377" + "$ref": "https://ils.rero.ch/api/documents/3377" } }, { @@ -272094,13 +272094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3376" + "$ref": "https://ils.rero.ch/api/documents/3376" } }, { @@ -272108,13 +272108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3376" + "$ref": "https://ils.rero.ch/api/documents/3376" } }, { @@ -272122,13 +272122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3376" + "$ref": "https://ils.rero.ch/api/documents/3376" } }, { @@ -272136,13 +272136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3376" + "$ref": "https://ils.rero.ch/api/documents/3376" } }, { @@ -272150,13 +272150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3375" + "$ref": "https://ils.rero.ch/api/documents/3375" } }, { @@ -272164,13 +272164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3375" + "$ref": "https://ils.rero.ch/api/documents/3375" } }, { @@ -272178,13 +272178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3374" + "$ref": "https://ils.rero.ch/api/documents/3374" } }, { @@ -272192,13 +272192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3374" + "$ref": "https://ils.rero.ch/api/documents/3374" } }, { @@ -272206,13 +272206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3373" + "$ref": "https://ils.rero.ch/api/documents/3373" } }, { @@ -272220,13 +272220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3373" + "$ref": "https://ils.rero.ch/api/documents/3373" } }, { @@ -272234,13 +272234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3373" + "$ref": "https://ils.rero.ch/api/documents/3373" } }, { @@ -272248,13 +272248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3373" + "$ref": "https://ils.rero.ch/api/documents/3373" } }, { @@ -272262,13 +272262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3372" + "$ref": "https://ils.rero.ch/api/documents/3372" } }, { @@ -272276,13 +272276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3372" + "$ref": "https://ils.rero.ch/api/documents/3372" } }, { @@ -272290,13 +272290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3372" + "$ref": "https://ils.rero.ch/api/documents/3372" } }, { @@ -272304,13 +272304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3371" + "$ref": "https://ils.rero.ch/api/documents/3371" } }, { @@ -272318,13 +272318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3371" + "$ref": "https://ils.rero.ch/api/documents/3371" } }, { @@ -272332,13 +272332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3371" + "$ref": "https://ils.rero.ch/api/documents/3371" } }, { @@ -272346,13 +272346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3371" + "$ref": "https://ils.rero.ch/api/documents/3371" } }, { @@ -272360,13 +272360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3371" + "$ref": "https://ils.rero.ch/api/documents/3371" } }, { @@ -272374,13 +272374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3370" + "$ref": "https://ils.rero.ch/api/documents/3370" } }, { @@ -272388,13 +272388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3370" + "$ref": "https://ils.rero.ch/api/documents/3370" } }, { @@ -272402,13 +272402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3370" + "$ref": "https://ils.rero.ch/api/documents/3370" } }, { @@ -272416,13 +272416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3369" + "$ref": "https://ils.rero.ch/api/documents/3369" } }, { @@ -272430,13 +272430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3369" + "$ref": "https://ils.rero.ch/api/documents/3369" } }, { @@ -272444,13 +272444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3369" + "$ref": "https://ils.rero.ch/api/documents/3369" } }, { @@ -272458,13 +272458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3369" + "$ref": "https://ils.rero.ch/api/documents/3369" } }, { @@ -272472,13 +272472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3369" + "$ref": "https://ils.rero.ch/api/documents/3369" } }, { @@ -272486,13 +272486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3368" + "$ref": "https://ils.rero.ch/api/documents/3368" } }, { @@ -272500,13 +272500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3368" + "$ref": "https://ils.rero.ch/api/documents/3368" } }, { @@ -272514,13 +272514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3368" + "$ref": "https://ils.rero.ch/api/documents/3368" } }, { @@ -272528,13 +272528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3367" + "$ref": "https://ils.rero.ch/api/documents/3367" } }, { @@ -272542,13 +272542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3367" + "$ref": "https://ils.rero.ch/api/documents/3367" } }, { @@ -272556,13 +272556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3367" + "$ref": "https://ils.rero.ch/api/documents/3367" } }, { @@ -272570,13 +272570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3367" + "$ref": "https://ils.rero.ch/api/documents/3367" } }, { @@ -272584,13 +272584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3366" + "$ref": "https://ils.rero.ch/api/documents/3366" } }, { @@ -272598,13 +272598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3366" + "$ref": "https://ils.rero.ch/api/documents/3366" } }, { @@ -272612,13 +272612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3366" + "$ref": "https://ils.rero.ch/api/documents/3366" } }, { @@ -272626,13 +272626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3366" + "$ref": "https://ils.rero.ch/api/documents/3366" } }, { @@ -272640,13 +272640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3366" + "$ref": "https://ils.rero.ch/api/documents/3366" } }, { @@ -272654,13 +272654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3365" + "$ref": "https://ils.rero.ch/api/documents/3365" } }, { @@ -272668,13 +272668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3365" + "$ref": "https://ils.rero.ch/api/documents/3365" } }, { @@ -272682,13 +272682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3365" + "$ref": "https://ils.rero.ch/api/documents/3365" } }, { @@ -272696,13 +272696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3364" + "$ref": "https://ils.rero.ch/api/documents/3364" } }, { @@ -272710,13 +272710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3364" + "$ref": "https://ils.rero.ch/api/documents/3364" } }, { @@ -272724,13 +272724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3364" + "$ref": "https://ils.rero.ch/api/documents/3364" } }, { @@ -272738,13 +272738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3364" + "$ref": "https://ils.rero.ch/api/documents/3364" } }, { @@ -272752,13 +272752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3364" + "$ref": "https://ils.rero.ch/api/documents/3364" } }, { @@ -272766,13 +272766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3363" + "$ref": "https://ils.rero.ch/api/documents/3363" } }, { @@ -272780,13 +272780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3363" + "$ref": "https://ils.rero.ch/api/documents/3363" } }, { @@ -272794,13 +272794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3363" + "$ref": "https://ils.rero.ch/api/documents/3363" } }, { @@ -272808,13 +272808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3363" + "$ref": "https://ils.rero.ch/api/documents/3363" } }, { @@ -272822,13 +272822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3363" + "$ref": "https://ils.rero.ch/api/documents/3363" } }, { @@ -272836,13 +272836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3362" + "$ref": "https://ils.rero.ch/api/documents/3362" } }, { @@ -272850,13 +272850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3362" + "$ref": "https://ils.rero.ch/api/documents/3362" } }, { @@ -272864,13 +272864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3361" + "$ref": "https://ils.rero.ch/api/documents/3361" } }, { @@ -272878,13 +272878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3361" + "$ref": "https://ils.rero.ch/api/documents/3361" } }, { @@ -272892,13 +272892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3361" + "$ref": "https://ils.rero.ch/api/documents/3361" } }, { @@ -272906,13 +272906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3361" + "$ref": "https://ils.rero.ch/api/documents/3361" } }, { @@ -272920,13 +272920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3361" + "$ref": "https://ils.rero.ch/api/documents/3361" } }, { @@ -272934,13 +272934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3360" + "$ref": "https://ils.rero.ch/api/documents/3360" } }, { @@ -272948,13 +272948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3360" + "$ref": "https://ils.rero.ch/api/documents/3360" } }, { @@ -272962,13 +272962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3360" + "$ref": "https://ils.rero.ch/api/documents/3360" } }, { @@ -272976,13 +272976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3359" + "$ref": "https://ils.rero.ch/api/documents/3359" } }, { @@ -272990,13 +272990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3359" + "$ref": "https://ils.rero.ch/api/documents/3359" } }, { @@ -273004,13 +273004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3359" + "$ref": "https://ils.rero.ch/api/documents/3359" } }, { @@ -273018,13 +273018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3359" + "$ref": "https://ils.rero.ch/api/documents/3359" } }, { @@ -273032,13 +273032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3358" + "$ref": "https://ils.rero.ch/api/documents/3358" } }, { @@ -273046,13 +273046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3358" + "$ref": "https://ils.rero.ch/api/documents/3358" } }, { @@ -273060,13 +273060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3358" + "$ref": "https://ils.rero.ch/api/documents/3358" } }, { @@ -273074,13 +273074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3357" + "$ref": "https://ils.rero.ch/api/documents/3357" } }, { @@ -273088,13 +273088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3357" + "$ref": "https://ils.rero.ch/api/documents/3357" } }, { @@ -273102,13 +273102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3357" + "$ref": "https://ils.rero.ch/api/documents/3357" } }, { @@ -273116,13 +273116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3357" + "$ref": "https://ils.rero.ch/api/documents/3357" } }, { @@ -273130,13 +273130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3357" + "$ref": "https://ils.rero.ch/api/documents/3357" } }, { @@ -273144,13 +273144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3356" + "$ref": "https://ils.rero.ch/api/documents/3356" } }, { @@ -273158,13 +273158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3356" + "$ref": "https://ils.rero.ch/api/documents/3356" } }, { @@ -273172,13 +273172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3355" + "$ref": "https://ils.rero.ch/api/documents/3355" } }, { @@ -273186,13 +273186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3355" + "$ref": "https://ils.rero.ch/api/documents/3355" } }, { @@ -273200,13 +273200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3355" + "$ref": "https://ils.rero.ch/api/documents/3355" } }, { @@ -273214,13 +273214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3355" + "$ref": "https://ils.rero.ch/api/documents/3355" } }, { @@ -273228,13 +273228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3354" + "$ref": "https://ils.rero.ch/api/documents/3354" } }, { @@ -273242,13 +273242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3354" + "$ref": "https://ils.rero.ch/api/documents/3354" } }, { @@ -273256,13 +273256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3354" + "$ref": "https://ils.rero.ch/api/documents/3354" } }, { @@ -273270,13 +273270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3354" + "$ref": "https://ils.rero.ch/api/documents/3354" } }, { @@ -273284,13 +273284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3353" + "$ref": "https://ils.rero.ch/api/documents/3353" } }, { @@ -273298,13 +273298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3352" + "$ref": "https://ils.rero.ch/api/documents/3352" } }, { @@ -273312,13 +273312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3352" + "$ref": "https://ils.rero.ch/api/documents/3352" } }, { @@ -273326,13 +273326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3351" + "$ref": "https://ils.rero.ch/api/documents/3351" } }, { @@ -273340,13 +273340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3351" + "$ref": "https://ils.rero.ch/api/documents/3351" } }, { @@ -273354,13 +273354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3350" + "$ref": "https://ils.rero.ch/api/documents/3350" } }, { @@ -273368,13 +273368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3350" + "$ref": "https://ils.rero.ch/api/documents/3350" } }, { @@ -273382,13 +273382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3350" + "$ref": "https://ils.rero.ch/api/documents/3350" } }, { @@ -273396,13 +273396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3349" + "$ref": "https://ils.rero.ch/api/documents/3349" } }, { @@ -273410,13 +273410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3349" + "$ref": "https://ils.rero.ch/api/documents/3349" } }, { @@ -273424,13 +273424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3348" + "$ref": "https://ils.rero.ch/api/documents/3348" } }, { @@ -273438,13 +273438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3348" + "$ref": "https://ils.rero.ch/api/documents/3348" } }, { @@ -273452,13 +273452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3348" + "$ref": "https://ils.rero.ch/api/documents/3348" } }, { @@ -273466,13 +273466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3348" + "$ref": "https://ils.rero.ch/api/documents/3348" } }, { @@ -273480,13 +273480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3347" + "$ref": "https://ils.rero.ch/api/documents/3347" } }, { @@ -273494,13 +273494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3347" + "$ref": "https://ils.rero.ch/api/documents/3347" } }, { @@ -273508,13 +273508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3347" + "$ref": "https://ils.rero.ch/api/documents/3347" } }, { @@ -273522,13 +273522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3346" + "$ref": "https://ils.rero.ch/api/documents/3346" } }, { @@ -273536,13 +273536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3345" + "$ref": "https://ils.rero.ch/api/documents/3345" } }, { @@ -273550,13 +273550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3345" + "$ref": "https://ils.rero.ch/api/documents/3345" } }, { @@ -273564,13 +273564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3345" + "$ref": "https://ils.rero.ch/api/documents/3345" } }, { @@ -273578,13 +273578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3344" + "$ref": "https://ils.rero.ch/api/documents/3344" } }, { @@ -273592,13 +273592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3344" + "$ref": "https://ils.rero.ch/api/documents/3344" } }, { @@ -273606,13 +273606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3344" + "$ref": "https://ils.rero.ch/api/documents/3344" } }, { @@ -273620,13 +273620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3344" + "$ref": "https://ils.rero.ch/api/documents/3344" } }, { @@ -273634,13 +273634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3344" + "$ref": "https://ils.rero.ch/api/documents/3344" } }, { @@ -273648,13 +273648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3343" + "$ref": "https://ils.rero.ch/api/documents/3343" } }, { @@ -273662,13 +273662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3342" + "$ref": "https://ils.rero.ch/api/documents/3342" } }, { @@ -273676,13 +273676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3341" + "$ref": "https://ils.rero.ch/api/documents/3341" } }, { @@ -273690,13 +273690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3341" + "$ref": "https://ils.rero.ch/api/documents/3341" } }, { @@ -273704,13 +273704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3341" + "$ref": "https://ils.rero.ch/api/documents/3341" } }, { @@ -273718,13 +273718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3341" + "$ref": "https://ils.rero.ch/api/documents/3341" } }, { @@ -273732,13 +273732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3341" + "$ref": "https://ils.rero.ch/api/documents/3341" } }, { @@ -273746,13 +273746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3340" + "$ref": "https://ils.rero.ch/api/documents/3340" } }, { @@ -273760,13 +273760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3340" + "$ref": "https://ils.rero.ch/api/documents/3340" } }, { @@ -273774,13 +273774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3340" + "$ref": "https://ils.rero.ch/api/documents/3340" } }, { @@ -273788,13 +273788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3340" + "$ref": "https://ils.rero.ch/api/documents/3340" } }, { @@ -273802,13 +273802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3339" + "$ref": "https://ils.rero.ch/api/documents/3339" } }, { @@ -273816,13 +273816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3339" + "$ref": "https://ils.rero.ch/api/documents/3339" } }, { @@ -273830,13 +273830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3338" + "$ref": "https://ils.rero.ch/api/documents/3338" } }, { @@ -273844,13 +273844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3337" + "$ref": "https://ils.rero.ch/api/documents/3337" } }, { @@ -273858,13 +273858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3337" + "$ref": "https://ils.rero.ch/api/documents/3337" } }, { @@ -273872,13 +273872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3337" + "$ref": "https://ils.rero.ch/api/documents/3337" } }, { @@ -273886,13 +273886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3337" + "$ref": "https://ils.rero.ch/api/documents/3337" } }, { @@ -273900,13 +273900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3337" + "$ref": "https://ils.rero.ch/api/documents/3337" } }, { @@ -273914,13 +273914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3336" + "$ref": "https://ils.rero.ch/api/documents/3336" } }, { @@ -273928,13 +273928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3335" + "$ref": "https://ils.rero.ch/api/documents/3335" } }, { @@ -273942,13 +273942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3335" + "$ref": "https://ils.rero.ch/api/documents/3335" } }, { @@ -273956,13 +273956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3335" + "$ref": "https://ils.rero.ch/api/documents/3335" } }, { @@ -273970,13 +273970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3335" + "$ref": "https://ils.rero.ch/api/documents/3335" } }, { @@ -273984,13 +273984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3334" + "$ref": "https://ils.rero.ch/api/documents/3334" } }, { @@ -273998,13 +273998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3333" + "$ref": "https://ils.rero.ch/api/documents/3333" } }, { @@ -274012,13 +274012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3332" + "$ref": "https://ils.rero.ch/api/documents/3332" } }, { @@ -274026,13 +274026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3332" + "$ref": "https://ils.rero.ch/api/documents/3332" } }, { @@ -274040,13 +274040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3332" + "$ref": "https://ils.rero.ch/api/documents/3332" } }, { @@ -274054,13 +274054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3332" + "$ref": "https://ils.rero.ch/api/documents/3332" } }, { @@ -274068,13 +274068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3332" + "$ref": "https://ils.rero.ch/api/documents/3332" } }, { @@ -274082,13 +274082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3331" + "$ref": "https://ils.rero.ch/api/documents/3331" } }, { @@ -274096,13 +274096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3331" + "$ref": "https://ils.rero.ch/api/documents/3331" } }, { @@ -274110,13 +274110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3330" + "$ref": "https://ils.rero.ch/api/documents/3330" } }, { @@ -274124,13 +274124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3329" + "$ref": "https://ils.rero.ch/api/documents/3329" } }, { @@ -274138,13 +274138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3329" + "$ref": "https://ils.rero.ch/api/documents/3329" } }, { @@ -274152,13 +274152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3329" + "$ref": "https://ils.rero.ch/api/documents/3329" } }, { @@ -274166,13 +274166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3329" + "$ref": "https://ils.rero.ch/api/documents/3329" } }, { @@ -274180,13 +274180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3329" + "$ref": "https://ils.rero.ch/api/documents/3329" } }, { @@ -274194,13 +274194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3328" + "$ref": "https://ils.rero.ch/api/documents/3328" } }, { @@ -274208,13 +274208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3328" + "$ref": "https://ils.rero.ch/api/documents/3328" } }, { @@ -274222,13 +274222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3328" + "$ref": "https://ils.rero.ch/api/documents/3328" } }, { @@ -274236,13 +274236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3328" + "$ref": "https://ils.rero.ch/api/documents/3328" } }, { @@ -274250,13 +274250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3328" + "$ref": "https://ils.rero.ch/api/documents/3328" } }, { @@ -274264,13 +274264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3327" + "$ref": "https://ils.rero.ch/api/documents/3327" } }, { @@ -274278,13 +274278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3327" + "$ref": "https://ils.rero.ch/api/documents/3327" } }, { @@ -274292,13 +274292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3327" + "$ref": "https://ils.rero.ch/api/documents/3327" } }, { @@ -274306,13 +274306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3326" + "$ref": "https://ils.rero.ch/api/documents/3326" } }, { @@ -274320,13 +274320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3326" + "$ref": "https://ils.rero.ch/api/documents/3326" } }, { @@ -274334,13 +274334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3326" + "$ref": "https://ils.rero.ch/api/documents/3326" } }, { @@ -274348,13 +274348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3325" + "$ref": "https://ils.rero.ch/api/documents/3325" } }, { @@ -274362,13 +274362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3324" + "$ref": "https://ils.rero.ch/api/documents/3324" } }, { @@ -274376,13 +274376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3324" + "$ref": "https://ils.rero.ch/api/documents/3324" } }, { @@ -274390,13 +274390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3324" + "$ref": "https://ils.rero.ch/api/documents/3324" } }, { @@ -274404,13 +274404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3324" + "$ref": "https://ils.rero.ch/api/documents/3324" } }, { @@ -274418,13 +274418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3324" + "$ref": "https://ils.rero.ch/api/documents/3324" } }, { @@ -274432,13 +274432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3323" + "$ref": "https://ils.rero.ch/api/documents/3323" } }, { @@ -274446,13 +274446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3322" + "$ref": "https://ils.rero.ch/api/documents/3322" } }, { @@ -274460,13 +274460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3322" + "$ref": "https://ils.rero.ch/api/documents/3322" } }, { @@ -274474,13 +274474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3321" + "$ref": "https://ils.rero.ch/api/documents/3321" } }, { @@ -274488,13 +274488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3320" + "$ref": "https://ils.rero.ch/api/documents/3320" } }, { @@ -274502,13 +274502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3319" + "$ref": "https://ils.rero.ch/api/documents/3319" } }, { @@ -274516,13 +274516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3319" + "$ref": "https://ils.rero.ch/api/documents/3319" } }, { @@ -274530,13 +274530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3319" + "$ref": "https://ils.rero.ch/api/documents/3319" } }, { @@ -274544,13 +274544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3319" + "$ref": "https://ils.rero.ch/api/documents/3319" } }, { @@ -274558,13 +274558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3319" + "$ref": "https://ils.rero.ch/api/documents/3319" } }, { @@ -274572,13 +274572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3318" + "$ref": "https://ils.rero.ch/api/documents/3318" } }, { @@ -274586,13 +274586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3317" + "$ref": "https://ils.rero.ch/api/documents/3317" } }, { @@ -274600,13 +274600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3316" + "$ref": "https://ils.rero.ch/api/documents/3316" } }, { @@ -274614,13 +274614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3316" + "$ref": "https://ils.rero.ch/api/documents/3316" } }, { @@ -274628,13 +274628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3316" + "$ref": "https://ils.rero.ch/api/documents/3316" } }, { @@ -274642,13 +274642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3316" + "$ref": "https://ils.rero.ch/api/documents/3316" } }, { @@ -274656,13 +274656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3315" + "$ref": "https://ils.rero.ch/api/documents/3315" } }, { @@ -274670,13 +274670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3315" + "$ref": "https://ils.rero.ch/api/documents/3315" } }, { @@ -274684,13 +274684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3315" + "$ref": "https://ils.rero.ch/api/documents/3315" } }, { @@ -274698,13 +274698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3315" + "$ref": "https://ils.rero.ch/api/documents/3315" } }, { @@ -274712,13 +274712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3315" + "$ref": "https://ils.rero.ch/api/documents/3315" } }, { @@ -274726,13 +274726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3314" + "$ref": "https://ils.rero.ch/api/documents/3314" } }, { @@ -274740,13 +274740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3313" + "$ref": "https://ils.rero.ch/api/documents/3313" } }, { @@ -274754,13 +274754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3313" + "$ref": "https://ils.rero.ch/api/documents/3313" } }, { @@ -274768,13 +274768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3313" + "$ref": "https://ils.rero.ch/api/documents/3313" } }, { @@ -274782,13 +274782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3312" + "$ref": "https://ils.rero.ch/api/documents/3312" } }, { @@ -274796,13 +274796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3312" + "$ref": "https://ils.rero.ch/api/documents/3312" } }, { @@ -274810,13 +274810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3312" + "$ref": "https://ils.rero.ch/api/documents/3312" } }, { @@ -274824,13 +274824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3311" + "$ref": "https://ils.rero.ch/api/documents/3311" } }, { @@ -274838,13 +274838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3311" + "$ref": "https://ils.rero.ch/api/documents/3311" } }, { @@ -274852,13 +274852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3311" + "$ref": "https://ils.rero.ch/api/documents/3311" } }, { @@ -274866,13 +274866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3311" + "$ref": "https://ils.rero.ch/api/documents/3311" } }, { @@ -274880,13 +274880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3310" + "$ref": "https://ils.rero.ch/api/documents/3310" } }, { @@ -274894,13 +274894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3310" + "$ref": "https://ils.rero.ch/api/documents/3310" } }, { @@ -274908,13 +274908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3310" + "$ref": "https://ils.rero.ch/api/documents/3310" } }, { @@ -274922,13 +274922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3310" + "$ref": "https://ils.rero.ch/api/documents/3310" } }, { @@ -274936,13 +274936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3310" + "$ref": "https://ils.rero.ch/api/documents/3310" } }, { @@ -274950,13 +274950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3309" + "$ref": "https://ils.rero.ch/api/documents/3309" } }, { @@ -274964,13 +274964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3308" + "$ref": "https://ils.rero.ch/api/documents/3308" } }, { @@ -274978,13 +274978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3308" + "$ref": "https://ils.rero.ch/api/documents/3308" } }, { @@ -274992,13 +274992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3308" + "$ref": "https://ils.rero.ch/api/documents/3308" } }, { @@ -275006,13 +275006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3308" + "$ref": "https://ils.rero.ch/api/documents/3308" } }, { @@ -275020,13 +275020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3307" + "$ref": "https://ils.rero.ch/api/documents/3307" } }, { @@ -275034,13 +275034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3307" + "$ref": "https://ils.rero.ch/api/documents/3307" } }, { @@ -275048,13 +275048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3307" + "$ref": "https://ils.rero.ch/api/documents/3307" } }, { @@ -275062,13 +275062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3307" + "$ref": "https://ils.rero.ch/api/documents/3307" } }, { @@ -275076,13 +275076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3306" + "$ref": "https://ils.rero.ch/api/documents/3306" } }, { @@ -275090,13 +275090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3305" + "$ref": "https://ils.rero.ch/api/documents/3305" } }, { @@ -275104,13 +275104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3304" + "$ref": "https://ils.rero.ch/api/documents/3304" } }, { @@ -275118,13 +275118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3304" + "$ref": "https://ils.rero.ch/api/documents/3304" } }, { @@ -275132,13 +275132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3304" + "$ref": "https://ils.rero.ch/api/documents/3304" } }, { @@ -275146,13 +275146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3304" + "$ref": "https://ils.rero.ch/api/documents/3304" } }, { @@ -275160,13 +275160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3303" + "$ref": "https://ils.rero.ch/api/documents/3303" } }, { @@ -275174,13 +275174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3303" + "$ref": "https://ils.rero.ch/api/documents/3303" } }, { @@ -275188,13 +275188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3303" + "$ref": "https://ils.rero.ch/api/documents/3303" } }, { @@ -275202,13 +275202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3303" + "$ref": "https://ils.rero.ch/api/documents/3303" } }, { @@ -275216,13 +275216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3303" + "$ref": "https://ils.rero.ch/api/documents/3303" } }, { @@ -275230,13 +275230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3302" + "$ref": "https://ils.rero.ch/api/documents/3302" } }, { @@ -275244,13 +275244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3301" + "$ref": "https://ils.rero.ch/api/documents/3301" } }, { @@ -275258,13 +275258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3301" + "$ref": "https://ils.rero.ch/api/documents/3301" } }, { @@ -275272,13 +275272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3301" + "$ref": "https://ils.rero.ch/api/documents/3301" } }, { @@ -275286,13 +275286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3301" + "$ref": "https://ils.rero.ch/api/documents/3301" } }, { @@ -275300,13 +275300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3301" + "$ref": "https://ils.rero.ch/api/documents/3301" } }, { @@ -275314,13 +275314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3300" + "$ref": "https://ils.rero.ch/api/documents/3300" } }, { @@ -275328,13 +275328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3300" + "$ref": "https://ils.rero.ch/api/documents/3300" } }, { @@ -275342,13 +275342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3300" + "$ref": "https://ils.rero.ch/api/documents/3300" } }, { @@ -275356,13 +275356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3299" + "$ref": "https://ils.rero.ch/api/documents/3299" } }, { @@ -275370,13 +275370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3299" + "$ref": "https://ils.rero.ch/api/documents/3299" } }, { @@ -275384,13 +275384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3299" + "$ref": "https://ils.rero.ch/api/documents/3299" } }, { @@ -275398,13 +275398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3298" + "$ref": "https://ils.rero.ch/api/documents/3298" } }, { @@ -275412,13 +275412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3297" + "$ref": "https://ils.rero.ch/api/documents/3297" } }, { @@ -275426,13 +275426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3297" + "$ref": "https://ils.rero.ch/api/documents/3297" } }, { @@ -275440,13 +275440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3297" + "$ref": "https://ils.rero.ch/api/documents/3297" } }, { @@ -275454,13 +275454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3297" + "$ref": "https://ils.rero.ch/api/documents/3297" } }, { @@ -275468,13 +275468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3296" + "$ref": "https://ils.rero.ch/api/documents/3296" } }, { @@ -275482,13 +275482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3296" + "$ref": "https://ils.rero.ch/api/documents/3296" } }, { @@ -275496,13 +275496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3295" + "$ref": "https://ils.rero.ch/api/documents/3295" } }, { @@ -275510,13 +275510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3295" + "$ref": "https://ils.rero.ch/api/documents/3295" } }, { @@ -275524,13 +275524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3294" + "$ref": "https://ils.rero.ch/api/documents/3294" } }, { @@ -275538,13 +275538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3294" + "$ref": "https://ils.rero.ch/api/documents/3294" } }, { @@ -275552,13 +275552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3294" + "$ref": "https://ils.rero.ch/api/documents/3294" } }, { @@ -275566,13 +275566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3294" + "$ref": "https://ils.rero.ch/api/documents/3294" } }, { @@ -275580,13 +275580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3294" + "$ref": "https://ils.rero.ch/api/documents/3294" } }, { @@ -275594,13 +275594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3293" + "$ref": "https://ils.rero.ch/api/documents/3293" } }, { @@ -275608,13 +275608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3293" + "$ref": "https://ils.rero.ch/api/documents/3293" } }, { @@ -275622,13 +275622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3292" + "$ref": "https://ils.rero.ch/api/documents/3292" } }, { @@ -275636,13 +275636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3292" + "$ref": "https://ils.rero.ch/api/documents/3292" } }, { @@ -275650,13 +275650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3292" + "$ref": "https://ils.rero.ch/api/documents/3292" } }, { @@ -275664,13 +275664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3292" + "$ref": "https://ils.rero.ch/api/documents/3292" } }, { @@ -275678,13 +275678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3291" + "$ref": "https://ils.rero.ch/api/documents/3291" } }, { @@ -275692,13 +275692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3291" + "$ref": "https://ils.rero.ch/api/documents/3291" } }, { @@ -275706,13 +275706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3291" + "$ref": "https://ils.rero.ch/api/documents/3291" } }, { @@ -275720,13 +275720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3290" + "$ref": "https://ils.rero.ch/api/documents/3290" } }, { @@ -275734,13 +275734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3289" + "$ref": "https://ils.rero.ch/api/documents/3289" } }, { @@ -275748,13 +275748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3289" + "$ref": "https://ils.rero.ch/api/documents/3289" } }, { @@ -275762,13 +275762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3289" + "$ref": "https://ils.rero.ch/api/documents/3289" } }, { @@ -275776,13 +275776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3289" + "$ref": "https://ils.rero.ch/api/documents/3289" } }, { @@ -275790,13 +275790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3288" + "$ref": "https://ils.rero.ch/api/documents/3288" } }, { @@ -275804,13 +275804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3288" + "$ref": "https://ils.rero.ch/api/documents/3288" } }, { @@ -275818,13 +275818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3288" + "$ref": "https://ils.rero.ch/api/documents/3288" } }, { @@ -275832,13 +275832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3287" + "$ref": "https://ils.rero.ch/api/documents/3287" } }, { @@ -275846,13 +275846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3286" + "$ref": "https://ils.rero.ch/api/documents/3286" } }, { @@ -275860,13 +275860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3286" + "$ref": "https://ils.rero.ch/api/documents/3286" } }, { @@ -275874,13 +275874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3286" + "$ref": "https://ils.rero.ch/api/documents/3286" } }, { @@ -275888,13 +275888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3285" + "$ref": "https://ils.rero.ch/api/documents/3285" } }, { @@ -275902,13 +275902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3285" + "$ref": "https://ils.rero.ch/api/documents/3285" } }, { @@ -275916,13 +275916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3285" + "$ref": "https://ils.rero.ch/api/documents/3285" } }, { @@ -275930,13 +275930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3284" + "$ref": "https://ils.rero.ch/api/documents/3284" } }, { @@ -275944,13 +275944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3284" + "$ref": "https://ils.rero.ch/api/documents/3284" } }, { @@ -275958,13 +275958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3284" + "$ref": "https://ils.rero.ch/api/documents/3284" } }, { @@ -275972,13 +275972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3284" + "$ref": "https://ils.rero.ch/api/documents/3284" } }, { @@ -275986,13 +275986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3283" + "$ref": "https://ils.rero.ch/api/documents/3283" } }, { @@ -276000,13 +276000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3283" + "$ref": "https://ils.rero.ch/api/documents/3283" } }, { @@ -276014,13 +276014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3283" + "$ref": "https://ils.rero.ch/api/documents/3283" } }, { @@ -276028,13 +276028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3283" + "$ref": "https://ils.rero.ch/api/documents/3283" } }, { @@ -276042,13 +276042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3283" + "$ref": "https://ils.rero.ch/api/documents/3283" } }, { @@ -276056,13 +276056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3282" + "$ref": "https://ils.rero.ch/api/documents/3282" } }, { @@ -276070,13 +276070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3281" + "$ref": "https://ils.rero.ch/api/documents/3281" } }, { @@ -276084,13 +276084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3280" + "$ref": "https://ils.rero.ch/api/documents/3280" } }, { @@ -276098,13 +276098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3280" + "$ref": "https://ils.rero.ch/api/documents/3280" } }, { @@ -276112,13 +276112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3279" + "$ref": "https://ils.rero.ch/api/documents/3279" } }, { @@ -276126,13 +276126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3279" + "$ref": "https://ils.rero.ch/api/documents/3279" } }, { @@ -276140,13 +276140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3279" + "$ref": "https://ils.rero.ch/api/documents/3279" } }, { @@ -276154,13 +276154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3279" + "$ref": "https://ils.rero.ch/api/documents/3279" } }, { @@ -276168,13 +276168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3278" + "$ref": "https://ils.rero.ch/api/documents/3278" } }, { @@ -276182,13 +276182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3278" + "$ref": "https://ils.rero.ch/api/documents/3278" } }, { @@ -276196,13 +276196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3278" + "$ref": "https://ils.rero.ch/api/documents/3278" } }, { @@ -276210,13 +276210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3277" + "$ref": "https://ils.rero.ch/api/documents/3277" } }, { @@ -276224,13 +276224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3277" + "$ref": "https://ils.rero.ch/api/documents/3277" } }, { @@ -276238,13 +276238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3277" + "$ref": "https://ils.rero.ch/api/documents/3277" } }, { @@ -276252,13 +276252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3277" + "$ref": "https://ils.rero.ch/api/documents/3277" } }, { @@ -276266,13 +276266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3276" + "$ref": "https://ils.rero.ch/api/documents/3276" } }, { @@ -276280,13 +276280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3276" + "$ref": "https://ils.rero.ch/api/documents/3276" } }, { @@ -276294,13 +276294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3276" + "$ref": "https://ils.rero.ch/api/documents/3276" } }, { @@ -276308,13 +276308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3275" + "$ref": "https://ils.rero.ch/api/documents/3275" } }, { @@ -276322,13 +276322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3275" + "$ref": "https://ils.rero.ch/api/documents/3275" } }, { @@ -276336,13 +276336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3275" + "$ref": "https://ils.rero.ch/api/documents/3275" } }, { @@ -276350,13 +276350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3275" + "$ref": "https://ils.rero.ch/api/documents/3275" } }, { @@ -276364,13 +276364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3274" + "$ref": "https://ils.rero.ch/api/documents/3274" } }, { @@ -276378,13 +276378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3274" + "$ref": "https://ils.rero.ch/api/documents/3274" } }, { @@ -276392,13 +276392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3274" + "$ref": "https://ils.rero.ch/api/documents/3274" } }, { @@ -276406,13 +276406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3274" + "$ref": "https://ils.rero.ch/api/documents/3274" } }, { @@ -276420,13 +276420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3273" + "$ref": "https://ils.rero.ch/api/documents/3273" } }, { @@ -276434,13 +276434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3273" + "$ref": "https://ils.rero.ch/api/documents/3273" } }, { @@ -276448,13 +276448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3273" + "$ref": "https://ils.rero.ch/api/documents/3273" } }, { @@ -276462,13 +276462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3273" + "$ref": "https://ils.rero.ch/api/documents/3273" } }, { @@ -276476,13 +276476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3272" + "$ref": "https://ils.rero.ch/api/documents/3272" } }, { @@ -276490,13 +276490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3272" + "$ref": "https://ils.rero.ch/api/documents/3272" } }, { @@ -276504,13 +276504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3272" + "$ref": "https://ils.rero.ch/api/documents/3272" } }, { @@ -276518,13 +276518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3271" + "$ref": "https://ils.rero.ch/api/documents/3271" } }, { @@ -276532,13 +276532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3270" + "$ref": "https://ils.rero.ch/api/documents/3270" } }, { @@ -276546,13 +276546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3269" + "$ref": "https://ils.rero.ch/api/documents/3269" } }, { @@ -276560,13 +276560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3269" + "$ref": "https://ils.rero.ch/api/documents/3269" } }, { @@ -276574,13 +276574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3269" + "$ref": "https://ils.rero.ch/api/documents/3269" } }, { @@ -276588,13 +276588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3269" + "$ref": "https://ils.rero.ch/api/documents/3269" } }, { @@ -276602,13 +276602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3268" + "$ref": "https://ils.rero.ch/api/documents/3268" } }, { @@ -276616,13 +276616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3268" + "$ref": "https://ils.rero.ch/api/documents/3268" } }, { @@ -276630,13 +276630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3267" + "$ref": "https://ils.rero.ch/api/documents/3267" } }, { @@ -276644,13 +276644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3266" + "$ref": "https://ils.rero.ch/api/documents/3266" } }, { @@ -276658,13 +276658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3266" + "$ref": "https://ils.rero.ch/api/documents/3266" } }, { @@ -276672,13 +276672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3266" + "$ref": "https://ils.rero.ch/api/documents/3266" } }, { @@ -276686,13 +276686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3266" + "$ref": "https://ils.rero.ch/api/documents/3266" } }, { @@ -276700,13 +276700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3265" + "$ref": "https://ils.rero.ch/api/documents/3265" } }, { @@ -276714,13 +276714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3265" + "$ref": "https://ils.rero.ch/api/documents/3265" } }, { @@ -276728,13 +276728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3264" + "$ref": "https://ils.rero.ch/api/documents/3264" } }, { @@ -276742,13 +276742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3264" + "$ref": "https://ils.rero.ch/api/documents/3264" } }, { @@ -276756,13 +276756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3264" + "$ref": "https://ils.rero.ch/api/documents/3264" } }, { @@ -276770,13 +276770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3264" + "$ref": "https://ils.rero.ch/api/documents/3264" } }, { @@ -276784,13 +276784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3264" + "$ref": "https://ils.rero.ch/api/documents/3264" } }, { @@ -276798,13 +276798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3263" + "$ref": "https://ils.rero.ch/api/documents/3263" } }, { @@ -276812,13 +276812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3262" + "$ref": "https://ils.rero.ch/api/documents/3262" } }, { @@ -276826,13 +276826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3262" + "$ref": "https://ils.rero.ch/api/documents/3262" } }, { @@ -276840,13 +276840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3261" + "$ref": "https://ils.rero.ch/api/documents/3261" } }, { @@ -276854,13 +276854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3261" + "$ref": "https://ils.rero.ch/api/documents/3261" } }, { @@ -276868,13 +276868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3261" + "$ref": "https://ils.rero.ch/api/documents/3261" } }, { @@ -276882,13 +276882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3261" + "$ref": "https://ils.rero.ch/api/documents/3261" } }, { @@ -276896,13 +276896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3261" + "$ref": "https://ils.rero.ch/api/documents/3261" } }, { @@ -276910,13 +276910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3260" + "$ref": "https://ils.rero.ch/api/documents/3260" } }, { @@ -276924,13 +276924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3259" + "$ref": "https://ils.rero.ch/api/documents/3259" } }, { @@ -276938,13 +276938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3259" + "$ref": "https://ils.rero.ch/api/documents/3259" } }, { @@ -276952,13 +276952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3258" + "$ref": "https://ils.rero.ch/api/documents/3258" } }, { @@ -276966,13 +276966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3257" + "$ref": "https://ils.rero.ch/api/documents/3257" } }, { @@ -276980,13 +276980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3257" + "$ref": "https://ils.rero.ch/api/documents/3257" } }, { @@ -276994,13 +276994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3256" + "$ref": "https://ils.rero.ch/api/documents/3256" } }, { @@ -277008,13 +277008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3256" + "$ref": "https://ils.rero.ch/api/documents/3256" } }, { @@ -277022,13 +277022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3255" + "$ref": "https://ils.rero.ch/api/documents/3255" } }, { @@ -277036,13 +277036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3255" + "$ref": "https://ils.rero.ch/api/documents/3255" } }, { @@ -277050,13 +277050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3255" + "$ref": "https://ils.rero.ch/api/documents/3255" } }, { @@ -277064,13 +277064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3255" + "$ref": "https://ils.rero.ch/api/documents/3255" } }, { @@ -277078,13 +277078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3255" + "$ref": "https://ils.rero.ch/api/documents/3255" } }, { @@ -277092,13 +277092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3254" + "$ref": "https://ils.rero.ch/api/documents/3254" } }, { @@ -277106,13 +277106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3254" + "$ref": "https://ils.rero.ch/api/documents/3254" } }, { @@ -277120,13 +277120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3253" + "$ref": "https://ils.rero.ch/api/documents/3253" } }, { @@ -277134,13 +277134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3253" + "$ref": "https://ils.rero.ch/api/documents/3253" } }, { @@ -277148,13 +277148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3253" + "$ref": "https://ils.rero.ch/api/documents/3253" } }, { @@ -277162,13 +277162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3253" + "$ref": "https://ils.rero.ch/api/documents/3253" } }, { @@ -277176,13 +277176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3252" + "$ref": "https://ils.rero.ch/api/documents/3252" } }, { @@ -277190,13 +277190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3252" + "$ref": "https://ils.rero.ch/api/documents/3252" } }, { @@ -277204,13 +277204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3252" + "$ref": "https://ils.rero.ch/api/documents/3252" } }, { @@ -277218,13 +277218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3252" + "$ref": "https://ils.rero.ch/api/documents/3252" } }, { @@ -277232,13 +277232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3252" + "$ref": "https://ils.rero.ch/api/documents/3252" } }, { @@ -277246,13 +277246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3251" + "$ref": "https://ils.rero.ch/api/documents/3251" } }, { @@ -277260,13 +277260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3250" + "$ref": "https://ils.rero.ch/api/documents/3250" } }, { @@ -277274,13 +277274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3250" + "$ref": "https://ils.rero.ch/api/documents/3250" } }, { @@ -277288,13 +277288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3250" + "$ref": "https://ils.rero.ch/api/documents/3250" } }, { @@ -277302,13 +277302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3250" + "$ref": "https://ils.rero.ch/api/documents/3250" } }, { @@ -277316,13 +277316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3250" + "$ref": "https://ils.rero.ch/api/documents/3250" } }, { @@ -277330,13 +277330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3249" + "$ref": "https://ils.rero.ch/api/documents/3249" } }, { @@ -277344,13 +277344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3249" + "$ref": "https://ils.rero.ch/api/documents/3249" } }, { @@ -277358,13 +277358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3249" + "$ref": "https://ils.rero.ch/api/documents/3249" } }, { @@ -277372,13 +277372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3248" + "$ref": "https://ils.rero.ch/api/documents/3248" } }, { @@ -277386,13 +277386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3247" + "$ref": "https://ils.rero.ch/api/documents/3247" } }, { @@ -277400,13 +277400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3247" + "$ref": "https://ils.rero.ch/api/documents/3247" } }, { @@ -277414,13 +277414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3247" + "$ref": "https://ils.rero.ch/api/documents/3247" } }, { @@ -277428,13 +277428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3247" + "$ref": "https://ils.rero.ch/api/documents/3247" } }, { @@ -277442,13 +277442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3246" + "$ref": "https://ils.rero.ch/api/documents/3246" } }, { @@ -277456,13 +277456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3246" + "$ref": "https://ils.rero.ch/api/documents/3246" } }, { @@ -277470,13 +277470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3245" + "$ref": "https://ils.rero.ch/api/documents/3245" } }, { @@ -277484,13 +277484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3244" + "$ref": "https://ils.rero.ch/api/documents/3244" } }, { @@ -277498,13 +277498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3244" + "$ref": "https://ils.rero.ch/api/documents/3244" } }, { @@ -277512,13 +277512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3244" + "$ref": "https://ils.rero.ch/api/documents/3244" } }, { @@ -277526,13 +277526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3243" + "$ref": "https://ils.rero.ch/api/documents/3243" } }, { @@ -277540,13 +277540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3243" + "$ref": "https://ils.rero.ch/api/documents/3243" } }, { @@ -277554,13 +277554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3243" + "$ref": "https://ils.rero.ch/api/documents/3243" } }, { @@ -277568,13 +277568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3243" + "$ref": "https://ils.rero.ch/api/documents/3243" } }, { @@ -277582,13 +277582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3242" + "$ref": "https://ils.rero.ch/api/documents/3242" } }, { @@ -277596,13 +277596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3242" + "$ref": "https://ils.rero.ch/api/documents/3242" } }, { @@ -277610,13 +277610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3241" + "$ref": "https://ils.rero.ch/api/documents/3241" } }, { @@ -277624,13 +277624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3241" + "$ref": "https://ils.rero.ch/api/documents/3241" } }, { @@ -277638,13 +277638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3241" + "$ref": "https://ils.rero.ch/api/documents/3241" } }, { @@ -277652,13 +277652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3241" + "$ref": "https://ils.rero.ch/api/documents/3241" } }, { @@ -277666,13 +277666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3240" + "$ref": "https://ils.rero.ch/api/documents/3240" } }, { @@ -277680,13 +277680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3240" + "$ref": "https://ils.rero.ch/api/documents/3240" } }, { @@ -277694,13 +277694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3240" + "$ref": "https://ils.rero.ch/api/documents/3240" } }, { @@ -277708,13 +277708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3239" + "$ref": "https://ils.rero.ch/api/documents/3239" } }, { @@ -277722,13 +277722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3239" + "$ref": "https://ils.rero.ch/api/documents/3239" } }, { @@ -277736,13 +277736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3238" + "$ref": "https://ils.rero.ch/api/documents/3238" } }, { @@ -277750,13 +277750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3238" + "$ref": "https://ils.rero.ch/api/documents/3238" } }, { @@ -277764,13 +277764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3238" + "$ref": "https://ils.rero.ch/api/documents/3238" } }, { @@ -277778,13 +277778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3238" + "$ref": "https://ils.rero.ch/api/documents/3238" } }, { @@ -277792,13 +277792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3238" + "$ref": "https://ils.rero.ch/api/documents/3238" } }, { @@ -277806,13 +277806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3237" + "$ref": "https://ils.rero.ch/api/documents/3237" } }, { @@ -277820,13 +277820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3237" + "$ref": "https://ils.rero.ch/api/documents/3237" } }, { @@ -277834,13 +277834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3237" + "$ref": "https://ils.rero.ch/api/documents/3237" } }, { @@ -277848,13 +277848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3237" + "$ref": "https://ils.rero.ch/api/documents/3237" } }, { @@ -277862,13 +277862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3237" + "$ref": "https://ils.rero.ch/api/documents/3237" } }, { @@ -277876,13 +277876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3236" + "$ref": "https://ils.rero.ch/api/documents/3236" } }, { @@ -277890,13 +277890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3236" + "$ref": "https://ils.rero.ch/api/documents/3236" } }, { @@ -277904,13 +277904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3236" + "$ref": "https://ils.rero.ch/api/documents/3236" } }, { @@ -277918,13 +277918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3236" + "$ref": "https://ils.rero.ch/api/documents/3236" } }, { @@ -277932,13 +277932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3236" + "$ref": "https://ils.rero.ch/api/documents/3236" } }, { @@ -277946,13 +277946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3235" + "$ref": "https://ils.rero.ch/api/documents/3235" } }, { @@ -277960,13 +277960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3235" + "$ref": "https://ils.rero.ch/api/documents/3235" } }, { @@ -277974,13 +277974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3235" + "$ref": "https://ils.rero.ch/api/documents/3235" } }, { @@ -277988,13 +277988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3234" + "$ref": "https://ils.rero.ch/api/documents/3234" } }, { @@ -278002,13 +278002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3234" + "$ref": "https://ils.rero.ch/api/documents/3234" } }, { @@ -278016,13 +278016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3234" + "$ref": "https://ils.rero.ch/api/documents/3234" } }, { @@ -278030,13 +278030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3234" + "$ref": "https://ils.rero.ch/api/documents/3234" } }, { @@ -278044,13 +278044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3233" + "$ref": "https://ils.rero.ch/api/documents/3233" } }, { @@ -278058,13 +278058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3233" + "$ref": "https://ils.rero.ch/api/documents/3233" } }, { @@ -278072,13 +278072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3233" + "$ref": "https://ils.rero.ch/api/documents/3233" } }, { @@ -278086,13 +278086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3232" + "$ref": "https://ils.rero.ch/api/documents/3232" } }, { @@ -278100,13 +278100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3232" + "$ref": "https://ils.rero.ch/api/documents/3232" } }, { @@ -278114,13 +278114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3231" + "$ref": "https://ils.rero.ch/api/documents/3231" } }, { @@ -278128,13 +278128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3231" + "$ref": "https://ils.rero.ch/api/documents/3231" } }, { @@ -278142,13 +278142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3231" + "$ref": "https://ils.rero.ch/api/documents/3231" } }, { @@ -278156,13 +278156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3230" + "$ref": "https://ils.rero.ch/api/documents/3230" } }, { @@ -278170,13 +278170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3230" + "$ref": "https://ils.rero.ch/api/documents/3230" } }, { @@ -278184,13 +278184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3229" + "$ref": "https://ils.rero.ch/api/documents/3229" } }, { @@ -278198,13 +278198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3228" + "$ref": "https://ils.rero.ch/api/documents/3228" } }, { @@ -278212,13 +278212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3227" + "$ref": "https://ils.rero.ch/api/documents/3227" } }, { @@ -278226,13 +278226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3227" + "$ref": "https://ils.rero.ch/api/documents/3227" } }, { @@ -278240,13 +278240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3227" + "$ref": "https://ils.rero.ch/api/documents/3227" } }, { @@ -278254,13 +278254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3227" + "$ref": "https://ils.rero.ch/api/documents/3227" } }, { @@ -278268,13 +278268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3226" + "$ref": "https://ils.rero.ch/api/documents/3226" } }, { @@ -278282,13 +278282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3226" + "$ref": "https://ils.rero.ch/api/documents/3226" } }, { @@ -278296,13 +278296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3226" + "$ref": "https://ils.rero.ch/api/documents/3226" } }, { @@ -278310,13 +278310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3225" + "$ref": "https://ils.rero.ch/api/documents/3225" } }, { @@ -278324,13 +278324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3225" + "$ref": "https://ils.rero.ch/api/documents/3225" } }, { @@ -278338,13 +278338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3225" + "$ref": "https://ils.rero.ch/api/documents/3225" } }, { @@ -278352,13 +278352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3225" + "$ref": "https://ils.rero.ch/api/documents/3225" } }, { @@ -278366,13 +278366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3225" + "$ref": "https://ils.rero.ch/api/documents/3225" } }, { @@ -278380,13 +278380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3224" + "$ref": "https://ils.rero.ch/api/documents/3224" } }, { @@ -278394,13 +278394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3224" + "$ref": "https://ils.rero.ch/api/documents/3224" } }, { @@ -278408,13 +278408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3223" + "$ref": "https://ils.rero.ch/api/documents/3223" } }, { @@ -278422,13 +278422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3223" + "$ref": "https://ils.rero.ch/api/documents/3223" } }, { @@ -278436,13 +278436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3223" + "$ref": "https://ils.rero.ch/api/documents/3223" } }, { @@ -278450,13 +278450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3223" + "$ref": "https://ils.rero.ch/api/documents/3223" } }, { @@ -278464,13 +278464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3223" + "$ref": "https://ils.rero.ch/api/documents/3223" } }, { @@ -278478,13 +278478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3222" + "$ref": "https://ils.rero.ch/api/documents/3222" } }, { @@ -278492,13 +278492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3222" + "$ref": "https://ils.rero.ch/api/documents/3222" } }, { @@ -278506,13 +278506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3222" + "$ref": "https://ils.rero.ch/api/documents/3222" } }, { @@ -278520,13 +278520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3222" + "$ref": "https://ils.rero.ch/api/documents/3222" } }, { @@ -278534,13 +278534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3222" + "$ref": "https://ils.rero.ch/api/documents/3222" } }, { @@ -278548,13 +278548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3221" + "$ref": "https://ils.rero.ch/api/documents/3221" } }, { @@ -278562,13 +278562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3221" + "$ref": "https://ils.rero.ch/api/documents/3221" } }, { @@ -278576,13 +278576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3221" + "$ref": "https://ils.rero.ch/api/documents/3221" } }, { @@ -278590,13 +278590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3221" + "$ref": "https://ils.rero.ch/api/documents/3221" } }, { @@ -278604,13 +278604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3221" + "$ref": "https://ils.rero.ch/api/documents/3221" } }, { @@ -278618,13 +278618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3220" + "$ref": "https://ils.rero.ch/api/documents/3220" } }, { @@ -278632,13 +278632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3220" + "$ref": "https://ils.rero.ch/api/documents/3220" } }, { @@ -278646,13 +278646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3220" + "$ref": "https://ils.rero.ch/api/documents/3220" } }, { @@ -278660,13 +278660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3220" + "$ref": "https://ils.rero.ch/api/documents/3220" } }, { @@ -278674,13 +278674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3219" + "$ref": "https://ils.rero.ch/api/documents/3219" } }, { @@ -278688,13 +278688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3219" + "$ref": "https://ils.rero.ch/api/documents/3219" } }, { @@ -278702,13 +278702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3219" + "$ref": "https://ils.rero.ch/api/documents/3219" } }, { @@ -278716,13 +278716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3219" + "$ref": "https://ils.rero.ch/api/documents/3219" } }, { @@ -278730,13 +278730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3219" + "$ref": "https://ils.rero.ch/api/documents/3219" } }, { @@ -278744,13 +278744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3218" + "$ref": "https://ils.rero.ch/api/documents/3218" } }, { @@ -278758,13 +278758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3218" + "$ref": "https://ils.rero.ch/api/documents/3218" } }, { @@ -278772,13 +278772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3218" + "$ref": "https://ils.rero.ch/api/documents/3218" } }, { @@ -278786,13 +278786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3218" + "$ref": "https://ils.rero.ch/api/documents/3218" } }, { @@ -278800,13 +278800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3217" + "$ref": "https://ils.rero.ch/api/documents/3217" } }, { @@ -278814,13 +278814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3217" + "$ref": "https://ils.rero.ch/api/documents/3217" } }, { @@ -278828,13 +278828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3217" + "$ref": "https://ils.rero.ch/api/documents/3217" } }, { @@ -278842,13 +278842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3217" + "$ref": "https://ils.rero.ch/api/documents/3217" } }, { @@ -278856,13 +278856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3216" + "$ref": "https://ils.rero.ch/api/documents/3216" } }, { @@ -278870,13 +278870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3216" + "$ref": "https://ils.rero.ch/api/documents/3216" } }, { @@ -278884,13 +278884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3216" + "$ref": "https://ils.rero.ch/api/documents/3216" } }, { @@ -278898,13 +278898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3216" + "$ref": "https://ils.rero.ch/api/documents/3216" } }, { @@ -278912,13 +278912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3215" + "$ref": "https://ils.rero.ch/api/documents/3215" } }, { @@ -278926,13 +278926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3215" + "$ref": "https://ils.rero.ch/api/documents/3215" } }, { @@ -278940,13 +278940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3215" + "$ref": "https://ils.rero.ch/api/documents/3215" } }, { @@ -278954,13 +278954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3215" + "$ref": "https://ils.rero.ch/api/documents/3215" } }, { @@ -278968,13 +278968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3215" + "$ref": "https://ils.rero.ch/api/documents/3215" } }, { @@ -278982,13 +278982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3214" + "$ref": "https://ils.rero.ch/api/documents/3214" } }, { @@ -278996,13 +278996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3214" + "$ref": "https://ils.rero.ch/api/documents/3214" } }, { @@ -279010,13 +279010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3214" + "$ref": "https://ils.rero.ch/api/documents/3214" } }, { @@ -279024,13 +279024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3213" + "$ref": "https://ils.rero.ch/api/documents/3213" } }, { @@ -279038,13 +279038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3212" + "$ref": "https://ils.rero.ch/api/documents/3212" } }, { @@ -279052,13 +279052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3212" + "$ref": "https://ils.rero.ch/api/documents/3212" } }, { @@ -279066,13 +279066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3211" + "$ref": "https://ils.rero.ch/api/documents/3211" } }, { @@ -279080,13 +279080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3211" + "$ref": "https://ils.rero.ch/api/documents/3211" } }, { @@ -279094,13 +279094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3210" + "$ref": "https://ils.rero.ch/api/documents/3210" } }, { @@ -279108,13 +279108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3210" + "$ref": "https://ils.rero.ch/api/documents/3210" } }, { @@ -279122,13 +279122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3210" + "$ref": "https://ils.rero.ch/api/documents/3210" } }, { @@ -279136,13 +279136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3210" + "$ref": "https://ils.rero.ch/api/documents/3210" } }, { @@ -279150,13 +279150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3210" + "$ref": "https://ils.rero.ch/api/documents/3210" } }, { @@ -279164,13 +279164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3209" + "$ref": "https://ils.rero.ch/api/documents/3209" } }, { @@ -279178,13 +279178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3209" + "$ref": "https://ils.rero.ch/api/documents/3209" } }, { @@ -279192,13 +279192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3208" + "$ref": "https://ils.rero.ch/api/documents/3208" } }, { @@ -279206,13 +279206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3208" + "$ref": "https://ils.rero.ch/api/documents/3208" } }, { @@ -279220,13 +279220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3207" + "$ref": "https://ils.rero.ch/api/documents/3207" } }, { @@ -279234,13 +279234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3207" + "$ref": "https://ils.rero.ch/api/documents/3207" } }, { @@ -279248,13 +279248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3207" + "$ref": "https://ils.rero.ch/api/documents/3207" } }, { @@ -279262,13 +279262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3207" + "$ref": "https://ils.rero.ch/api/documents/3207" } }, { @@ -279276,13 +279276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3207" + "$ref": "https://ils.rero.ch/api/documents/3207" } }, { @@ -279290,13 +279290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3206" + "$ref": "https://ils.rero.ch/api/documents/3206" } }, { @@ -279304,13 +279304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3206" + "$ref": "https://ils.rero.ch/api/documents/3206" } }, { @@ -279318,13 +279318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3205" + "$ref": "https://ils.rero.ch/api/documents/3205" } }, { @@ -279332,13 +279332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3204" + "$ref": "https://ils.rero.ch/api/documents/3204" } }, { @@ -279346,13 +279346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3203" + "$ref": "https://ils.rero.ch/api/documents/3203" } }, { @@ -279360,13 +279360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3203" + "$ref": "https://ils.rero.ch/api/documents/3203" } }, { @@ -279374,13 +279374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3203" + "$ref": "https://ils.rero.ch/api/documents/3203" } }, { @@ -279388,13 +279388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3203" + "$ref": "https://ils.rero.ch/api/documents/3203" } }, { @@ -279402,13 +279402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3202" + "$ref": "https://ils.rero.ch/api/documents/3202" } }, { @@ -279416,13 +279416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3202" + "$ref": "https://ils.rero.ch/api/documents/3202" } }, { @@ -279430,13 +279430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3201" + "$ref": "https://ils.rero.ch/api/documents/3201" } }, { @@ -279444,13 +279444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3201" + "$ref": "https://ils.rero.ch/api/documents/3201" } }, { @@ -279458,13 +279458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3200" + "$ref": "https://ils.rero.ch/api/documents/3200" } }, { @@ -279472,13 +279472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3200" + "$ref": "https://ils.rero.ch/api/documents/3200" } }, { @@ -279486,13 +279486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3200" + "$ref": "https://ils.rero.ch/api/documents/3200" } }, { @@ -279500,13 +279500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3200" + "$ref": "https://ils.rero.ch/api/documents/3200" } }, { @@ -279514,13 +279514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3200" + "$ref": "https://ils.rero.ch/api/documents/3200" } }, { @@ -279528,13 +279528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3199" + "$ref": "https://ils.rero.ch/api/documents/3199" } }, { @@ -279542,13 +279542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3199" + "$ref": "https://ils.rero.ch/api/documents/3199" } }, { @@ -279556,13 +279556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3199" + "$ref": "https://ils.rero.ch/api/documents/3199" } }, { @@ -279570,13 +279570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3199" + "$ref": "https://ils.rero.ch/api/documents/3199" } }, { @@ -279584,13 +279584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3199" + "$ref": "https://ils.rero.ch/api/documents/3199" } }, { @@ -279598,13 +279598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3198" + "$ref": "https://ils.rero.ch/api/documents/3198" } }, { @@ -279612,13 +279612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3198" + "$ref": "https://ils.rero.ch/api/documents/3198" } }, { @@ -279626,13 +279626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3198" + "$ref": "https://ils.rero.ch/api/documents/3198" } }, { @@ -279640,13 +279640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3198" + "$ref": "https://ils.rero.ch/api/documents/3198" } }, { @@ -279654,13 +279654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3197" + "$ref": "https://ils.rero.ch/api/documents/3197" } }, { @@ -279668,13 +279668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3197" + "$ref": "https://ils.rero.ch/api/documents/3197" } }, { @@ -279682,13 +279682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3197" + "$ref": "https://ils.rero.ch/api/documents/3197" } }, { @@ -279696,13 +279696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3197" + "$ref": "https://ils.rero.ch/api/documents/3197" } }, { @@ -279710,13 +279710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3196" + "$ref": "https://ils.rero.ch/api/documents/3196" } }, { @@ -279724,13 +279724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3195" + "$ref": "https://ils.rero.ch/api/documents/3195" } }, { @@ -279738,13 +279738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3195" + "$ref": "https://ils.rero.ch/api/documents/3195" } }, { @@ -279752,13 +279752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3195" + "$ref": "https://ils.rero.ch/api/documents/3195" } }, { @@ -279766,13 +279766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3194" + "$ref": "https://ils.rero.ch/api/documents/3194" } }, { @@ -279780,13 +279780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3194" + "$ref": "https://ils.rero.ch/api/documents/3194" } }, { @@ -279794,13 +279794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3193" + "$ref": "https://ils.rero.ch/api/documents/3193" } }, { @@ -279808,13 +279808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3193" + "$ref": "https://ils.rero.ch/api/documents/3193" } }, { @@ -279822,13 +279822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3193" + "$ref": "https://ils.rero.ch/api/documents/3193" } }, { @@ -279836,13 +279836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3193" + "$ref": "https://ils.rero.ch/api/documents/3193" } }, { @@ -279850,13 +279850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3192" + "$ref": "https://ils.rero.ch/api/documents/3192" } }, { @@ -279864,13 +279864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3192" + "$ref": "https://ils.rero.ch/api/documents/3192" } }, { @@ -279878,13 +279878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3192" + "$ref": "https://ils.rero.ch/api/documents/3192" } }, { @@ -279892,13 +279892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3192" + "$ref": "https://ils.rero.ch/api/documents/3192" } }, { @@ -279906,13 +279906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3192" + "$ref": "https://ils.rero.ch/api/documents/3192" } }, { @@ -279920,13 +279920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3191" + "$ref": "https://ils.rero.ch/api/documents/3191" } }, { @@ -279934,13 +279934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3191" + "$ref": "https://ils.rero.ch/api/documents/3191" } }, { @@ -279948,13 +279948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3191" + "$ref": "https://ils.rero.ch/api/documents/3191" } }, { @@ -279962,13 +279962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3191" + "$ref": "https://ils.rero.ch/api/documents/3191" } }, { @@ -279976,13 +279976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3191" + "$ref": "https://ils.rero.ch/api/documents/3191" } }, { @@ -279990,13 +279990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3190" + "$ref": "https://ils.rero.ch/api/documents/3190" } }, { @@ -280004,13 +280004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3190" + "$ref": "https://ils.rero.ch/api/documents/3190" } }, { @@ -280018,13 +280018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3190" + "$ref": "https://ils.rero.ch/api/documents/3190" } }, { @@ -280032,13 +280032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3190" + "$ref": "https://ils.rero.ch/api/documents/3190" } }, { @@ -280046,13 +280046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3189" + "$ref": "https://ils.rero.ch/api/documents/3189" } }, { @@ -280060,13 +280060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3189" + "$ref": "https://ils.rero.ch/api/documents/3189" } }, { @@ -280074,13 +280074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3188" + "$ref": "https://ils.rero.ch/api/documents/3188" } }, { @@ -280088,13 +280088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3188" + "$ref": "https://ils.rero.ch/api/documents/3188" } }, { @@ -280102,13 +280102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3188" + "$ref": "https://ils.rero.ch/api/documents/3188" } }, { @@ -280116,13 +280116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3188" + "$ref": "https://ils.rero.ch/api/documents/3188" } }, { @@ -280130,13 +280130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3188" + "$ref": "https://ils.rero.ch/api/documents/3188" } }, { @@ -280144,13 +280144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3187" + "$ref": "https://ils.rero.ch/api/documents/3187" } }, { @@ -280158,13 +280158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3187" + "$ref": "https://ils.rero.ch/api/documents/3187" } }, { @@ -280172,13 +280172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3187" + "$ref": "https://ils.rero.ch/api/documents/3187" } }, { @@ -280186,13 +280186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3187" + "$ref": "https://ils.rero.ch/api/documents/3187" } }, { @@ -280200,13 +280200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3187" + "$ref": "https://ils.rero.ch/api/documents/3187" } }, { @@ -280214,13 +280214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3186" + "$ref": "https://ils.rero.ch/api/documents/3186" } }, { @@ -280228,13 +280228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3186" + "$ref": "https://ils.rero.ch/api/documents/3186" } }, { @@ -280242,13 +280242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3185" + "$ref": "https://ils.rero.ch/api/documents/3185" } }, { @@ -280256,13 +280256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3185" + "$ref": "https://ils.rero.ch/api/documents/3185" } }, { @@ -280270,13 +280270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3185" + "$ref": "https://ils.rero.ch/api/documents/3185" } }, { @@ -280284,13 +280284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3185" + "$ref": "https://ils.rero.ch/api/documents/3185" } }, { @@ -280298,13 +280298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3184" + "$ref": "https://ils.rero.ch/api/documents/3184" } }, { @@ -280312,13 +280312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3184" + "$ref": "https://ils.rero.ch/api/documents/3184" } }, { @@ -280326,13 +280326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3184" + "$ref": "https://ils.rero.ch/api/documents/3184" } }, { @@ -280340,13 +280340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3184" + "$ref": "https://ils.rero.ch/api/documents/3184" } }, { @@ -280354,13 +280354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3183" + "$ref": "https://ils.rero.ch/api/documents/3183" } }, { @@ -280368,13 +280368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3183" + "$ref": "https://ils.rero.ch/api/documents/3183" } }, { @@ -280382,13 +280382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3183" + "$ref": "https://ils.rero.ch/api/documents/3183" } }, { @@ -280396,13 +280396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3183" + "$ref": "https://ils.rero.ch/api/documents/3183" } }, { @@ -280410,13 +280410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3182" + "$ref": "https://ils.rero.ch/api/documents/3182" } }, { @@ -280424,13 +280424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3181" + "$ref": "https://ils.rero.ch/api/documents/3181" } }, { @@ -280438,13 +280438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3181" + "$ref": "https://ils.rero.ch/api/documents/3181" } }, { @@ -280452,13 +280452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3180" + "$ref": "https://ils.rero.ch/api/documents/3180" } }, { @@ -280466,13 +280466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3179" + "$ref": "https://ils.rero.ch/api/documents/3179" } }, { @@ -280480,13 +280480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3179" + "$ref": "https://ils.rero.ch/api/documents/3179" } }, { @@ -280494,13 +280494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3178" + "$ref": "https://ils.rero.ch/api/documents/3178" } }, { @@ -280508,13 +280508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3178" + "$ref": "https://ils.rero.ch/api/documents/3178" } }, { @@ -280522,13 +280522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3178" + "$ref": "https://ils.rero.ch/api/documents/3178" } }, { @@ -280536,13 +280536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3178" + "$ref": "https://ils.rero.ch/api/documents/3178" } }, { @@ -280550,13 +280550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3177" + "$ref": "https://ils.rero.ch/api/documents/3177" } }, { @@ -280564,13 +280564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3177" + "$ref": "https://ils.rero.ch/api/documents/3177" } }, { @@ -280578,13 +280578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3177" + "$ref": "https://ils.rero.ch/api/documents/3177" } }, { @@ -280592,13 +280592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3177" + "$ref": "https://ils.rero.ch/api/documents/3177" } }, { @@ -280606,13 +280606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3177" + "$ref": "https://ils.rero.ch/api/documents/3177" } }, { @@ -280620,13 +280620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3176" + "$ref": "https://ils.rero.ch/api/documents/3176" } }, { @@ -280634,13 +280634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3176" + "$ref": "https://ils.rero.ch/api/documents/3176" } }, { @@ -280648,13 +280648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3176" + "$ref": "https://ils.rero.ch/api/documents/3176" } }, { @@ -280662,13 +280662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3176" + "$ref": "https://ils.rero.ch/api/documents/3176" } }, { @@ -280676,13 +280676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3176" + "$ref": "https://ils.rero.ch/api/documents/3176" } }, { @@ -280690,13 +280690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3175" + "$ref": "https://ils.rero.ch/api/documents/3175" } }, { @@ -280704,13 +280704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3175" + "$ref": "https://ils.rero.ch/api/documents/3175" } }, { @@ -280718,13 +280718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3175" + "$ref": "https://ils.rero.ch/api/documents/3175" } }, { @@ -280732,13 +280732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3175" + "$ref": "https://ils.rero.ch/api/documents/3175" } }, { @@ -280746,13 +280746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3174" + "$ref": "https://ils.rero.ch/api/documents/3174" } }, { @@ -280760,13 +280760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3173" + "$ref": "https://ils.rero.ch/api/documents/3173" } }, { @@ -280774,13 +280774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3172" + "$ref": "https://ils.rero.ch/api/documents/3172" } }, { @@ -280788,13 +280788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3172" + "$ref": "https://ils.rero.ch/api/documents/3172" } }, { @@ -280802,13 +280802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3172" + "$ref": "https://ils.rero.ch/api/documents/3172" } }, { @@ -280816,13 +280816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3171" + "$ref": "https://ils.rero.ch/api/documents/3171" } }, { @@ -280830,13 +280830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3171" + "$ref": "https://ils.rero.ch/api/documents/3171" } }, { @@ -280844,13 +280844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3171" + "$ref": "https://ils.rero.ch/api/documents/3171" } }, { @@ -280858,13 +280858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3171" + "$ref": "https://ils.rero.ch/api/documents/3171" } }, { @@ -280872,13 +280872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3171" + "$ref": "https://ils.rero.ch/api/documents/3171" } }, { @@ -280886,13 +280886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3170" + "$ref": "https://ils.rero.ch/api/documents/3170" } }, { @@ -280900,13 +280900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3170" + "$ref": "https://ils.rero.ch/api/documents/3170" } }, { @@ -280914,13 +280914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3170" + "$ref": "https://ils.rero.ch/api/documents/3170" } }, { @@ -280928,13 +280928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3169" + "$ref": "https://ils.rero.ch/api/documents/3169" } }, { @@ -280942,13 +280942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3169" + "$ref": "https://ils.rero.ch/api/documents/3169" } }, { @@ -280956,13 +280956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3169" + "$ref": "https://ils.rero.ch/api/documents/3169" } }, { @@ -280970,13 +280970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3168" + "$ref": "https://ils.rero.ch/api/documents/3168" } }, { @@ -280984,13 +280984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3168" + "$ref": "https://ils.rero.ch/api/documents/3168" } }, { @@ -280998,13 +280998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3168" + "$ref": "https://ils.rero.ch/api/documents/3168" } }, { @@ -281012,13 +281012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3168" + "$ref": "https://ils.rero.ch/api/documents/3168" } }, { @@ -281026,13 +281026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3167" + "$ref": "https://ils.rero.ch/api/documents/3167" } }, { @@ -281040,13 +281040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3166" + "$ref": "https://ils.rero.ch/api/documents/3166" } }, { @@ -281054,13 +281054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3166" + "$ref": "https://ils.rero.ch/api/documents/3166" } }, { @@ -281068,13 +281068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3165" + "$ref": "https://ils.rero.ch/api/documents/3165" } }, { @@ -281082,13 +281082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3164" + "$ref": "https://ils.rero.ch/api/documents/3164" } }, { @@ -281096,13 +281096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3164" + "$ref": "https://ils.rero.ch/api/documents/3164" } }, { @@ -281110,13 +281110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3163" + "$ref": "https://ils.rero.ch/api/documents/3163" } }, { @@ -281124,13 +281124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3163" + "$ref": "https://ils.rero.ch/api/documents/3163" } }, { @@ -281138,13 +281138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3162" + "$ref": "https://ils.rero.ch/api/documents/3162" } }, { @@ -281152,13 +281152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3161" + "$ref": "https://ils.rero.ch/api/documents/3161" } }, { @@ -281166,13 +281166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3161" + "$ref": "https://ils.rero.ch/api/documents/3161" } }, { @@ -281180,13 +281180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3160" + "$ref": "https://ils.rero.ch/api/documents/3160" } }, { @@ -281194,13 +281194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3160" + "$ref": "https://ils.rero.ch/api/documents/3160" } }, { @@ -281208,13 +281208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3160" + "$ref": "https://ils.rero.ch/api/documents/3160" } }, { @@ -281222,13 +281222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3160" + "$ref": "https://ils.rero.ch/api/documents/3160" } }, { @@ -281236,13 +281236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3160" + "$ref": "https://ils.rero.ch/api/documents/3160" } }, { @@ -281250,13 +281250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3159" + "$ref": "https://ils.rero.ch/api/documents/3159" } }, { @@ -281264,13 +281264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3159" + "$ref": "https://ils.rero.ch/api/documents/3159" } }, { @@ -281278,13 +281278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3159" + "$ref": "https://ils.rero.ch/api/documents/3159" } }, { @@ -281292,13 +281292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3158" + "$ref": "https://ils.rero.ch/api/documents/3158" } }, { @@ -281306,13 +281306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3157" + "$ref": "https://ils.rero.ch/api/documents/3157" } }, { @@ -281320,13 +281320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3157" + "$ref": "https://ils.rero.ch/api/documents/3157" } }, { @@ -281334,13 +281334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3157" + "$ref": "https://ils.rero.ch/api/documents/3157" } }, { @@ -281348,13 +281348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3157" + "$ref": "https://ils.rero.ch/api/documents/3157" } }, { @@ -281362,13 +281362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3156" + "$ref": "https://ils.rero.ch/api/documents/3156" } }, { @@ -281376,13 +281376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3156" + "$ref": "https://ils.rero.ch/api/documents/3156" } }, { @@ -281390,13 +281390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3156" + "$ref": "https://ils.rero.ch/api/documents/3156" } }, { @@ -281404,13 +281404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3156" + "$ref": "https://ils.rero.ch/api/documents/3156" } }, { @@ -281418,13 +281418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3156" + "$ref": "https://ils.rero.ch/api/documents/3156" } }, { @@ -281432,13 +281432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3155" + "$ref": "https://ils.rero.ch/api/documents/3155" } }, { @@ -281446,13 +281446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3155" + "$ref": "https://ils.rero.ch/api/documents/3155" } }, { @@ -281460,13 +281460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3155" + "$ref": "https://ils.rero.ch/api/documents/3155" } }, { @@ -281474,13 +281474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3155" + "$ref": "https://ils.rero.ch/api/documents/3155" } }, { @@ -281488,13 +281488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3155" + "$ref": "https://ils.rero.ch/api/documents/3155" } }, { @@ -281502,13 +281502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3154" + "$ref": "https://ils.rero.ch/api/documents/3154" } }, { @@ -281516,13 +281516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3154" + "$ref": "https://ils.rero.ch/api/documents/3154" } }, { @@ -281530,13 +281530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3153" + "$ref": "https://ils.rero.ch/api/documents/3153" } }, { @@ -281544,13 +281544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3152" + "$ref": "https://ils.rero.ch/api/documents/3152" } }, { @@ -281558,13 +281558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3151" + "$ref": "https://ils.rero.ch/api/documents/3151" } }, { @@ -281572,13 +281572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3150" + "$ref": "https://ils.rero.ch/api/documents/3150" } }, { @@ -281586,13 +281586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3150" + "$ref": "https://ils.rero.ch/api/documents/3150" } }, { @@ -281600,13 +281600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3149" + "$ref": "https://ils.rero.ch/api/documents/3149" } }, { @@ -281614,13 +281614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3149" + "$ref": "https://ils.rero.ch/api/documents/3149" } }, { @@ -281628,13 +281628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3149" + "$ref": "https://ils.rero.ch/api/documents/3149" } }, { @@ -281642,13 +281642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3149" + "$ref": "https://ils.rero.ch/api/documents/3149" } }, { @@ -281656,13 +281656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3148" + "$ref": "https://ils.rero.ch/api/documents/3148" } }, { @@ -281670,13 +281670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3148" + "$ref": "https://ils.rero.ch/api/documents/3148" } }, { @@ -281684,13 +281684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3148" + "$ref": "https://ils.rero.ch/api/documents/3148" } }, { @@ -281698,13 +281698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3148" + "$ref": "https://ils.rero.ch/api/documents/3148" } }, { @@ -281712,13 +281712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3147" + "$ref": "https://ils.rero.ch/api/documents/3147" } }, { @@ -281726,13 +281726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3147" + "$ref": "https://ils.rero.ch/api/documents/3147" } }, { @@ -281740,13 +281740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3146" + "$ref": "https://ils.rero.ch/api/documents/3146" } }, { @@ -281754,13 +281754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3146" + "$ref": "https://ils.rero.ch/api/documents/3146" } }, { @@ -281768,13 +281768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3146" + "$ref": "https://ils.rero.ch/api/documents/3146" } }, { @@ -281782,13 +281782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3146" + "$ref": "https://ils.rero.ch/api/documents/3146" } }, { @@ -281796,13 +281796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3146" + "$ref": "https://ils.rero.ch/api/documents/3146" } }, { @@ -281810,13 +281810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3145" + "$ref": "https://ils.rero.ch/api/documents/3145" } }, { @@ -281824,13 +281824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3145" + "$ref": "https://ils.rero.ch/api/documents/3145" } }, { @@ -281838,13 +281838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3144" + "$ref": "https://ils.rero.ch/api/documents/3144" } }, { @@ -281852,13 +281852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3144" + "$ref": "https://ils.rero.ch/api/documents/3144" } }, { @@ -281866,13 +281866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3144" + "$ref": "https://ils.rero.ch/api/documents/3144" } }, { @@ -281880,13 +281880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3144" + "$ref": "https://ils.rero.ch/api/documents/3144" } }, { @@ -281894,13 +281894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3144" + "$ref": "https://ils.rero.ch/api/documents/3144" } }, { @@ -281908,13 +281908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3143" + "$ref": "https://ils.rero.ch/api/documents/3143" } }, { @@ -281922,13 +281922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3143" + "$ref": "https://ils.rero.ch/api/documents/3143" } }, { @@ -281936,13 +281936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3143" + "$ref": "https://ils.rero.ch/api/documents/3143" } }, { @@ -281950,13 +281950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3143" + "$ref": "https://ils.rero.ch/api/documents/3143" } }, { @@ -281964,13 +281964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3143" + "$ref": "https://ils.rero.ch/api/documents/3143" } }, { @@ -281978,13 +281978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3142" + "$ref": "https://ils.rero.ch/api/documents/3142" } }, { @@ -281992,13 +281992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3142" + "$ref": "https://ils.rero.ch/api/documents/3142" } }, { @@ -282006,13 +282006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3142" + "$ref": "https://ils.rero.ch/api/documents/3142" } }, { @@ -282020,13 +282020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3141" + "$ref": "https://ils.rero.ch/api/documents/3141" } }, { @@ -282034,13 +282034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3141" + "$ref": "https://ils.rero.ch/api/documents/3141" } }, { @@ -282048,13 +282048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3141" + "$ref": "https://ils.rero.ch/api/documents/3141" } }, { @@ -282062,13 +282062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3141" + "$ref": "https://ils.rero.ch/api/documents/3141" } }, { @@ -282076,13 +282076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3141" + "$ref": "https://ils.rero.ch/api/documents/3141" } }, { @@ -282090,13 +282090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3140" + "$ref": "https://ils.rero.ch/api/documents/3140" } }, { @@ -282104,13 +282104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3140" + "$ref": "https://ils.rero.ch/api/documents/3140" } }, { @@ -282118,13 +282118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3140" + "$ref": "https://ils.rero.ch/api/documents/3140" } }, { @@ -282132,13 +282132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3140" + "$ref": "https://ils.rero.ch/api/documents/3140" } }, { @@ -282146,13 +282146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3140" + "$ref": "https://ils.rero.ch/api/documents/3140" } }, { @@ -282160,13 +282160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3139" + "$ref": "https://ils.rero.ch/api/documents/3139" } }, { @@ -282174,13 +282174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3138" + "$ref": "https://ils.rero.ch/api/documents/3138" } }, { @@ -282188,13 +282188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3138" + "$ref": "https://ils.rero.ch/api/documents/3138" } }, { @@ -282202,13 +282202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3138" + "$ref": "https://ils.rero.ch/api/documents/3138" } }, { @@ -282216,13 +282216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3138" + "$ref": "https://ils.rero.ch/api/documents/3138" } }, { @@ -282230,13 +282230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3137" + "$ref": "https://ils.rero.ch/api/documents/3137" } }, { @@ -282244,13 +282244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3137" + "$ref": "https://ils.rero.ch/api/documents/3137" } }, { @@ -282258,13 +282258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3136" + "$ref": "https://ils.rero.ch/api/documents/3136" } }, { @@ -282272,13 +282272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3136" + "$ref": "https://ils.rero.ch/api/documents/3136" } }, { @@ -282286,13 +282286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3136" + "$ref": "https://ils.rero.ch/api/documents/3136" } }, { @@ -282300,13 +282300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3136" + "$ref": "https://ils.rero.ch/api/documents/3136" } }, { @@ -282314,13 +282314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3135" + "$ref": "https://ils.rero.ch/api/documents/3135" } }, { @@ -282328,13 +282328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3135" + "$ref": "https://ils.rero.ch/api/documents/3135" } }, { @@ -282342,13 +282342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3134" + "$ref": "https://ils.rero.ch/api/documents/3134" } }, { @@ -282356,13 +282356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3134" + "$ref": "https://ils.rero.ch/api/documents/3134" } }, { @@ -282370,13 +282370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3134" + "$ref": "https://ils.rero.ch/api/documents/3134" } }, { @@ -282384,13 +282384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3134" + "$ref": "https://ils.rero.ch/api/documents/3134" } }, { @@ -282398,13 +282398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3133" + "$ref": "https://ils.rero.ch/api/documents/3133" } }, { @@ -282412,13 +282412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3133" + "$ref": "https://ils.rero.ch/api/documents/3133" } }, { @@ -282426,13 +282426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3133" + "$ref": "https://ils.rero.ch/api/documents/3133" } }, { @@ -282440,13 +282440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3133" + "$ref": "https://ils.rero.ch/api/documents/3133" } }, { @@ -282454,13 +282454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3133" + "$ref": "https://ils.rero.ch/api/documents/3133" } }, { @@ -282468,13 +282468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3132" + "$ref": "https://ils.rero.ch/api/documents/3132" } }, { @@ -282482,13 +282482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3132" + "$ref": "https://ils.rero.ch/api/documents/3132" } }, { @@ -282496,13 +282496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3132" + "$ref": "https://ils.rero.ch/api/documents/3132" } }, { @@ -282510,13 +282510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3132" + "$ref": "https://ils.rero.ch/api/documents/3132" } }, { @@ -282524,13 +282524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3132" + "$ref": "https://ils.rero.ch/api/documents/3132" } }, { @@ -282538,13 +282538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3131" + "$ref": "https://ils.rero.ch/api/documents/3131" } }, { @@ -282552,13 +282552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3131" + "$ref": "https://ils.rero.ch/api/documents/3131" } }, { @@ -282566,13 +282566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3131" + "$ref": "https://ils.rero.ch/api/documents/3131" } }, { @@ -282580,13 +282580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3131" + "$ref": "https://ils.rero.ch/api/documents/3131" } }, { @@ -282594,13 +282594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3131" + "$ref": "https://ils.rero.ch/api/documents/3131" } }, { @@ -282608,13 +282608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3130" + "$ref": "https://ils.rero.ch/api/documents/3130" } }, { @@ -282622,13 +282622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3130" + "$ref": "https://ils.rero.ch/api/documents/3130" } }, { @@ -282636,13 +282636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3130" + "$ref": "https://ils.rero.ch/api/documents/3130" } }, { @@ -282650,13 +282650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3129" + "$ref": "https://ils.rero.ch/api/documents/3129" } }, { @@ -282664,13 +282664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3129" + "$ref": "https://ils.rero.ch/api/documents/3129" } }, { @@ -282678,13 +282678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3129" + "$ref": "https://ils.rero.ch/api/documents/3129" } }, { @@ -282692,13 +282692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3128" + "$ref": "https://ils.rero.ch/api/documents/3128" } }, { @@ -282706,13 +282706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3128" + "$ref": "https://ils.rero.ch/api/documents/3128" } }, { @@ -282720,13 +282720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3128" + "$ref": "https://ils.rero.ch/api/documents/3128" } }, { @@ -282734,13 +282734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3128" + "$ref": "https://ils.rero.ch/api/documents/3128" } }, { @@ -282748,13 +282748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3128" + "$ref": "https://ils.rero.ch/api/documents/3128" } }, { @@ -282762,13 +282762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3127" + "$ref": "https://ils.rero.ch/api/documents/3127" } }, { @@ -282776,13 +282776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3127" + "$ref": "https://ils.rero.ch/api/documents/3127" } }, { @@ -282790,13 +282790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3127" + "$ref": "https://ils.rero.ch/api/documents/3127" } }, { @@ -282804,13 +282804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3126" + "$ref": "https://ils.rero.ch/api/documents/3126" } }, { @@ -282818,13 +282818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3126" + "$ref": "https://ils.rero.ch/api/documents/3126" } }, { @@ -282832,13 +282832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3125" + "$ref": "https://ils.rero.ch/api/documents/3125" } }, { @@ -282846,13 +282846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3124" + "$ref": "https://ils.rero.ch/api/documents/3124" } }, { @@ -282860,13 +282860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3123" + "$ref": "https://ils.rero.ch/api/documents/3123" } }, { @@ -282874,13 +282874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3122" + "$ref": "https://ils.rero.ch/api/documents/3122" } }, { @@ -282888,13 +282888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3121" + "$ref": "https://ils.rero.ch/api/documents/3121" } }, { @@ -282902,13 +282902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3121" + "$ref": "https://ils.rero.ch/api/documents/3121" } }, { @@ -282916,13 +282916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3121" + "$ref": "https://ils.rero.ch/api/documents/3121" } }, { @@ -282930,13 +282930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3120" + "$ref": "https://ils.rero.ch/api/documents/3120" } }, { @@ -282944,13 +282944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3120" + "$ref": "https://ils.rero.ch/api/documents/3120" } }, { @@ -282958,13 +282958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3120" + "$ref": "https://ils.rero.ch/api/documents/3120" } }, { @@ -282972,13 +282972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3120" + "$ref": "https://ils.rero.ch/api/documents/3120" } }, { @@ -282986,13 +282986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3120" + "$ref": "https://ils.rero.ch/api/documents/3120" } }, { @@ -283000,13 +283000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3119" + "$ref": "https://ils.rero.ch/api/documents/3119" } }, { @@ -283014,13 +283014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3118" + "$ref": "https://ils.rero.ch/api/documents/3118" } }, { @@ -283028,13 +283028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3118" + "$ref": "https://ils.rero.ch/api/documents/3118" } }, { @@ -283042,13 +283042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3118" + "$ref": "https://ils.rero.ch/api/documents/3118" } }, { @@ -283056,13 +283056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3118" + "$ref": "https://ils.rero.ch/api/documents/3118" } }, { @@ -283070,13 +283070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3117" + "$ref": "https://ils.rero.ch/api/documents/3117" } }, { @@ -283084,13 +283084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3117" + "$ref": "https://ils.rero.ch/api/documents/3117" } }, { @@ -283098,13 +283098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3117" + "$ref": "https://ils.rero.ch/api/documents/3117" } }, { @@ -283112,13 +283112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3117" + "$ref": "https://ils.rero.ch/api/documents/3117" } }, { @@ -283126,13 +283126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3117" + "$ref": "https://ils.rero.ch/api/documents/3117" } }, { @@ -283140,13 +283140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3116" + "$ref": "https://ils.rero.ch/api/documents/3116" } }, { @@ -283154,13 +283154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3116" + "$ref": "https://ils.rero.ch/api/documents/3116" } }, { @@ -283168,13 +283168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3116" + "$ref": "https://ils.rero.ch/api/documents/3116" } }, { @@ -283182,13 +283182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3116" + "$ref": "https://ils.rero.ch/api/documents/3116" } }, { @@ -283196,13 +283196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3116" + "$ref": "https://ils.rero.ch/api/documents/3116" } }, { @@ -283210,13 +283210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3115" + "$ref": "https://ils.rero.ch/api/documents/3115" } }, { @@ -283224,13 +283224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3115" + "$ref": "https://ils.rero.ch/api/documents/3115" } }, { @@ -283238,13 +283238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3114" + "$ref": "https://ils.rero.ch/api/documents/3114" } }, { @@ -283252,13 +283252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3114" + "$ref": "https://ils.rero.ch/api/documents/3114" } }, { @@ -283266,13 +283266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3114" + "$ref": "https://ils.rero.ch/api/documents/3114" } }, { @@ -283280,13 +283280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3114" + "$ref": "https://ils.rero.ch/api/documents/3114" } }, { @@ -283294,13 +283294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3113" + "$ref": "https://ils.rero.ch/api/documents/3113" } }, { @@ -283308,13 +283308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3112" + "$ref": "https://ils.rero.ch/api/documents/3112" } }, { @@ -283322,13 +283322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3112" + "$ref": "https://ils.rero.ch/api/documents/3112" } }, { @@ -283336,13 +283336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3112" + "$ref": "https://ils.rero.ch/api/documents/3112" } }, { @@ -283350,13 +283350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3112" + "$ref": "https://ils.rero.ch/api/documents/3112" } }, { @@ -283364,13 +283364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3112" + "$ref": "https://ils.rero.ch/api/documents/3112" } }, { @@ -283378,13 +283378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3111" + "$ref": "https://ils.rero.ch/api/documents/3111" } }, { @@ -283392,13 +283392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3110" + "$ref": "https://ils.rero.ch/api/documents/3110" } }, { @@ -283406,13 +283406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3109" + "$ref": "https://ils.rero.ch/api/documents/3109" } }, { @@ -283420,13 +283420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3108" + "$ref": "https://ils.rero.ch/api/documents/3108" } }, { @@ -283434,13 +283434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3108" + "$ref": "https://ils.rero.ch/api/documents/3108" } }, { @@ -283448,13 +283448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3108" + "$ref": "https://ils.rero.ch/api/documents/3108" } }, { @@ -283462,13 +283462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3108" + "$ref": "https://ils.rero.ch/api/documents/3108" } }, { @@ -283476,13 +283476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3108" + "$ref": "https://ils.rero.ch/api/documents/3108" } }, { @@ -283490,13 +283490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3107" + "$ref": "https://ils.rero.ch/api/documents/3107" } }, { @@ -283504,13 +283504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3107" + "$ref": "https://ils.rero.ch/api/documents/3107" } }, { @@ -283518,13 +283518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3107" + "$ref": "https://ils.rero.ch/api/documents/3107" } }, { @@ -283532,13 +283532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3107" + "$ref": "https://ils.rero.ch/api/documents/3107" } }, { @@ -283546,13 +283546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3106" + "$ref": "https://ils.rero.ch/api/documents/3106" } }, { @@ -283560,13 +283560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3106" + "$ref": "https://ils.rero.ch/api/documents/3106" } }, { @@ -283574,13 +283574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3106" + "$ref": "https://ils.rero.ch/api/documents/3106" } }, { @@ -283588,13 +283588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3105" + "$ref": "https://ils.rero.ch/api/documents/3105" } }, { @@ -283602,13 +283602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3104" + "$ref": "https://ils.rero.ch/api/documents/3104" } }, { @@ -283616,13 +283616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3104" + "$ref": "https://ils.rero.ch/api/documents/3104" } }, { @@ -283630,13 +283630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3104" + "$ref": "https://ils.rero.ch/api/documents/3104" } }, { @@ -283644,13 +283644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3103" + "$ref": "https://ils.rero.ch/api/documents/3103" } }, { @@ -283658,13 +283658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3103" + "$ref": "https://ils.rero.ch/api/documents/3103" } }, { @@ -283672,13 +283672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3102" + "$ref": "https://ils.rero.ch/api/documents/3102" } }, { @@ -283686,13 +283686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3102" + "$ref": "https://ils.rero.ch/api/documents/3102" } }, { @@ -283700,13 +283700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3102" + "$ref": "https://ils.rero.ch/api/documents/3102" } }, { @@ -283714,13 +283714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3102" + "$ref": "https://ils.rero.ch/api/documents/3102" } }, { @@ -283728,13 +283728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3101" + "$ref": "https://ils.rero.ch/api/documents/3101" } }, { @@ -283742,13 +283742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3101" + "$ref": "https://ils.rero.ch/api/documents/3101" } }, { @@ -283756,13 +283756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3101" + "$ref": "https://ils.rero.ch/api/documents/3101" } }, { @@ -283770,13 +283770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3101" + "$ref": "https://ils.rero.ch/api/documents/3101" } }, { @@ -283784,13 +283784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3101" + "$ref": "https://ils.rero.ch/api/documents/3101" } }, { @@ -283798,13 +283798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3100" + "$ref": "https://ils.rero.ch/api/documents/3100" } }, { @@ -283812,13 +283812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3100" + "$ref": "https://ils.rero.ch/api/documents/3100" } }, { @@ -283826,13 +283826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3100" + "$ref": "https://ils.rero.ch/api/documents/3100" } }, { @@ -283840,13 +283840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3100" + "$ref": "https://ils.rero.ch/api/documents/3100" } }, { @@ -283854,13 +283854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3099" + "$ref": "https://ils.rero.ch/api/documents/3099" } }, { @@ -283868,13 +283868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3099" + "$ref": "https://ils.rero.ch/api/documents/3099" } }, { @@ -283882,13 +283882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3099" + "$ref": "https://ils.rero.ch/api/documents/3099" } }, { @@ -283896,13 +283896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3098" + "$ref": "https://ils.rero.ch/api/documents/3098" } }, { @@ -283910,13 +283910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3098" + "$ref": "https://ils.rero.ch/api/documents/3098" } }, { @@ -283924,13 +283924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3097" + "$ref": "https://ils.rero.ch/api/documents/3097" } }, { @@ -283938,13 +283938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3097" + "$ref": "https://ils.rero.ch/api/documents/3097" } }, { @@ -283952,13 +283952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3097" + "$ref": "https://ils.rero.ch/api/documents/3097" } }, { @@ -283966,13 +283966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3097" + "$ref": "https://ils.rero.ch/api/documents/3097" } }, { @@ -283980,13 +283980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3096" + "$ref": "https://ils.rero.ch/api/documents/3096" } }, { @@ -283994,13 +283994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3095" + "$ref": "https://ils.rero.ch/api/documents/3095" } }, { @@ -284008,13 +284008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3095" + "$ref": "https://ils.rero.ch/api/documents/3095" } }, { @@ -284022,13 +284022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3094" + "$ref": "https://ils.rero.ch/api/documents/3094" } }, { @@ -284036,13 +284036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3093" + "$ref": "https://ils.rero.ch/api/documents/3093" } }, { @@ -284050,13 +284050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3093" + "$ref": "https://ils.rero.ch/api/documents/3093" } }, { @@ -284064,13 +284064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3092" + "$ref": "https://ils.rero.ch/api/documents/3092" } }, { @@ -284078,13 +284078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3092" + "$ref": "https://ils.rero.ch/api/documents/3092" } }, { @@ -284092,13 +284092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3092" + "$ref": "https://ils.rero.ch/api/documents/3092" } }, { @@ -284106,13 +284106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3091" + "$ref": "https://ils.rero.ch/api/documents/3091" } }, { @@ -284120,13 +284120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3090" + "$ref": "https://ils.rero.ch/api/documents/3090" } }, { @@ -284134,13 +284134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3090" + "$ref": "https://ils.rero.ch/api/documents/3090" } }, { @@ -284148,13 +284148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3090" + "$ref": "https://ils.rero.ch/api/documents/3090" } }, { @@ -284162,13 +284162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3090" + "$ref": "https://ils.rero.ch/api/documents/3090" } }, { @@ -284176,13 +284176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3089" + "$ref": "https://ils.rero.ch/api/documents/3089" } }, { @@ -284190,13 +284190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3089" + "$ref": "https://ils.rero.ch/api/documents/3089" } }, { @@ -284204,13 +284204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3089" + "$ref": "https://ils.rero.ch/api/documents/3089" } }, { @@ -284218,13 +284218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3089" + "$ref": "https://ils.rero.ch/api/documents/3089" } }, { @@ -284232,13 +284232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3089" + "$ref": "https://ils.rero.ch/api/documents/3089" } }, { @@ -284246,13 +284246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3088" + "$ref": "https://ils.rero.ch/api/documents/3088" } }, { @@ -284260,13 +284260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3088" + "$ref": "https://ils.rero.ch/api/documents/3088" } }, { @@ -284274,13 +284274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3088" + "$ref": "https://ils.rero.ch/api/documents/3088" } }, { @@ -284288,13 +284288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3088" + "$ref": "https://ils.rero.ch/api/documents/3088" } }, { @@ -284302,13 +284302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3088" + "$ref": "https://ils.rero.ch/api/documents/3088" } }, { @@ -284316,13 +284316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3087" + "$ref": "https://ils.rero.ch/api/documents/3087" } }, { @@ -284330,13 +284330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3087" + "$ref": "https://ils.rero.ch/api/documents/3087" } }, { @@ -284344,13 +284344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3087" + "$ref": "https://ils.rero.ch/api/documents/3087" } }, { @@ -284358,13 +284358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3087" + "$ref": "https://ils.rero.ch/api/documents/3087" } }, { @@ -284372,13 +284372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3087" + "$ref": "https://ils.rero.ch/api/documents/3087" } }, { @@ -284386,13 +284386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3086" + "$ref": "https://ils.rero.ch/api/documents/3086" } }, { @@ -284400,13 +284400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3085" + "$ref": "https://ils.rero.ch/api/documents/3085" } }, { @@ -284414,13 +284414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3084" + "$ref": "https://ils.rero.ch/api/documents/3084" } }, { @@ -284428,13 +284428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3084" + "$ref": "https://ils.rero.ch/api/documents/3084" } }, { @@ -284442,13 +284442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3084" + "$ref": "https://ils.rero.ch/api/documents/3084" } }, { @@ -284456,13 +284456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3084" + "$ref": "https://ils.rero.ch/api/documents/3084" } }, { @@ -284470,13 +284470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3083" + "$ref": "https://ils.rero.ch/api/documents/3083" } }, { @@ -284484,13 +284484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3083" + "$ref": "https://ils.rero.ch/api/documents/3083" } }, { @@ -284498,13 +284498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3082" + "$ref": "https://ils.rero.ch/api/documents/3082" } }, { @@ -284512,13 +284512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3082" + "$ref": "https://ils.rero.ch/api/documents/3082" } }, { @@ -284526,13 +284526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3082" + "$ref": "https://ils.rero.ch/api/documents/3082" } }, { @@ -284540,13 +284540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3082" + "$ref": "https://ils.rero.ch/api/documents/3082" } }, { @@ -284554,13 +284554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3082" + "$ref": "https://ils.rero.ch/api/documents/3082" } }, { @@ -284568,13 +284568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3081" + "$ref": "https://ils.rero.ch/api/documents/3081" } }, { @@ -284582,13 +284582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3081" + "$ref": "https://ils.rero.ch/api/documents/3081" } }, { @@ -284596,13 +284596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3081" + "$ref": "https://ils.rero.ch/api/documents/3081" } }, { @@ -284610,13 +284610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3081" + "$ref": "https://ils.rero.ch/api/documents/3081" } }, { @@ -284624,13 +284624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3081" + "$ref": "https://ils.rero.ch/api/documents/3081" } }, { @@ -284638,13 +284638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3080" + "$ref": "https://ils.rero.ch/api/documents/3080" } }, { @@ -284652,13 +284652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3080" + "$ref": "https://ils.rero.ch/api/documents/3080" } }, { @@ -284666,13 +284666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3080" + "$ref": "https://ils.rero.ch/api/documents/3080" } }, { @@ -284680,13 +284680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3080" + "$ref": "https://ils.rero.ch/api/documents/3080" } }, { @@ -284694,13 +284694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3080" + "$ref": "https://ils.rero.ch/api/documents/3080" } }, { @@ -284708,13 +284708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3079" + "$ref": "https://ils.rero.ch/api/documents/3079" } }, { @@ -284722,13 +284722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3078" + "$ref": "https://ils.rero.ch/api/documents/3078" } }, { @@ -284736,13 +284736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3078" + "$ref": "https://ils.rero.ch/api/documents/3078" } }, { @@ -284750,13 +284750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3078" + "$ref": "https://ils.rero.ch/api/documents/3078" } }, { @@ -284764,13 +284764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3078" + "$ref": "https://ils.rero.ch/api/documents/3078" } }, { @@ -284778,13 +284778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3077" + "$ref": "https://ils.rero.ch/api/documents/3077" } }, { @@ -284792,13 +284792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3077" + "$ref": "https://ils.rero.ch/api/documents/3077" } }, { @@ -284806,13 +284806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3077" + "$ref": "https://ils.rero.ch/api/documents/3077" } }, { @@ -284820,13 +284820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3076" + "$ref": "https://ils.rero.ch/api/documents/3076" } }, { @@ -284834,13 +284834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3075" + "$ref": "https://ils.rero.ch/api/documents/3075" } }, { @@ -284848,13 +284848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3074" + "$ref": "https://ils.rero.ch/api/documents/3074" } }, { @@ -284862,13 +284862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3074" + "$ref": "https://ils.rero.ch/api/documents/3074" } }, { @@ -284876,13 +284876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3074" + "$ref": "https://ils.rero.ch/api/documents/3074" } }, { @@ -284890,13 +284890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3074" + "$ref": "https://ils.rero.ch/api/documents/3074" } }, { @@ -284904,13 +284904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3074" + "$ref": "https://ils.rero.ch/api/documents/3074" } }, { @@ -284918,13 +284918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3073" + "$ref": "https://ils.rero.ch/api/documents/3073" } }, { @@ -284932,13 +284932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3073" + "$ref": "https://ils.rero.ch/api/documents/3073" } }, { @@ -284946,13 +284946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3073" + "$ref": "https://ils.rero.ch/api/documents/3073" } }, { @@ -284960,13 +284960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3073" + "$ref": "https://ils.rero.ch/api/documents/3073" } }, { @@ -284974,13 +284974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3073" + "$ref": "https://ils.rero.ch/api/documents/3073" } }, { @@ -284988,13 +284988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3072" + "$ref": "https://ils.rero.ch/api/documents/3072" } }, { @@ -285002,13 +285002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3072" + "$ref": "https://ils.rero.ch/api/documents/3072" } }, { @@ -285016,13 +285016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3071" + "$ref": "https://ils.rero.ch/api/documents/3071" } }, { @@ -285030,13 +285030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3071" + "$ref": "https://ils.rero.ch/api/documents/3071" } }, { @@ -285044,13 +285044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3070" + "$ref": "https://ils.rero.ch/api/documents/3070" } }, { @@ -285058,13 +285058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3070" + "$ref": "https://ils.rero.ch/api/documents/3070" } }, { @@ -285072,13 +285072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3069" + "$ref": "https://ils.rero.ch/api/documents/3069" } }, { @@ -285086,13 +285086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3069" + "$ref": "https://ils.rero.ch/api/documents/3069" } }, { @@ -285100,13 +285100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3069" + "$ref": "https://ils.rero.ch/api/documents/3069" } }, { @@ -285114,13 +285114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3068" + "$ref": "https://ils.rero.ch/api/documents/3068" } }, { @@ -285128,13 +285128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3068" + "$ref": "https://ils.rero.ch/api/documents/3068" } }, { @@ -285142,13 +285142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3068" + "$ref": "https://ils.rero.ch/api/documents/3068" } }, { @@ -285156,13 +285156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3068" + "$ref": "https://ils.rero.ch/api/documents/3068" } }, { @@ -285170,13 +285170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3067" + "$ref": "https://ils.rero.ch/api/documents/3067" } }, { @@ -285184,13 +285184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3067" + "$ref": "https://ils.rero.ch/api/documents/3067" } }, { @@ -285198,13 +285198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3067" + "$ref": "https://ils.rero.ch/api/documents/3067" } }, { @@ -285212,13 +285212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3066" + "$ref": "https://ils.rero.ch/api/documents/3066" } }, { @@ -285226,13 +285226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3065" + "$ref": "https://ils.rero.ch/api/documents/3065" } }, { @@ -285240,13 +285240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3065" + "$ref": "https://ils.rero.ch/api/documents/3065" } }, { @@ -285254,13 +285254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3064" + "$ref": "https://ils.rero.ch/api/documents/3064" } }, { @@ -285268,13 +285268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3064" + "$ref": "https://ils.rero.ch/api/documents/3064" } }, { @@ -285282,13 +285282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3064" + "$ref": "https://ils.rero.ch/api/documents/3064" } }, { @@ -285296,13 +285296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3063" + "$ref": "https://ils.rero.ch/api/documents/3063" } }, { @@ -285310,13 +285310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3063" + "$ref": "https://ils.rero.ch/api/documents/3063" } }, { @@ -285324,13 +285324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3063" + "$ref": "https://ils.rero.ch/api/documents/3063" } }, { @@ -285338,13 +285338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3063" + "$ref": "https://ils.rero.ch/api/documents/3063" } }, { @@ -285352,13 +285352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3063" + "$ref": "https://ils.rero.ch/api/documents/3063" } }, { @@ -285366,13 +285366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3062" + "$ref": "https://ils.rero.ch/api/documents/3062" } }, { @@ -285380,13 +285380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3062" + "$ref": "https://ils.rero.ch/api/documents/3062" } }, { @@ -285394,13 +285394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3062" + "$ref": "https://ils.rero.ch/api/documents/3062" } }, { @@ -285408,13 +285408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3061" + "$ref": "https://ils.rero.ch/api/documents/3061" } }, { @@ -285422,13 +285422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3061" + "$ref": "https://ils.rero.ch/api/documents/3061" } }, { @@ -285436,13 +285436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3061" + "$ref": "https://ils.rero.ch/api/documents/3061" } }, { @@ -285450,13 +285450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3060" + "$ref": "https://ils.rero.ch/api/documents/3060" } }, { @@ -285464,13 +285464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3060" + "$ref": "https://ils.rero.ch/api/documents/3060" } }, { @@ -285478,13 +285478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3060" + "$ref": "https://ils.rero.ch/api/documents/3060" } }, { @@ -285492,13 +285492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3059" + "$ref": "https://ils.rero.ch/api/documents/3059" } }, { @@ -285506,13 +285506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3059" + "$ref": "https://ils.rero.ch/api/documents/3059" } }, { @@ -285520,13 +285520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3059" + "$ref": "https://ils.rero.ch/api/documents/3059" } }, { @@ -285534,13 +285534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3058" + "$ref": "https://ils.rero.ch/api/documents/3058" } }, { @@ -285548,13 +285548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3058" + "$ref": "https://ils.rero.ch/api/documents/3058" } }, { @@ -285562,13 +285562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3058" + "$ref": "https://ils.rero.ch/api/documents/3058" } }, { @@ -285576,13 +285576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3058" + "$ref": "https://ils.rero.ch/api/documents/3058" } }, { @@ -285590,13 +285590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3058" + "$ref": "https://ils.rero.ch/api/documents/3058" } }, { @@ -285604,13 +285604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3057" + "$ref": "https://ils.rero.ch/api/documents/3057" } }, { @@ -285618,13 +285618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3057" + "$ref": "https://ils.rero.ch/api/documents/3057" } }, { @@ -285632,13 +285632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3056" + "$ref": "https://ils.rero.ch/api/documents/3056" } }, { @@ -285646,13 +285646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3056" + "$ref": "https://ils.rero.ch/api/documents/3056" } }, { @@ -285660,13 +285660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3056" + "$ref": "https://ils.rero.ch/api/documents/3056" } }, { @@ -285674,13 +285674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3055" + "$ref": "https://ils.rero.ch/api/documents/3055" } }, { @@ -285688,13 +285688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3055" + "$ref": "https://ils.rero.ch/api/documents/3055" } }, { @@ -285702,13 +285702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3054" + "$ref": "https://ils.rero.ch/api/documents/3054" } }, { @@ -285716,13 +285716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3054" + "$ref": "https://ils.rero.ch/api/documents/3054" } }, { @@ -285730,13 +285730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3053" + "$ref": "https://ils.rero.ch/api/documents/3053" } }, { @@ -285744,13 +285744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3052" + "$ref": "https://ils.rero.ch/api/documents/3052" } }, { @@ -285758,13 +285758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3052" + "$ref": "https://ils.rero.ch/api/documents/3052" } }, { @@ -285772,13 +285772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3052" + "$ref": "https://ils.rero.ch/api/documents/3052" } }, { @@ -285786,13 +285786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3052" + "$ref": "https://ils.rero.ch/api/documents/3052" } }, { @@ -285800,13 +285800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3052" + "$ref": "https://ils.rero.ch/api/documents/3052" } }, { @@ -285814,13 +285814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3051" + "$ref": "https://ils.rero.ch/api/documents/3051" } }, { @@ -285828,13 +285828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3051" + "$ref": "https://ils.rero.ch/api/documents/3051" } }, { @@ -285842,13 +285842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3051" + "$ref": "https://ils.rero.ch/api/documents/3051" } }, { @@ -285856,13 +285856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3050" + "$ref": "https://ils.rero.ch/api/documents/3050" } }, { @@ -285870,13 +285870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3050" + "$ref": "https://ils.rero.ch/api/documents/3050" } }, { @@ -285884,13 +285884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3050" + "$ref": "https://ils.rero.ch/api/documents/3050" } }, { @@ -285898,13 +285898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3050" + "$ref": "https://ils.rero.ch/api/documents/3050" } }, { @@ -285912,13 +285912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3050" + "$ref": "https://ils.rero.ch/api/documents/3050" } }, { @@ -285926,13 +285926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3049" + "$ref": "https://ils.rero.ch/api/documents/3049" } }, { @@ -285940,13 +285940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3049" + "$ref": "https://ils.rero.ch/api/documents/3049" } }, { @@ -285954,13 +285954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3049" + "$ref": "https://ils.rero.ch/api/documents/3049" } }, { @@ -285968,13 +285968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3048" + "$ref": "https://ils.rero.ch/api/documents/3048" } }, { @@ -285982,13 +285982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3048" + "$ref": "https://ils.rero.ch/api/documents/3048" } }, { @@ -285996,13 +285996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3048" + "$ref": "https://ils.rero.ch/api/documents/3048" } }, { @@ -286010,13 +286010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3048" + "$ref": "https://ils.rero.ch/api/documents/3048" } }, { @@ -286024,13 +286024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3048" + "$ref": "https://ils.rero.ch/api/documents/3048" } }, { @@ -286038,13 +286038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3047" + "$ref": "https://ils.rero.ch/api/documents/3047" } }, { @@ -286052,13 +286052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3046" + "$ref": "https://ils.rero.ch/api/documents/3046" } }, { @@ -286066,13 +286066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3046" + "$ref": "https://ils.rero.ch/api/documents/3046" } }, { @@ -286080,13 +286080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3046" + "$ref": "https://ils.rero.ch/api/documents/3046" } }, { @@ -286094,13 +286094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3045" + "$ref": "https://ils.rero.ch/api/documents/3045" } }, { @@ -286108,13 +286108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3045" + "$ref": "https://ils.rero.ch/api/documents/3045" } }, { @@ -286122,13 +286122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3045" + "$ref": "https://ils.rero.ch/api/documents/3045" } }, { @@ -286136,13 +286136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3045" + "$ref": "https://ils.rero.ch/api/documents/3045" } }, { @@ -286150,13 +286150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3044" + "$ref": "https://ils.rero.ch/api/documents/3044" } }, { @@ -286164,13 +286164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3044" + "$ref": "https://ils.rero.ch/api/documents/3044" } }, { @@ -286178,13 +286178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3044" + "$ref": "https://ils.rero.ch/api/documents/3044" } }, { @@ -286192,13 +286192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3044" + "$ref": "https://ils.rero.ch/api/documents/3044" } }, { @@ -286206,13 +286206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3043" + "$ref": "https://ils.rero.ch/api/documents/3043" } }, { @@ -286220,13 +286220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3043" + "$ref": "https://ils.rero.ch/api/documents/3043" } }, { @@ -286234,13 +286234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3042" + "$ref": "https://ils.rero.ch/api/documents/3042" } }, { @@ -286248,13 +286248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3042" + "$ref": "https://ils.rero.ch/api/documents/3042" } }, { @@ -286262,13 +286262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3041" + "$ref": "https://ils.rero.ch/api/documents/3041" } }, { @@ -286276,13 +286276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3041" + "$ref": "https://ils.rero.ch/api/documents/3041" } }, { @@ -286290,13 +286290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3041" + "$ref": "https://ils.rero.ch/api/documents/3041" } }, { @@ -286304,13 +286304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3041" + "$ref": "https://ils.rero.ch/api/documents/3041" } }, { @@ -286318,13 +286318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3040" + "$ref": "https://ils.rero.ch/api/documents/3040" } }, { @@ -286332,13 +286332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3040" + "$ref": "https://ils.rero.ch/api/documents/3040" } }, { @@ -286346,13 +286346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3040" + "$ref": "https://ils.rero.ch/api/documents/3040" } }, { @@ -286360,13 +286360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3040" + "$ref": "https://ils.rero.ch/api/documents/3040" } }, { @@ -286374,13 +286374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3039" + "$ref": "https://ils.rero.ch/api/documents/3039" } }, { @@ -286388,13 +286388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3038" + "$ref": "https://ils.rero.ch/api/documents/3038" } }, { @@ -286402,13 +286402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3038" + "$ref": "https://ils.rero.ch/api/documents/3038" } }, { @@ -286416,13 +286416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3038" + "$ref": "https://ils.rero.ch/api/documents/3038" } }, { @@ -286430,13 +286430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3038" + "$ref": "https://ils.rero.ch/api/documents/3038" } }, { @@ -286444,13 +286444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3037" + "$ref": "https://ils.rero.ch/api/documents/3037" } }, { @@ -286458,13 +286458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3037" + "$ref": "https://ils.rero.ch/api/documents/3037" } }, { @@ -286472,13 +286472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3037" + "$ref": "https://ils.rero.ch/api/documents/3037" } }, { @@ -286486,13 +286486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3037" + "$ref": "https://ils.rero.ch/api/documents/3037" } }, { @@ -286500,13 +286500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3037" + "$ref": "https://ils.rero.ch/api/documents/3037" } }, { @@ -286514,13 +286514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3036" + "$ref": "https://ils.rero.ch/api/documents/3036" } }, { @@ -286528,13 +286528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3036" + "$ref": "https://ils.rero.ch/api/documents/3036" } }, { @@ -286542,13 +286542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3035" + "$ref": "https://ils.rero.ch/api/documents/3035" } }, { @@ -286556,13 +286556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3035" + "$ref": "https://ils.rero.ch/api/documents/3035" } }, { @@ -286570,13 +286570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3035" + "$ref": "https://ils.rero.ch/api/documents/3035" } }, { @@ -286584,13 +286584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3034" + "$ref": "https://ils.rero.ch/api/documents/3034" } }, { @@ -286598,13 +286598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3034" + "$ref": "https://ils.rero.ch/api/documents/3034" } }, { @@ -286612,13 +286612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3033" + "$ref": "https://ils.rero.ch/api/documents/3033" } }, { @@ -286626,13 +286626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3033" + "$ref": "https://ils.rero.ch/api/documents/3033" } }, { @@ -286640,13 +286640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3033" + "$ref": "https://ils.rero.ch/api/documents/3033" } }, { @@ -286654,13 +286654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3032" + "$ref": "https://ils.rero.ch/api/documents/3032" } }, { @@ -286668,13 +286668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3032" + "$ref": "https://ils.rero.ch/api/documents/3032" } }, { @@ -286682,13 +286682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3031" + "$ref": "https://ils.rero.ch/api/documents/3031" } }, { @@ -286696,13 +286696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3031" + "$ref": "https://ils.rero.ch/api/documents/3031" } }, { @@ -286710,13 +286710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3030" + "$ref": "https://ils.rero.ch/api/documents/3030" } }, { @@ -286724,13 +286724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3030" + "$ref": "https://ils.rero.ch/api/documents/3030" } }, { @@ -286738,13 +286738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3030" + "$ref": "https://ils.rero.ch/api/documents/3030" } }, { @@ -286752,13 +286752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3029" + "$ref": "https://ils.rero.ch/api/documents/3029" } }, { @@ -286766,13 +286766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3028" + "$ref": "https://ils.rero.ch/api/documents/3028" } }, { @@ -286780,13 +286780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3028" + "$ref": "https://ils.rero.ch/api/documents/3028" } }, { @@ -286794,13 +286794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3027" + "$ref": "https://ils.rero.ch/api/documents/3027" } }, { @@ -286808,13 +286808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3027" + "$ref": "https://ils.rero.ch/api/documents/3027" } }, { @@ -286822,13 +286822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3026" + "$ref": "https://ils.rero.ch/api/documents/3026" } }, { @@ -286836,13 +286836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3026" + "$ref": "https://ils.rero.ch/api/documents/3026" } }, { @@ -286850,13 +286850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3026" + "$ref": "https://ils.rero.ch/api/documents/3026" } }, { @@ -286864,13 +286864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3026" + "$ref": "https://ils.rero.ch/api/documents/3026" } }, { @@ -286878,13 +286878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3026" + "$ref": "https://ils.rero.ch/api/documents/3026" } }, { @@ -286892,13 +286892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3025" + "$ref": "https://ils.rero.ch/api/documents/3025" } }, { @@ -286906,13 +286906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3025" + "$ref": "https://ils.rero.ch/api/documents/3025" } }, { @@ -286920,13 +286920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3025" + "$ref": "https://ils.rero.ch/api/documents/3025" } }, { @@ -286934,13 +286934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3024" + "$ref": "https://ils.rero.ch/api/documents/3024" } }, { @@ -286948,13 +286948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3024" + "$ref": "https://ils.rero.ch/api/documents/3024" } }, { @@ -286962,13 +286962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3024" + "$ref": "https://ils.rero.ch/api/documents/3024" } }, { @@ -286976,13 +286976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3024" + "$ref": "https://ils.rero.ch/api/documents/3024" } }, { @@ -286990,13 +286990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3023" + "$ref": "https://ils.rero.ch/api/documents/3023" } }, { @@ -287004,13 +287004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3023" + "$ref": "https://ils.rero.ch/api/documents/3023" } }, { @@ -287018,13 +287018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3023" + "$ref": "https://ils.rero.ch/api/documents/3023" } }, { @@ -287032,13 +287032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3022" + "$ref": "https://ils.rero.ch/api/documents/3022" } }, { @@ -287046,13 +287046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3022" + "$ref": "https://ils.rero.ch/api/documents/3022" } }, { @@ -287060,13 +287060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3021" + "$ref": "https://ils.rero.ch/api/documents/3021" } }, { @@ -287074,13 +287074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3021" + "$ref": "https://ils.rero.ch/api/documents/3021" } }, { @@ -287088,13 +287088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3020" + "$ref": "https://ils.rero.ch/api/documents/3020" } }, { @@ -287102,13 +287102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3020" + "$ref": "https://ils.rero.ch/api/documents/3020" } }, { @@ -287116,13 +287116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3020" + "$ref": "https://ils.rero.ch/api/documents/3020" } }, { @@ -287130,13 +287130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3019" + "$ref": "https://ils.rero.ch/api/documents/3019" } }, { @@ -287144,13 +287144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3019" + "$ref": "https://ils.rero.ch/api/documents/3019" } }, { @@ -287158,13 +287158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3018" + "$ref": "https://ils.rero.ch/api/documents/3018" } }, { @@ -287172,13 +287172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3018" + "$ref": "https://ils.rero.ch/api/documents/3018" } }, { @@ -287186,13 +287186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3018" + "$ref": "https://ils.rero.ch/api/documents/3018" } }, { @@ -287200,13 +287200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3018" + "$ref": "https://ils.rero.ch/api/documents/3018" } }, { @@ -287214,13 +287214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3018" + "$ref": "https://ils.rero.ch/api/documents/3018" } }, { @@ -287228,13 +287228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3017" + "$ref": "https://ils.rero.ch/api/documents/3017" } }, { @@ -287242,13 +287242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3016" + "$ref": "https://ils.rero.ch/api/documents/3016" } }, { @@ -287256,13 +287256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3015" + "$ref": "https://ils.rero.ch/api/documents/3015" } }, { @@ -287270,13 +287270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3015" + "$ref": "https://ils.rero.ch/api/documents/3015" } }, { @@ -287284,13 +287284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3015" + "$ref": "https://ils.rero.ch/api/documents/3015" } }, { @@ -287298,13 +287298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3015" + "$ref": "https://ils.rero.ch/api/documents/3015" } }, { @@ -287312,13 +287312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3014" + "$ref": "https://ils.rero.ch/api/documents/3014" } }, { @@ -287326,13 +287326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3014" + "$ref": "https://ils.rero.ch/api/documents/3014" } }, { @@ -287340,13 +287340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3014" + "$ref": "https://ils.rero.ch/api/documents/3014" } }, { @@ -287354,13 +287354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3014" + "$ref": "https://ils.rero.ch/api/documents/3014" } }, { @@ -287368,13 +287368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3013" + "$ref": "https://ils.rero.ch/api/documents/3013" } }, { @@ -287382,13 +287382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3013" + "$ref": "https://ils.rero.ch/api/documents/3013" } }, { @@ -287396,13 +287396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3013" + "$ref": "https://ils.rero.ch/api/documents/3013" } }, { @@ -287410,13 +287410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3012" + "$ref": "https://ils.rero.ch/api/documents/3012" } }, { @@ -287424,13 +287424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3012" + "$ref": "https://ils.rero.ch/api/documents/3012" } }, { @@ -287438,13 +287438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3012" + "$ref": "https://ils.rero.ch/api/documents/3012" } }, { @@ -287452,13 +287452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3012" + "$ref": "https://ils.rero.ch/api/documents/3012" } }, { @@ -287466,13 +287466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3012" + "$ref": "https://ils.rero.ch/api/documents/3012" } }, { @@ -287480,13 +287480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3011" + "$ref": "https://ils.rero.ch/api/documents/3011" } }, { @@ -287494,13 +287494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3011" + "$ref": "https://ils.rero.ch/api/documents/3011" } }, { @@ -287508,13 +287508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3011" + "$ref": "https://ils.rero.ch/api/documents/3011" } }, { @@ -287522,13 +287522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3011" + "$ref": "https://ils.rero.ch/api/documents/3011" } }, { @@ -287536,13 +287536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3010" + "$ref": "https://ils.rero.ch/api/documents/3010" } }, { @@ -287550,13 +287550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3010" + "$ref": "https://ils.rero.ch/api/documents/3010" } }, { @@ -287564,13 +287564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3009" + "$ref": "https://ils.rero.ch/api/documents/3009" } }, { @@ -287578,13 +287578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3009" + "$ref": "https://ils.rero.ch/api/documents/3009" } }, { @@ -287592,13 +287592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3009" + "$ref": "https://ils.rero.ch/api/documents/3009" } }, { @@ -287606,13 +287606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3009" + "$ref": "https://ils.rero.ch/api/documents/3009" } }, { @@ -287620,13 +287620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3008" + "$ref": "https://ils.rero.ch/api/documents/3008" } }, { @@ -287634,13 +287634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3008" + "$ref": "https://ils.rero.ch/api/documents/3008" } }, { @@ -287648,13 +287648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3008" + "$ref": "https://ils.rero.ch/api/documents/3008" } }, { @@ -287662,13 +287662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3007" + "$ref": "https://ils.rero.ch/api/documents/3007" } }, { @@ -287676,13 +287676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3007" + "$ref": "https://ils.rero.ch/api/documents/3007" } }, { @@ -287690,13 +287690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3006" + "$ref": "https://ils.rero.ch/api/documents/3006" } }, { @@ -287704,13 +287704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3006" + "$ref": "https://ils.rero.ch/api/documents/3006" } }, { @@ -287718,13 +287718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3005" + "$ref": "https://ils.rero.ch/api/documents/3005" } }, { @@ -287732,13 +287732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3005" + "$ref": "https://ils.rero.ch/api/documents/3005" } }, { @@ -287746,13 +287746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3005" + "$ref": "https://ils.rero.ch/api/documents/3005" } }, { @@ -287760,13 +287760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3005" + "$ref": "https://ils.rero.ch/api/documents/3005" } }, { @@ -287774,13 +287774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3004" + "$ref": "https://ils.rero.ch/api/documents/3004" } }, { @@ -287788,13 +287788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3004" + "$ref": "https://ils.rero.ch/api/documents/3004" } }, { @@ -287802,13 +287802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3003" + "$ref": "https://ils.rero.ch/api/documents/3003" } }, { @@ -287816,13 +287816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3002" + "$ref": "https://ils.rero.ch/api/documents/3002" } }, { @@ -287830,13 +287830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3002" + "$ref": "https://ils.rero.ch/api/documents/3002" } }, { @@ -287844,13 +287844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3002" + "$ref": "https://ils.rero.ch/api/documents/3002" } }, { @@ -287858,13 +287858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3002" + "$ref": "https://ils.rero.ch/api/documents/3002" } }, { @@ -287872,13 +287872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3002" + "$ref": "https://ils.rero.ch/api/documents/3002" } }, { @@ -287886,13 +287886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3001" + "$ref": "https://ils.rero.ch/api/documents/3001" } }, { @@ -287900,13 +287900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3000" + "$ref": "https://ils.rero.ch/api/documents/3000" } }, { @@ -287914,13 +287914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2999" + "$ref": "https://ils.rero.ch/api/documents/2999" } }, { @@ -287928,13 +287928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2999" + "$ref": "https://ils.rero.ch/api/documents/2999" } }, { @@ -287942,13 +287942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2999" + "$ref": "https://ils.rero.ch/api/documents/2999" } }, { @@ -287956,13 +287956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2999" + "$ref": "https://ils.rero.ch/api/documents/2999" } }, { @@ -287970,13 +287970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2999" + "$ref": "https://ils.rero.ch/api/documents/2999" } }, { @@ -287984,13 +287984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2998" + "$ref": "https://ils.rero.ch/api/documents/2998" } }, { @@ -287998,13 +287998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2997" + "$ref": "https://ils.rero.ch/api/documents/2997" } }, { @@ -288012,13 +288012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2997" + "$ref": "https://ils.rero.ch/api/documents/2997" } }, { @@ -288026,13 +288026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2997" + "$ref": "https://ils.rero.ch/api/documents/2997" } }, { @@ -288040,13 +288040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2996" + "$ref": "https://ils.rero.ch/api/documents/2996" } }, { @@ -288054,13 +288054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2996" + "$ref": "https://ils.rero.ch/api/documents/2996" } }, { @@ -288068,13 +288068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2996" + "$ref": "https://ils.rero.ch/api/documents/2996" } }, { @@ -288082,13 +288082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2996" + "$ref": "https://ils.rero.ch/api/documents/2996" } }, { @@ -288096,13 +288096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2996" + "$ref": "https://ils.rero.ch/api/documents/2996" } }, { @@ -288110,13 +288110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2995" + "$ref": "https://ils.rero.ch/api/documents/2995" } }, { @@ -288124,13 +288124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2994" + "$ref": "https://ils.rero.ch/api/documents/2994" } }, { @@ -288138,13 +288138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2993" + "$ref": "https://ils.rero.ch/api/documents/2993" } }, { @@ -288152,13 +288152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2993" + "$ref": "https://ils.rero.ch/api/documents/2993" } }, { @@ -288166,13 +288166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2993" + "$ref": "https://ils.rero.ch/api/documents/2993" } }, { @@ -288180,13 +288180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2993" + "$ref": "https://ils.rero.ch/api/documents/2993" } }, { @@ -288194,13 +288194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2992" + "$ref": "https://ils.rero.ch/api/documents/2992" } }, { @@ -288208,13 +288208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2992" + "$ref": "https://ils.rero.ch/api/documents/2992" } }, { @@ -288222,13 +288222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2992" + "$ref": "https://ils.rero.ch/api/documents/2992" } }, { @@ -288236,13 +288236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2992" + "$ref": "https://ils.rero.ch/api/documents/2992" } }, { @@ -288250,13 +288250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2991" + "$ref": "https://ils.rero.ch/api/documents/2991" } }, { @@ -288264,13 +288264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2991" + "$ref": "https://ils.rero.ch/api/documents/2991" } }, { @@ -288278,13 +288278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2991" + "$ref": "https://ils.rero.ch/api/documents/2991" } }, { @@ -288292,13 +288292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2991" + "$ref": "https://ils.rero.ch/api/documents/2991" } }, { @@ -288306,13 +288306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2991" + "$ref": "https://ils.rero.ch/api/documents/2991" } }, { @@ -288320,13 +288320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2990" + "$ref": "https://ils.rero.ch/api/documents/2990" } }, { @@ -288334,13 +288334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2990" + "$ref": "https://ils.rero.ch/api/documents/2990" } }, { @@ -288348,13 +288348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2989" + "$ref": "https://ils.rero.ch/api/documents/2989" } }, { @@ -288362,13 +288362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2989" + "$ref": "https://ils.rero.ch/api/documents/2989" } }, { @@ -288376,13 +288376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2989" + "$ref": "https://ils.rero.ch/api/documents/2989" } }, { @@ -288390,13 +288390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2989" + "$ref": "https://ils.rero.ch/api/documents/2989" } }, { @@ -288404,13 +288404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2988" + "$ref": "https://ils.rero.ch/api/documents/2988" } }, { @@ -288418,13 +288418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2987" + "$ref": "https://ils.rero.ch/api/documents/2987" } }, { @@ -288432,13 +288432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2987" + "$ref": "https://ils.rero.ch/api/documents/2987" } }, { @@ -288446,13 +288446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2987" + "$ref": "https://ils.rero.ch/api/documents/2987" } }, { @@ -288460,13 +288460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2987" + "$ref": "https://ils.rero.ch/api/documents/2987" } }, { @@ -288474,13 +288474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2986" + "$ref": "https://ils.rero.ch/api/documents/2986" } }, { @@ -288488,13 +288488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2986" + "$ref": "https://ils.rero.ch/api/documents/2986" } }, { @@ -288502,13 +288502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2986" + "$ref": "https://ils.rero.ch/api/documents/2986" } }, { @@ -288516,13 +288516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2986" + "$ref": "https://ils.rero.ch/api/documents/2986" } }, { @@ -288530,13 +288530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2986" + "$ref": "https://ils.rero.ch/api/documents/2986" } }, { @@ -288544,13 +288544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2985" + "$ref": "https://ils.rero.ch/api/documents/2985" } }, { @@ -288558,13 +288558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2985" + "$ref": "https://ils.rero.ch/api/documents/2985" } }, { @@ -288572,13 +288572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2985" + "$ref": "https://ils.rero.ch/api/documents/2985" } }, { @@ -288586,13 +288586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2985" + "$ref": "https://ils.rero.ch/api/documents/2985" } }, { @@ -288600,13 +288600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2985" + "$ref": "https://ils.rero.ch/api/documents/2985" } }, { @@ -288614,13 +288614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2984" + "$ref": "https://ils.rero.ch/api/documents/2984" } }, { @@ -288628,13 +288628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2984" + "$ref": "https://ils.rero.ch/api/documents/2984" } }, { @@ -288642,13 +288642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2984" + "$ref": "https://ils.rero.ch/api/documents/2984" } }, { @@ -288656,13 +288656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2984" + "$ref": "https://ils.rero.ch/api/documents/2984" } }, { @@ -288670,13 +288670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2983" + "$ref": "https://ils.rero.ch/api/documents/2983" } }, { @@ -288684,13 +288684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2983" + "$ref": "https://ils.rero.ch/api/documents/2983" } }, { @@ -288698,13 +288698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2982" + "$ref": "https://ils.rero.ch/api/documents/2982" } }, { @@ -288712,13 +288712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2982" + "$ref": "https://ils.rero.ch/api/documents/2982" } }, { @@ -288726,13 +288726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2982" + "$ref": "https://ils.rero.ch/api/documents/2982" } }, { @@ -288740,13 +288740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2982" + "$ref": "https://ils.rero.ch/api/documents/2982" } }, { @@ -288754,13 +288754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2982" + "$ref": "https://ils.rero.ch/api/documents/2982" } }, { @@ -288768,13 +288768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2981" + "$ref": "https://ils.rero.ch/api/documents/2981" } }, { @@ -288782,13 +288782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2981" + "$ref": "https://ils.rero.ch/api/documents/2981" } }, { @@ -288796,13 +288796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2981" + "$ref": "https://ils.rero.ch/api/documents/2981" } }, { @@ -288810,13 +288810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2981" + "$ref": "https://ils.rero.ch/api/documents/2981" } }, { @@ -288824,13 +288824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2980" + "$ref": "https://ils.rero.ch/api/documents/2980" } }, { @@ -288838,13 +288838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2980" + "$ref": "https://ils.rero.ch/api/documents/2980" } }, { @@ -288852,13 +288852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2980" + "$ref": "https://ils.rero.ch/api/documents/2980" } }, { @@ -288866,13 +288866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2979" + "$ref": "https://ils.rero.ch/api/documents/2979" } }, { @@ -288880,13 +288880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2979" + "$ref": "https://ils.rero.ch/api/documents/2979" } }, { @@ -288894,13 +288894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2978" + "$ref": "https://ils.rero.ch/api/documents/2978" } }, { @@ -288908,13 +288908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2978" + "$ref": "https://ils.rero.ch/api/documents/2978" } }, { @@ -288922,13 +288922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2978" + "$ref": "https://ils.rero.ch/api/documents/2978" } }, { @@ -288936,13 +288936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2978" + "$ref": "https://ils.rero.ch/api/documents/2978" } }, { @@ -288950,13 +288950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2977" + "$ref": "https://ils.rero.ch/api/documents/2977" } }, { @@ -288964,13 +288964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2977" + "$ref": "https://ils.rero.ch/api/documents/2977" } }, { @@ -288978,13 +288978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2976" + "$ref": "https://ils.rero.ch/api/documents/2976" } }, { @@ -288992,13 +288992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2976" + "$ref": "https://ils.rero.ch/api/documents/2976" } }, { @@ -289006,13 +289006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2975" + "$ref": "https://ils.rero.ch/api/documents/2975" } }, { @@ -289020,13 +289020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2975" + "$ref": "https://ils.rero.ch/api/documents/2975" } }, { @@ -289034,13 +289034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2975" + "$ref": "https://ils.rero.ch/api/documents/2975" } }, { @@ -289048,13 +289048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2975" + "$ref": "https://ils.rero.ch/api/documents/2975" } }, { @@ -289062,13 +289062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2974" + "$ref": "https://ils.rero.ch/api/documents/2974" } }, { @@ -289076,13 +289076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2974" + "$ref": "https://ils.rero.ch/api/documents/2974" } }, { @@ -289090,13 +289090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2973" + "$ref": "https://ils.rero.ch/api/documents/2973" } }, { @@ -289104,13 +289104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2973" + "$ref": "https://ils.rero.ch/api/documents/2973" } }, { @@ -289118,13 +289118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2973" + "$ref": "https://ils.rero.ch/api/documents/2973" } }, { @@ -289132,13 +289132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2973" + "$ref": "https://ils.rero.ch/api/documents/2973" } }, { @@ -289146,13 +289146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2973" + "$ref": "https://ils.rero.ch/api/documents/2973" } }, { @@ -289160,13 +289160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2972" + "$ref": "https://ils.rero.ch/api/documents/2972" } }, { @@ -289174,13 +289174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2971" + "$ref": "https://ils.rero.ch/api/documents/2971" } }, { @@ -289188,13 +289188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2971" + "$ref": "https://ils.rero.ch/api/documents/2971" } }, { @@ -289202,13 +289202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2971" + "$ref": "https://ils.rero.ch/api/documents/2971" } }, { @@ -289216,13 +289216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2970" + "$ref": "https://ils.rero.ch/api/documents/2970" } }, { @@ -289230,13 +289230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2970" + "$ref": "https://ils.rero.ch/api/documents/2970" } }, { @@ -289244,13 +289244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2970" + "$ref": "https://ils.rero.ch/api/documents/2970" } }, { @@ -289258,13 +289258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2970" + "$ref": "https://ils.rero.ch/api/documents/2970" } }, { @@ -289272,13 +289272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2970" + "$ref": "https://ils.rero.ch/api/documents/2970" } }, { @@ -289286,13 +289286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2969" + "$ref": "https://ils.rero.ch/api/documents/2969" } }, { @@ -289300,13 +289300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2969" + "$ref": "https://ils.rero.ch/api/documents/2969" } }, { @@ -289314,13 +289314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2969" + "$ref": "https://ils.rero.ch/api/documents/2969" } }, { @@ -289328,13 +289328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2968" + "$ref": "https://ils.rero.ch/api/documents/2968" } }, { @@ -289342,13 +289342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2968" + "$ref": "https://ils.rero.ch/api/documents/2968" } }, { @@ -289356,13 +289356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2967" + "$ref": "https://ils.rero.ch/api/documents/2967" } }, { @@ -289370,13 +289370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2966" + "$ref": "https://ils.rero.ch/api/documents/2966" } }, { @@ -289384,13 +289384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2965" + "$ref": "https://ils.rero.ch/api/documents/2965" } }, { @@ -289398,13 +289398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2965" + "$ref": "https://ils.rero.ch/api/documents/2965" } }, { @@ -289412,13 +289412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2965" + "$ref": "https://ils.rero.ch/api/documents/2965" } }, { @@ -289426,13 +289426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2965" + "$ref": "https://ils.rero.ch/api/documents/2965" } }, { @@ -289440,13 +289440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2964" + "$ref": "https://ils.rero.ch/api/documents/2964" } }, { @@ -289454,13 +289454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2964" + "$ref": "https://ils.rero.ch/api/documents/2964" } }, { @@ -289468,13 +289468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2964" + "$ref": "https://ils.rero.ch/api/documents/2964" } }, { @@ -289482,13 +289482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2964" + "$ref": "https://ils.rero.ch/api/documents/2964" } }, { @@ -289496,13 +289496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2964" + "$ref": "https://ils.rero.ch/api/documents/2964" } }, { @@ -289510,13 +289510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2963" + "$ref": "https://ils.rero.ch/api/documents/2963" } }, { @@ -289524,13 +289524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2963" + "$ref": "https://ils.rero.ch/api/documents/2963" } }, { @@ -289538,13 +289538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2963" + "$ref": "https://ils.rero.ch/api/documents/2963" } }, { @@ -289552,13 +289552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2963" + "$ref": "https://ils.rero.ch/api/documents/2963" } }, { @@ -289566,13 +289566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2963" + "$ref": "https://ils.rero.ch/api/documents/2963" } }, { @@ -289580,13 +289580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2962" + "$ref": "https://ils.rero.ch/api/documents/2962" } }, { @@ -289594,13 +289594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2962" + "$ref": "https://ils.rero.ch/api/documents/2962" } }, { @@ -289608,13 +289608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2962" + "$ref": "https://ils.rero.ch/api/documents/2962" } }, { @@ -289622,13 +289622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2961" + "$ref": "https://ils.rero.ch/api/documents/2961" } }, { @@ -289636,13 +289636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2961" + "$ref": "https://ils.rero.ch/api/documents/2961" } }, { @@ -289650,13 +289650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2960" + "$ref": "https://ils.rero.ch/api/documents/2960" } }, { @@ -289664,13 +289664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2960" + "$ref": "https://ils.rero.ch/api/documents/2960" } }, { @@ -289678,13 +289678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2960" + "$ref": "https://ils.rero.ch/api/documents/2960" } }, { @@ -289692,13 +289692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2960" + "$ref": "https://ils.rero.ch/api/documents/2960" } }, { @@ -289706,13 +289706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2959" + "$ref": "https://ils.rero.ch/api/documents/2959" } }, { @@ -289720,13 +289720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2959" + "$ref": "https://ils.rero.ch/api/documents/2959" } }, { @@ -289734,13 +289734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2959" + "$ref": "https://ils.rero.ch/api/documents/2959" } }, { @@ -289748,13 +289748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2959" + "$ref": "https://ils.rero.ch/api/documents/2959" } }, { @@ -289762,13 +289762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2959" + "$ref": "https://ils.rero.ch/api/documents/2959" } }, { @@ -289776,13 +289776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2958" + "$ref": "https://ils.rero.ch/api/documents/2958" } }, { @@ -289790,13 +289790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2958" + "$ref": "https://ils.rero.ch/api/documents/2958" } }, { @@ -289804,13 +289804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2958" + "$ref": "https://ils.rero.ch/api/documents/2958" } }, { @@ -289818,13 +289818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2958" + "$ref": "https://ils.rero.ch/api/documents/2958" } }, { @@ -289832,13 +289832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2958" + "$ref": "https://ils.rero.ch/api/documents/2958" } }, { @@ -289846,13 +289846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2957" + "$ref": "https://ils.rero.ch/api/documents/2957" } }, { @@ -289860,13 +289860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2956" + "$ref": "https://ils.rero.ch/api/documents/2956" } }, { @@ -289874,13 +289874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2956" + "$ref": "https://ils.rero.ch/api/documents/2956" } }, { @@ -289888,13 +289888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2955" + "$ref": "https://ils.rero.ch/api/documents/2955" } }, { @@ -289902,13 +289902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2955" + "$ref": "https://ils.rero.ch/api/documents/2955" } }, { @@ -289916,13 +289916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2955" + "$ref": "https://ils.rero.ch/api/documents/2955" } }, { @@ -289930,13 +289930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2954" + "$ref": "https://ils.rero.ch/api/documents/2954" } }, { @@ -289944,13 +289944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2954" + "$ref": "https://ils.rero.ch/api/documents/2954" } }, { @@ -289958,13 +289958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2954" + "$ref": "https://ils.rero.ch/api/documents/2954" } }, { @@ -289972,13 +289972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2954" + "$ref": "https://ils.rero.ch/api/documents/2954" } }, { @@ -289986,13 +289986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2953" + "$ref": "https://ils.rero.ch/api/documents/2953" } }, { @@ -290000,13 +290000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2952" + "$ref": "https://ils.rero.ch/api/documents/2952" } }, { @@ -290014,13 +290014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2952" + "$ref": "https://ils.rero.ch/api/documents/2952" } }, { @@ -290028,13 +290028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2952" + "$ref": "https://ils.rero.ch/api/documents/2952" } }, { @@ -290042,13 +290042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2952" + "$ref": "https://ils.rero.ch/api/documents/2952" } }, { @@ -290056,13 +290056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2952" + "$ref": "https://ils.rero.ch/api/documents/2952" } }, { @@ -290070,13 +290070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2951" + "$ref": "https://ils.rero.ch/api/documents/2951" } }, { @@ -290084,13 +290084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2951" + "$ref": "https://ils.rero.ch/api/documents/2951" } }, { @@ -290098,13 +290098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2951" + "$ref": "https://ils.rero.ch/api/documents/2951" } }, { @@ -290112,13 +290112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2951" + "$ref": "https://ils.rero.ch/api/documents/2951" } }, { @@ -290126,13 +290126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2950" + "$ref": "https://ils.rero.ch/api/documents/2950" } }, { @@ -290140,13 +290140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2949" + "$ref": "https://ils.rero.ch/api/documents/2949" } }, { @@ -290154,13 +290154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2949" + "$ref": "https://ils.rero.ch/api/documents/2949" } }, { @@ -290168,13 +290168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2949" + "$ref": "https://ils.rero.ch/api/documents/2949" } }, { @@ -290182,13 +290182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2949" + "$ref": "https://ils.rero.ch/api/documents/2949" } }, { @@ -290196,13 +290196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2949" + "$ref": "https://ils.rero.ch/api/documents/2949" } }, { @@ -290210,13 +290210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2948" + "$ref": "https://ils.rero.ch/api/documents/2948" } }, { @@ -290224,13 +290224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2948" + "$ref": "https://ils.rero.ch/api/documents/2948" } }, { @@ -290238,13 +290238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2948" + "$ref": "https://ils.rero.ch/api/documents/2948" } }, { @@ -290252,13 +290252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2948" + "$ref": "https://ils.rero.ch/api/documents/2948" } }, { @@ -290266,13 +290266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2947" + "$ref": "https://ils.rero.ch/api/documents/2947" } }, { @@ -290280,13 +290280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2947" + "$ref": "https://ils.rero.ch/api/documents/2947" } }, { @@ -290294,13 +290294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2947" + "$ref": "https://ils.rero.ch/api/documents/2947" } }, { @@ -290308,13 +290308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2947" + "$ref": "https://ils.rero.ch/api/documents/2947" } }, { @@ -290322,13 +290322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2947" + "$ref": "https://ils.rero.ch/api/documents/2947" } }, { @@ -290336,13 +290336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2946" + "$ref": "https://ils.rero.ch/api/documents/2946" } }, { @@ -290350,13 +290350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2946" + "$ref": "https://ils.rero.ch/api/documents/2946" } }, { @@ -290364,13 +290364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2946" + "$ref": "https://ils.rero.ch/api/documents/2946" } }, { @@ -290378,13 +290378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2945" + "$ref": "https://ils.rero.ch/api/documents/2945" } }, { @@ -290392,13 +290392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2945" + "$ref": "https://ils.rero.ch/api/documents/2945" } }, { @@ -290406,13 +290406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2945" + "$ref": "https://ils.rero.ch/api/documents/2945" } }, { @@ -290420,13 +290420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2944" + "$ref": "https://ils.rero.ch/api/documents/2944" } }, { @@ -290434,13 +290434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2944" + "$ref": "https://ils.rero.ch/api/documents/2944" } }, { @@ -290448,13 +290448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2944" + "$ref": "https://ils.rero.ch/api/documents/2944" } }, { @@ -290462,13 +290462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2943" + "$ref": "https://ils.rero.ch/api/documents/2943" } }, { @@ -290476,13 +290476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2943" + "$ref": "https://ils.rero.ch/api/documents/2943" } }, { @@ -290490,13 +290490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2943" + "$ref": "https://ils.rero.ch/api/documents/2943" } }, { @@ -290504,13 +290504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2942" + "$ref": "https://ils.rero.ch/api/documents/2942" } }, { @@ -290518,13 +290518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2942" + "$ref": "https://ils.rero.ch/api/documents/2942" } }, { @@ -290532,13 +290532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2942" + "$ref": "https://ils.rero.ch/api/documents/2942" } }, { @@ -290546,13 +290546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2941" + "$ref": "https://ils.rero.ch/api/documents/2941" } }, { @@ -290560,13 +290560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2941" + "$ref": "https://ils.rero.ch/api/documents/2941" } }, { @@ -290574,13 +290574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2940" + "$ref": "https://ils.rero.ch/api/documents/2940" } }, { @@ -290588,13 +290588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2940" + "$ref": "https://ils.rero.ch/api/documents/2940" } }, { @@ -290602,13 +290602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2940" + "$ref": "https://ils.rero.ch/api/documents/2940" } }, { @@ -290616,13 +290616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2940" + "$ref": "https://ils.rero.ch/api/documents/2940" } }, { @@ -290630,13 +290630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2939" + "$ref": "https://ils.rero.ch/api/documents/2939" } }, { @@ -290644,13 +290644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2938" + "$ref": "https://ils.rero.ch/api/documents/2938" } }, { @@ -290658,13 +290658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2938" + "$ref": "https://ils.rero.ch/api/documents/2938" } }, { @@ -290672,13 +290672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2938" + "$ref": "https://ils.rero.ch/api/documents/2938" } }, { @@ -290686,13 +290686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2938" + "$ref": "https://ils.rero.ch/api/documents/2938" } }, { @@ -290700,13 +290700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2938" + "$ref": "https://ils.rero.ch/api/documents/2938" } }, { @@ -290714,13 +290714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2937" + "$ref": "https://ils.rero.ch/api/documents/2937" } }, { @@ -290728,13 +290728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2936" + "$ref": "https://ils.rero.ch/api/documents/2936" } }, { @@ -290742,13 +290742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2936" + "$ref": "https://ils.rero.ch/api/documents/2936" } }, { @@ -290756,13 +290756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2936" + "$ref": "https://ils.rero.ch/api/documents/2936" } }, { @@ -290770,13 +290770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2935" + "$ref": "https://ils.rero.ch/api/documents/2935" } }, { @@ -290784,13 +290784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2934" + "$ref": "https://ils.rero.ch/api/documents/2934" } }, { @@ -290798,13 +290798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2934" + "$ref": "https://ils.rero.ch/api/documents/2934" } }, { @@ -290812,13 +290812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2934" + "$ref": "https://ils.rero.ch/api/documents/2934" } }, { @@ -290826,13 +290826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2934" + "$ref": "https://ils.rero.ch/api/documents/2934" } }, { @@ -290840,13 +290840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2934" + "$ref": "https://ils.rero.ch/api/documents/2934" } }, { @@ -290854,13 +290854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2933" + "$ref": "https://ils.rero.ch/api/documents/2933" } }, { @@ -290868,13 +290868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2933" + "$ref": "https://ils.rero.ch/api/documents/2933" } }, { @@ -290882,13 +290882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2932" + "$ref": "https://ils.rero.ch/api/documents/2932" } }, { @@ -290896,13 +290896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2932" + "$ref": "https://ils.rero.ch/api/documents/2932" } }, { @@ -290910,13 +290910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2932" + "$ref": "https://ils.rero.ch/api/documents/2932" } }, { @@ -290924,13 +290924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2932" + "$ref": "https://ils.rero.ch/api/documents/2932" } }, { @@ -290938,13 +290938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2931" + "$ref": "https://ils.rero.ch/api/documents/2931" } }, { @@ -290952,13 +290952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2931" + "$ref": "https://ils.rero.ch/api/documents/2931" } }, { @@ -290966,13 +290966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2930" + "$ref": "https://ils.rero.ch/api/documents/2930" } }, { @@ -290980,13 +290980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2930" + "$ref": "https://ils.rero.ch/api/documents/2930" } }, { @@ -290994,13 +290994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2930" + "$ref": "https://ils.rero.ch/api/documents/2930" } }, { @@ -291008,13 +291008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2930" + "$ref": "https://ils.rero.ch/api/documents/2930" } }, { @@ -291022,13 +291022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2929" + "$ref": "https://ils.rero.ch/api/documents/2929" } }, { @@ -291036,13 +291036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2929" + "$ref": "https://ils.rero.ch/api/documents/2929" } }, { @@ -291050,13 +291050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2929" + "$ref": "https://ils.rero.ch/api/documents/2929" } }, { @@ -291064,13 +291064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2929" + "$ref": "https://ils.rero.ch/api/documents/2929" } }, { @@ -291078,13 +291078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2928" + "$ref": "https://ils.rero.ch/api/documents/2928" } }, { @@ -291092,13 +291092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2927" + "$ref": "https://ils.rero.ch/api/documents/2927" } }, { @@ -291106,13 +291106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2927" + "$ref": "https://ils.rero.ch/api/documents/2927" } }, { @@ -291120,13 +291120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2927" + "$ref": "https://ils.rero.ch/api/documents/2927" } }, { @@ -291134,13 +291134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2927" + "$ref": "https://ils.rero.ch/api/documents/2927" } }, { @@ -291148,13 +291148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2926" + "$ref": "https://ils.rero.ch/api/documents/2926" } }, { @@ -291162,13 +291162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2926" + "$ref": "https://ils.rero.ch/api/documents/2926" } }, { @@ -291176,13 +291176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2926" + "$ref": "https://ils.rero.ch/api/documents/2926" } }, { @@ -291190,13 +291190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2925" + "$ref": "https://ils.rero.ch/api/documents/2925" } }, { @@ -291204,13 +291204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2925" + "$ref": "https://ils.rero.ch/api/documents/2925" } }, { @@ -291218,13 +291218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2925" + "$ref": "https://ils.rero.ch/api/documents/2925" } }, { @@ -291232,13 +291232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2925" + "$ref": "https://ils.rero.ch/api/documents/2925" } }, { @@ -291246,13 +291246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2925" + "$ref": "https://ils.rero.ch/api/documents/2925" } }, { @@ -291260,13 +291260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2924" + "$ref": "https://ils.rero.ch/api/documents/2924" } }, { @@ -291274,13 +291274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2924" + "$ref": "https://ils.rero.ch/api/documents/2924" } }, { @@ -291288,13 +291288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2924" + "$ref": "https://ils.rero.ch/api/documents/2924" } }, { @@ -291302,13 +291302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2923" + "$ref": "https://ils.rero.ch/api/documents/2923" } }, { @@ -291316,13 +291316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2923" + "$ref": "https://ils.rero.ch/api/documents/2923" } }, { @@ -291330,13 +291330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2923" + "$ref": "https://ils.rero.ch/api/documents/2923" } }, { @@ -291344,13 +291344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2923" + "$ref": "https://ils.rero.ch/api/documents/2923" } }, { @@ -291358,13 +291358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2923" + "$ref": "https://ils.rero.ch/api/documents/2923" } }, { @@ -291372,13 +291372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2922" + "$ref": "https://ils.rero.ch/api/documents/2922" } }, { @@ -291386,13 +291386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2922" + "$ref": "https://ils.rero.ch/api/documents/2922" } }, { @@ -291400,13 +291400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2921" + "$ref": "https://ils.rero.ch/api/documents/2921" } }, { @@ -291414,13 +291414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2921" + "$ref": "https://ils.rero.ch/api/documents/2921" } }, { @@ -291428,13 +291428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2921" + "$ref": "https://ils.rero.ch/api/documents/2921" } }, { @@ -291442,13 +291442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2920" + "$ref": "https://ils.rero.ch/api/documents/2920" } }, { @@ -291456,13 +291456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2920" + "$ref": "https://ils.rero.ch/api/documents/2920" } }, { @@ -291470,13 +291470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2920" + "$ref": "https://ils.rero.ch/api/documents/2920" } }, { @@ -291484,13 +291484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2920" + "$ref": "https://ils.rero.ch/api/documents/2920" } }, { @@ -291498,13 +291498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2919" + "$ref": "https://ils.rero.ch/api/documents/2919" } }, { @@ -291512,13 +291512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2919" + "$ref": "https://ils.rero.ch/api/documents/2919" } }, { @@ -291526,13 +291526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2919" + "$ref": "https://ils.rero.ch/api/documents/2919" } }, { @@ -291540,13 +291540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2919" + "$ref": "https://ils.rero.ch/api/documents/2919" } }, { @@ -291554,13 +291554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2918" + "$ref": "https://ils.rero.ch/api/documents/2918" } }, { @@ -291568,13 +291568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2918" + "$ref": "https://ils.rero.ch/api/documents/2918" } }, { @@ -291582,13 +291582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2918" + "$ref": "https://ils.rero.ch/api/documents/2918" } }, { @@ -291596,13 +291596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2918" + "$ref": "https://ils.rero.ch/api/documents/2918" } }, { @@ -291610,13 +291610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2917" + "$ref": "https://ils.rero.ch/api/documents/2917" } }, { @@ -291624,13 +291624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2917" + "$ref": "https://ils.rero.ch/api/documents/2917" } }, { @@ -291638,13 +291638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2917" + "$ref": "https://ils.rero.ch/api/documents/2917" } }, { @@ -291652,13 +291652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2917" + "$ref": "https://ils.rero.ch/api/documents/2917" } }, { @@ -291666,13 +291666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2916" + "$ref": "https://ils.rero.ch/api/documents/2916" } }, { @@ -291680,13 +291680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2916" + "$ref": "https://ils.rero.ch/api/documents/2916" } }, { @@ -291694,13 +291694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2915" + "$ref": "https://ils.rero.ch/api/documents/2915" } }, { @@ -291708,13 +291708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2914" + "$ref": "https://ils.rero.ch/api/documents/2914" } }, { @@ -291722,13 +291722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2913" + "$ref": "https://ils.rero.ch/api/documents/2913" } }, { @@ -291736,13 +291736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2912" + "$ref": "https://ils.rero.ch/api/documents/2912" } }, { @@ -291750,13 +291750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2911" + "$ref": "https://ils.rero.ch/api/documents/2911" } }, { @@ -291764,13 +291764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2911" + "$ref": "https://ils.rero.ch/api/documents/2911" } }, { @@ -291778,13 +291778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2911" + "$ref": "https://ils.rero.ch/api/documents/2911" } }, { @@ -291792,13 +291792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2910" + "$ref": "https://ils.rero.ch/api/documents/2910" } }, { @@ -291806,13 +291806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2910" + "$ref": "https://ils.rero.ch/api/documents/2910" } }, { @@ -291820,13 +291820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2910" + "$ref": "https://ils.rero.ch/api/documents/2910" } }, { @@ -291834,13 +291834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2909" + "$ref": "https://ils.rero.ch/api/documents/2909" } }, { @@ -291848,13 +291848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2908" + "$ref": "https://ils.rero.ch/api/documents/2908" } }, { @@ -291862,13 +291862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2908" + "$ref": "https://ils.rero.ch/api/documents/2908" } }, { @@ -291876,13 +291876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2908" + "$ref": "https://ils.rero.ch/api/documents/2908" } }, { @@ -291890,13 +291890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2908" + "$ref": "https://ils.rero.ch/api/documents/2908" } }, { @@ -291904,13 +291904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2907" + "$ref": "https://ils.rero.ch/api/documents/2907" } }, { @@ -291918,13 +291918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2907" + "$ref": "https://ils.rero.ch/api/documents/2907" } }, { @@ -291932,13 +291932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2907" + "$ref": "https://ils.rero.ch/api/documents/2907" } }, { @@ -291946,13 +291946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2907" + "$ref": "https://ils.rero.ch/api/documents/2907" } }, { @@ -291960,13 +291960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2906" + "$ref": "https://ils.rero.ch/api/documents/2906" } }, { @@ -291974,13 +291974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2905" + "$ref": "https://ils.rero.ch/api/documents/2905" } }, { @@ -291988,13 +291988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2905" + "$ref": "https://ils.rero.ch/api/documents/2905" } }, { @@ -292002,13 +292002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2904" + "$ref": "https://ils.rero.ch/api/documents/2904" } }, { @@ -292016,13 +292016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2903" + "$ref": "https://ils.rero.ch/api/documents/2903" } }, { @@ -292030,13 +292030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2903" + "$ref": "https://ils.rero.ch/api/documents/2903" } }, { @@ -292044,13 +292044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2902" + "$ref": "https://ils.rero.ch/api/documents/2902" } }, { @@ -292058,13 +292058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2902" + "$ref": "https://ils.rero.ch/api/documents/2902" } }, { @@ -292072,13 +292072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2902" + "$ref": "https://ils.rero.ch/api/documents/2902" } }, { @@ -292086,13 +292086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2902" + "$ref": "https://ils.rero.ch/api/documents/2902" } }, { @@ -292100,13 +292100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2902" + "$ref": "https://ils.rero.ch/api/documents/2902" } }, { @@ -292114,13 +292114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2901" + "$ref": "https://ils.rero.ch/api/documents/2901" } }, { @@ -292128,13 +292128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2901" + "$ref": "https://ils.rero.ch/api/documents/2901" } }, { @@ -292142,13 +292142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2901" + "$ref": "https://ils.rero.ch/api/documents/2901" } }, { @@ -292156,13 +292156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2900" + "$ref": "https://ils.rero.ch/api/documents/2900" } }, { @@ -292170,13 +292170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2900" + "$ref": "https://ils.rero.ch/api/documents/2900" } }, { @@ -292184,13 +292184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2900" + "$ref": "https://ils.rero.ch/api/documents/2900" } }, { @@ -292198,13 +292198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2900" + "$ref": "https://ils.rero.ch/api/documents/2900" } }, { @@ -292212,13 +292212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2899" + "$ref": "https://ils.rero.ch/api/documents/2899" } }, { @@ -292226,13 +292226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2899" + "$ref": "https://ils.rero.ch/api/documents/2899" } }, { @@ -292240,13 +292240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2899" + "$ref": "https://ils.rero.ch/api/documents/2899" } }, { @@ -292254,13 +292254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2899" + "$ref": "https://ils.rero.ch/api/documents/2899" } }, { @@ -292268,13 +292268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2899" + "$ref": "https://ils.rero.ch/api/documents/2899" } }, { @@ -292282,13 +292282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2898" + "$ref": "https://ils.rero.ch/api/documents/2898" } }, { @@ -292296,13 +292296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2897" + "$ref": "https://ils.rero.ch/api/documents/2897" } }, { @@ -292310,13 +292310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2897" + "$ref": "https://ils.rero.ch/api/documents/2897" } }, { @@ -292324,13 +292324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2897" + "$ref": "https://ils.rero.ch/api/documents/2897" } }, { @@ -292338,13 +292338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2897" + "$ref": "https://ils.rero.ch/api/documents/2897" } }, { @@ -292352,13 +292352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2897" + "$ref": "https://ils.rero.ch/api/documents/2897" } }, { @@ -292366,13 +292366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2896" + "$ref": "https://ils.rero.ch/api/documents/2896" } }, { @@ -292380,13 +292380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2896" + "$ref": "https://ils.rero.ch/api/documents/2896" } }, { @@ -292394,13 +292394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2896" + "$ref": "https://ils.rero.ch/api/documents/2896" } }, { @@ -292408,13 +292408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2896" + "$ref": "https://ils.rero.ch/api/documents/2896" } }, { @@ -292422,13 +292422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2895" + "$ref": "https://ils.rero.ch/api/documents/2895" } }, { @@ -292436,13 +292436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2895" + "$ref": "https://ils.rero.ch/api/documents/2895" } }, { @@ -292450,13 +292450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2895" + "$ref": "https://ils.rero.ch/api/documents/2895" } }, { @@ -292464,13 +292464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2895" + "$ref": "https://ils.rero.ch/api/documents/2895" } }, { @@ -292478,13 +292478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2895" + "$ref": "https://ils.rero.ch/api/documents/2895" } }, { @@ -292492,13 +292492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2894" + "$ref": "https://ils.rero.ch/api/documents/2894" } }, { @@ -292506,13 +292506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2894" + "$ref": "https://ils.rero.ch/api/documents/2894" } }, { @@ -292520,13 +292520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2894" + "$ref": "https://ils.rero.ch/api/documents/2894" } }, { @@ -292534,13 +292534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2893" + "$ref": "https://ils.rero.ch/api/documents/2893" } }, { @@ -292548,13 +292548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2893" + "$ref": "https://ils.rero.ch/api/documents/2893" } }, { @@ -292562,13 +292562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2893" + "$ref": "https://ils.rero.ch/api/documents/2893" } }, { @@ -292576,13 +292576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2892" + "$ref": "https://ils.rero.ch/api/documents/2892" } }, { @@ -292590,13 +292590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2892" + "$ref": "https://ils.rero.ch/api/documents/2892" } }, { @@ -292604,13 +292604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2891" + "$ref": "https://ils.rero.ch/api/documents/2891" } }, { @@ -292618,13 +292618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2891" + "$ref": "https://ils.rero.ch/api/documents/2891" } }, { @@ -292632,13 +292632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2891" + "$ref": "https://ils.rero.ch/api/documents/2891" } }, { @@ -292646,13 +292646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2890" + "$ref": "https://ils.rero.ch/api/documents/2890" } }, { @@ -292660,13 +292660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2890" + "$ref": "https://ils.rero.ch/api/documents/2890" } }, { @@ -292674,13 +292674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2890" + "$ref": "https://ils.rero.ch/api/documents/2890" } }, { @@ -292688,13 +292688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2890" + "$ref": "https://ils.rero.ch/api/documents/2890" } }, { @@ -292702,13 +292702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2889" + "$ref": "https://ils.rero.ch/api/documents/2889" } }, { @@ -292716,13 +292716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2889" + "$ref": "https://ils.rero.ch/api/documents/2889" } }, { @@ -292730,13 +292730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2889" + "$ref": "https://ils.rero.ch/api/documents/2889" } }, { @@ -292744,13 +292744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2888" + "$ref": "https://ils.rero.ch/api/documents/2888" } }, { @@ -292758,13 +292758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2888" + "$ref": "https://ils.rero.ch/api/documents/2888" } }, { @@ -292772,13 +292772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2888" + "$ref": "https://ils.rero.ch/api/documents/2888" } }, { @@ -292786,13 +292786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2887" + "$ref": "https://ils.rero.ch/api/documents/2887" } }, { @@ -292800,13 +292800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2887" + "$ref": "https://ils.rero.ch/api/documents/2887" } }, { @@ -292814,13 +292814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2887" + "$ref": "https://ils.rero.ch/api/documents/2887" } }, { @@ -292828,13 +292828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2887" + "$ref": "https://ils.rero.ch/api/documents/2887" } }, { @@ -292842,13 +292842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2887" + "$ref": "https://ils.rero.ch/api/documents/2887" } }, { @@ -292856,13 +292856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2886" + "$ref": "https://ils.rero.ch/api/documents/2886" } }, { @@ -292870,13 +292870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2885" + "$ref": "https://ils.rero.ch/api/documents/2885" } }, { @@ -292884,13 +292884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2885" + "$ref": "https://ils.rero.ch/api/documents/2885" } }, { @@ -292898,13 +292898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2885" + "$ref": "https://ils.rero.ch/api/documents/2885" } }, { @@ -292912,13 +292912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2884" + "$ref": "https://ils.rero.ch/api/documents/2884" } }, { @@ -292926,13 +292926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2884" + "$ref": "https://ils.rero.ch/api/documents/2884" } }, { @@ -292940,13 +292940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2884" + "$ref": "https://ils.rero.ch/api/documents/2884" } }, { @@ -292954,13 +292954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2884" + "$ref": "https://ils.rero.ch/api/documents/2884" } }, { @@ -292968,13 +292968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2884" + "$ref": "https://ils.rero.ch/api/documents/2884" } }, { @@ -292982,13 +292982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2883" + "$ref": "https://ils.rero.ch/api/documents/2883" } }, { @@ -292996,13 +292996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2883" + "$ref": "https://ils.rero.ch/api/documents/2883" } }, { @@ -293010,13 +293010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2883" + "$ref": "https://ils.rero.ch/api/documents/2883" } }, { @@ -293024,13 +293024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2882" + "$ref": "https://ils.rero.ch/api/documents/2882" } }, { @@ -293038,13 +293038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2882" + "$ref": "https://ils.rero.ch/api/documents/2882" } }, { @@ -293052,13 +293052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2882" + "$ref": "https://ils.rero.ch/api/documents/2882" } }, { @@ -293066,13 +293066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2882" + "$ref": "https://ils.rero.ch/api/documents/2882" } }, { @@ -293080,13 +293080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2882" + "$ref": "https://ils.rero.ch/api/documents/2882" } }, { @@ -293094,13 +293094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2881" + "$ref": "https://ils.rero.ch/api/documents/2881" } }, { @@ -293108,13 +293108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2881" + "$ref": "https://ils.rero.ch/api/documents/2881" } }, { @@ -293122,13 +293122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2881" + "$ref": "https://ils.rero.ch/api/documents/2881" } }, { @@ -293136,13 +293136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2881" + "$ref": "https://ils.rero.ch/api/documents/2881" } }, { @@ -293150,13 +293150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2880" + "$ref": "https://ils.rero.ch/api/documents/2880" } }, { @@ -293164,13 +293164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2880" + "$ref": "https://ils.rero.ch/api/documents/2880" } }, { @@ -293178,13 +293178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2880" + "$ref": "https://ils.rero.ch/api/documents/2880" } }, { @@ -293192,13 +293192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2880" + "$ref": "https://ils.rero.ch/api/documents/2880" } }, { @@ -293206,13 +293206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2880" + "$ref": "https://ils.rero.ch/api/documents/2880" } }, { @@ -293220,13 +293220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2879" + "$ref": "https://ils.rero.ch/api/documents/2879" } }, { @@ -293234,13 +293234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2879" + "$ref": "https://ils.rero.ch/api/documents/2879" } }, { @@ -293248,13 +293248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2878" + "$ref": "https://ils.rero.ch/api/documents/2878" } }, { @@ -293262,13 +293262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2877" + "$ref": "https://ils.rero.ch/api/documents/2877" } }, { @@ -293276,13 +293276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2877" + "$ref": "https://ils.rero.ch/api/documents/2877" } }, { @@ -293290,13 +293290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2877" + "$ref": "https://ils.rero.ch/api/documents/2877" } }, { @@ -293304,13 +293304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2876" + "$ref": "https://ils.rero.ch/api/documents/2876" } }, { @@ -293318,13 +293318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2875" + "$ref": "https://ils.rero.ch/api/documents/2875" } }, { @@ -293332,13 +293332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2874" + "$ref": "https://ils.rero.ch/api/documents/2874" } }, { @@ -293346,13 +293346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2874" + "$ref": "https://ils.rero.ch/api/documents/2874" } }, { @@ -293360,13 +293360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2874" + "$ref": "https://ils.rero.ch/api/documents/2874" } }, { @@ -293374,13 +293374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2874" + "$ref": "https://ils.rero.ch/api/documents/2874" } }, { @@ -293388,13 +293388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2874" + "$ref": "https://ils.rero.ch/api/documents/2874" } }, { @@ -293402,13 +293402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2873" + "$ref": "https://ils.rero.ch/api/documents/2873" } }, { @@ -293416,13 +293416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2873" + "$ref": "https://ils.rero.ch/api/documents/2873" } }, { @@ -293430,13 +293430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2873" + "$ref": "https://ils.rero.ch/api/documents/2873" } }, { @@ -293444,13 +293444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2873" + "$ref": "https://ils.rero.ch/api/documents/2873" } }, { @@ -293458,13 +293458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2872" + "$ref": "https://ils.rero.ch/api/documents/2872" } }, { @@ -293472,13 +293472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2872" + "$ref": "https://ils.rero.ch/api/documents/2872" } }, { @@ -293486,13 +293486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2872" + "$ref": "https://ils.rero.ch/api/documents/2872" } }, { @@ -293500,13 +293500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2872" + "$ref": "https://ils.rero.ch/api/documents/2872" } }, { @@ -293514,13 +293514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2872" + "$ref": "https://ils.rero.ch/api/documents/2872" } }, { @@ -293528,13 +293528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2871" + "$ref": "https://ils.rero.ch/api/documents/2871" } }, { @@ -293542,13 +293542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2871" + "$ref": "https://ils.rero.ch/api/documents/2871" } }, { @@ -293556,13 +293556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2871" + "$ref": "https://ils.rero.ch/api/documents/2871" } }, { @@ -293570,13 +293570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2871" + "$ref": "https://ils.rero.ch/api/documents/2871" } }, { @@ -293584,13 +293584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2870" + "$ref": "https://ils.rero.ch/api/documents/2870" } }, { @@ -293598,13 +293598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2870" + "$ref": "https://ils.rero.ch/api/documents/2870" } }, { @@ -293612,13 +293612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2870" + "$ref": "https://ils.rero.ch/api/documents/2870" } }, { @@ -293626,13 +293626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2869" + "$ref": "https://ils.rero.ch/api/documents/2869" } }, { @@ -293640,13 +293640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2869" + "$ref": "https://ils.rero.ch/api/documents/2869" } }, { @@ -293654,13 +293654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2868" + "$ref": "https://ils.rero.ch/api/documents/2868" } }, { @@ -293668,13 +293668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2868" + "$ref": "https://ils.rero.ch/api/documents/2868" } }, { @@ -293682,13 +293682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2868" + "$ref": "https://ils.rero.ch/api/documents/2868" } }, { @@ -293696,13 +293696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2867" + "$ref": "https://ils.rero.ch/api/documents/2867" } }, { @@ -293710,13 +293710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2867" + "$ref": "https://ils.rero.ch/api/documents/2867" } }, { @@ -293724,13 +293724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2867" + "$ref": "https://ils.rero.ch/api/documents/2867" } }, { @@ -293738,13 +293738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2867" + "$ref": "https://ils.rero.ch/api/documents/2867" } }, { @@ -293752,13 +293752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2867" + "$ref": "https://ils.rero.ch/api/documents/2867" } }, { @@ -293766,13 +293766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2866" + "$ref": "https://ils.rero.ch/api/documents/2866" } }, { @@ -293780,13 +293780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2866" + "$ref": "https://ils.rero.ch/api/documents/2866" } }, { @@ -293794,13 +293794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2866" + "$ref": "https://ils.rero.ch/api/documents/2866" } }, { @@ -293808,13 +293808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2865" + "$ref": "https://ils.rero.ch/api/documents/2865" } }, { @@ -293822,13 +293822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2865" + "$ref": "https://ils.rero.ch/api/documents/2865" } }, { @@ -293836,13 +293836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2864" + "$ref": "https://ils.rero.ch/api/documents/2864" } }, { @@ -293850,13 +293850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2863" + "$ref": "https://ils.rero.ch/api/documents/2863" } }, { @@ -293864,13 +293864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2863" + "$ref": "https://ils.rero.ch/api/documents/2863" } }, { @@ -293878,13 +293878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2863" + "$ref": "https://ils.rero.ch/api/documents/2863" } }, { @@ -293892,13 +293892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2863" + "$ref": "https://ils.rero.ch/api/documents/2863" } }, { @@ -293906,13 +293906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2862" + "$ref": "https://ils.rero.ch/api/documents/2862" } }, { @@ -293920,13 +293920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2862" + "$ref": "https://ils.rero.ch/api/documents/2862" } }, { @@ -293934,13 +293934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2861" + "$ref": "https://ils.rero.ch/api/documents/2861" } }, { @@ -293948,13 +293948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2861" + "$ref": "https://ils.rero.ch/api/documents/2861" } }, { @@ -293962,13 +293962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2861" + "$ref": "https://ils.rero.ch/api/documents/2861" } }, { @@ -293976,13 +293976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2861" + "$ref": "https://ils.rero.ch/api/documents/2861" } }, { @@ -293990,13 +293990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2860" + "$ref": "https://ils.rero.ch/api/documents/2860" } }, { @@ -294004,13 +294004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2859" + "$ref": "https://ils.rero.ch/api/documents/2859" } }, { @@ -294018,13 +294018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2859" + "$ref": "https://ils.rero.ch/api/documents/2859" } }, { @@ -294032,13 +294032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2858" + "$ref": "https://ils.rero.ch/api/documents/2858" } }, { @@ -294046,13 +294046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2858" + "$ref": "https://ils.rero.ch/api/documents/2858" } }, { @@ -294060,13 +294060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2858" + "$ref": "https://ils.rero.ch/api/documents/2858" } }, { @@ -294074,13 +294074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2858" + "$ref": "https://ils.rero.ch/api/documents/2858" } }, { @@ -294088,13 +294088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2858" + "$ref": "https://ils.rero.ch/api/documents/2858" } }, { @@ -294102,13 +294102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2857" + "$ref": "https://ils.rero.ch/api/documents/2857" } }, { @@ -294116,13 +294116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2857" + "$ref": "https://ils.rero.ch/api/documents/2857" } }, { @@ -294130,13 +294130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2857" + "$ref": "https://ils.rero.ch/api/documents/2857" } }, { @@ -294144,13 +294144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2857" + "$ref": "https://ils.rero.ch/api/documents/2857" } }, { @@ -294158,13 +294158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2857" + "$ref": "https://ils.rero.ch/api/documents/2857" } }, { @@ -294172,13 +294172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2856" + "$ref": "https://ils.rero.ch/api/documents/2856" } }, { @@ -294186,13 +294186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2856" + "$ref": "https://ils.rero.ch/api/documents/2856" } }, { @@ -294200,13 +294200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2856" + "$ref": "https://ils.rero.ch/api/documents/2856" } }, { @@ -294214,13 +294214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2855" + "$ref": "https://ils.rero.ch/api/documents/2855" } }, { @@ -294228,13 +294228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2855" + "$ref": "https://ils.rero.ch/api/documents/2855" } }, { @@ -294242,13 +294242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2855" + "$ref": "https://ils.rero.ch/api/documents/2855" } }, { @@ -294256,13 +294256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2854" + "$ref": "https://ils.rero.ch/api/documents/2854" } }, { @@ -294270,13 +294270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2854" + "$ref": "https://ils.rero.ch/api/documents/2854" } }, { @@ -294284,13 +294284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2854" + "$ref": "https://ils.rero.ch/api/documents/2854" } }, { @@ -294298,13 +294298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2854" + "$ref": "https://ils.rero.ch/api/documents/2854" } }, { @@ -294312,13 +294312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2853" + "$ref": "https://ils.rero.ch/api/documents/2853" } }, { @@ -294326,13 +294326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2852" + "$ref": "https://ils.rero.ch/api/documents/2852" } }, { @@ -294340,13 +294340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2852" + "$ref": "https://ils.rero.ch/api/documents/2852" } }, { @@ -294354,13 +294354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2852" + "$ref": "https://ils.rero.ch/api/documents/2852" } }, { @@ -294368,13 +294368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2852" + "$ref": "https://ils.rero.ch/api/documents/2852" } }, { @@ -294382,13 +294382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2851" + "$ref": "https://ils.rero.ch/api/documents/2851" } }, { @@ -294396,13 +294396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2851" + "$ref": "https://ils.rero.ch/api/documents/2851" } }, { @@ -294410,13 +294410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2850" + "$ref": "https://ils.rero.ch/api/documents/2850" } }, { @@ -294424,13 +294424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2850" + "$ref": "https://ils.rero.ch/api/documents/2850" } }, { @@ -294438,13 +294438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2850" + "$ref": "https://ils.rero.ch/api/documents/2850" } }, { @@ -294452,13 +294452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2850" + "$ref": "https://ils.rero.ch/api/documents/2850" } }, { @@ -294466,13 +294466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2849" + "$ref": "https://ils.rero.ch/api/documents/2849" } }, { @@ -294480,13 +294480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2849" + "$ref": "https://ils.rero.ch/api/documents/2849" } }, { @@ -294494,13 +294494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2849" + "$ref": "https://ils.rero.ch/api/documents/2849" } }, { @@ -294508,13 +294508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2848" + "$ref": "https://ils.rero.ch/api/documents/2848" } }, { @@ -294522,13 +294522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2848" + "$ref": "https://ils.rero.ch/api/documents/2848" } }, { @@ -294536,13 +294536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2848" + "$ref": "https://ils.rero.ch/api/documents/2848" } }, { @@ -294550,13 +294550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2848" + "$ref": "https://ils.rero.ch/api/documents/2848" } }, { @@ -294564,13 +294564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2848" + "$ref": "https://ils.rero.ch/api/documents/2848" } }, { @@ -294578,13 +294578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2847" + "$ref": "https://ils.rero.ch/api/documents/2847" } }, { @@ -294592,13 +294592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2847" + "$ref": "https://ils.rero.ch/api/documents/2847" } }, { @@ -294606,13 +294606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2847" + "$ref": "https://ils.rero.ch/api/documents/2847" } }, { @@ -294620,13 +294620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2847" + "$ref": "https://ils.rero.ch/api/documents/2847" } }, { @@ -294634,13 +294634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2846" + "$ref": "https://ils.rero.ch/api/documents/2846" } }, { @@ -294648,13 +294648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2846" + "$ref": "https://ils.rero.ch/api/documents/2846" } }, { @@ -294662,13 +294662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2846" + "$ref": "https://ils.rero.ch/api/documents/2846" } }, { @@ -294676,13 +294676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2846" + "$ref": "https://ils.rero.ch/api/documents/2846" } }, { @@ -294690,13 +294690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2845" + "$ref": "https://ils.rero.ch/api/documents/2845" } }, { @@ -294704,13 +294704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2844" + "$ref": "https://ils.rero.ch/api/documents/2844" } }, { @@ -294718,13 +294718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2844" + "$ref": "https://ils.rero.ch/api/documents/2844" } }, { @@ -294732,13 +294732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2843" + "$ref": "https://ils.rero.ch/api/documents/2843" } }, { @@ -294746,13 +294746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2843" + "$ref": "https://ils.rero.ch/api/documents/2843" } }, { @@ -294760,13 +294760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2843" + "$ref": "https://ils.rero.ch/api/documents/2843" } }, { @@ -294774,13 +294774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2842" + "$ref": "https://ils.rero.ch/api/documents/2842" } }, { @@ -294788,13 +294788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2841" + "$ref": "https://ils.rero.ch/api/documents/2841" } }, { @@ -294802,13 +294802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2841" + "$ref": "https://ils.rero.ch/api/documents/2841" } }, { @@ -294816,13 +294816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2841" + "$ref": "https://ils.rero.ch/api/documents/2841" } }, { @@ -294830,13 +294830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2840" + "$ref": "https://ils.rero.ch/api/documents/2840" } }, { @@ -294844,13 +294844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2840" + "$ref": "https://ils.rero.ch/api/documents/2840" } }, { @@ -294858,13 +294858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2840" + "$ref": "https://ils.rero.ch/api/documents/2840" } }, { @@ -294872,13 +294872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2840" + "$ref": "https://ils.rero.ch/api/documents/2840" } }, { @@ -294886,13 +294886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2839" + "$ref": "https://ils.rero.ch/api/documents/2839" } }, { @@ -294900,13 +294900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2839" + "$ref": "https://ils.rero.ch/api/documents/2839" } }, { @@ -294914,13 +294914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2839" + "$ref": "https://ils.rero.ch/api/documents/2839" } }, { @@ -294928,13 +294928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2839" + "$ref": "https://ils.rero.ch/api/documents/2839" } }, { @@ -294942,13 +294942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2838" + "$ref": "https://ils.rero.ch/api/documents/2838" } }, { @@ -294956,13 +294956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2838" + "$ref": "https://ils.rero.ch/api/documents/2838" } }, { @@ -294970,13 +294970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2838" + "$ref": "https://ils.rero.ch/api/documents/2838" } }, { @@ -294984,13 +294984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2838" + "$ref": "https://ils.rero.ch/api/documents/2838" } }, { @@ -294998,13 +294998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2837" + "$ref": "https://ils.rero.ch/api/documents/2837" } }, { @@ -295012,13 +295012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2837" + "$ref": "https://ils.rero.ch/api/documents/2837" } }, { @@ -295026,13 +295026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2837" + "$ref": "https://ils.rero.ch/api/documents/2837" } }, { @@ -295040,13 +295040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2837" + "$ref": "https://ils.rero.ch/api/documents/2837" } }, { @@ -295054,13 +295054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2837" + "$ref": "https://ils.rero.ch/api/documents/2837" } }, { @@ -295068,13 +295068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2836" + "$ref": "https://ils.rero.ch/api/documents/2836" } }, { @@ -295082,13 +295082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2835" + "$ref": "https://ils.rero.ch/api/documents/2835" } }, { @@ -295096,13 +295096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2835" + "$ref": "https://ils.rero.ch/api/documents/2835" } }, { @@ -295110,13 +295110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2834" + "$ref": "https://ils.rero.ch/api/documents/2834" } }, { @@ -295124,13 +295124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2834" + "$ref": "https://ils.rero.ch/api/documents/2834" } }, { @@ -295138,13 +295138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2834" + "$ref": "https://ils.rero.ch/api/documents/2834" } }, { @@ -295152,13 +295152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2834" + "$ref": "https://ils.rero.ch/api/documents/2834" } }, { @@ -295166,13 +295166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2834" + "$ref": "https://ils.rero.ch/api/documents/2834" } }, { @@ -295180,13 +295180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2833" + "$ref": "https://ils.rero.ch/api/documents/2833" } }, { @@ -295194,13 +295194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2833" + "$ref": "https://ils.rero.ch/api/documents/2833" } }, { @@ -295208,13 +295208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2833" + "$ref": "https://ils.rero.ch/api/documents/2833" } }, { @@ -295222,13 +295222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2833" + "$ref": "https://ils.rero.ch/api/documents/2833" } }, { @@ -295236,13 +295236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2832" + "$ref": "https://ils.rero.ch/api/documents/2832" } }, { @@ -295250,13 +295250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2832" + "$ref": "https://ils.rero.ch/api/documents/2832" } }, { @@ -295264,13 +295264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2832" + "$ref": "https://ils.rero.ch/api/documents/2832" } }, { @@ -295278,13 +295278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2832" + "$ref": "https://ils.rero.ch/api/documents/2832" } }, { @@ -295292,13 +295292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2832" + "$ref": "https://ils.rero.ch/api/documents/2832" } }, { @@ -295306,13 +295306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2831" + "$ref": "https://ils.rero.ch/api/documents/2831" } }, { @@ -295320,13 +295320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2830" + "$ref": "https://ils.rero.ch/api/documents/2830" } }, { @@ -295334,13 +295334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2830" + "$ref": "https://ils.rero.ch/api/documents/2830" } }, { @@ -295348,13 +295348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2829" + "$ref": "https://ils.rero.ch/api/documents/2829" } }, { @@ -295362,13 +295362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2828" + "$ref": "https://ils.rero.ch/api/documents/2828" } }, { @@ -295376,13 +295376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2828" + "$ref": "https://ils.rero.ch/api/documents/2828" } }, { @@ -295390,13 +295390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2828" + "$ref": "https://ils.rero.ch/api/documents/2828" } }, { @@ -295404,13 +295404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2827" + "$ref": "https://ils.rero.ch/api/documents/2827" } }, { @@ -295418,13 +295418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2827" + "$ref": "https://ils.rero.ch/api/documents/2827" } }, { @@ -295432,13 +295432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2826" + "$ref": "https://ils.rero.ch/api/documents/2826" } }, { @@ -295446,13 +295446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2825" + "$ref": "https://ils.rero.ch/api/documents/2825" } }, { @@ -295460,13 +295460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2825" + "$ref": "https://ils.rero.ch/api/documents/2825" } }, { @@ -295474,13 +295474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2825" + "$ref": "https://ils.rero.ch/api/documents/2825" } }, { @@ -295488,13 +295488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2824" + "$ref": "https://ils.rero.ch/api/documents/2824" } }, { @@ -295502,13 +295502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2823" + "$ref": "https://ils.rero.ch/api/documents/2823" } }, { @@ -295516,13 +295516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2822" + "$ref": "https://ils.rero.ch/api/documents/2822" } }, { @@ -295530,13 +295530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2822" + "$ref": "https://ils.rero.ch/api/documents/2822" } }, { @@ -295544,13 +295544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2821" + "$ref": "https://ils.rero.ch/api/documents/2821" } }, { @@ -295558,13 +295558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2821" + "$ref": "https://ils.rero.ch/api/documents/2821" } }, { @@ -295572,13 +295572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2821" + "$ref": "https://ils.rero.ch/api/documents/2821" } }, { @@ -295586,13 +295586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2821" + "$ref": "https://ils.rero.ch/api/documents/2821" } }, { @@ -295600,13 +295600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2821" + "$ref": "https://ils.rero.ch/api/documents/2821" } }, { @@ -295614,13 +295614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2820" + "$ref": "https://ils.rero.ch/api/documents/2820" } }, { @@ -295628,13 +295628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2820" + "$ref": "https://ils.rero.ch/api/documents/2820" } }, { @@ -295642,13 +295642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2820" + "$ref": "https://ils.rero.ch/api/documents/2820" } }, { @@ -295656,13 +295656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2820" + "$ref": "https://ils.rero.ch/api/documents/2820" } }, { @@ -295670,13 +295670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2820" + "$ref": "https://ils.rero.ch/api/documents/2820" } }, { @@ -295684,13 +295684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2819" + "$ref": "https://ils.rero.ch/api/documents/2819" } }, { @@ -295698,13 +295698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2819" + "$ref": "https://ils.rero.ch/api/documents/2819" } }, { @@ -295712,13 +295712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2819" + "$ref": "https://ils.rero.ch/api/documents/2819" } }, { @@ -295726,13 +295726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2819" + "$ref": "https://ils.rero.ch/api/documents/2819" } }, { @@ -295740,13 +295740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2818" + "$ref": "https://ils.rero.ch/api/documents/2818" } }, { @@ -295754,13 +295754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2818" + "$ref": "https://ils.rero.ch/api/documents/2818" } }, { @@ -295768,13 +295768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2818" + "$ref": "https://ils.rero.ch/api/documents/2818" } }, { @@ -295782,13 +295782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2818" + "$ref": "https://ils.rero.ch/api/documents/2818" } }, { @@ -295796,13 +295796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2817" + "$ref": "https://ils.rero.ch/api/documents/2817" } }, { @@ -295810,13 +295810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2817" + "$ref": "https://ils.rero.ch/api/documents/2817" } }, { @@ -295824,13 +295824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2817" + "$ref": "https://ils.rero.ch/api/documents/2817" } }, { @@ -295838,13 +295838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2816" + "$ref": "https://ils.rero.ch/api/documents/2816" } }, { @@ -295852,13 +295852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2816" + "$ref": "https://ils.rero.ch/api/documents/2816" } }, { @@ -295866,13 +295866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2816" + "$ref": "https://ils.rero.ch/api/documents/2816" } }, { @@ -295880,13 +295880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2816" + "$ref": "https://ils.rero.ch/api/documents/2816" } }, { @@ -295894,13 +295894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2816" + "$ref": "https://ils.rero.ch/api/documents/2816" } }, { @@ -295908,13 +295908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2815" + "$ref": "https://ils.rero.ch/api/documents/2815" } }, { @@ -295922,13 +295922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2814" + "$ref": "https://ils.rero.ch/api/documents/2814" } }, { @@ -295936,13 +295936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2814" + "$ref": "https://ils.rero.ch/api/documents/2814" } }, { @@ -295950,13 +295950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2814" + "$ref": "https://ils.rero.ch/api/documents/2814" } }, { @@ -295964,13 +295964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2814" + "$ref": "https://ils.rero.ch/api/documents/2814" } }, { @@ -295978,13 +295978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2813" + "$ref": "https://ils.rero.ch/api/documents/2813" } }, { @@ -295992,13 +295992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2813" + "$ref": "https://ils.rero.ch/api/documents/2813" } }, { @@ -296006,13 +296006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2812" + "$ref": "https://ils.rero.ch/api/documents/2812" } }, { @@ -296020,13 +296020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2812" + "$ref": "https://ils.rero.ch/api/documents/2812" } }, { @@ -296034,13 +296034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2812" + "$ref": "https://ils.rero.ch/api/documents/2812" } }, { @@ -296048,13 +296048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2812" + "$ref": "https://ils.rero.ch/api/documents/2812" } }, { @@ -296062,13 +296062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2812" + "$ref": "https://ils.rero.ch/api/documents/2812" } }, { @@ -296076,13 +296076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2811" + "$ref": "https://ils.rero.ch/api/documents/2811" } }, { @@ -296090,13 +296090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2811" + "$ref": "https://ils.rero.ch/api/documents/2811" } }, { @@ -296104,13 +296104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2810" + "$ref": "https://ils.rero.ch/api/documents/2810" } }, { @@ -296118,13 +296118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2810" + "$ref": "https://ils.rero.ch/api/documents/2810" } }, { @@ -296132,13 +296132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2810" + "$ref": "https://ils.rero.ch/api/documents/2810" } }, { @@ -296146,13 +296146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2809" + "$ref": "https://ils.rero.ch/api/documents/2809" } }, { @@ -296160,13 +296160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2809" + "$ref": "https://ils.rero.ch/api/documents/2809" } }, { @@ -296174,13 +296174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2809" + "$ref": "https://ils.rero.ch/api/documents/2809" } }, { @@ -296188,13 +296188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2808" + "$ref": "https://ils.rero.ch/api/documents/2808" } }, { @@ -296202,13 +296202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2807" + "$ref": "https://ils.rero.ch/api/documents/2807" } }, { @@ -296216,13 +296216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2807" + "$ref": "https://ils.rero.ch/api/documents/2807" } }, { @@ -296230,13 +296230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2807" + "$ref": "https://ils.rero.ch/api/documents/2807" } }, { @@ -296244,13 +296244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2806" + "$ref": "https://ils.rero.ch/api/documents/2806" } }, { @@ -296258,13 +296258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2806" + "$ref": "https://ils.rero.ch/api/documents/2806" } }, { @@ -296272,13 +296272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2806" + "$ref": "https://ils.rero.ch/api/documents/2806" } }, { @@ -296286,13 +296286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2806" + "$ref": "https://ils.rero.ch/api/documents/2806" } }, { @@ -296300,13 +296300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2805" + "$ref": "https://ils.rero.ch/api/documents/2805" } }, { @@ -296314,13 +296314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2804" + "$ref": "https://ils.rero.ch/api/documents/2804" } }, { @@ -296328,13 +296328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2804" + "$ref": "https://ils.rero.ch/api/documents/2804" } }, { @@ -296342,13 +296342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2804" + "$ref": "https://ils.rero.ch/api/documents/2804" } }, { @@ -296356,13 +296356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2804" + "$ref": "https://ils.rero.ch/api/documents/2804" } }, { @@ -296370,13 +296370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2803" + "$ref": "https://ils.rero.ch/api/documents/2803" } }, { @@ -296384,13 +296384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2802" + "$ref": "https://ils.rero.ch/api/documents/2802" } }, { @@ -296398,13 +296398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2802" + "$ref": "https://ils.rero.ch/api/documents/2802" } }, { @@ -296412,13 +296412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2802" + "$ref": "https://ils.rero.ch/api/documents/2802" } }, { @@ -296426,13 +296426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2802" + "$ref": "https://ils.rero.ch/api/documents/2802" } }, { @@ -296440,13 +296440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2801" + "$ref": "https://ils.rero.ch/api/documents/2801" } }, { @@ -296454,13 +296454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2801" + "$ref": "https://ils.rero.ch/api/documents/2801" } }, { @@ -296468,13 +296468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2801" + "$ref": "https://ils.rero.ch/api/documents/2801" } }, { @@ -296482,13 +296482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2800" + "$ref": "https://ils.rero.ch/api/documents/2800" } }, { @@ -296496,13 +296496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2800" + "$ref": "https://ils.rero.ch/api/documents/2800" } }, { @@ -296510,13 +296510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2800" + "$ref": "https://ils.rero.ch/api/documents/2800" } }, { @@ -296524,13 +296524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2800" + "$ref": "https://ils.rero.ch/api/documents/2800" } }, { @@ -296538,13 +296538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2799" + "$ref": "https://ils.rero.ch/api/documents/2799" } }, { @@ -296552,13 +296552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2798" + "$ref": "https://ils.rero.ch/api/documents/2798" } }, { @@ -296566,13 +296566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2798" + "$ref": "https://ils.rero.ch/api/documents/2798" } }, { @@ -296580,13 +296580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2798" + "$ref": "https://ils.rero.ch/api/documents/2798" } }, { @@ -296594,13 +296594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2798" + "$ref": "https://ils.rero.ch/api/documents/2798" } }, { @@ -296608,13 +296608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2798" + "$ref": "https://ils.rero.ch/api/documents/2798" } }, { @@ -296622,13 +296622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2797" + "$ref": "https://ils.rero.ch/api/documents/2797" } }, { @@ -296636,13 +296636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2797" + "$ref": "https://ils.rero.ch/api/documents/2797" } }, { @@ -296650,13 +296650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2796" + "$ref": "https://ils.rero.ch/api/documents/2796" } }, { @@ -296664,13 +296664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2796" + "$ref": "https://ils.rero.ch/api/documents/2796" } }, { @@ -296678,13 +296678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2796" + "$ref": "https://ils.rero.ch/api/documents/2796" } }, { @@ -296692,13 +296692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2796" + "$ref": "https://ils.rero.ch/api/documents/2796" } }, { @@ -296706,13 +296706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2796" + "$ref": "https://ils.rero.ch/api/documents/2796" } }, { @@ -296720,13 +296720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2795" + "$ref": "https://ils.rero.ch/api/documents/2795" } }, { @@ -296734,13 +296734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2795" + "$ref": "https://ils.rero.ch/api/documents/2795" } }, { @@ -296748,13 +296748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2795" + "$ref": "https://ils.rero.ch/api/documents/2795" } }, { @@ -296762,13 +296762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2795" + "$ref": "https://ils.rero.ch/api/documents/2795" } }, { @@ -296776,13 +296776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2795" + "$ref": "https://ils.rero.ch/api/documents/2795" } }, { @@ -296790,13 +296790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2794" + "$ref": "https://ils.rero.ch/api/documents/2794" } }, { @@ -296804,13 +296804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2794" + "$ref": "https://ils.rero.ch/api/documents/2794" } }, { @@ -296818,13 +296818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2793" + "$ref": "https://ils.rero.ch/api/documents/2793" } }, { @@ -296832,13 +296832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2793" + "$ref": "https://ils.rero.ch/api/documents/2793" } }, { @@ -296846,13 +296846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2793" + "$ref": "https://ils.rero.ch/api/documents/2793" } }, { @@ -296860,13 +296860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2793" + "$ref": "https://ils.rero.ch/api/documents/2793" } }, { @@ -296874,13 +296874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2792" + "$ref": "https://ils.rero.ch/api/documents/2792" } }, { @@ -296888,13 +296888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2792" + "$ref": "https://ils.rero.ch/api/documents/2792" } }, { @@ -296902,13 +296902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2792" + "$ref": "https://ils.rero.ch/api/documents/2792" } }, { @@ -296916,13 +296916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2792" + "$ref": "https://ils.rero.ch/api/documents/2792" } }, { @@ -296930,13 +296930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2792" + "$ref": "https://ils.rero.ch/api/documents/2792" } }, { @@ -296944,13 +296944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2791" + "$ref": "https://ils.rero.ch/api/documents/2791" } }, { @@ -296958,13 +296958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2791" + "$ref": "https://ils.rero.ch/api/documents/2791" } }, { @@ -296972,13 +296972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2791" + "$ref": "https://ils.rero.ch/api/documents/2791" } }, { @@ -296986,13 +296986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2791" + "$ref": "https://ils.rero.ch/api/documents/2791" } }, { @@ -297000,13 +297000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2790" + "$ref": "https://ils.rero.ch/api/documents/2790" } }, { @@ -297014,13 +297014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2790" + "$ref": "https://ils.rero.ch/api/documents/2790" } }, { @@ -297028,13 +297028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2790" + "$ref": "https://ils.rero.ch/api/documents/2790" } }, { @@ -297042,13 +297042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2789" + "$ref": "https://ils.rero.ch/api/documents/2789" } }, { @@ -297056,13 +297056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2789" + "$ref": "https://ils.rero.ch/api/documents/2789" } }, { @@ -297070,13 +297070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2789" + "$ref": "https://ils.rero.ch/api/documents/2789" } }, { @@ -297084,13 +297084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2788" + "$ref": "https://ils.rero.ch/api/documents/2788" } }, { @@ -297098,13 +297098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2788" + "$ref": "https://ils.rero.ch/api/documents/2788" } }, { @@ -297112,13 +297112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2788" + "$ref": "https://ils.rero.ch/api/documents/2788" } }, { @@ -297126,13 +297126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2788" + "$ref": "https://ils.rero.ch/api/documents/2788" } }, { @@ -297140,13 +297140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2787" + "$ref": "https://ils.rero.ch/api/documents/2787" } }, { @@ -297154,13 +297154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2787" + "$ref": "https://ils.rero.ch/api/documents/2787" } }, { @@ -297168,13 +297168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2787" + "$ref": "https://ils.rero.ch/api/documents/2787" } }, { @@ -297182,13 +297182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2787" + "$ref": "https://ils.rero.ch/api/documents/2787" } }, { @@ -297196,13 +297196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2787" + "$ref": "https://ils.rero.ch/api/documents/2787" } }, { @@ -297210,13 +297210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2786" + "$ref": "https://ils.rero.ch/api/documents/2786" } }, { @@ -297224,13 +297224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2786" + "$ref": "https://ils.rero.ch/api/documents/2786" } }, { @@ -297238,13 +297238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2786" + "$ref": "https://ils.rero.ch/api/documents/2786" } }, { @@ -297252,13 +297252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2786" + "$ref": "https://ils.rero.ch/api/documents/2786" } }, { @@ -297266,13 +297266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2785" + "$ref": "https://ils.rero.ch/api/documents/2785" } }, { @@ -297280,13 +297280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2785" + "$ref": "https://ils.rero.ch/api/documents/2785" } }, { @@ -297294,13 +297294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2784" + "$ref": "https://ils.rero.ch/api/documents/2784" } }, { @@ -297308,13 +297308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2784" + "$ref": "https://ils.rero.ch/api/documents/2784" } }, { @@ -297322,13 +297322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2784" + "$ref": "https://ils.rero.ch/api/documents/2784" } }, { @@ -297336,13 +297336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2783" + "$ref": "https://ils.rero.ch/api/documents/2783" } }, { @@ -297350,13 +297350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2782" + "$ref": "https://ils.rero.ch/api/documents/2782" } }, { @@ -297364,13 +297364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2782" + "$ref": "https://ils.rero.ch/api/documents/2782" } }, { @@ -297378,13 +297378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2782" + "$ref": "https://ils.rero.ch/api/documents/2782" } }, { @@ -297392,13 +297392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2781" + "$ref": "https://ils.rero.ch/api/documents/2781" } }, { @@ -297406,13 +297406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2781" + "$ref": "https://ils.rero.ch/api/documents/2781" } }, { @@ -297420,13 +297420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2781" + "$ref": "https://ils.rero.ch/api/documents/2781" } }, { @@ -297434,13 +297434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2781" + "$ref": "https://ils.rero.ch/api/documents/2781" } }, { @@ -297448,13 +297448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2781" + "$ref": "https://ils.rero.ch/api/documents/2781" } }, { @@ -297462,13 +297462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2780" + "$ref": "https://ils.rero.ch/api/documents/2780" } }, { @@ -297476,13 +297476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2779" + "$ref": "https://ils.rero.ch/api/documents/2779" } }, { @@ -297490,13 +297490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2779" + "$ref": "https://ils.rero.ch/api/documents/2779" } }, { @@ -297504,13 +297504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2779" + "$ref": "https://ils.rero.ch/api/documents/2779" } }, { @@ -297518,13 +297518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2779" + "$ref": "https://ils.rero.ch/api/documents/2779" } }, { @@ -297532,13 +297532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2779" + "$ref": "https://ils.rero.ch/api/documents/2779" } }, { @@ -297546,13 +297546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2778" + "$ref": "https://ils.rero.ch/api/documents/2778" } }, { @@ -297560,13 +297560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2777" + "$ref": "https://ils.rero.ch/api/documents/2777" } }, { @@ -297574,13 +297574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2777" + "$ref": "https://ils.rero.ch/api/documents/2777" } }, { @@ -297588,13 +297588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2777" + "$ref": "https://ils.rero.ch/api/documents/2777" } }, { @@ -297602,13 +297602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2777" + "$ref": "https://ils.rero.ch/api/documents/2777" } }, { @@ -297616,13 +297616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2777" + "$ref": "https://ils.rero.ch/api/documents/2777" } }, { @@ -297630,13 +297630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2776" + "$ref": "https://ils.rero.ch/api/documents/2776" } }, { @@ -297644,13 +297644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2776" + "$ref": "https://ils.rero.ch/api/documents/2776" } }, { @@ -297658,13 +297658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2776" + "$ref": "https://ils.rero.ch/api/documents/2776" } }, { @@ -297672,13 +297672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2775" + "$ref": "https://ils.rero.ch/api/documents/2775" } }, { @@ -297686,13 +297686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2775" + "$ref": "https://ils.rero.ch/api/documents/2775" } }, { @@ -297700,13 +297700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2775" + "$ref": "https://ils.rero.ch/api/documents/2775" } }, { @@ -297714,13 +297714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2775" + "$ref": "https://ils.rero.ch/api/documents/2775" } }, { @@ -297728,13 +297728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2774" + "$ref": "https://ils.rero.ch/api/documents/2774" } }, { @@ -297742,13 +297742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2774" + "$ref": "https://ils.rero.ch/api/documents/2774" } }, { @@ -297756,13 +297756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2774" + "$ref": "https://ils.rero.ch/api/documents/2774" } }, { @@ -297770,13 +297770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2773" + "$ref": "https://ils.rero.ch/api/documents/2773" } }, { @@ -297784,13 +297784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2773" + "$ref": "https://ils.rero.ch/api/documents/2773" } }, { @@ -297798,13 +297798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2773" + "$ref": "https://ils.rero.ch/api/documents/2773" } }, { @@ -297812,13 +297812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2773" + "$ref": "https://ils.rero.ch/api/documents/2773" } }, { @@ -297826,13 +297826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2773" + "$ref": "https://ils.rero.ch/api/documents/2773" } }, { @@ -297840,13 +297840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2772" + "$ref": "https://ils.rero.ch/api/documents/2772" } }, { @@ -297854,13 +297854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2772" + "$ref": "https://ils.rero.ch/api/documents/2772" } }, { @@ -297868,13 +297868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2772" + "$ref": "https://ils.rero.ch/api/documents/2772" } }, { @@ -297882,13 +297882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2771" + "$ref": "https://ils.rero.ch/api/documents/2771" } }, { @@ -297896,13 +297896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2771" + "$ref": "https://ils.rero.ch/api/documents/2771" } }, { @@ -297910,13 +297910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2771" + "$ref": "https://ils.rero.ch/api/documents/2771" } }, { @@ -297924,13 +297924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2771" + "$ref": "https://ils.rero.ch/api/documents/2771" } }, { @@ -297938,13 +297938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2771" + "$ref": "https://ils.rero.ch/api/documents/2771" } }, { @@ -297952,13 +297952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2770" + "$ref": "https://ils.rero.ch/api/documents/2770" } }, { @@ -297966,13 +297966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2770" + "$ref": "https://ils.rero.ch/api/documents/2770" } }, { @@ -297980,13 +297980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2770" + "$ref": "https://ils.rero.ch/api/documents/2770" } }, { @@ -297994,13 +297994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2769" + "$ref": "https://ils.rero.ch/api/documents/2769" } }, { @@ -298008,13 +298008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2769" + "$ref": "https://ils.rero.ch/api/documents/2769" } }, { @@ -298022,13 +298022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2768" + "$ref": "https://ils.rero.ch/api/documents/2768" } }, { @@ -298036,13 +298036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2768" + "$ref": "https://ils.rero.ch/api/documents/2768" } }, { @@ -298050,13 +298050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2767" + "$ref": "https://ils.rero.ch/api/documents/2767" } }, { @@ -298064,13 +298064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2767" + "$ref": "https://ils.rero.ch/api/documents/2767" } }, { @@ -298078,13 +298078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2766" + "$ref": "https://ils.rero.ch/api/documents/2766" } }, { @@ -298092,13 +298092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2766" + "$ref": "https://ils.rero.ch/api/documents/2766" } }, { @@ -298106,13 +298106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2766" + "$ref": "https://ils.rero.ch/api/documents/2766" } }, { @@ -298120,13 +298120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2765" + "$ref": "https://ils.rero.ch/api/documents/2765" } }, { @@ -298134,13 +298134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2765" + "$ref": "https://ils.rero.ch/api/documents/2765" } }, { @@ -298148,13 +298148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2764" + "$ref": "https://ils.rero.ch/api/documents/2764" } }, { @@ -298162,13 +298162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2764" + "$ref": "https://ils.rero.ch/api/documents/2764" } }, { @@ -298176,13 +298176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2764" + "$ref": "https://ils.rero.ch/api/documents/2764" } }, { @@ -298190,13 +298190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2764" + "$ref": "https://ils.rero.ch/api/documents/2764" } }, { @@ -298204,13 +298204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2763" + "$ref": "https://ils.rero.ch/api/documents/2763" } }, { @@ -298218,13 +298218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2763" + "$ref": "https://ils.rero.ch/api/documents/2763" } }, { @@ -298232,13 +298232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2762" + "$ref": "https://ils.rero.ch/api/documents/2762" } }, { @@ -298246,13 +298246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2762" + "$ref": "https://ils.rero.ch/api/documents/2762" } }, { @@ -298260,13 +298260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2762" + "$ref": "https://ils.rero.ch/api/documents/2762" } }, { @@ -298274,13 +298274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2761" + "$ref": "https://ils.rero.ch/api/documents/2761" } }, { @@ -298288,13 +298288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2760" + "$ref": "https://ils.rero.ch/api/documents/2760" } }, { @@ -298302,13 +298302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2760" + "$ref": "https://ils.rero.ch/api/documents/2760" } }, { @@ -298316,13 +298316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2760" + "$ref": "https://ils.rero.ch/api/documents/2760" } }, { @@ -298330,13 +298330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2760" + "$ref": "https://ils.rero.ch/api/documents/2760" } }, { @@ -298344,13 +298344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2759" + "$ref": "https://ils.rero.ch/api/documents/2759" } }, { @@ -298358,13 +298358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2759" + "$ref": "https://ils.rero.ch/api/documents/2759" } }, { @@ -298372,13 +298372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2759" + "$ref": "https://ils.rero.ch/api/documents/2759" } }, { @@ -298386,13 +298386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2759" + "$ref": "https://ils.rero.ch/api/documents/2759" } }, { @@ -298400,13 +298400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2759" + "$ref": "https://ils.rero.ch/api/documents/2759" } }, { @@ -298414,13 +298414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2758" + "$ref": "https://ils.rero.ch/api/documents/2758" } }, { @@ -298428,13 +298428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2758" + "$ref": "https://ils.rero.ch/api/documents/2758" } }, { @@ -298442,13 +298442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2757" + "$ref": "https://ils.rero.ch/api/documents/2757" } }, { @@ -298456,13 +298456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2756" + "$ref": "https://ils.rero.ch/api/documents/2756" } }, { @@ -298470,13 +298470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2756" + "$ref": "https://ils.rero.ch/api/documents/2756" } }, { @@ -298484,13 +298484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2756" + "$ref": "https://ils.rero.ch/api/documents/2756" } }, { @@ -298498,13 +298498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2756" + "$ref": "https://ils.rero.ch/api/documents/2756" } }, { @@ -298512,13 +298512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2756" + "$ref": "https://ils.rero.ch/api/documents/2756" } }, { @@ -298526,13 +298526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2755" + "$ref": "https://ils.rero.ch/api/documents/2755" } }, { @@ -298540,13 +298540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2755" + "$ref": "https://ils.rero.ch/api/documents/2755" } }, { @@ -298554,13 +298554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2755" + "$ref": "https://ils.rero.ch/api/documents/2755" } }, { @@ -298568,13 +298568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2755" + "$ref": "https://ils.rero.ch/api/documents/2755" } }, { @@ -298582,13 +298582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2754" + "$ref": "https://ils.rero.ch/api/documents/2754" } }, { @@ -298596,13 +298596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2753" + "$ref": "https://ils.rero.ch/api/documents/2753" } }, { @@ -298610,13 +298610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2753" + "$ref": "https://ils.rero.ch/api/documents/2753" } }, { @@ -298624,13 +298624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2753" + "$ref": "https://ils.rero.ch/api/documents/2753" } }, { @@ -298638,13 +298638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2753" + "$ref": "https://ils.rero.ch/api/documents/2753" } }, { @@ -298652,13 +298652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2752" + "$ref": "https://ils.rero.ch/api/documents/2752" } }, { @@ -298666,13 +298666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2752" + "$ref": "https://ils.rero.ch/api/documents/2752" } }, { @@ -298680,13 +298680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2752" + "$ref": "https://ils.rero.ch/api/documents/2752" } }, { @@ -298694,13 +298694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2752" + "$ref": "https://ils.rero.ch/api/documents/2752" } }, { @@ -298708,13 +298708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2751" + "$ref": "https://ils.rero.ch/api/documents/2751" } }, { @@ -298722,13 +298722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2751" + "$ref": "https://ils.rero.ch/api/documents/2751" } }, { @@ -298736,13 +298736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2750" + "$ref": "https://ils.rero.ch/api/documents/2750" } }, { @@ -298750,13 +298750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2750" + "$ref": "https://ils.rero.ch/api/documents/2750" } }, { @@ -298764,13 +298764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2750" + "$ref": "https://ils.rero.ch/api/documents/2750" } }, { @@ -298778,13 +298778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2749" + "$ref": "https://ils.rero.ch/api/documents/2749" } }, { @@ -298792,13 +298792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2749" + "$ref": "https://ils.rero.ch/api/documents/2749" } }, { @@ -298806,13 +298806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2749" + "$ref": "https://ils.rero.ch/api/documents/2749" } }, { @@ -298820,13 +298820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2748" + "$ref": "https://ils.rero.ch/api/documents/2748" } }, { @@ -298834,13 +298834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2747" + "$ref": "https://ils.rero.ch/api/documents/2747" } }, { @@ -298848,13 +298848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2746" + "$ref": "https://ils.rero.ch/api/documents/2746" } }, { @@ -298862,13 +298862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2746" + "$ref": "https://ils.rero.ch/api/documents/2746" } }, { @@ -298876,13 +298876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2746" + "$ref": "https://ils.rero.ch/api/documents/2746" } }, { @@ -298890,13 +298890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2745" + "$ref": "https://ils.rero.ch/api/documents/2745" } }, { @@ -298904,13 +298904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2744" + "$ref": "https://ils.rero.ch/api/documents/2744" } }, { @@ -298918,13 +298918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2744" + "$ref": "https://ils.rero.ch/api/documents/2744" } }, { @@ -298932,13 +298932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2744" + "$ref": "https://ils.rero.ch/api/documents/2744" } }, { @@ -298946,13 +298946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2744" + "$ref": "https://ils.rero.ch/api/documents/2744" } }, { @@ -298960,13 +298960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2743" + "$ref": "https://ils.rero.ch/api/documents/2743" } }, { @@ -298974,13 +298974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2743" + "$ref": "https://ils.rero.ch/api/documents/2743" } }, { @@ -298988,13 +298988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2743" + "$ref": "https://ils.rero.ch/api/documents/2743" } }, { @@ -299002,13 +299002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2743" + "$ref": "https://ils.rero.ch/api/documents/2743" } }, { @@ -299016,13 +299016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2743" + "$ref": "https://ils.rero.ch/api/documents/2743" } }, { @@ -299030,13 +299030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2742" + "$ref": "https://ils.rero.ch/api/documents/2742" } }, { @@ -299044,13 +299044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2742" + "$ref": "https://ils.rero.ch/api/documents/2742" } }, { @@ -299058,13 +299058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2742" + "$ref": "https://ils.rero.ch/api/documents/2742" } }, { @@ -299072,13 +299072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2741" + "$ref": "https://ils.rero.ch/api/documents/2741" } }, { @@ -299086,13 +299086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2741" + "$ref": "https://ils.rero.ch/api/documents/2741" } }, { @@ -299100,13 +299100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2741" + "$ref": "https://ils.rero.ch/api/documents/2741" } }, { @@ -299114,13 +299114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2740" + "$ref": "https://ils.rero.ch/api/documents/2740" } }, { @@ -299128,13 +299128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2740" + "$ref": "https://ils.rero.ch/api/documents/2740" } }, { @@ -299142,13 +299142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2740" + "$ref": "https://ils.rero.ch/api/documents/2740" } }, { @@ -299156,13 +299156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2740" + "$ref": "https://ils.rero.ch/api/documents/2740" } }, { @@ -299170,13 +299170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2739" + "$ref": "https://ils.rero.ch/api/documents/2739" } }, { @@ -299184,13 +299184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2739" + "$ref": "https://ils.rero.ch/api/documents/2739" } }, { @@ -299198,13 +299198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2739" + "$ref": "https://ils.rero.ch/api/documents/2739" } }, { @@ -299212,13 +299212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2739" + "$ref": "https://ils.rero.ch/api/documents/2739" } }, { @@ -299226,13 +299226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2739" + "$ref": "https://ils.rero.ch/api/documents/2739" } }, { @@ -299240,13 +299240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2738" + "$ref": "https://ils.rero.ch/api/documents/2738" } }, { @@ -299254,13 +299254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2738" + "$ref": "https://ils.rero.ch/api/documents/2738" } }, { @@ -299268,13 +299268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2738" + "$ref": "https://ils.rero.ch/api/documents/2738" } }, { @@ -299282,13 +299282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2738" + "$ref": "https://ils.rero.ch/api/documents/2738" } }, { @@ -299296,13 +299296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2737" + "$ref": "https://ils.rero.ch/api/documents/2737" } }, { @@ -299310,13 +299310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2737" + "$ref": "https://ils.rero.ch/api/documents/2737" } }, { @@ -299324,13 +299324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2737" + "$ref": "https://ils.rero.ch/api/documents/2737" } }, { @@ -299338,13 +299338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2737" + "$ref": "https://ils.rero.ch/api/documents/2737" } }, { @@ -299352,13 +299352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2736" + "$ref": "https://ils.rero.ch/api/documents/2736" } }, { @@ -299366,13 +299366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2736" + "$ref": "https://ils.rero.ch/api/documents/2736" } }, { @@ -299380,13 +299380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2735" + "$ref": "https://ils.rero.ch/api/documents/2735" } }, { @@ -299394,13 +299394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2735" + "$ref": "https://ils.rero.ch/api/documents/2735" } }, { @@ -299408,13 +299408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2735" + "$ref": "https://ils.rero.ch/api/documents/2735" } }, { @@ -299422,13 +299422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2735" + "$ref": "https://ils.rero.ch/api/documents/2735" } }, { @@ -299436,13 +299436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2734" + "$ref": "https://ils.rero.ch/api/documents/2734" } }, { @@ -299450,13 +299450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2734" + "$ref": "https://ils.rero.ch/api/documents/2734" } }, { @@ -299464,13 +299464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2734" + "$ref": "https://ils.rero.ch/api/documents/2734" } }, { @@ -299478,13 +299478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2734" + "$ref": "https://ils.rero.ch/api/documents/2734" } }, { @@ -299492,13 +299492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2734" + "$ref": "https://ils.rero.ch/api/documents/2734" } }, { @@ -299506,13 +299506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2733" + "$ref": "https://ils.rero.ch/api/documents/2733" } }, { @@ -299520,13 +299520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2732" + "$ref": "https://ils.rero.ch/api/documents/2732" } }, { @@ -299534,13 +299534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2732" + "$ref": "https://ils.rero.ch/api/documents/2732" } }, { @@ -299548,13 +299548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2732" + "$ref": "https://ils.rero.ch/api/documents/2732" } }, { @@ -299562,13 +299562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2732" + "$ref": "https://ils.rero.ch/api/documents/2732" } }, { @@ -299576,13 +299576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2732" + "$ref": "https://ils.rero.ch/api/documents/2732" } }, { @@ -299590,13 +299590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2731" + "$ref": "https://ils.rero.ch/api/documents/2731" } }, { @@ -299604,13 +299604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2731" + "$ref": "https://ils.rero.ch/api/documents/2731" } }, { @@ -299618,13 +299618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2730" + "$ref": "https://ils.rero.ch/api/documents/2730" } }, { @@ -299632,13 +299632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2730" + "$ref": "https://ils.rero.ch/api/documents/2730" } }, { @@ -299646,13 +299646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2730" + "$ref": "https://ils.rero.ch/api/documents/2730" } }, { @@ -299660,13 +299660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2730" + "$ref": "https://ils.rero.ch/api/documents/2730" } }, { @@ -299674,13 +299674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2729" + "$ref": "https://ils.rero.ch/api/documents/2729" } }, { @@ -299688,13 +299688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2728" + "$ref": "https://ils.rero.ch/api/documents/2728" } }, { @@ -299702,13 +299702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2727" + "$ref": "https://ils.rero.ch/api/documents/2727" } }, { @@ -299716,13 +299716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2727" + "$ref": "https://ils.rero.ch/api/documents/2727" } }, { @@ -299730,13 +299730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2727" + "$ref": "https://ils.rero.ch/api/documents/2727" } }, { @@ -299744,13 +299744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2726" + "$ref": "https://ils.rero.ch/api/documents/2726" } }, { @@ -299758,13 +299758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2726" + "$ref": "https://ils.rero.ch/api/documents/2726" } }, { @@ -299772,13 +299772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2726" + "$ref": "https://ils.rero.ch/api/documents/2726" } }, { @@ -299786,13 +299786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2725" + "$ref": "https://ils.rero.ch/api/documents/2725" } }, { @@ -299800,13 +299800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2724" + "$ref": "https://ils.rero.ch/api/documents/2724" } }, { @@ -299814,13 +299814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2724" + "$ref": "https://ils.rero.ch/api/documents/2724" } }, { @@ -299828,13 +299828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2724" + "$ref": "https://ils.rero.ch/api/documents/2724" } }, { @@ -299842,13 +299842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2724" + "$ref": "https://ils.rero.ch/api/documents/2724" } }, { @@ -299856,13 +299856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2723" + "$ref": "https://ils.rero.ch/api/documents/2723" } }, { @@ -299870,13 +299870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2722" + "$ref": "https://ils.rero.ch/api/documents/2722" } }, { @@ -299884,13 +299884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2722" + "$ref": "https://ils.rero.ch/api/documents/2722" } }, { @@ -299898,13 +299898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2721" + "$ref": "https://ils.rero.ch/api/documents/2721" } }, { @@ -299912,13 +299912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2720" + "$ref": "https://ils.rero.ch/api/documents/2720" } }, { @@ -299926,13 +299926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2720" + "$ref": "https://ils.rero.ch/api/documents/2720" } }, { @@ -299940,13 +299940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2720" + "$ref": "https://ils.rero.ch/api/documents/2720" } }, { @@ -299954,13 +299954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2720" + "$ref": "https://ils.rero.ch/api/documents/2720" } }, { @@ -299968,13 +299968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2719" + "$ref": "https://ils.rero.ch/api/documents/2719" } }, { @@ -299982,13 +299982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2718" + "$ref": "https://ils.rero.ch/api/documents/2718" } }, { @@ -299996,13 +299996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2718" + "$ref": "https://ils.rero.ch/api/documents/2718" } }, { @@ -300010,13 +300010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2717" + "$ref": "https://ils.rero.ch/api/documents/2717" } }, { @@ -300024,13 +300024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2717" + "$ref": "https://ils.rero.ch/api/documents/2717" } }, { @@ -300038,13 +300038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2717" + "$ref": "https://ils.rero.ch/api/documents/2717" } }, { @@ -300052,13 +300052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2717" + "$ref": "https://ils.rero.ch/api/documents/2717" } }, { @@ -300066,13 +300066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2717" + "$ref": "https://ils.rero.ch/api/documents/2717" } }, { @@ -300080,13 +300080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2716" + "$ref": "https://ils.rero.ch/api/documents/2716" } }, { @@ -300094,13 +300094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2716" + "$ref": "https://ils.rero.ch/api/documents/2716" } }, { @@ -300108,13 +300108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2715" + "$ref": "https://ils.rero.ch/api/documents/2715" } }, { @@ -300122,13 +300122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2715" + "$ref": "https://ils.rero.ch/api/documents/2715" } }, { @@ -300136,13 +300136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2715" + "$ref": "https://ils.rero.ch/api/documents/2715" } }, { @@ -300150,13 +300150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2715" + "$ref": "https://ils.rero.ch/api/documents/2715" } }, { @@ -300164,13 +300164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2714" + "$ref": "https://ils.rero.ch/api/documents/2714" } }, { @@ -300178,13 +300178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2714" + "$ref": "https://ils.rero.ch/api/documents/2714" } }, { @@ -300192,13 +300192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2714" + "$ref": "https://ils.rero.ch/api/documents/2714" } }, { @@ -300206,13 +300206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2714" + "$ref": "https://ils.rero.ch/api/documents/2714" } }, { @@ -300220,13 +300220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2714" + "$ref": "https://ils.rero.ch/api/documents/2714" } }, { @@ -300234,13 +300234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2713" + "$ref": "https://ils.rero.ch/api/documents/2713" } }, { @@ -300248,13 +300248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2713" + "$ref": "https://ils.rero.ch/api/documents/2713" } }, { @@ -300262,13 +300262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2712" + "$ref": "https://ils.rero.ch/api/documents/2712" } }, { @@ -300276,13 +300276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2712" + "$ref": "https://ils.rero.ch/api/documents/2712" } }, { @@ -300290,13 +300290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2712" + "$ref": "https://ils.rero.ch/api/documents/2712" } }, { @@ -300304,13 +300304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2712" + "$ref": "https://ils.rero.ch/api/documents/2712" } }, { @@ -300318,13 +300318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2712" + "$ref": "https://ils.rero.ch/api/documents/2712" } }, { @@ -300332,13 +300332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2711" + "$ref": "https://ils.rero.ch/api/documents/2711" } }, { @@ -300346,13 +300346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2710" + "$ref": "https://ils.rero.ch/api/documents/2710" } }, { @@ -300360,13 +300360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2710" + "$ref": "https://ils.rero.ch/api/documents/2710" } }, { @@ -300374,13 +300374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2710" + "$ref": "https://ils.rero.ch/api/documents/2710" } }, { @@ -300388,13 +300388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2710" + "$ref": "https://ils.rero.ch/api/documents/2710" } }, { @@ -300402,13 +300402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2709" + "$ref": "https://ils.rero.ch/api/documents/2709" } }, { @@ -300416,13 +300416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2708" + "$ref": "https://ils.rero.ch/api/documents/2708" } }, { @@ -300430,13 +300430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2708" + "$ref": "https://ils.rero.ch/api/documents/2708" } }, { @@ -300444,13 +300444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2707" + "$ref": "https://ils.rero.ch/api/documents/2707" } }, { @@ -300458,13 +300458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2706" + "$ref": "https://ils.rero.ch/api/documents/2706" } }, { @@ -300472,13 +300472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2706" + "$ref": "https://ils.rero.ch/api/documents/2706" } }, { @@ -300486,13 +300486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2706" + "$ref": "https://ils.rero.ch/api/documents/2706" } }, { @@ -300500,13 +300500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2706" + "$ref": "https://ils.rero.ch/api/documents/2706" } }, { @@ -300514,13 +300514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2706" + "$ref": "https://ils.rero.ch/api/documents/2706" } }, { @@ -300528,13 +300528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2705" + "$ref": "https://ils.rero.ch/api/documents/2705" } }, { @@ -300542,13 +300542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2705" + "$ref": "https://ils.rero.ch/api/documents/2705" } }, { @@ -300556,13 +300556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2705" + "$ref": "https://ils.rero.ch/api/documents/2705" } }, { @@ -300570,13 +300570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2705" + "$ref": "https://ils.rero.ch/api/documents/2705" } }, { @@ -300584,13 +300584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2705" + "$ref": "https://ils.rero.ch/api/documents/2705" } }, { @@ -300598,13 +300598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2704" + "$ref": "https://ils.rero.ch/api/documents/2704" } }, { @@ -300612,13 +300612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2703" + "$ref": "https://ils.rero.ch/api/documents/2703" } }, { @@ -300626,13 +300626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2703" + "$ref": "https://ils.rero.ch/api/documents/2703" } }, { @@ -300640,13 +300640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2703" + "$ref": "https://ils.rero.ch/api/documents/2703" } }, { @@ -300654,13 +300654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2702" + "$ref": "https://ils.rero.ch/api/documents/2702" } }, { @@ -300668,13 +300668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2701" + "$ref": "https://ils.rero.ch/api/documents/2701" } }, { @@ -300682,13 +300682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2701" + "$ref": "https://ils.rero.ch/api/documents/2701" } }, { @@ -300696,13 +300696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2701" + "$ref": "https://ils.rero.ch/api/documents/2701" } }, { @@ -300710,13 +300710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2701" + "$ref": "https://ils.rero.ch/api/documents/2701" } }, { @@ -300724,13 +300724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2701" + "$ref": "https://ils.rero.ch/api/documents/2701" } }, { @@ -300738,13 +300738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2700" + "$ref": "https://ils.rero.ch/api/documents/2700" } }, { @@ -300752,13 +300752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2700" + "$ref": "https://ils.rero.ch/api/documents/2700" } }, { @@ -300766,13 +300766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2700" + "$ref": "https://ils.rero.ch/api/documents/2700" } }, { @@ -300780,13 +300780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2699" + "$ref": "https://ils.rero.ch/api/documents/2699" } }, { @@ -300794,13 +300794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2699" + "$ref": "https://ils.rero.ch/api/documents/2699" } }, { @@ -300808,13 +300808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2698" + "$ref": "https://ils.rero.ch/api/documents/2698" } }, { @@ -300822,13 +300822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2698" + "$ref": "https://ils.rero.ch/api/documents/2698" } }, { @@ -300836,13 +300836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2698" + "$ref": "https://ils.rero.ch/api/documents/2698" } }, { @@ -300850,13 +300850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2698" + "$ref": "https://ils.rero.ch/api/documents/2698" } }, { @@ -300864,13 +300864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2697" + "$ref": "https://ils.rero.ch/api/documents/2697" } }, { @@ -300878,13 +300878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2697" + "$ref": "https://ils.rero.ch/api/documents/2697" } }, { @@ -300892,13 +300892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2697" + "$ref": "https://ils.rero.ch/api/documents/2697" } }, { @@ -300906,13 +300906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2697" + "$ref": "https://ils.rero.ch/api/documents/2697" } }, { @@ -300920,13 +300920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2697" + "$ref": "https://ils.rero.ch/api/documents/2697" } }, { @@ -300934,13 +300934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2696" + "$ref": "https://ils.rero.ch/api/documents/2696" } }, { @@ -300948,13 +300948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2696" + "$ref": "https://ils.rero.ch/api/documents/2696" } }, { @@ -300962,13 +300962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2695" + "$ref": "https://ils.rero.ch/api/documents/2695" } }, { @@ -300976,13 +300976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2695" + "$ref": "https://ils.rero.ch/api/documents/2695" } }, { @@ -300990,13 +300990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2694" + "$ref": "https://ils.rero.ch/api/documents/2694" } }, { @@ -301004,13 +301004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2694" + "$ref": "https://ils.rero.ch/api/documents/2694" } }, { @@ -301018,13 +301018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2694" + "$ref": "https://ils.rero.ch/api/documents/2694" } }, { @@ -301032,13 +301032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2694" + "$ref": "https://ils.rero.ch/api/documents/2694" } }, { @@ -301046,13 +301046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2694" + "$ref": "https://ils.rero.ch/api/documents/2694" } }, { @@ -301060,13 +301060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2693" + "$ref": "https://ils.rero.ch/api/documents/2693" } }, { @@ -301074,13 +301074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2692" + "$ref": "https://ils.rero.ch/api/documents/2692" } }, { @@ -301088,13 +301088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2691" + "$ref": "https://ils.rero.ch/api/documents/2691" } }, { @@ -301102,13 +301102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2691" + "$ref": "https://ils.rero.ch/api/documents/2691" } }, { @@ -301116,13 +301116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2691" + "$ref": "https://ils.rero.ch/api/documents/2691" } }, { @@ -301130,13 +301130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2691" + "$ref": "https://ils.rero.ch/api/documents/2691" } }, { @@ -301144,13 +301144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2691" + "$ref": "https://ils.rero.ch/api/documents/2691" } }, { @@ -301158,13 +301158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2690" + "$ref": "https://ils.rero.ch/api/documents/2690" } }, { @@ -301172,13 +301172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2689" + "$ref": "https://ils.rero.ch/api/documents/2689" } }, { @@ -301186,13 +301186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2689" + "$ref": "https://ils.rero.ch/api/documents/2689" } }, { @@ -301200,13 +301200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2689" + "$ref": "https://ils.rero.ch/api/documents/2689" } }, { @@ -301214,13 +301214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2689" + "$ref": "https://ils.rero.ch/api/documents/2689" } }, { @@ -301228,13 +301228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2689" + "$ref": "https://ils.rero.ch/api/documents/2689" } }, { @@ -301242,13 +301242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2688" + "$ref": "https://ils.rero.ch/api/documents/2688" } }, { @@ -301256,13 +301256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2688" + "$ref": "https://ils.rero.ch/api/documents/2688" } }, { @@ -301270,13 +301270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2688" + "$ref": "https://ils.rero.ch/api/documents/2688" } }, { @@ -301284,13 +301284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2687" + "$ref": "https://ils.rero.ch/api/documents/2687" } }, { @@ -301298,13 +301298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2687" + "$ref": "https://ils.rero.ch/api/documents/2687" } }, { @@ -301312,13 +301312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2687" + "$ref": "https://ils.rero.ch/api/documents/2687" } }, { @@ -301326,13 +301326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2687" + "$ref": "https://ils.rero.ch/api/documents/2687" } }, { @@ -301340,13 +301340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2687" + "$ref": "https://ils.rero.ch/api/documents/2687" } }, { @@ -301354,13 +301354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2686" + "$ref": "https://ils.rero.ch/api/documents/2686" } }, { @@ -301368,13 +301368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2686" + "$ref": "https://ils.rero.ch/api/documents/2686" } }, { @@ -301382,13 +301382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2686" + "$ref": "https://ils.rero.ch/api/documents/2686" } }, { @@ -301396,13 +301396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2685" + "$ref": "https://ils.rero.ch/api/documents/2685" } }, { @@ -301410,13 +301410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2685" + "$ref": "https://ils.rero.ch/api/documents/2685" } }, { @@ -301424,13 +301424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2685" + "$ref": "https://ils.rero.ch/api/documents/2685" } }, { @@ -301438,13 +301438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2685" + "$ref": "https://ils.rero.ch/api/documents/2685" } }, { @@ -301452,13 +301452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2684" + "$ref": "https://ils.rero.ch/api/documents/2684" } }, { @@ -301466,13 +301466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2683" + "$ref": "https://ils.rero.ch/api/documents/2683" } }, { @@ -301480,13 +301480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2683" + "$ref": "https://ils.rero.ch/api/documents/2683" } }, { @@ -301494,13 +301494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2683" + "$ref": "https://ils.rero.ch/api/documents/2683" } }, { @@ -301508,13 +301508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2683" + "$ref": "https://ils.rero.ch/api/documents/2683" } }, { @@ -301522,13 +301522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2682" + "$ref": "https://ils.rero.ch/api/documents/2682" } }, { @@ -301536,13 +301536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2681" + "$ref": "https://ils.rero.ch/api/documents/2681" } }, { @@ -301550,13 +301550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2680" + "$ref": "https://ils.rero.ch/api/documents/2680" } }, { @@ -301564,13 +301564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2680" + "$ref": "https://ils.rero.ch/api/documents/2680" } }, { @@ -301578,13 +301578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2680" + "$ref": "https://ils.rero.ch/api/documents/2680" } }, { @@ -301592,13 +301592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2680" + "$ref": "https://ils.rero.ch/api/documents/2680" } }, { @@ -301606,13 +301606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2679" + "$ref": "https://ils.rero.ch/api/documents/2679" } }, { @@ -301620,13 +301620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2679" + "$ref": "https://ils.rero.ch/api/documents/2679" } }, { @@ -301634,13 +301634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2679" + "$ref": "https://ils.rero.ch/api/documents/2679" } }, { @@ -301648,13 +301648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2679" + "$ref": "https://ils.rero.ch/api/documents/2679" } }, { @@ -301662,13 +301662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2678" + "$ref": "https://ils.rero.ch/api/documents/2678" } }, { @@ -301676,13 +301676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2678" + "$ref": "https://ils.rero.ch/api/documents/2678" } }, { @@ -301690,13 +301690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2678" + "$ref": "https://ils.rero.ch/api/documents/2678" } }, { @@ -301704,13 +301704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2677" + "$ref": "https://ils.rero.ch/api/documents/2677" } }, { @@ -301718,13 +301718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2676" + "$ref": "https://ils.rero.ch/api/documents/2676" } }, { @@ -301732,13 +301732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2676" + "$ref": "https://ils.rero.ch/api/documents/2676" } }, { @@ -301746,13 +301746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2676" + "$ref": "https://ils.rero.ch/api/documents/2676" } }, { @@ -301760,13 +301760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2675" + "$ref": "https://ils.rero.ch/api/documents/2675" } }, { @@ -301774,13 +301774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2675" + "$ref": "https://ils.rero.ch/api/documents/2675" } }, { @@ -301788,13 +301788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2675" + "$ref": "https://ils.rero.ch/api/documents/2675" } }, { @@ -301802,13 +301802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2675" + "$ref": "https://ils.rero.ch/api/documents/2675" } }, { @@ -301816,13 +301816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2674" + "$ref": "https://ils.rero.ch/api/documents/2674" } }, { @@ -301830,13 +301830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2674" + "$ref": "https://ils.rero.ch/api/documents/2674" } }, { @@ -301844,13 +301844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2673" + "$ref": "https://ils.rero.ch/api/documents/2673" } }, { @@ -301858,13 +301858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2673" + "$ref": "https://ils.rero.ch/api/documents/2673" } }, { @@ -301872,13 +301872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2673" + "$ref": "https://ils.rero.ch/api/documents/2673" } }, { @@ -301886,13 +301886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2673" + "$ref": "https://ils.rero.ch/api/documents/2673" } }, { @@ -301900,13 +301900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2672" + "$ref": "https://ils.rero.ch/api/documents/2672" } }, { @@ -301914,13 +301914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2672" + "$ref": "https://ils.rero.ch/api/documents/2672" } }, { @@ -301928,13 +301928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2672" + "$ref": "https://ils.rero.ch/api/documents/2672" } }, { @@ -301942,13 +301942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2672" + "$ref": "https://ils.rero.ch/api/documents/2672" } }, { @@ -301956,13 +301956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2671" + "$ref": "https://ils.rero.ch/api/documents/2671" } }, { @@ -301970,13 +301970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2671" + "$ref": "https://ils.rero.ch/api/documents/2671" } }, { @@ -301984,13 +301984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2670" + "$ref": "https://ils.rero.ch/api/documents/2670" } }, { @@ -301998,13 +301998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2669" + "$ref": "https://ils.rero.ch/api/documents/2669" } }, { @@ -302012,13 +302012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2669" + "$ref": "https://ils.rero.ch/api/documents/2669" } }, { @@ -302026,13 +302026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2669" + "$ref": "https://ils.rero.ch/api/documents/2669" } }, { @@ -302040,13 +302040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2669" + "$ref": "https://ils.rero.ch/api/documents/2669" } }, { @@ -302054,13 +302054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2668" + "$ref": "https://ils.rero.ch/api/documents/2668" } }, { @@ -302068,13 +302068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2667" + "$ref": "https://ils.rero.ch/api/documents/2667" } }, { @@ -302082,13 +302082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2666" + "$ref": "https://ils.rero.ch/api/documents/2666" } }, { @@ -302096,13 +302096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2666" + "$ref": "https://ils.rero.ch/api/documents/2666" } }, { @@ -302110,13 +302110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2666" + "$ref": "https://ils.rero.ch/api/documents/2666" } }, { @@ -302124,13 +302124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2666" + "$ref": "https://ils.rero.ch/api/documents/2666" } }, { @@ -302138,13 +302138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2666" + "$ref": "https://ils.rero.ch/api/documents/2666" } }, { @@ -302152,13 +302152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2665" + "$ref": "https://ils.rero.ch/api/documents/2665" } }, { @@ -302166,13 +302166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2665" + "$ref": "https://ils.rero.ch/api/documents/2665" } }, { @@ -302180,13 +302180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2665" + "$ref": "https://ils.rero.ch/api/documents/2665" } }, { @@ -302194,13 +302194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2664" + "$ref": "https://ils.rero.ch/api/documents/2664" } }, { @@ -302208,13 +302208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2664" + "$ref": "https://ils.rero.ch/api/documents/2664" } }, { @@ -302222,13 +302222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2664" + "$ref": "https://ils.rero.ch/api/documents/2664" } }, { @@ -302236,13 +302236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2664" + "$ref": "https://ils.rero.ch/api/documents/2664" } }, { @@ -302250,13 +302250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2663" + "$ref": "https://ils.rero.ch/api/documents/2663" } }, { @@ -302264,13 +302264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2663" + "$ref": "https://ils.rero.ch/api/documents/2663" } }, { @@ -302278,13 +302278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2662" + "$ref": "https://ils.rero.ch/api/documents/2662" } }, { @@ -302292,13 +302292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2662" + "$ref": "https://ils.rero.ch/api/documents/2662" } }, { @@ -302306,13 +302306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2662" + "$ref": "https://ils.rero.ch/api/documents/2662" } }, { @@ -302320,13 +302320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2662" + "$ref": "https://ils.rero.ch/api/documents/2662" } }, { @@ -302334,13 +302334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2661" + "$ref": "https://ils.rero.ch/api/documents/2661" } }, { @@ -302348,13 +302348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2660" + "$ref": "https://ils.rero.ch/api/documents/2660" } }, { @@ -302362,13 +302362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2659" + "$ref": "https://ils.rero.ch/api/documents/2659" } }, { @@ -302376,13 +302376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2658" + "$ref": "https://ils.rero.ch/api/documents/2658" } }, { @@ -302390,13 +302390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2658" + "$ref": "https://ils.rero.ch/api/documents/2658" } }, { @@ -302404,13 +302404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2658" + "$ref": "https://ils.rero.ch/api/documents/2658" } }, { @@ -302418,13 +302418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2658" + "$ref": "https://ils.rero.ch/api/documents/2658" } }, { @@ -302432,13 +302432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2658" + "$ref": "https://ils.rero.ch/api/documents/2658" } }, { @@ -302446,13 +302446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2657" + "$ref": "https://ils.rero.ch/api/documents/2657" } }, { @@ -302460,13 +302460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2657" + "$ref": "https://ils.rero.ch/api/documents/2657" } }, { @@ -302474,13 +302474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2657" + "$ref": "https://ils.rero.ch/api/documents/2657" } }, { @@ -302488,13 +302488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2656" + "$ref": "https://ils.rero.ch/api/documents/2656" } }, { @@ -302502,13 +302502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2656" + "$ref": "https://ils.rero.ch/api/documents/2656" } }, { @@ -302516,13 +302516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2656" + "$ref": "https://ils.rero.ch/api/documents/2656" } }, { @@ -302530,13 +302530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2656" + "$ref": "https://ils.rero.ch/api/documents/2656" } }, { @@ -302544,13 +302544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2656" + "$ref": "https://ils.rero.ch/api/documents/2656" } }, { @@ -302558,13 +302558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2655" + "$ref": "https://ils.rero.ch/api/documents/2655" } }, { @@ -302572,13 +302572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2655" + "$ref": "https://ils.rero.ch/api/documents/2655" } }, { @@ -302586,13 +302586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2654" + "$ref": "https://ils.rero.ch/api/documents/2654" } }, { @@ -302600,13 +302600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2653" + "$ref": "https://ils.rero.ch/api/documents/2653" } }, { @@ -302614,13 +302614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2652" + "$ref": "https://ils.rero.ch/api/documents/2652" } }, { @@ -302628,13 +302628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2651" + "$ref": "https://ils.rero.ch/api/documents/2651" } }, { @@ -302642,13 +302642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2651" + "$ref": "https://ils.rero.ch/api/documents/2651" } }, { @@ -302656,13 +302656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2650" + "$ref": "https://ils.rero.ch/api/documents/2650" } }, { @@ -302670,13 +302670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2650" + "$ref": "https://ils.rero.ch/api/documents/2650" } }, { @@ -302684,13 +302684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2650" + "$ref": "https://ils.rero.ch/api/documents/2650" } }, { @@ -302698,13 +302698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2650" + "$ref": "https://ils.rero.ch/api/documents/2650" } }, { @@ -302712,13 +302712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2650" + "$ref": "https://ils.rero.ch/api/documents/2650" } }, { @@ -302726,13 +302726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2649" + "$ref": "https://ils.rero.ch/api/documents/2649" } }, { @@ -302740,13 +302740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2649" + "$ref": "https://ils.rero.ch/api/documents/2649" } }, { @@ -302754,13 +302754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2649" + "$ref": "https://ils.rero.ch/api/documents/2649" } }, { @@ -302768,13 +302768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2649" + "$ref": "https://ils.rero.ch/api/documents/2649" } }, { @@ -302782,13 +302782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2649" + "$ref": "https://ils.rero.ch/api/documents/2649" } }, { @@ -302796,13 +302796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2648" + "$ref": "https://ils.rero.ch/api/documents/2648" } }, { @@ -302810,13 +302810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2648" + "$ref": "https://ils.rero.ch/api/documents/2648" } }, { @@ -302824,13 +302824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2648" + "$ref": "https://ils.rero.ch/api/documents/2648" } }, { @@ -302838,13 +302838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2648" + "$ref": "https://ils.rero.ch/api/documents/2648" } }, { @@ -302852,13 +302852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2648" + "$ref": "https://ils.rero.ch/api/documents/2648" } }, { @@ -302866,13 +302866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2647" + "$ref": "https://ils.rero.ch/api/documents/2647" } }, { @@ -302880,13 +302880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2647" + "$ref": "https://ils.rero.ch/api/documents/2647" } }, { @@ -302894,13 +302894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2647" + "$ref": "https://ils.rero.ch/api/documents/2647" } }, { @@ -302908,13 +302908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2646" + "$ref": "https://ils.rero.ch/api/documents/2646" } }, { @@ -302922,13 +302922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2646" + "$ref": "https://ils.rero.ch/api/documents/2646" } }, { @@ -302936,13 +302936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2646" + "$ref": "https://ils.rero.ch/api/documents/2646" } }, { @@ -302950,13 +302950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2646" + "$ref": "https://ils.rero.ch/api/documents/2646" } }, { @@ -302964,13 +302964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2645" + "$ref": "https://ils.rero.ch/api/documents/2645" } }, { @@ -302978,13 +302978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2645" + "$ref": "https://ils.rero.ch/api/documents/2645" } }, { @@ -302992,13 +302992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2644" + "$ref": "https://ils.rero.ch/api/documents/2644" } }, { @@ -303006,13 +303006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2644" + "$ref": "https://ils.rero.ch/api/documents/2644" } }, { @@ -303020,13 +303020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2644" + "$ref": "https://ils.rero.ch/api/documents/2644" } }, { @@ -303034,13 +303034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2644" + "$ref": "https://ils.rero.ch/api/documents/2644" } }, { @@ -303048,13 +303048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2643" + "$ref": "https://ils.rero.ch/api/documents/2643" } }, { @@ -303062,13 +303062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2643" + "$ref": "https://ils.rero.ch/api/documents/2643" } }, { @@ -303076,13 +303076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2642" + "$ref": "https://ils.rero.ch/api/documents/2642" } }, { @@ -303090,13 +303090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2642" + "$ref": "https://ils.rero.ch/api/documents/2642" } }, { @@ -303104,13 +303104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2642" + "$ref": "https://ils.rero.ch/api/documents/2642" } }, { @@ -303118,13 +303118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2642" + "$ref": "https://ils.rero.ch/api/documents/2642" } }, { @@ -303132,13 +303132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2641" + "$ref": "https://ils.rero.ch/api/documents/2641" } }, { @@ -303146,13 +303146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2641" + "$ref": "https://ils.rero.ch/api/documents/2641" } }, { @@ -303160,13 +303160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2641" + "$ref": "https://ils.rero.ch/api/documents/2641" } }, { @@ -303174,13 +303174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2641" + "$ref": "https://ils.rero.ch/api/documents/2641" } }, { @@ -303188,13 +303188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2640" + "$ref": "https://ils.rero.ch/api/documents/2640" } }, { @@ -303202,13 +303202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2640" + "$ref": "https://ils.rero.ch/api/documents/2640" } }, { @@ -303216,13 +303216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2640" + "$ref": "https://ils.rero.ch/api/documents/2640" } }, { @@ -303230,13 +303230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2640" + "$ref": "https://ils.rero.ch/api/documents/2640" } }, { @@ -303244,13 +303244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2640" + "$ref": "https://ils.rero.ch/api/documents/2640" } }, { @@ -303258,13 +303258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2639" + "$ref": "https://ils.rero.ch/api/documents/2639" } }, { @@ -303272,13 +303272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2639" + "$ref": "https://ils.rero.ch/api/documents/2639" } }, { @@ -303286,13 +303286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2639" + "$ref": "https://ils.rero.ch/api/documents/2639" } }, { @@ -303300,13 +303300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2638" + "$ref": "https://ils.rero.ch/api/documents/2638" } }, { @@ -303314,13 +303314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2638" + "$ref": "https://ils.rero.ch/api/documents/2638" } }, { @@ -303328,13 +303328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2638" + "$ref": "https://ils.rero.ch/api/documents/2638" } }, { @@ -303342,13 +303342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2638" + "$ref": "https://ils.rero.ch/api/documents/2638" } }, { @@ -303356,13 +303356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2637" + "$ref": "https://ils.rero.ch/api/documents/2637" } }, { @@ -303370,13 +303370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2637" + "$ref": "https://ils.rero.ch/api/documents/2637" } }, { @@ -303384,13 +303384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2636" + "$ref": "https://ils.rero.ch/api/documents/2636" } }, { @@ -303398,13 +303398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2636" + "$ref": "https://ils.rero.ch/api/documents/2636" } }, { @@ -303412,13 +303412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2636" + "$ref": "https://ils.rero.ch/api/documents/2636" } }, { @@ -303426,13 +303426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2635" + "$ref": "https://ils.rero.ch/api/documents/2635" } }, { @@ -303440,13 +303440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2635" + "$ref": "https://ils.rero.ch/api/documents/2635" } }, { @@ -303454,13 +303454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2635" + "$ref": "https://ils.rero.ch/api/documents/2635" } }, { @@ -303468,13 +303468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2635" + "$ref": "https://ils.rero.ch/api/documents/2635" } }, { @@ -303482,13 +303482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2634" + "$ref": "https://ils.rero.ch/api/documents/2634" } }, { @@ -303496,13 +303496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2634" + "$ref": "https://ils.rero.ch/api/documents/2634" } }, { @@ -303510,13 +303510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2634" + "$ref": "https://ils.rero.ch/api/documents/2634" } }, { @@ -303524,13 +303524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2633" + "$ref": "https://ils.rero.ch/api/documents/2633" } }, { @@ -303538,13 +303538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2633" + "$ref": "https://ils.rero.ch/api/documents/2633" } }, { @@ -303552,13 +303552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2632" + "$ref": "https://ils.rero.ch/api/documents/2632" } }, { @@ -303566,13 +303566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2632" + "$ref": "https://ils.rero.ch/api/documents/2632" } }, { @@ -303580,13 +303580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2632" + "$ref": "https://ils.rero.ch/api/documents/2632" } }, { @@ -303594,13 +303594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2631" + "$ref": "https://ils.rero.ch/api/documents/2631" } }, { @@ -303608,13 +303608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2631" + "$ref": "https://ils.rero.ch/api/documents/2631" } }, { @@ -303622,13 +303622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2630" + "$ref": "https://ils.rero.ch/api/documents/2630" } }, { @@ -303636,13 +303636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2630" + "$ref": "https://ils.rero.ch/api/documents/2630" } }, { @@ -303650,13 +303650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2630" + "$ref": "https://ils.rero.ch/api/documents/2630" } }, { @@ -303664,13 +303664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2629" + "$ref": "https://ils.rero.ch/api/documents/2629" } }, { @@ -303678,13 +303678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2628" + "$ref": "https://ils.rero.ch/api/documents/2628" } }, { @@ -303692,13 +303692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2627" + "$ref": "https://ils.rero.ch/api/documents/2627" } }, { @@ -303706,13 +303706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2627" + "$ref": "https://ils.rero.ch/api/documents/2627" } }, { @@ -303720,13 +303720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2627" + "$ref": "https://ils.rero.ch/api/documents/2627" } }, { @@ -303734,13 +303734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2627" + "$ref": "https://ils.rero.ch/api/documents/2627" } }, { @@ -303748,13 +303748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2626" + "$ref": "https://ils.rero.ch/api/documents/2626" } }, { @@ -303762,13 +303762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2626" + "$ref": "https://ils.rero.ch/api/documents/2626" } }, { @@ -303776,13 +303776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2626" + "$ref": "https://ils.rero.ch/api/documents/2626" } }, { @@ -303790,13 +303790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2626" + "$ref": "https://ils.rero.ch/api/documents/2626" } }, { @@ -303804,13 +303804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2626" + "$ref": "https://ils.rero.ch/api/documents/2626" } }, { @@ -303818,13 +303818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2625" + "$ref": "https://ils.rero.ch/api/documents/2625" } }, { @@ -303832,13 +303832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2625" + "$ref": "https://ils.rero.ch/api/documents/2625" } }, { @@ -303846,13 +303846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2625" + "$ref": "https://ils.rero.ch/api/documents/2625" } }, { @@ -303860,13 +303860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2625" + "$ref": "https://ils.rero.ch/api/documents/2625" } }, { @@ -303874,13 +303874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2625" + "$ref": "https://ils.rero.ch/api/documents/2625" } }, { @@ -303888,13 +303888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2624" + "$ref": "https://ils.rero.ch/api/documents/2624" } }, { @@ -303902,13 +303902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2623" + "$ref": "https://ils.rero.ch/api/documents/2623" } }, { @@ -303916,13 +303916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2623" + "$ref": "https://ils.rero.ch/api/documents/2623" } }, { @@ -303930,13 +303930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2623" + "$ref": "https://ils.rero.ch/api/documents/2623" } }, { @@ -303944,13 +303944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2622" + "$ref": "https://ils.rero.ch/api/documents/2622" } }, { @@ -303958,13 +303958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2622" + "$ref": "https://ils.rero.ch/api/documents/2622" } }, { @@ -303972,13 +303972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2621" + "$ref": "https://ils.rero.ch/api/documents/2621" } }, { @@ -303986,13 +303986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2621" + "$ref": "https://ils.rero.ch/api/documents/2621" } }, { @@ -304000,13 +304000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2621" + "$ref": "https://ils.rero.ch/api/documents/2621" } }, { @@ -304014,13 +304014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2621" + "$ref": "https://ils.rero.ch/api/documents/2621" } }, { @@ -304028,13 +304028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2620" + "$ref": "https://ils.rero.ch/api/documents/2620" } }, { @@ -304042,13 +304042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2620" + "$ref": "https://ils.rero.ch/api/documents/2620" } }, { @@ -304056,13 +304056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2620" + "$ref": "https://ils.rero.ch/api/documents/2620" } }, { @@ -304070,13 +304070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2619" + "$ref": "https://ils.rero.ch/api/documents/2619" } }, { @@ -304084,13 +304084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2619" + "$ref": "https://ils.rero.ch/api/documents/2619" } }, { @@ -304098,13 +304098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2619" + "$ref": "https://ils.rero.ch/api/documents/2619" } }, { @@ -304112,13 +304112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2619" + "$ref": "https://ils.rero.ch/api/documents/2619" } }, { @@ -304126,13 +304126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2619" + "$ref": "https://ils.rero.ch/api/documents/2619" } }, { @@ -304140,13 +304140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2618" + "$ref": "https://ils.rero.ch/api/documents/2618" } }, { @@ -304154,13 +304154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2618" + "$ref": "https://ils.rero.ch/api/documents/2618" } }, { @@ -304168,13 +304168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2617" + "$ref": "https://ils.rero.ch/api/documents/2617" } }, { @@ -304182,13 +304182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2617" + "$ref": "https://ils.rero.ch/api/documents/2617" } }, { @@ -304196,13 +304196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2617" + "$ref": "https://ils.rero.ch/api/documents/2617" } }, { @@ -304210,13 +304210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2617" + "$ref": "https://ils.rero.ch/api/documents/2617" } }, { @@ -304224,13 +304224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2617" + "$ref": "https://ils.rero.ch/api/documents/2617" } }, { @@ -304238,13 +304238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2616" + "$ref": "https://ils.rero.ch/api/documents/2616" } }, { @@ -304252,13 +304252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2616" + "$ref": "https://ils.rero.ch/api/documents/2616" } }, { @@ -304266,13 +304266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2615" + "$ref": "https://ils.rero.ch/api/documents/2615" } }, { @@ -304280,13 +304280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2615" + "$ref": "https://ils.rero.ch/api/documents/2615" } }, { @@ -304294,13 +304294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2615" + "$ref": "https://ils.rero.ch/api/documents/2615" } }, { @@ -304308,13 +304308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2615" + "$ref": "https://ils.rero.ch/api/documents/2615" } }, { @@ -304322,13 +304322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2614" + "$ref": "https://ils.rero.ch/api/documents/2614" } }, { @@ -304336,13 +304336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2614" + "$ref": "https://ils.rero.ch/api/documents/2614" } }, { @@ -304350,13 +304350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2613" + "$ref": "https://ils.rero.ch/api/documents/2613" } }, { @@ -304364,13 +304364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2613" + "$ref": "https://ils.rero.ch/api/documents/2613" } }, { @@ -304378,13 +304378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2613" + "$ref": "https://ils.rero.ch/api/documents/2613" } }, { @@ -304392,13 +304392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2613" + "$ref": "https://ils.rero.ch/api/documents/2613" } }, { @@ -304406,13 +304406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2613" + "$ref": "https://ils.rero.ch/api/documents/2613" } }, { @@ -304420,13 +304420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2612" + "$ref": "https://ils.rero.ch/api/documents/2612" } }, { @@ -304434,13 +304434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2612" + "$ref": "https://ils.rero.ch/api/documents/2612" } }, { @@ -304448,13 +304448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2612" + "$ref": "https://ils.rero.ch/api/documents/2612" } }, { @@ -304462,13 +304462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2611" + "$ref": "https://ils.rero.ch/api/documents/2611" } }, { @@ -304476,13 +304476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2611" + "$ref": "https://ils.rero.ch/api/documents/2611" } }, { @@ -304490,13 +304490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2610" + "$ref": "https://ils.rero.ch/api/documents/2610" } }, { @@ -304504,13 +304504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2610" + "$ref": "https://ils.rero.ch/api/documents/2610" } }, { @@ -304518,13 +304518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2610" + "$ref": "https://ils.rero.ch/api/documents/2610" } }, { @@ -304532,13 +304532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2610" + "$ref": "https://ils.rero.ch/api/documents/2610" } }, { @@ -304546,13 +304546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2609" + "$ref": "https://ils.rero.ch/api/documents/2609" } }, { @@ -304560,13 +304560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2609" + "$ref": "https://ils.rero.ch/api/documents/2609" } }, { @@ -304574,13 +304574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2609" + "$ref": "https://ils.rero.ch/api/documents/2609" } }, { @@ -304588,13 +304588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2608" + "$ref": "https://ils.rero.ch/api/documents/2608" } }, { @@ -304602,13 +304602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2608" + "$ref": "https://ils.rero.ch/api/documents/2608" } }, { @@ -304616,13 +304616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2608" + "$ref": "https://ils.rero.ch/api/documents/2608" } }, { @@ -304630,13 +304630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2607" + "$ref": "https://ils.rero.ch/api/documents/2607" } }, { @@ -304644,13 +304644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2607" + "$ref": "https://ils.rero.ch/api/documents/2607" } }, { @@ -304658,13 +304658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2607" + "$ref": "https://ils.rero.ch/api/documents/2607" } }, { @@ -304672,13 +304672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2607" + "$ref": "https://ils.rero.ch/api/documents/2607" } }, { @@ -304686,13 +304686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2607" + "$ref": "https://ils.rero.ch/api/documents/2607" } }, { @@ -304700,13 +304700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2606" + "$ref": "https://ils.rero.ch/api/documents/2606" } }, { @@ -304714,13 +304714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2606" + "$ref": "https://ils.rero.ch/api/documents/2606" } }, { @@ -304728,13 +304728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2606" + "$ref": "https://ils.rero.ch/api/documents/2606" } }, { @@ -304742,13 +304742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2605" + "$ref": "https://ils.rero.ch/api/documents/2605" } }, { @@ -304756,13 +304756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2605" + "$ref": "https://ils.rero.ch/api/documents/2605" } }, { @@ -304770,13 +304770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2605" + "$ref": "https://ils.rero.ch/api/documents/2605" } }, { @@ -304784,13 +304784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2605" + "$ref": "https://ils.rero.ch/api/documents/2605" } }, { @@ -304798,13 +304798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2605" + "$ref": "https://ils.rero.ch/api/documents/2605" } }, { @@ -304812,13 +304812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2604" + "$ref": "https://ils.rero.ch/api/documents/2604" } }, { @@ -304826,13 +304826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2604" + "$ref": "https://ils.rero.ch/api/documents/2604" } }, { @@ -304840,13 +304840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2604" + "$ref": "https://ils.rero.ch/api/documents/2604" } }, { @@ -304854,13 +304854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2603" + "$ref": "https://ils.rero.ch/api/documents/2603" } }, { @@ -304868,13 +304868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2603" + "$ref": "https://ils.rero.ch/api/documents/2603" } }, { @@ -304882,13 +304882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2602" + "$ref": "https://ils.rero.ch/api/documents/2602" } }, { @@ -304896,13 +304896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2602" + "$ref": "https://ils.rero.ch/api/documents/2602" } }, { @@ -304910,13 +304910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2601" + "$ref": "https://ils.rero.ch/api/documents/2601" } }, { @@ -304924,13 +304924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2601" + "$ref": "https://ils.rero.ch/api/documents/2601" } }, { @@ -304938,13 +304938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2601" + "$ref": "https://ils.rero.ch/api/documents/2601" } }, { @@ -304952,13 +304952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2601" + "$ref": "https://ils.rero.ch/api/documents/2601" } }, { @@ -304966,13 +304966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2600" + "$ref": "https://ils.rero.ch/api/documents/2600" } }, { @@ -304980,13 +304980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2600" + "$ref": "https://ils.rero.ch/api/documents/2600" } }, { @@ -304994,13 +304994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2600" + "$ref": "https://ils.rero.ch/api/documents/2600" } }, { @@ -305008,13 +305008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2599" + "$ref": "https://ils.rero.ch/api/documents/2599" } }, { @@ -305022,13 +305022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2598" + "$ref": "https://ils.rero.ch/api/documents/2598" } }, { @@ -305036,13 +305036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2597" + "$ref": "https://ils.rero.ch/api/documents/2597" } }, { @@ -305050,13 +305050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2597" + "$ref": "https://ils.rero.ch/api/documents/2597" } }, { @@ -305064,13 +305064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2597" + "$ref": "https://ils.rero.ch/api/documents/2597" } }, { @@ -305078,13 +305078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2596" + "$ref": "https://ils.rero.ch/api/documents/2596" } }, { @@ -305092,13 +305092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2596" + "$ref": "https://ils.rero.ch/api/documents/2596" } }, { @@ -305106,13 +305106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2595" + "$ref": "https://ils.rero.ch/api/documents/2595" } }, { @@ -305120,13 +305120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2595" + "$ref": "https://ils.rero.ch/api/documents/2595" } }, { @@ -305134,13 +305134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2595" + "$ref": "https://ils.rero.ch/api/documents/2595" } }, { @@ -305148,13 +305148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2595" + "$ref": "https://ils.rero.ch/api/documents/2595" } }, { @@ -305162,13 +305162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2595" + "$ref": "https://ils.rero.ch/api/documents/2595" } }, { @@ -305176,13 +305176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2594" + "$ref": "https://ils.rero.ch/api/documents/2594" } }, { @@ -305190,13 +305190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2594" + "$ref": "https://ils.rero.ch/api/documents/2594" } }, { @@ -305204,13 +305204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2594" + "$ref": "https://ils.rero.ch/api/documents/2594" } }, { @@ -305218,13 +305218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2593" + "$ref": "https://ils.rero.ch/api/documents/2593" } }, { @@ -305232,13 +305232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2593" + "$ref": "https://ils.rero.ch/api/documents/2593" } }, { @@ -305246,13 +305246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2593" + "$ref": "https://ils.rero.ch/api/documents/2593" } }, { @@ -305260,13 +305260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2593" + "$ref": "https://ils.rero.ch/api/documents/2593" } }, { @@ -305274,13 +305274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2593" + "$ref": "https://ils.rero.ch/api/documents/2593" } }, { @@ -305288,13 +305288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2592" + "$ref": "https://ils.rero.ch/api/documents/2592" } }, { @@ -305302,13 +305302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2591" + "$ref": "https://ils.rero.ch/api/documents/2591" } }, { @@ -305316,13 +305316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2591" + "$ref": "https://ils.rero.ch/api/documents/2591" } }, { @@ -305330,13 +305330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2591" + "$ref": "https://ils.rero.ch/api/documents/2591" } }, { @@ -305344,13 +305344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2591" + "$ref": "https://ils.rero.ch/api/documents/2591" } }, { @@ -305358,13 +305358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2591" + "$ref": "https://ils.rero.ch/api/documents/2591" } }, { @@ -305372,13 +305372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2590" + "$ref": "https://ils.rero.ch/api/documents/2590" } }, { @@ -305386,13 +305386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2589" + "$ref": "https://ils.rero.ch/api/documents/2589" } }, { @@ -305400,13 +305400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2589" + "$ref": "https://ils.rero.ch/api/documents/2589" } }, { @@ -305414,13 +305414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2589" + "$ref": "https://ils.rero.ch/api/documents/2589" } }, { @@ -305428,13 +305428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2589" + "$ref": "https://ils.rero.ch/api/documents/2589" } }, { @@ -305442,13 +305442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2588" + "$ref": "https://ils.rero.ch/api/documents/2588" } }, { @@ -305456,13 +305456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2588" + "$ref": "https://ils.rero.ch/api/documents/2588" } }, { @@ -305470,13 +305470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2588" + "$ref": "https://ils.rero.ch/api/documents/2588" } }, { @@ -305484,13 +305484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2588" + "$ref": "https://ils.rero.ch/api/documents/2588" } }, { @@ -305498,13 +305498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2588" + "$ref": "https://ils.rero.ch/api/documents/2588" } }, { @@ -305512,13 +305512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2587" + "$ref": "https://ils.rero.ch/api/documents/2587" } }, { @@ -305526,13 +305526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2587" + "$ref": "https://ils.rero.ch/api/documents/2587" } }, { @@ -305540,13 +305540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2587" + "$ref": "https://ils.rero.ch/api/documents/2587" } }, { @@ -305554,13 +305554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2587" + "$ref": "https://ils.rero.ch/api/documents/2587" } }, { @@ -305568,13 +305568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2586" + "$ref": "https://ils.rero.ch/api/documents/2586" } }, { @@ -305582,13 +305582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2586" + "$ref": "https://ils.rero.ch/api/documents/2586" } }, { @@ -305596,13 +305596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2586" + "$ref": "https://ils.rero.ch/api/documents/2586" } }, { @@ -305610,13 +305610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2586" + "$ref": "https://ils.rero.ch/api/documents/2586" } }, { @@ -305624,13 +305624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2585" + "$ref": "https://ils.rero.ch/api/documents/2585" } }, { @@ -305638,13 +305638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2585" + "$ref": "https://ils.rero.ch/api/documents/2585" } }, { @@ -305652,13 +305652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2585" + "$ref": "https://ils.rero.ch/api/documents/2585" } }, { @@ -305666,13 +305666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2585" + "$ref": "https://ils.rero.ch/api/documents/2585" } }, { @@ -305680,13 +305680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2585" + "$ref": "https://ils.rero.ch/api/documents/2585" } }, { @@ -305694,13 +305694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2584" + "$ref": "https://ils.rero.ch/api/documents/2584" } }, { @@ -305708,13 +305708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2584" + "$ref": "https://ils.rero.ch/api/documents/2584" } }, { @@ -305722,13 +305722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2583" + "$ref": "https://ils.rero.ch/api/documents/2583" } }, { @@ -305736,13 +305736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2583" + "$ref": "https://ils.rero.ch/api/documents/2583" } }, { @@ -305750,13 +305750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2582" + "$ref": "https://ils.rero.ch/api/documents/2582" } }, { @@ -305764,13 +305764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2582" + "$ref": "https://ils.rero.ch/api/documents/2582" } }, { @@ -305778,13 +305778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2582" + "$ref": "https://ils.rero.ch/api/documents/2582" } }, { @@ -305792,13 +305792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2581" + "$ref": "https://ils.rero.ch/api/documents/2581" } }, { @@ -305806,13 +305806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2581" + "$ref": "https://ils.rero.ch/api/documents/2581" } }, { @@ -305820,13 +305820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2581" + "$ref": "https://ils.rero.ch/api/documents/2581" } }, { @@ -305834,13 +305834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2580" + "$ref": "https://ils.rero.ch/api/documents/2580" } }, { @@ -305848,13 +305848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2580" + "$ref": "https://ils.rero.ch/api/documents/2580" } }, { @@ -305862,13 +305862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2579" + "$ref": "https://ils.rero.ch/api/documents/2579" } }, { @@ -305876,13 +305876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2579" + "$ref": "https://ils.rero.ch/api/documents/2579" } }, { @@ -305890,13 +305890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2579" + "$ref": "https://ils.rero.ch/api/documents/2579" } }, { @@ -305904,13 +305904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2578" + "$ref": "https://ils.rero.ch/api/documents/2578" } }, { @@ -305918,13 +305918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2578" + "$ref": "https://ils.rero.ch/api/documents/2578" } }, { @@ -305932,13 +305932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2577" + "$ref": "https://ils.rero.ch/api/documents/2577" } }, { @@ -305946,13 +305946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2577" + "$ref": "https://ils.rero.ch/api/documents/2577" } }, { @@ -305960,13 +305960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2577" + "$ref": "https://ils.rero.ch/api/documents/2577" } }, { @@ -305974,13 +305974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2577" + "$ref": "https://ils.rero.ch/api/documents/2577" } }, { @@ -305988,13 +305988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2576" + "$ref": "https://ils.rero.ch/api/documents/2576" } }, { @@ -306002,13 +306002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2576" + "$ref": "https://ils.rero.ch/api/documents/2576" } }, { @@ -306016,13 +306016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2576" + "$ref": "https://ils.rero.ch/api/documents/2576" } }, { @@ -306030,13 +306030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2576" + "$ref": "https://ils.rero.ch/api/documents/2576" } }, { @@ -306044,13 +306044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2575" + "$ref": "https://ils.rero.ch/api/documents/2575" } }, { @@ -306058,13 +306058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2575" + "$ref": "https://ils.rero.ch/api/documents/2575" } }, { @@ -306072,13 +306072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2575" + "$ref": "https://ils.rero.ch/api/documents/2575" } }, { @@ -306086,13 +306086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2575" + "$ref": "https://ils.rero.ch/api/documents/2575" } }, { @@ -306100,13 +306100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2574" + "$ref": "https://ils.rero.ch/api/documents/2574" } }, { @@ -306114,13 +306114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2574" + "$ref": "https://ils.rero.ch/api/documents/2574" } }, { @@ -306128,13 +306128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2574" + "$ref": "https://ils.rero.ch/api/documents/2574" } }, { @@ -306142,13 +306142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2574" + "$ref": "https://ils.rero.ch/api/documents/2574" } }, { @@ -306156,13 +306156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2574" + "$ref": "https://ils.rero.ch/api/documents/2574" } }, { @@ -306170,13 +306170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2573" + "$ref": "https://ils.rero.ch/api/documents/2573" } }, { @@ -306184,13 +306184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2573" + "$ref": "https://ils.rero.ch/api/documents/2573" } }, { @@ -306198,13 +306198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2573" + "$ref": "https://ils.rero.ch/api/documents/2573" } }, { @@ -306212,13 +306212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2572" + "$ref": "https://ils.rero.ch/api/documents/2572" } }, { @@ -306226,13 +306226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2571" + "$ref": "https://ils.rero.ch/api/documents/2571" } }, { @@ -306240,13 +306240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2571" + "$ref": "https://ils.rero.ch/api/documents/2571" } }, { @@ -306254,13 +306254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2571" + "$ref": "https://ils.rero.ch/api/documents/2571" } }, { @@ -306268,13 +306268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2571" + "$ref": "https://ils.rero.ch/api/documents/2571" } }, { @@ -306282,13 +306282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2570" + "$ref": "https://ils.rero.ch/api/documents/2570" } }, { @@ -306296,13 +306296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2569" + "$ref": "https://ils.rero.ch/api/documents/2569" } }, { @@ -306310,13 +306310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2568" + "$ref": "https://ils.rero.ch/api/documents/2568" } }, { @@ -306324,13 +306324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2568" + "$ref": "https://ils.rero.ch/api/documents/2568" } }, { @@ -306338,13 +306338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2568" + "$ref": "https://ils.rero.ch/api/documents/2568" } }, { @@ -306352,13 +306352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2567" + "$ref": "https://ils.rero.ch/api/documents/2567" } }, { @@ -306366,13 +306366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2567" + "$ref": "https://ils.rero.ch/api/documents/2567" } }, { @@ -306380,13 +306380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2567" + "$ref": "https://ils.rero.ch/api/documents/2567" } }, { @@ -306394,13 +306394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2567" + "$ref": "https://ils.rero.ch/api/documents/2567" } }, { @@ -306408,13 +306408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2567" + "$ref": "https://ils.rero.ch/api/documents/2567" } }, { @@ -306422,13 +306422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2566" + "$ref": "https://ils.rero.ch/api/documents/2566" } }, { @@ -306436,13 +306436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2565" + "$ref": "https://ils.rero.ch/api/documents/2565" } }, { @@ -306450,13 +306450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2565" + "$ref": "https://ils.rero.ch/api/documents/2565" } }, { @@ -306464,13 +306464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2565" + "$ref": "https://ils.rero.ch/api/documents/2565" } }, { @@ -306478,13 +306478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2565" + "$ref": "https://ils.rero.ch/api/documents/2565" } }, { @@ -306492,13 +306492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2565" + "$ref": "https://ils.rero.ch/api/documents/2565" } }, { @@ -306506,13 +306506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2564" + "$ref": "https://ils.rero.ch/api/documents/2564" } }, { @@ -306520,13 +306520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2564" + "$ref": "https://ils.rero.ch/api/documents/2564" } }, { @@ -306534,13 +306534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2564" + "$ref": "https://ils.rero.ch/api/documents/2564" } }, { @@ -306548,13 +306548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2564" + "$ref": "https://ils.rero.ch/api/documents/2564" } }, { @@ -306562,13 +306562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2563" + "$ref": "https://ils.rero.ch/api/documents/2563" } }, { @@ -306576,13 +306576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2562" + "$ref": "https://ils.rero.ch/api/documents/2562" } }, { @@ -306590,13 +306590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2561" + "$ref": "https://ils.rero.ch/api/documents/2561" } }, { @@ -306604,13 +306604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2561" + "$ref": "https://ils.rero.ch/api/documents/2561" } }, { @@ -306618,13 +306618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2561" + "$ref": "https://ils.rero.ch/api/documents/2561" } }, { @@ -306632,13 +306632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2561" + "$ref": "https://ils.rero.ch/api/documents/2561" } }, { @@ -306646,13 +306646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2560" + "$ref": "https://ils.rero.ch/api/documents/2560" } }, { @@ -306660,13 +306660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2560" + "$ref": "https://ils.rero.ch/api/documents/2560" } }, { @@ -306674,13 +306674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2560" + "$ref": "https://ils.rero.ch/api/documents/2560" } }, { @@ -306688,13 +306688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2559" + "$ref": "https://ils.rero.ch/api/documents/2559" } }, { @@ -306702,13 +306702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2558" + "$ref": "https://ils.rero.ch/api/documents/2558" } }, { @@ -306716,13 +306716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2558" + "$ref": "https://ils.rero.ch/api/documents/2558" } }, { @@ -306730,13 +306730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2558" + "$ref": "https://ils.rero.ch/api/documents/2558" } }, { @@ -306744,13 +306744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2558" + "$ref": "https://ils.rero.ch/api/documents/2558" } }, { @@ -306758,13 +306758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2557" + "$ref": "https://ils.rero.ch/api/documents/2557" } }, { @@ -306772,13 +306772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2556" + "$ref": "https://ils.rero.ch/api/documents/2556" } }, { @@ -306786,13 +306786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2556" + "$ref": "https://ils.rero.ch/api/documents/2556" } }, { @@ -306800,13 +306800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2556" + "$ref": "https://ils.rero.ch/api/documents/2556" } }, { @@ -306814,13 +306814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2556" + "$ref": "https://ils.rero.ch/api/documents/2556" } }, { @@ -306828,13 +306828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2555" + "$ref": "https://ils.rero.ch/api/documents/2555" } }, { @@ -306842,13 +306842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2555" + "$ref": "https://ils.rero.ch/api/documents/2555" } }, { @@ -306856,13 +306856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2554" + "$ref": "https://ils.rero.ch/api/documents/2554" } }, { @@ -306870,13 +306870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2554" + "$ref": "https://ils.rero.ch/api/documents/2554" } }, { @@ -306884,13 +306884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2554" + "$ref": "https://ils.rero.ch/api/documents/2554" } }, { @@ -306898,13 +306898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2553" + "$ref": "https://ils.rero.ch/api/documents/2553" } }, { @@ -306912,13 +306912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2553" + "$ref": "https://ils.rero.ch/api/documents/2553" } }, { @@ -306926,13 +306926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2553" + "$ref": "https://ils.rero.ch/api/documents/2553" } }, { @@ -306940,13 +306940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2553" + "$ref": "https://ils.rero.ch/api/documents/2553" } }, { @@ -306954,13 +306954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2553" + "$ref": "https://ils.rero.ch/api/documents/2553" } }, { @@ -306968,13 +306968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2552" + "$ref": "https://ils.rero.ch/api/documents/2552" } }, { @@ -306982,13 +306982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2552" + "$ref": "https://ils.rero.ch/api/documents/2552" } }, { @@ -306996,13 +306996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2552" + "$ref": "https://ils.rero.ch/api/documents/2552" } }, { @@ -307010,13 +307010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2552" + "$ref": "https://ils.rero.ch/api/documents/2552" } }, { @@ -307024,13 +307024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2552" + "$ref": "https://ils.rero.ch/api/documents/2552" } }, { @@ -307038,13 +307038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2551" + "$ref": "https://ils.rero.ch/api/documents/2551" } }, { @@ -307052,13 +307052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2551" + "$ref": "https://ils.rero.ch/api/documents/2551" } }, { @@ -307066,13 +307066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2550" + "$ref": "https://ils.rero.ch/api/documents/2550" } }, { @@ -307080,13 +307080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2550" + "$ref": "https://ils.rero.ch/api/documents/2550" } }, { @@ -307094,13 +307094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2550" + "$ref": "https://ils.rero.ch/api/documents/2550" } }, { @@ -307108,13 +307108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2550" + "$ref": "https://ils.rero.ch/api/documents/2550" } }, { @@ -307122,13 +307122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2550" + "$ref": "https://ils.rero.ch/api/documents/2550" } }, { @@ -307136,13 +307136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2549" + "$ref": "https://ils.rero.ch/api/documents/2549" } }, { @@ -307150,13 +307150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2549" + "$ref": "https://ils.rero.ch/api/documents/2549" } }, { @@ -307164,13 +307164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2549" + "$ref": "https://ils.rero.ch/api/documents/2549" } }, { @@ -307178,13 +307178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2548" + "$ref": "https://ils.rero.ch/api/documents/2548" } }, { @@ -307192,13 +307192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2547" + "$ref": "https://ils.rero.ch/api/documents/2547" } }, { @@ -307206,13 +307206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2547" + "$ref": "https://ils.rero.ch/api/documents/2547" } }, { @@ -307220,13 +307220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2547" + "$ref": "https://ils.rero.ch/api/documents/2547" } }, { @@ -307234,13 +307234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2547" + "$ref": "https://ils.rero.ch/api/documents/2547" } }, { @@ -307248,13 +307248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2546" + "$ref": "https://ils.rero.ch/api/documents/2546" } }, { @@ -307262,13 +307262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2546" + "$ref": "https://ils.rero.ch/api/documents/2546" } }, { @@ -307276,13 +307276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2546" + "$ref": "https://ils.rero.ch/api/documents/2546" } }, { @@ -307290,13 +307290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2545" + "$ref": "https://ils.rero.ch/api/documents/2545" } }, { @@ -307304,13 +307304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2545" + "$ref": "https://ils.rero.ch/api/documents/2545" } }, { @@ -307318,13 +307318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2545" + "$ref": "https://ils.rero.ch/api/documents/2545" } }, { @@ -307332,13 +307332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2545" + "$ref": "https://ils.rero.ch/api/documents/2545" } }, { @@ -307346,13 +307346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2544" + "$ref": "https://ils.rero.ch/api/documents/2544" } }, { @@ -307360,13 +307360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2544" + "$ref": "https://ils.rero.ch/api/documents/2544" } }, { @@ -307374,13 +307374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2544" + "$ref": "https://ils.rero.ch/api/documents/2544" } }, { @@ -307388,13 +307388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2543" + "$ref": "https://ils.rero.ch/api/documents/2543" } }, { @@ -307402,13 +307402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2543" + "$ref": "https://ils.rero.ch/api/documents/2543" } }, { @@ -307416,13 +307416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2543" + "$ref": "https://ils.rero.ch/api/documents/2543" } }, { @@ -307430,13 +307430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2542" + "$ref": "https://ils.rero.ch/api/documents/2542" } }, { @@ -307444,13 +307444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2542" + "$ref": "https://ils.rero.ch/api/documents/2542" } }, { @@ -307458,13 +307458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2542" + "$ref": "https://ils.rero.ch/api/documents/2542" } }, { @@ -307472,13 +307472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2542" + "$ref": "https://ils.rero.ch/api/documents/2542" } }, { @@ -307486,13 +307486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2541" + "$ref": "https://ils.rero.ch/api/documents/2541" } }, { @@ -307500,13 +307500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2541" + "$ref": "https://ils.rero.ch/api/documents/2541" } }, { @@ -307514,13 +307514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2541" + "$ref": "https://ils.rero.ch/api/documents/2541" } }, { @@ -307528,13 +307528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2541" + "$ref": "https://ils.rero.ch/api/documents/2541" } }, { @@ -307542,13 +307542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2541" + "$ref": "https://ils.rero.ch/api/documents/2541" } }, { @@ -307556,13 +307556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2540" + "$ref": "https://ils.rero.ch/api/documents/2540" } }, { @@ -307570,13 +307570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2540" + "$ref": "https://ils.rero.ch/api/documents/2540" } }, { @@ -307584,13 +307584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2540" + "$ref": "https://ils.rero.ch/api/documents/2540" } }, { @@ -307598,13 +307598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2540" + "$ref": "https://ils.rero.ch/api/documents/2540" } }, { @@ -307612,13 +307612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2539" + "$ref": "https://ils.rero.ch/api/documents/2539" } }, { @@ -307626,13 +307626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2539" + "$ref": "https://ils.rero.ch/api/documents/2539" } }, { @@ -307640,13 +307640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2539" + "$ref": "https://ils.rero.ch/api/documents/2539" } }, { @@ -307654,13 +307654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2539" + "$ref": "https://ils.rero.ch/api/documents/2539" } }, { @@ -307668,13 +307668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2539" + "$ref": "https://ils.rero.ch/api/documents/2539" } }, { @@ -307682,13 +307682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2538" + "$ref": "https://ils.rero.ch/api/documents/2538" } }, { @@ -307696,13 +307696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2538" + "$ref": "https://ils.rero.ch/api/documents/2538" } }, { @@ -307710,13 +307710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2538" + "$ref": "https://ils.rero.ch/api/documents/2538" } }, { @@ -307724,13 +307724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2538" + "$ref": "https://ils.rero.ch/api/documents/2538" } }, { @@ -307738,13 +307738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2537" + "$ref": "https://ils.rero.ch/api/documents/2537" } }, { @@ -307752,13 +307752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2537" + "$ref": "https://ils.rero.ch/api/documents/2537" } }, { @@ -307766,13 +307766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2537" + "$ref": "https://ils.rero.ch/api/documents/2537" } }, { @@ -307780,13 +307780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2536" + "$ref": "https://ils.rero.ch/api/documents/2536" } }, { @@ -307794,13 +307794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2536" + "$ref": "https://ils.rero.ch/api/documents/2536" } }, { @@ -307808,13 +307808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2536" + "$ref": "https://ils.rero.ch/api/documents/2536" } }, { @@ -307822,13 +307822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2536" + "$ref": "https://ils.rero.ch/api/documents/2536" } }, { @@ -307836,13 +307836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2536" + "$ref": "https://ils.rero.ch/api/documents/2536" } }, { @@ -307850,13 +307850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2535" + "$ref": "https://ils.rero.ch/api/documents/2535" } }, { @@ -307864,13 +307864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2535" + "$ref": "https://ils.rero.ch/api/documents/2535" } }, { @@ -307878,13 +307878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2535" + "$ref": "https://ils.rero.ch/api/documents/2535" } }, { @@ -307892,13 +307892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2535" + "$ref": "https://ils.rero.ch/api/documents/2535" } }, { @@ -307906,13 +307906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2534" + "$ref": "https://ils.rero.ch/api/documents/2534" } }, { @@ -307920,13 +307920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2534" + "$ref": "https://ils.rero.ch/api/documents/2534" } }, { @@ -307934,13 +307934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2534" + "$ref": "https://ils.rero.ch/api/documents/2534" } }, { @@ -307948,13 +307948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2534" + "$ref": "https://ils.rero.ch/api/documents/2534" } }, { @@ -307962,13 +307962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2533" + "$ref": "https://ils.rero.ch/api/documents/2533" } }, { @@ -307976,13 +307976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2532" + "$ref": "https://ils.rero.ch/api/documents/2532" } }, { @@ -307990,13 +307990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2531" + "$ref": "https://ils.rero.ch/api/documents/2531" } }, { @@ -308004,13 +308004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2531" + "$ref": "https://ils.rero.ch/api/documents/2531" } }, { @@ -308018,13 +308018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2530" + "$ref": "https://ils.rero.ch/api/documents/2530" } }, { @@ -308032,13 +308032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2530" + "$ref": "https://ils.rero.ch/api/documents/2530" } }, { @@ -308046,13 +308046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2530" + "$ref": "https://ils.rero.ch/api/documents/2530" } }, { @@ -308060,13 +308060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2530" + "$ref": "https://ils.rero.ch/api/documents/2530" } }, { @@ -308074,13 +308074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2530" + "$ref": "https://ils.rero.ch/api/documents/2530" } }, { @@ -308088,13 +308088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2529" + "$ref": "https://ils.rero.ch/api/documents/2529" } }, { @@ -308102,13 +308102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2529" + "$ref": "https://ils.rero.ch/api/documents/2529" } }, { @@ -308116,13 +308116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2529" + "$ref": "https://ils.rero.ch/api/documents/2529" } }, { @@ -308130,13 +308130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2529" + "$ref": "https://ils.rero.ch/api/documents/2529" } }, { @@ -308144,13 +308144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2529" + "$ref": "https://ils.rero.ch/api/documents/2529" } }, { @@ -308158,13 +308158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2528" + "$ref": "https://ils.rero.ch/api/documents/2528" } }, { @@ -308172,13 +308172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2528" + "$ref": "https://ils.rero.ch/api/documents/2528" } }, { @@ -308186,13 +308186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2528" + "$ref": "https://ils.rero.ch/api/documents/2528" } }, { @@ -308200,13 +308200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2528" + "$ref": "https://ils.rero.ch/api/documents/2528" } }, { @@ -308214,13 +308214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2527" + "$ref": "https://ils.rero.ch/api/documents/2527" } }, { @@ -308228,13 +308228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2527" + "$ref": "https://ils.rero.ch/api/documents/2527" } }, { @@ -308242,13 +308242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2527" + "$ref": "https://ils.rero.ch/api/documents/2527" } }, { @@ -308256,13 +308256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2527" + "$ref": "https://ils.rero.ch/api/documents/2527" } }, { @@ -308270,13 +308270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2527" + "$ref": "https://ils.rero.ch/api/documents/2527" } }, { @@ -308284,13 +308284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2526" + "$ref": "https://ils.rero.ch/api/documents/2526" } }, { @@ -308298,13 +308298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2525" + "$ref": "https://ils.rero.ch/api/documents/2525" } }, { @@ -308312,13 +308312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2525" + "$ref": "https://ils.rero.ch/api/documents/2525" } }, { @@ -308326,13 +308326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2525" + "$ref": "https://ils.rero.ch/api/documents/2525" } }, { @@ -308340,13 +308340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2525" + "$ref": "https://ils.rero.ch/api/documents/2525" } }, { @@ -308354,13 +308354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2525" + "$ref": "https://ils.rero.ch/api/documents/2525" } }, { @@ -308368,13 +308368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2524" + "$ref": "https://ils.rero.ch/api/documents/2524" } }, { @@ -308382,13 +308382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2524" + "$ref": "https://ils.rero.ch/api/documents/2524" } }, { @@ -308396,13 +308396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2524" + "$ref": "https://ils.rero.ch/api/documents/2524" } }, { @@ -308410,13 +308410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2524" + "$ref": "https://ils.rero.ch/api/documents/2524" } }, { @@ -308424,13 +308424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2524" + "$ref": "https://ils.rero.ch/api/documents/2524" } }, { @@ -308438,13 +308438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2523" + "$ref": "https://ils.rero.ch/api/documents/2523" } }, { @@ -308452,13 +308452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2522" + "$ref": "https://ils.rero.ch/api/documents/2522" } }, { @@ -308466,13 +308466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2521" + "$ref": "https://ils.rero.ch/api/documents/2521" } }, { @@ -308480,13 +308480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2521" + "$ref": "https://ils.rero.ch/api/documents/2521" } }, { @@ -308494,13 +308494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2521" + "$ref": "https://ils.rero.ch/api/documents/2521" } }, { @@ -308508,13 +308508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2520" + "$ref": "https://ils.rero.ch/api/documents/2520" } }, { @@ -308522,13 +308522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2520" + "$ref": "https://ils.rero.ch/api/documents/2520" } }, { @@ -308536,13 +308536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2520" + "$ref": "https://ils.rero.ch/api/documents/2520" } }, { @@ -308550,13 +308550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2519" + "$ref": "https://ils.rero.ch/api/documents/2519" } }, { @@ -308564,13 +308564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2519" + "$ref": "https://ils.rero.ch/api/documents/2519" } }, { @@ -308578,13 +308578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2519" + "$ref": "https://ils.rero.ch/api/documents/2519" } }, { @@ -308592,13 +308592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2519" + "$ref": "https://ils.rero.ch/api/documents/2519" } }, { @@ -308606,13 +308606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2519" + "$ref": "https://ils.rero.ch/api/documents/2519" } }, { @@ -308620,13 +308620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2518" + "$ref": "https://ils.rero.ch/api/documents/2518" } }, { @@ -308634,13 +308634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2518" + "$ref": "https://ils.rero.ch/api/documents/2518" } }, { @@ -308648,13 +308648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2517" + "$ref": "https://ils.rero.ch/api/documents/2517" } }, { @@ -308662,13 +308662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2516" + "$ref": "https://ils.rero.ch/api/documents/2516" } }, { @@ -308676,13 +308676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2516" + "$ref": "https://ils.rero.ch/api/documents/2516" } }, { @@ -308690,13 +308690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2516" + "$ref": "https://ils.rero.ch/api/documents/2516" } }, { @@ -308704,13 +308704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2515" + "$ref": "https://ils.rero.ch/api/documents/2515" } }, { @@ -308718,13 +308718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2515" + "$ref": "https://ils.rero.ch/api/documents/2515" } }, { @@ -308732,13 +308732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2515" + "$ref": "https://ils.rero.ch/api/documents/2515" } }, { @@ -308746,13 +308746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2515" + "$ref": "https://ils.rero.ch/api/documents/2515" } }, { @@ -308760,13 +308760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2515" + "$ref": "https://ils.rero.ch/api/documents/2515" } }, { @@ -308774,13 +308774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2514" + "$ref": "https://ils.rero.ch/api/documents/2514" } }, { @@ -308788,13 +308788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2514" + "$ref": "https://ils.rero.ch/api/documents/2514" } }, { @@ -308802,13 +308802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2514" + "$ref": "https://ils.rero.ch/api/documents/2514" } }, { @@ -308816,13 +308816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2514" + "$ref": "https://ils.rero.ch/api/documents/2514" } }, { @@ -308830,13 +308830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2514" + "$ref": "https://ils.rero.ch/api/documents/2514" } }, { @@ -308844,13 +308844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2513" + "$ref": "https://ils.rero.ch/api/documents/2513" } }, { @@ -308858,13 +308858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2513" + "$ref": "https://ils.rero.ch/api/documents/2513" } }, { @@ -308872,13 +308872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2513" + "$ref": "https://ils.rero.ch/api/documents/2513" } }, { @@ -308886,13 +308886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2513" + "$ref": "https://ils.rero.ch/api/documents/2513" } }, { @@ -308900,13 +308900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2513" + "$ref": "https://ils.rero.ch/api/documents/2513" } }, { @@ -308914,13 +308914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2512" + "$ref": "https://ils.rero.ch/api/documents/2512" } }, { @@ -308928,13 +308928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2512" + "$ref": "https://ils.rero.ch/api/documents/2512" } }, { @@ -308942,13 +308942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2512" + "$ref": "https://ils.rero.ch/api/documents/2512" } }, { @@ -308956,13 +308956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2511" + "$ref": "https://ils.rero.ch/api/documents/2511" } }, { @@ -308970,13 +308970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2511" + "$ref": "https://ils.rero.ch/api/documents/2511" } }, { @@ -308984,13 +308984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2510" + "$ref": "https://ils.rero.ch/api/documents/2510" } }, { @@ -308998,13 +308998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2509" + "$ref": "https://ils.rero.ch/api/documents/2509" } }, { @@ -309012,13 +309012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2509" + "$ref": "https://ils.rero.ch/api/documents/2509" } }, { @@ -309026,13 +309026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2509" + "$ref": "https://ils.rero.ch/api/documents/2509" } }, { @@ -309040,13 +309040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2509" + "$ref": "https://ils.rero.ch/api/documents/2509" } }, { @@ -309054,13 +309054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2509" + "$ref": "https://ils.rero.ch/api/documents/2509" } }, { @@ -309068,13 +309068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2508" + "$ref": "https://ils.rero.ch/api/documents/2508" } }, { @@ -309082,13 +309082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2508" + "$ref": "https://ils.rero.ch/api/documents/2508" } }, { @@ -309096,13 +309096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2507" + "$ref": "https://ils.rero.ch/api/documents/2507" } }, { @@ -309110,13 +309110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2507" + "$ref": "https://ils.rero.ch/api/documents/2507" } }, { @@ -309124,13 +309124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2507" + "$ref": "https://ils.rero.ch/api/documents/2507" } }, { @@ -309138,13 +309138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2507" + "$ref": "https://ils.rero.ch/api/documents/2507" } }, { @@ -309152,13 +309152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2506" + "$ref": "https://ils.rero.ch/api/documents/2506" } }, { @@ -309166,13 +309166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2506" + "$ref": "https://ils.rero.ch/api/documents/2506" } }, { @@ -309180,13 +309180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2506" + "$ref": "https://ils.rero.ch/api/documents/2506" } }, { @@ -309194,13 +309194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2505" + "$ref": "https://ils.rero.ch/api/documents/2505" } }, { @@ -309208,13 +309208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2505" + "$ref": "https://ils.rero.ch/api/documents/2505" } }, { @@ -309222,13 +309222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2505" + "$ref": "https://ils.rero.ch/api/documents/2505" } }, { @@ -309236,13 +309236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2505" + "$ref": "https://ils.rero.ch/api/documents/2505" } }, { @@ -309250,13 +309250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2504" + "$ref": "https://ils.rero.ch/api/documents/2504" } }, { @@ -309264,13 +309264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2504" + "$ref": "https://ils.rero.ch/api/documents/2504" } }, { @@ -309278,13 +309278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2504" + "$ref": "https://ils.rero.ch/api/documents/2504" } }, { @@ -309292,13 +309292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2503" + "$ref": "https://ils.rero.ch/api/documents/2503" } }, { @@ -309306,13 +309306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2503" + "$ref": "https://ils.rero.ch/api/documents/2503" } }, { @@ -309320,13 +309320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2503" + "$ref": "https://ils.rero.ch/api/documents/2503" } }, { @@ -309334,13 +309334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2502" + "$ref": "https://ils.rero.ch/api/documents/2502" } }, { @@ -309348,13 +309348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2502" + "$ref": "https://ils.rero.ch/api/documents/2502" } }, { @@ -309362,13 +309362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2502" + "$ref": "https://ils.rero.ch/api/documents/2502" } }, { @@ -309376,13 +309376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2501" + "$ref": "https://ils.rero.ch/api/documents/2501" } }, { @@ -309390,13 +309390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2500" + "$ref": "https://ils.rero.ch/api/documents/2500" } }, { @@ -309404,13 +309404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2500" + "$ref": "https://ils.rero.ch/api/documents/2500" } }, { @@ -309418,13 +309418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2500" + "$ref": "https://ils.rero.ch/api/documents/2500" } }, { @@ -309432,13 +309432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2500" + "$ref": "https://ils.rero.ch/api/documents/2500" } }, { @@ -309446,13 +309446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2500" + "$ref": "https://ils.rero.ch/api/documents/2500" } }, { @@ -309460,13 +309460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2499" + "$ref": "https://ils.rero.ch/api/documents/2499" } }, { @@ -309474,13 +309474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2499" + "$ref": "https://ils.rero.ch/api/documents/2499" } }, { @@ -309488,13 +309488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2499" + "$ref": "https://ils.rero.ch/api/documents/2499" } }, { @@ -309502,13 +309502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2498" + "$ref": "https://ils.rero.ch/api/documents/2498" } }, { @@ -309516,13 +309516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2498" + "$ref": "https://ils.rero.ch/api/documents/2498" } }, { @@ -309530,13 +309530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2498" + "$ref": "https://ils.rero.ch/api/documents/2498" } }, { @@ -309544,13 +309544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2498" + "$ref": "https://ils.rero.ch/api/documents/2498" } }, { @@ -309558,13 +309558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2498" + "$ref": "https://ils.rero.ch/api/documents/2498" } }, { @@ -309572,13 +309572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2497" + "$ref": "https://ils.rero.ch/api/documents/2497" } }, { @@ -309586,13 +309586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2497" + "$ref": "https://ils.rero.ch/api/documents/2497" } }, { @@ -309600,13 +309600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2497" + "$ref": "https://ils.rero.ch/api/documents/2497" } }, { @@ -309614,13 +309614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2497" + "$ref": "https://ils.rero.ch/api/documents/2497" } }, { @@ -309628,13 +309628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2497" + "$ref": "https://ils.rero.ch/api/documents/2497" } }, { @@ -309642,13 +309642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2496" + "$ref": "https://ils.rero.ch/api/documents/2496" } }, { @@ -309656,13 +309656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2496" + "$ref": "https://ils.rero.ch/api/documents/2496" } }, { @@ -309670,13 +309670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2496" + "$ref": "https://ils.rero.ch/api/documents/2496" } }, { @@ -309684,13 +309684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2496" + "$ref": "https://ils.rero.ch/api/documents/2496" } }, { @@ -309698,13 +309698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2496" + "$ref": "https://ils.rero.ch/api/documents/2496" } }, { @@ -309712,13 +309712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2495" + "$ref": "https://ils.rero.ch/api/documents/2495" } }, { @@ -309726,13 +309726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2495" + "$ref": "https://ils.rero.ch/api/documents/2495" } }, { @@ -309740,13 +309740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2494" + "$ref": "https://ils.rero.ch/api/documents/2494" } }, { @@ -309754,13 +309754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2494" + "$ref": "https://ils.rero.ch/api/documents/2494" } }, { @@ -309768,13 +309768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2494" + "$ref": "https://ils.rero.ch/api/documents/2494" } }, { @@ -309782,13 +309782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2494" + "$ref": "https://ils.rero.ch/api/documents/2494" } }, { @@ -309796,13 +309796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2494" + "$ref": "https://ils.rero.ch/api/documents/2494" } }, { @@ -309810,13 +309810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2493" + "$ref": "https://ils.rero.ch/api/documents/2493" } }, { @@ -309824,13 +309824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2493" + "$ref": "https://ils.rero.ch/api/documents/2493" } }, { @@ -309838,13 +309838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2493" + "$ref": "https://ils.rero.ch/api/documents/2493" } }, { @@ -309852,13 +309852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2493" + "$ref": "https://ils.rero.ch/api/documents/2493" } }, { @@ -309866,13 +309866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2492" + "$ref": "https://ils.rero.ch/api/documents/2492" } }, { @@ -309880,13 +309880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2492" + "$ref": "https://ils.rero.ch/api/documents/2492" } }, { @@ -309894,13 +309894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2492" + "$ref": "https://ils.rero.ch/api/documents/2492" } }, { @@ -309908,13 +309908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2492" + "$ref": "https://ils.rero.ch/api/documents/2492" } }, { @@ -309922,13 +309922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2491" + "$ref": "https://ils.rero.ch/api/documents/2491" } }, { @@ -309936,13 +309936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2490" + "$ref": "https://ils.rero.ch/api/documents/2490" } }, { @@ -309950,13 +309950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2490" + "$ref": "https://ils.rero.ch/api/documents/2490" } }, { @@ -309964,13 +309964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2490" + "$ref": "https://ils.rero.ch/api/documents/2490" } }, { @@ -309978,13 +309978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2489" + "$ref": "https://ils.rero.ch/api/documents/2489" } }, { @@ -309992,13 +309992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2489" + "$ref": "https://ils.rero.ch/api/documents/2489" } }, { @@ -310006,13 +310006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2488" + "$ref": "https://ils.rero.ch/api/documents/2488" } }, { @@ -310020,13 +310020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2488" + "$ref": "https://ils.rero.ch/api/documents/2488" } }, { @@ -310034,13 +310034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2488" + "$ref": "https://ils.rero.ch/api/documents/2488" } }, { @@ -310048,13 +310048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2487" + "$ref": "https://ils.rero.ch/api/documents/2487" } }, { @@ -310062,13 +310062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2487" + "$ref": "https://ils.rero.ch/api/documents/2487" } }, { @@ -310076,13 +310076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2487" + "$ref": "https://ils.rero.ch/api/documents/2487" } }, { @@ -310090,13 +310090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2487" + "$ref": "https://ils.rero.ch/api/documents/2487" } }, { @@ -310104,13 +310104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2487" + "$ref": "https://ils.rero.ch/api/documents/2487" } }, { @@ -310118,13 +310118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2486" + "$ref": "https://ils.rero.ch/api/documents/2486" } }, { @@ -310132,13 +310132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2486" + "$ref": "https://ils.rero.ch/api/documents/2486" } }, { @@ -310146,13 +310146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2486" + "$ref": "https://ils.rero.ch/api/documents/2486" } }, { @@ -310160,13 +310160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2485" + "$ref": "https://ils.rero.ch/api/documents/2485" } }, { @@ -310174,13 +310174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2485" + "$ref": "https://ils.rero.ch/api/documents/2485" } }, { @@ -310188,13 +310188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2485" + "$ref": "https://ils.rero.ch/api/documents/2485" } }, { @@ -310202,13 +310202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2484" + "$ref": "https://ils.rero.ch/api/documents/2484" } }, { @@ -310216,13 +310216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2483" + "$ref": "https://ils.rero.ch/api/documents/2483" } }, { @@ -310230,13 +310230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2483" + "$ref": "https://ils.rero.ch/api/documents/2483" } }, { @@ -310244,13 +310244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2483" + "$ref": "https://ils.rero.ch/api/documents/2483" } }, { @@ -310258,13 +310258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2483" + "$ref": "https://ils.rero.ch/api/documents/2483" } }, { @@ -310272,13 +310272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2482" + "$ref": "https://ils.rero.ch/api/documents/2482" } }, { @@ -310286,13 +310286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2482" + "$ref": "https://ils.rero.ch/api/documents/2482" } }, { @@ -310300,13 +310300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2482" + "$ref": "https://ils.rero.ch/api/documents/2482" } }, { @@ -310314,13 +310314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2481" + "$ref": "https://ils.rero.ch/api/documents/2481" } }, { @@ -310328,13 +310328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2481" + "$ref": "https://ils.rero.ch/api/documents/2481" } }, { @@ -310342,13 +310342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2480" + "$ref": "https://ils.rero.ch/api/documents/2480" } }, { @@ -310356,13 +310356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2480" + "$ref": "https://ils.rero.ch/api/documents/2480" } }, { @@ -310370,13 +310370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2479" + "$ref": "https://ils.rero.ch/api/documents/2479" } }, { @@ -310384,13 +310384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2479" + "$ref": "https://ils.rero.ch/api/documents/2479" } }, { @@ -310398,13 +310398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2478" + "$ref": "https://ils.rero.ch/api/documents/2478" } }, { @@ -310412,13 +310412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2478" + "$ref": "https://ils.rero.ch/api/documents/2478" } }, { @@ -310426,13 +310426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2478" + "$ref": "https://ils.rero.ch/api/documents/2478" } }, { @@ -310440,13 +310440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2478" + "$ref": "https://ils.rero.ch/api/documents/2478" } }, { @@ -310454,13 +310454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2478" + "$ref": "https://ils.rero.ch/api/documents/2478" } }, { @@ -310468,13 +310468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2477" + "$ref": "https://ils.rero.ch/api/documents/2477" } }, { @@ -310482,13 +310482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2477" + "$ref": "https://ils.rero.ch/api/documents/2477" } }, { @@ -310496,13 +310496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2477" + "$ref": "https://ils.rero.ch/api/documents/2477" } }, { @@ -310510,13 +310510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2477" + "$ref": "https://ils.rero.ch/api/documents/2477" } }, { @@ -310524,13 +310524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2476" + "$ref": "https://ils.rero.ch/api/documents/2476" } }, { @@ -310538,13 +310538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2476" + "$ref": "https://ils.rero.ch/api/documents/2476" } }, { @@ -310552,13 +310552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2476" + "$ref": "https://ils.rero.ch/api/documents/2476" } }, { @@ -310566,13 +310566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2476" + "$ref": "https://ils.rero.ch/api/documents/2476" } }, { @@ -310580,13 +310580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2476" + "$ref": "https://ils.rero.ch/api/documents/2476" } }, { @@ -310594,13 +310594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2475" + "$ref": "https://ils.rero.ch/api/documents/2475" } }, { @@ -310608,13 +310608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2475" + "$ref": "https://ils.rero.ch/api/documents/2475" } }, { @@ -310622,13 +310622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2475" + "$ref": "https://ils.rero.ch/api/documents/2475" } }, { @@ -310636,13 +310636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2475" + "$ref": "https://ils.rero.ch/api/documents/2475" } }, { @@ -310650,13 +310650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2475" + "$ref": "https://ils.rero.ch/api/documents/2475" } }, { @@ -310664,13 +310664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2474" + "$ref": "https://ils.rero.ch/api/documents/2474" } }, { @@ -310678,13 +310678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2473" + "$ref": "https://ils.rero.ch/api/documents/2473" } }, { @@ -310692,13 +310692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2472" + "$ref": "https://ils.rero.ch/api/documents/2472" } }, { @@ -310706,13 +310706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2471" + "$ref": "https://ils.rero.ch/api/documents/2471" } }, { @@ -310720,13 +310720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2470" + "$ref": "https://ils.rero.ch/api/documents/2470" } }, { @@ -310734,13 +310734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2469" + "$ref": "https://ils.rero.ch/api/documents/2469" } }, { @@ -310748,13 +310748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2469" + "$ref": "https://ils.rero.ch/api/documents/2469" } }, { @@ -310762,13 +310762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2469" + "$ref": "https://ils.rero.ch/api/documents/2469" } }, { @@ -310776,13 +310776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2469" + "$ref": "https://ils.rero.ch/api/documents/2469" } }, { @@ -310790,13 +310790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2468" + "$ref": "https://ils.rero.ch/api/documents/2468" } }, { @@ -310804,13 +310804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2468" + "$ref": "https://ils.rero.ch/api/documents/2468" } }, { @@ -310818,13 +310818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2467" + "$ref": "https://ils.rero.ch/api/documents/2467" } }, { @@ -310832,13 +310832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2467" + "$ref": "https://ils.rero.ch/api/documents/2467" } }, { @@ -310846,13 +310846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2467" + "$ref": "https://ils.rero.ch/api/documents/2467" } }, { @@ -310860,13 +310860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2467" + "$ref": "https://ils.rero.ch/api/documents/2467" } }, { @@ -310874,13 +310874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2466" + "$ref": "https://ils.rero.ch/api/documents/2466" } }, { @@ -310888,13 +310888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2466" + "$ref": "https://ils.rero.ch/api/documents/2466" } }, { @@ -310902,13 +310902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2465" + "$ref": "https://ils.rero.ch/api/documents/2465" } }, { @@ -310916,13 +310916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2465" + "$ref": "https://ils.rero.ch/api/documents/2465" } }, { @@ -310930,13 +310930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2464" + "$ref": "https://ils.rero.ch/api/documents/2464" } }, { @@ -310944,13 +310944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2464" + "$ref": "https://ils.rero.ch/api/documents/2464" } }, { @@ -310958,13 +310958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2464" + "$ref": "https://ils.rero.ch/api/documents/2464" } }, { @@ -310972,13 +310972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2464" + "$ref": "https://ils.rero.ch/api/documents/2464" } }, { @@ -310986,13 +310986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2464" + "$ref": "https://ils.rero.ch/api/documents/2464" } }, { @@ -311000,13 +311000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2463" + "$ref": "https://ils.rero.ch/api/documents/2463" } }, { @@ -311014,13 +311014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2463" + "$ref": "https://ils.rero.ch/api/documents/2463" } }, { @@ -311028,13 +311028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2463" + "$ref": "https://ils.rero.ch/api/documents/2463" } }, { @@ -311042,13 +311042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2462" + "$ref": "https://ils.rero.ch/api/documents/2462" } }, { @@ -311056,13 +311056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2462" + "$ref": "https://ils.rero.ch/api/documents/2462" } }, { @@ -311070,13 +311070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2462" + "$ref": "https://ils.rero.ch/api/documents/2462" } }, { @@ -311084,13 +311084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2461" + "$ref": "https://ils.rero.ch/api/documents/2461" } }, { @@ -311098,13 +311098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2460" + "$ref": "https://ils.rero.ch/api/documents/2460" } }, { @@ -311112,13 +311112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2460" + "$ref": "https://ils.rero.ch/api/documents/2460" } }, { @@ -311126,13 +311126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2459" + "$ref": "https://ils.rero.ch/api/documents/2459" } }, { @@ -311140,13 +311140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2458" + "$ref": "https://ils.rero.ch/api/documents/2458" } }, { @@ -311154,13 +311154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2458" + "$ref": "https://ils.rero.ch/api/documents/2458" } }, { @@ -311168,13 +311168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2458" + "$ref": "https://ils.rero.ch/api/documents/2458" } }, { @@ -311182,13 +311182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2458" + "$ref": "https://ils.rero.ch/api/documents/2458" } }, { @@ -311196,13 +311196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2458" + "$ref": "https://ils.rero.ch/api/documents/2458" } }, { @@ -311210,13 +311210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2457" + "$ref": "https://ils.rero.ch/api/documents/2457" } }, { @@ -311224,13 +311224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2457" + "$ref": "https://ils.rero.ch/api/documents/2457" } }, { @@ -311238,13 +311238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2457" + "$ref": "https://ils.rero.ch/api/documents/2457" } }, { @@ -311252,13 +311252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2457" + "$ref": "https://ils.rero.ch/api/documents/2457" } }, { @@ -311266,13 +311266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2457" + "$ref": "https://ils.rero.ch/api/documents/2457" } }, { @@ -311280,13 +311280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2456" + "$ref": "https://ils.rero.ch/api/documents/2456" } }, { @@ -311294,13 +311294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2455" + "$ref": "https://ils.rero.ch/api/documents/2455" } }, { @@ -311308,13 +311308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2455" + "$ref": "https://ils.rero.ch/api/documents/2455" } }, { @@ -311322,13 +311322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2455" + "$ref": "https://ils.rero.ch/api/documents/2455" } }, { @@ -311336,13 +311336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2455" + "$ref": "https://ils.rero.ch/api/documents/2455" } }, { @@ -311350,13 +311350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2455" + "$ref": "https://ils.rero.ch/api/documents/2455" } }, { @@ -311364,13 +311364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2454" + "$ref": "https://ils.rero.ch/api/documents/2454" } }, { @@ -311378,13 +311378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2454" + "$ref": "https://ils.rero.ch/api/documents/2454" } }, { @@ -311392,13 +311392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2453" + "$ref": "https://ils.rero.ch/api/documents/2453" } }, { @@ -311406,13 +311406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2453" + "$ref": "https://ils.rero.ch/api/documents/2453" } }, { @@ -311420,13 +311420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2453" + "$ref": "https://ils.rero.ch/api/documents/2453" } }, { @@ -311434,13 +311434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2453" + "$ref": "https://ils.rero.ch/api/documents/2453" } }, { @@ -311448,13 +311448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2452" + "$ref": "https://ils.rero.ch/api/documents/2452" } }, { @@ -311462,13 +311462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2451" + "$ref": "https://ils.rero.ch/api/documents/2451" } }, { @@ -311476,13 +311476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2451" + "$ref": "https://ils.rero.ch/api/documents/2451" } }, { @@ -311490,13 +311490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2451" + "$ref": "https://ils.rero.ch/api/documents/2451" } }, { @@ -311504,13 +311504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2451" + "$ref": "https://ils.rero.ch/api/documents/2451" } }, { @@ -311518,13 +311518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2451" + "$ref": "https://ils.rero.ch/api/documents/2451" } }, { @@ -311532,13 +311532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2450" + "$ref": "https://ils.rero.ch/api/documents/2450" } }, { @@ -311546,13 +311546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2450" + "$ref": "https://ils.rero.ch/api/documents/2450" } }, { @@ -311560,13 +311560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2449" + "$ref": "https://ils.rero.ch/api/documents/2449" } }, { @@ -311574,13 +311574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2448" + "$ref": "https://ils.rero.ch/api/documents/2448" } }, { @@ -311588,13 +311588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2448" + "$ref": "https://ils.rero.ch/api/documents/2448" } }, { @@ -311602,13 +311602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2448" + "$ref": "https://ils.rero.ch/api/documents/2448" } }, { @@ -311616,13 +311616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2448" + "$ref": "https://ils.rero.ch/api/documents/2448" } }, { @@ -311630,13 +311630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2448" + "$ref": "https://ils.rero.ch/api/documents/2448" } }, { @@ -311644,13 +311644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2447" + "$ref": "https://ils.rero.ch/api/documents/2447" } }, { @@ -311658,13 +311658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2447" + "$ref": "https://ils.rero.ch/api/documents/2447" } }, { @@ -311672,13 +311672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2447" + "$ref": "https://ils.rero.ch/api/documents/2447" } }, { @@ -311686,13 +311686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2447" + "$ref": "https://ils.rero.ch/api/documents/2447" } }, { @@ -311700,13 +311700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2447" + "$ref": "https://ils.rero.ch/api/documents/2447" } }, { @@ -311714,13 +311714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2446" + "$ref": "https://ils.rero.ch/api/documents/2446" } }, { @@ -311728,13 +311728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2446" + "$ref": "https://ils.rero.ch/api/documents/2446" } }, { @@ -311742,13 +311742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2446" + "$ref": "https://ils.rero.ch/api/documents/2446" } }, { @@ -311756,13 +311756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2445" + "$ref": "https://ils.rero.ch/api/documents/2445" } }, { @@ -311770,13 +311770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2445" + "$ref": "https://ils.rero.ch/api/documents/2445" } }, { @@ -311784,13 +311784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2445" + "$ref": "https://ils.rero.ch/api/documents/2445" } }, { @@ -311798,13 +311798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2445" + "$ref": "https://ils.rero.ch/api/documents/2445" } }, { @@ -311812,13 +311812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2444" + "$ref": "https://ils.rero.ch/api/documents/2444" } }, { @@ -311826,13 +311826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2443" + "$ref": "https://ils.rero.ch/api/documents/2443" } }, { @@ -311840,13 +311840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2443" + "$ref": "https://ils.rero.ch/api/documents/2443" } }, { @@ -311854,13 +311854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2443" + "$ref": "https://ils.rero.ch/api/documents/2443" } }, { @@ -311868,13 +311868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2443" + "$ref": "https://ils.rero.ch/api/documents/2443" } }, { @@ -311882,13 +311882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2442" + "$ref": "https://ils.rero.ch/api/documents/2442" } }, { @@ -311896,13 +311896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2442" + "$ref": "https://ils.rero.ch/api/documents/2442" } }, { @@ -311910,13 +311910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2442" + "$ref": "https://ils.rero.ch/api/documents/2442" } }, { @@ -311924,13 +311924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2442" + "$ref": "https://ils.rero.ch/api/documents/2442" } }, { @@ -311938,13 +311938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2441" + "$ref": "https://ils.rero.ch/api/documents/2441" } }, { @@ -311952,13 +311952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2441" + "$ref": "https://ils.rero.ch/api/documents/2441" } }, { @@ -311966,13 +311966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2441" + "$ref": "https://ils.rero.ch/api/documents/2441" } }, { @@ -311980,13 +311980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2441" + "$ref": "https://ils.rero.ch/api/documents/2441" } }, { @@ -311994,13 +311994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2440" + "$ref": "https://ils.rero.ch/api/documents/2440" } }, { @@ -312008,13 +312008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2440" + "$ref": "https://ils.rero.ch/api/documents/2440" } }, { @@ -312022,13 +312022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2440" + "$ref": "https://ils.rero.ch/api/documents/2440" } }, { @@ -312036,13 +312036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2440" + "$ref": "https://ils.rero.ch/api/documents/2440" } }, { @@ -312050,13 +312050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2439" + "$ref": "https://ils.rero.ch/api/documents/2439" } }, { @@ -312064,13 +312064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2439" + "$ref": "https://ils.rero.ch/api/documents/2439" } }, { @@ -312078,13 +312078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2438" + "$ref": "https://ils.rero.ch/api/documents/2438" } }, { @@ -312092,13 +312092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2438" + "$ref": "https://ils.rero.ch/api/documents/2438" } }, { @@ -312106,13 +312106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2438" + "$ref": "https://ils.rero.ch/api/documents/2438" } }, { @@ -312120,13 +312120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2438" + "$ref": "https://ils.rero.ch/api/documents/2438" } }, { @@ -312134,13 +312134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2438" + "$ref": "https://ils.rero.ch/api/documents/2438" } }, { @@ -312148,13 +312148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2437" + "$ref": "https://ils.rero.ch/api/documents/2437" } }, { @@ -312162,13 +312162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2437" + "$ref": "https://ils.rero.ch/api/documents/2437" } }, { @@ -312176,13 +312176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2437" + "$ref": "https://ils.rero.ch/api/documents/2437" } }, { @@ -312190,13 +312190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2437" + "$ref": "https://ils.rero.ch/api/documents/2437" } }, { @@ -312204,13 +312204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2437" + "$ref": "https://ils.rero.ch/api/documents/2437" } }, { @@ -312218,13 +312218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2436" + "$ref": "https://ils.rero.ch/api/documents/2436" } }, { @@ -312232,13 +312232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2435" + "$ref": "https://ils.rero.ch/api/documents/2435" } }, { @@ -312246,13 +312246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2435" + "$ref": "https://ils.rero.ch/api/documents/2435" } }, { @@ -312260,13 +312260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2434" + "$ref": "https://ils.rero.ch/api/documents/2434" } }, { @@ -312274,13 +312274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2434" + "$ref": "https://ils.rero.ch/api/documents/2434" } }, { @@ -312288,13 +312288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2433" + "$ref": "https://ils.rero.ch/api/documents/2433" } }, { @@ -312302,13 +312302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2433" + "$ref": "https://ils.rero.ch/api/documents/2433" } }, { @@ -312316,13 +312316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2432" + "$ref": "https://ils.rero.ch/api/documents/2432" } }, { @@ -312330,13 +312330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2432" + "$ref": "https://ils.rero.ch/api/documents/2432" } }, { @@ -312344,13 +312344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2432" + "$ref": "https://ils.rero.ch/api/documents/2432" } }, { @@ -312358,13 +312358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2431" + "$ref": "https://ils.rero.ch/api/documents/2431" } }, { @@ -312372,13 +312372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2431" + "$ref": "https://ils.rero.ch/api/documents/2431" } }, { @@ -312386,13 +312386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2431" + "$ref": "https://ils.rero.ch/api/documents/2431" } }, { @@ -312400,13 +312400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2431" + "$ref": "https://ils.rero.ch/api/documents/2431" } }, { @@ -312414,13 +312414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2431" + "$ref": "https://ils.rero.ch/api/documents/2431" } }, { @@ -312428,13 +312428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2430" + "$ref": "https://ils.rero.ch/api/documents/2430" } }, { @@ -312442,13 +312442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2430" + "$ref": "https://ils.rero.ch/api/documents/2430" } }, { @@ -312456,13 +312456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2429" + "$ref": "https://ils.rero.ch/api/documents/2429" } }, { @@ -312470,13 +312470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2428" + "$ref": "https://ils.rero.ch/api/documents/2428" } }, { @@ -312484,13 +312484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2428" + "$ref": "https://ils.rero.ch/api/documents/2428" } }, { @@ -312498,13 +312498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2428" + "$ref": "https://ils.rero.ch/api/documents/2428" } }, { @@ -312512,13 +312512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2427" + "$ref": "https://ils.rero.ch/api/documents/2427" } }, { @@ -312526,13 +312526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2427" + "$ref": "https://ils.rero.ch/api/documents/2427" } }, { @@ -312540,13 +312540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2427" + "$ref": "https://ils.rero.ch/api/documents/2427" } }, { @@ -312554,13 +312554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2426" + "$ref": "https://ils.rero.ch/api/documents/2426" } }, { @@ -312568,13 +312568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2426" + "$ref": "https://ils.rero.ch/api/documents/2426" } }, { @@ -312582,13 +312582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2426" + "$ref": "https://ils.rero.ch/api/documents/2426" } }, { @@ -312596,13 +312596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2426" + "$ref": "https://ils.rero.ch/api/documents/2426" } }, { @@ -312610,13 +312610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2425" + "$ref": "https://ils.rero.ch/api/documents/2425" } }, { @@ -312624,13 +312624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2425" + "$ref": "https://ils.rero.ch/api/documents/2425" } }, { @@ -312638,13 +312638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2424" + "$ref": "https://ils.rero.ch/api/documents/2424" } }, { @@ -312652,13 +312652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2424" + "$ref": "https://ils.rero.ch/api/documents/2424" } }, { @@ -312666,13 +312666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2423" + "$ref": "https://ils.rero.ch/api/documents/2423" } }, { @@ -312680,13 +312680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2423" + "$ref": "https://ils.rero.ch/api/documents/2423" } }, { @@ -312694,13 +312694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2423" + "$ref": "https://ils.rero.ch/api/documents/2423" } }, { @@ -312708,13 +312708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2423" + "$ref": "https://ils.rero.ch/api/documents/2423" } }, { @@ -312722,13 +312722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2422" + "$ref": "https://ils.rero.ch/api/documents/2422" } }, { @@ -312736,13 +312736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2422" + "$ref": "https://ils.rero.ch/api/documents/2422" } }, { @@ -312750,13 +312750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2422" + "$ref": "https://ils.rero.ch/api/documents/2422" } }, { @@ -312764,13 +312764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2422" + "$ref": "https://ils.rero.ch/api/documents/2422" } }, { @@ -312778,13 +312778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2421" + "$ref": "https://ils.rero.ch/api/documents/2421" } }, { @@ -312792,13 +312792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2421" + "$ref": "https://ils.rero.ch/api/documents/2421" } }, { @@ -312806,13 +312806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2421" + "$ref": "https://ils.rero.ch/api/documents/2421" } }, { @@ -312820,13 +312820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2421" + "$ref": "https://ils.rero.ch/api/documents/2421" } }, { @@ -312834,13 +312834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2420" + "$ref": "https://ils.rero.ch/api/documents/2420" } }, { @@ -312848,13 +312848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2419" + "$ref": "https://ils.rero.ch/api/documents/2419" } }, { @@ -312862,13 +312862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2418" + "$ref": "https://ils.rero.ch/api/documents/2418" } }, { @@ -312876,13 +312876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2418" + "$ref": "https://ils.rero.ch/api/documents/2418" } }, { @@ -312890,13 +312890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2417" + "$ref": "https://ils.rero.ch/api/documents/2417" } }, { @@ -312904,13 +312904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2417" + "$ref": "https://ils.rero.ch/api/documents/2417" } }, { @@ -312918,13 +312918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2417" + "$ref": "https://ils.rero.ch/api/documents/2417" } }, { @@ -312932,13 +312932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2416" + "$ref": "https://ils.rero.ch/api/documents/2416" } }, { @@ -312946,13 +312946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2415" + "$ref": "https://ils.rero.ch/api/documents/2415" } }, { @@ -312960,13 +312960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2415" + "$ref": "https://ils.rero.ch/api/documents/2415" } }, { @@ -312974,13 +312974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2415" + "$ref": "https://ils.rero.ch/api/documents/2415" } }, { @@ -312988,13 +312988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2415" + "$ref": "https://ils.rero.ch/api/documents/2415" } }, { @@ -313002,13 +313002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2415" + "$ref": "https://ils.rero.ch/api/documents/2415" } }, { @@ -313016,13 +313016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2414" + "$ref": "https://ils.rero.ch/api/documents/2414" } }, { @@ -313030,13 +313030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2414" + "$ref": "https://ils.rero.ch/api/documents/2414" } }, { @@ -313044,13 +313044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2414" + "$ref": "https://ils.rero.ch/api/documents/2414" } }, { @@ -313058,13 +313058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2413" + "$ref": "https://ils.rero.ch/api/documents/2413" } }, { @@ -313072,13 +313072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2413" + "$ref": "https://ils.rero.ch/api/documents/2413" } }, { @@ -313086,13 +313086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2413" + "$ref": "https://ils.rero.ch/api/documents/2413" } }, { @@ -313100,13 +313100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2413" + "$ref": "https://ils.rero.ch/api/documents/2413" } }, { @@ -313114,13 +313114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2413" + "$ref": "https://ils.rero.ch/api/documents/2413" } }, { @@ -313128,13 +313128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2412" + "$ref": "https://ils.rero.ch/api/documents/2412" } }, { @@ -313142,13 +313142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2411" + "$ref": "https://ils.rero.ch/api/documents/2411" } }, { @@ -313156,13 +313156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2411" + "$ref": "https://ils.rero.ch/api/documents/2411" } }, { @@ -313170,13 +313170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2410" + "$ref": "https://ils.rero.ch/api/documents/2410" } }, { @@ -313184,13 +313184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2409" + "$ref": "https://ils.rero.ch/api/documents/2409" } }, { @@ -313198,13 +313198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2409" + "$ref": "https://ils.rero.ch/api/documents/2409" } }, { @@ -313212,13 +313212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2409" + "$ref": "https://ils.rero.ch/api/documents/2409" } }, { @@ -313226,13 +313226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2408" + "$ref": "https://ils.rero.ch/api/documents/2408" } }, { @@ -313240,13 +313240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2408" + "$ref": "https://ils.rero.ch/api/documents/2408" } }, { @@ -313254,13 +313254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2408" + "$ref": "https://ils.rero.ch/api/documents/2408" } }, { @@ -313268,13 +313268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2407" + "$ref": "https://ils.rero.ch/api/documents/2407" } }, { @@ -313282,13 +313282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2407" + "$ref": "https://ils.rero.ch/api/documents/2407" } }, { @@ -313296,13 +313296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2406" + "$ref": "https://ils.rero.ch/api/documents/2406" } }, { @@ -313310,13 +313310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2405" + "$ref": "https://ils.rero.ch/api/documents/2405" } }, { @@ -313324,13 +313324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2405" + "$ref": "https://ils.rero.ch/api/documents/2405" } }, { @@ -313338,13 +313338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2405" + "$ref": "https://ils.rero.ch/api/documents/2405" } }, { @@ -313352,13 +313352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2404" + "$ref": "https://ils.rero.ch/api/documents/2404" } }, { @@ -313366,13 +313366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2404" + "$ref": "https://ils.rero.ch/api/documents/2404" } }, { @@ -313380,13 +313380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2403" + "$ref": "https://ils.rero.ch/api/documents/2403" } }, { @@ -313394,13 +313394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2403" + "$ref": "https://ils.rero.ch/api/documents/2403" } }, { @@ -313408,13 +313408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2403" + "$ref": "https://ils.rero.ch/api/documents/2403" } }, { @@ -313422,13 +313422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2403" + "$ref": "https://ils.rero.ch/api/documents/2403" } }, { @@ -313436,13 +313436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2403" + "$ref": "https://ils.rero.ch/api/documents/2403" } }, { @@ -313450,13 +313450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2402" + "$ref": "https://ils.rero.ch/api/documents/2402" } }, { @@ -313464,13 +313464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2402" + "$ref": "https://ils.rero.ch/api/documents/2402" } }, { @@ -313478,13 +313478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2401" + "$ref": "https://ils.rero.ch/api/documents/2401" } }, { @@ -313492,13 +313492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2401" + "$ref": "https://ils.rero.ch/api/documents/2401" } }, { @@ -313506,13 +313506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2401" + "$ref": "https://ils.rero.ch/api/documents/2401" } }, { @@ -313520,13 +313520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2401" + "$ref": "https://ils.rero.ch/api/documents/2401" } }, { @@ -313534,13 +313534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2400" + "$ref": "https://ils.rero.ch/api/documents/2400" } }, { @@ -313548,13 +313548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2399" + "$ref": "https://ils.rero.ch/api/documents/2399" } }, { @@ -313562,13 +313562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2398" + "$ref": "https://ils.rero.ch/api/documents/2398" } }, { @@ -313576,13 +313576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2398" + "$ref": "https://ils.rero.ch/api/documents/2398" } }, { @@ -313590,13 +313590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2398" + "$ref": "https://ils.rero.ch/api/documents/2398" } }, { @@ -313604,13 +313604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2398" + "$ref": "https://ils.rero.ch/api/documents/2398" } }, { @@ -313618,13 +313618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2397" + "$ref": "https://ils.rero.ch/api/documents/2397" } }, { @@ -313632,13 +313632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2397" + "$ref": "https://ils.rero.ch/api/documents/2397" } }, { @@ -313646,13 +313646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2397" + "$ref": "https://ils.rero.ch/api/documents/2397" } }, { @@ -313660,13 +313660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2397" + "$ref": "https://ils.rero.ch/api/documents/2397" } }, { @@ -313674,13 +313674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2397" + "$ref": "https://ils.rero.ch/api/documents/2397" } }, { @@ -313688,13 +313688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2396" + "$ref": "https://ils.rero.ch/api/documents/2396" } }, { @@ -313702,13 +313702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2396" + "$ref": "https://ils.rero.ch/api/documents/2396" } }, { @@ -313716,13 +313716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2396" + "$ref": "https://ils.rero.ch/api/documents/2396" } }, { @@ -313730,13 +313730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2396" + "$ref": "https://ils.rero.ch/api/documents/2396" } }, { @@ -313744,13 +313744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2396" + "$ref": "https://ils.rero.ch/api/documents/2396" } }, { @@ -313758,13 +313758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2395" + "$ref": "https://ils.rero.ch/api/documents/2395" } }, { @@ -313772,13 +313772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2395" + "$ref": "https://ils.rero.ch/api/documents/2395" } }, { @@ -313786,13 +313786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2395" + "$ref": "https://ils.rero.ch/api/documents/2395" } }, { @@ -313800,13 +313800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2395" + "$ref": "https://ils.rero.ch/api/documents/2395" } }, { @@ -313814,13 +313814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2394" + "$ref": "https://ils.rero.ch/api/documents/2394" } }, { @@ -313828,13 +313828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2394" + "$ref": "https://ils.rero.ch/api/documents/2394" } }, { @@ -313842,13 +313842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2394" + "$ref": "https://ils.rero.ch/api/documents/2394" } }, { @@ -313856,13 +313856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2394" + "$ref": "https://ils.rero.ch/api/documents/2394" } }, { @@ -313870,13 +313870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2393" + "$ref": "https://ils.rero.ch/api/documents/2393" } }, { @@ -313884,13 +313884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2392" + "$ref": "https://ils.rero.ch/api/documents/2392" } }, { @@ -313898,13 +313898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2392" + "$ref": "https://ils.rero.ch/api/documents/2392" } }, { @@ -313912,13 +313912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2392" + "$ref": "https://ils.rero.ch/api/documents/2392" } }, { @@ -313926,13 +313926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2391" + "$ref": "https://ils.rero.ch/api/documents/2391" } }, { @@ -313940,13 +313940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2390" + "$ref": "https://ils.rero.ch/api/documents/2390" } }, { @@ -313954,13 +313954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2390" + "$ref": "https://ils.rero.ch/api/documents/2390" } }, { @@ -313968,13 +313968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2389" + "$ref": "https://ils.rero.ch/api/documents/2389" } }, { @@ -313982,13 +313982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2389" + "$ref": "https://ils.rero.ch/api/documents/2389" } }, { @@ -313996,13 +313996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2389" + "$ref": "https://ils.rero.ch/api/documents/2389" } }, { @@ -314010,13 +314010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2389" + "$ref": "https://ils.rero.ch/api/documents/2389" } }, { @@ -314024,13 +314024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2389" + "$ref": "https://ils.rero.ch/api/documents/2389" } }, { @@ -314038,13 +314038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2388" + "$ref": "https://ils.rero.ch/api/documents/2388" } }, { @@ -314052,13 +314052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2388" + "$ref": "https://ils.rero.ch/api/documents/2388" } }, { @@ -314066,13 +314066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2388" + "$ref": "https://ils.rero.ch/api/documents/2388" } }, { @@ -314080,13 +314080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2388" + "$ref": "https://ils.rero.ch/api/documents/2388" } }, { @@ -314094,13 +314094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2388" + "$ref": "https://ils.rero.ch/api/documents/2388" } }, { @@ -314108,13 +314108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2387" + "$ref": "https://ils.rero.ch/api/documents/2387" } }, { @@ -314122,13 +314122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2387" + "$ref": "https://ils.rero.ch/api/documents/2387" } }, { @@ -314136,13 +314136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2387" + "$ref": "https://ils.rero.ch/api/documents/2387" } }, { @@ -314150,13 +314150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2386" + "$ref": "https://ils.rero.ch/api/documents/2386" } }, { @@ -314164,13 +314164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2386" + "$ref": "https://ils.rero.ch/api/documents/2386" } }, { @@ -314178,13 +314178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2386" + "$ref": "https://ils.rero.ch/api/documents/2386" } }, { @@ -314192,13 +314192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2385" + "$ref": "https://ils.rero.ch/api/documents/2385" } }, { @@ -314206,13 +314206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2385" + "$ref": "https://ils.rero.ch/api/documents/2385" } }, { @@ -314220,13 +314220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2385" + "$ref": "https://ils.rero.ch/api/documents/2385" } }, { @@ -314234,13 +314234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2385" + "$ref": "https://ils.rero.ch/api/documents/2385" } }, { @@ -314248,13 +314248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2385" + "$ref": "https://ils.rero.ch/api/documents/2385" } }, { @@ -314262,13 +314262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2384" + "$ref": "https://ils.rero.ch/api/documents/2384" } }, { @@ -314276,13 +314276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2384" + "$ref": "https://ils.rero.ch/api/documents/2384" } }, { @@ -314290,13 +314290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2384" + "$ref": "https://ils.rero.ch/api/documents/2384" } }, { @@ -314304,13 +314304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2383" + "$ref": "https://ils.rero.ch/api/documents/2383" } }, { @@ -314318,13 +314318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2382" + "$ref": "https://ils.rero.ch/api/documents/2382" } }, { @@ -314332,13 +314332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2382" + "$ref": "https://ils.rero.ch/api/documents/2382" } }, { @@ -314346,13 +314346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2382" + "$ref": "https://ils.rero.ch/api/documents/2382" } }, { @@ -314360,13 +314360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2381" + "$ref": "https://ils.rero.ch/api/documents/2381" } }, { @@ -314374,13 +314374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2381" + "$ref": "https://ils.rero.ch/api/documents/2381" } }, { @@ -314388,13 +314388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2381" + "$ref": "https://ils.rero.ch/api/documents/2381" } }, { @@ -314402,13 +314402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2381" + "$ref": "https://ils.rero.ch/api/documents/2381" } }, { @@ -314416,13 +314416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2381" + "$ref": "https://ils.rero.ch/api/documents/2381" } }, { @@ -314430,13 +314430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2380" + "$ref": "https://ils.rero.ch/api/documents/2380" } }, { @@ -314444,13 +314444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2380" + "$ref": "https://ils.rero.ch/api/documents/2380" } }, { @@ -314458,13 +314458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2380" + "$ref": "https://ils.rero.ch/api/documents/2380" } }, { @@ -314472,13 +314472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2380" + "$ref": "https://ils.rero.ch/api/documents/2380" } }, { @@ -314486,13 +314486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2379" + "$ref": "https://ils.rero.ch/api/documents/2379" } }, { @@ -314500,13 +314500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2378" + "$ref": "https://ils.rero.ch/api/documents/2378" } }, { @@ -314514,13 +314514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2378" + "$ref": "https://ils.rero.ch/api/documents/2378" } }, { @@ -314528,13 +314528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2378" + "$ref": "https://ils.rero.ch/api/documents/2378" } }, { @@ -314542,13 +314542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2377" + "$ref": "https://ils.rero.ch/api/documents/2377" } }, { @@ -314556,13 +314556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2377" + "$ref": "https://ils.rero.ch/api/documents/2377" } }, { @@ -314570,13 +314570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2377" + "$ref": "https://ils.rero.ch/api/documents/2377" } }, { @@ -314584,13 +314584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2377" + "$ref": "https://ils.rero.ch/api/documents/2377" } }, { @@ -314598,13 +314598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2377" + "$ref": "https://ils.rero.ch/api/documents/2377" } }, { @@ -314612,13 +314612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2376" + "$ref": "https://ils.rero.ch/api/documents/2376" } }, { @@ -314626,13 +314626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2376" + "$ref": "https://ils.rero.ch/api/documents/2376" } }, { @@ -314640,13 +314640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2376" + "$ref": "https://ils.rero.ch/api/documents/2376" } }, { @@ -314654,13 +314654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2376" + "$ref": "https://ils.rero.ch/api/documents/2376" } }, { @@ -314668,13 +314668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2375" + "$ref": "https://ils.rero.ch/api/documents/2375" } }, { @@ -314682,13 +314682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2375" + "$ref": "https://ils.rero.ch/api/documents/2375" } }, { @@ -314696,13 +314696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2374" + "$ref": "https://ils.rero.ch/api/documents/2374" } }, { @@ -314710,13 +314710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2374" + "$ref": "https://ils.rero.ch/api/documents/2374" } }, { @@ -314724,13 +314724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2373" + "$ref": "https://ils.rero.ch/api/documents/2373" } }, { @@ -314738,13 +314738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2373" + "$ref": "https://ils.rero.ch/api/documents/2373" } }, { @@ -314752,13 +314752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2373" + "$ref": "https://ils.rero.ch/api/documents/2373" } }, { @@ -314766,13 +314766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2373" + "$ref": "https://ils.rero.ch/api/documents/2373" } }, { @@ -314780,13 +314780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2373" + "$ref": "https://ils.rero.ch/api/documents/2373" } }, { @@ -314794,13 +314794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2372" + "$ref": "https://ils.rero.ch/api/documents/2372" } }, { @@ -314808,13 +314808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2372" + "$ref": "https://ils.rero.ch/api/documents/2372" } }, { @@ -314822,13 +314822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2372" + "$ref": "https://ils.rero.ch/api/documents/2372" } }, { @@ -314836,13 +314836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2371" + "$ref": "https://ils.rero.ch/api/documents/2371" } }, { @@ -314850,13 +314850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2371" + "$ref": "https://ils.rero.ch/api/documents/2371" } }, { @@ -314864,13 +314864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2370" + "$ref": "https://ils.rero.ch/api/documents/2370" } }, { @@ -314878,13 +314878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2370" + "$ref": "https://ils.rero.ch/api/documents/2370" } }, { @@ -314892,13 +314892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2370" + "$ref": "https://ils.rero.ch/api/documents/2370" } }, { @@ -314906,13 +314906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2369" + "$ref": "https://ils.rero.ch/api/documents/2369" } }, { @@ -314920,13 +314920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2369" + "$ref": "https://ils.rero.ch/api/documents/2369" } }, { @@ -314934,13 +314934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2369" + "$ref": "https://ils.rero.ch/api/documents/2369" } }, { @@ -314948,13 +314948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2369" + "$ref": "https://ils.rero.ch/api/documents/2369" } }, { @@ -314962,13 +314962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2368" + "$ref": "https://ils.rero.ch/api/documents/2368" } }, { @@ -314976,13 +314976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2368" + "$ref": "https://ils.rero.ch/api/documents/2368" } }, { @@ -314990,13 +314990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2367" + "$ref": "https://ils.rero.ch/api/documents/2367" } }, { @@ -315004,13 +315004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2367" + "$ref": "https://ils.rero.ch/api/documents/2367" } }, { @@ -315018,13 +315018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2367" + "$ref": "https://ils.rero.ch/api/documents/2367" } }, { @@ -315032,13 +315032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2367" + "$ref": "https://ils.rero.ch/api/documents/2367" } }, { @@ -315046,13 +315046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2367" + "$ref": "https://ils.rero.ch/api/documents/2367" } }, { @@ -315060,13 +315060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2366" + "$ref": "https://ils.rero.ch/api/documents/2366" } }, { @@ -315074,13 +315074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2365" + "$ref": "https://ils.rero.ch/api/documents/2365" } }, { @@ -315088,13 +315088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2364" + "$ref": "https://ils.rero.ch/api/documents/2364" } }, { @@ -315102,13 +315102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2363" + "$ref": "https://ils.rero.ch/api/documents/2363" } }, { @@ -315116,13 +315116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2362" + "$ref": "https://ils.rero.ch/api/documents/2362" } }, { @@ -315130,13 +315130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2362" + "$ref": "https://ils.rero.ch/api/documents/2362" } }, { @@ -315144,13 +315144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2362" + "$ref": "https://ils.rero.ch/api/documents/2362" } }, { @@ -315158,13 +315158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2361" + "$ref": "https://ils.rero.ch/api/documents/2361" } }, { @@ -315172,13 +315172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2361" + "$ref": "https://ils.rero.ch/api/documents/2361" } }, { @@ -315186,13 +315186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2361" + "$ref": "https://ils.rero.ch/api/documents/2361" } }, { @@ -315200,13 +315200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2361" + "$ref": "https://ils.rero.ch/api/documents/2361" } }, { @@ -315214,13 +315214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2360" + "$ref": "https://ils.rero.ch/api/documents/2360" } }, { @@ -315228,13 +315228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2359" + "$ref": "https://ils.rero.ch/api/documents/2359" } }, { @@ -315242,13 +315242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2358" + "$ref": "https://ils.rero.ch/api/documents/2358" } }, { @@ -315256,13 +315256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2358" + "$ref": "https://ils.rero.ch/api/documents/2358" } }, { @@ -315270,13 +315270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2358" + "$ref": "https://ils.rero.ch/api/documents/2358" } }, { @@ -315284,13 +315284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2358" + "$ref": "https://ils.rero.ch/api/documents/2358" } }, { @@ -315298,13 +315298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2357" + "$ref": "https://ils.rero.ch/api/documents/2357" } }, { @@ -315312,13 +315312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2357" + "$ref": "https://ils.rero.ch/api/documents/2357" } }, { @@ -315326,13 +315326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2357" + "$ref": "https://ils.rero.ch/api/documents/2357" } }, { @@ -315340,13 +315340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2357" + "$ref": "https://ils.rero.ch/api/documents/2357" } }, { @@ -315354,13 +315354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2357" + "$ref": "https://ils.rero.ch/api/documents/2357" } }, { @@ -315368,13 +315368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2356" + "$ref": "https://ils.rero.ch/api/documents/2356" } }, { @@ -315382,13 +315382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2356" + "$ref": "https://ils.rero.ch/api/documents/2356" } }, { @@ -315396,13 +315396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2355" + "$ref": "https://ils.rero.ch/api/documents/2355" } }, { @@ -315410,13 +315410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2355" + "$ref": "https://ils.rero.ch/api/documents/2355" } }, { @@ -315424,13 +315424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2355" + "$ref": "https://ils.rero.ch/api/documents/2355" } }, { @@ -315438,13 +315438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2354" + "$ref": "https://ils.rero.ch/api/documents/2354" } }, { @@ -315452,13 +315452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2354" + "$ref": "https://ils.rero.ch/api/documents/2354" } }, { @@ -315466,13 +315466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2354" + "$ref": "https://ils.rero.ch/api/documents/2354" } }, { @@ -315480,13 +315480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2354" + "$ref": "https://ils.rero.ch/api/documents/2354" } }, { @@ -315494,13 +315494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2354" + "$ref": "https://ils.rero.ch/api/documents/2354" } }, { @@ -315508,13 +315508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2353" + "$ref": "https://ils.rero.ch/api/documents/2353" } }, { @@ -315522,13 +315522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2353" + "$ref": "https://ils.rero.ch/api/documents/2353" } }, { @@ -315536,13 +315536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2353" + "$ref": "https://ils.rero.ch/api/documents/2353" } }, { @@ -315550,13 +315550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2353" + "$ref": "https://ils.rero.ch/api/documents/2353" } }, { @@ -315564,13 +315564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2353" + "$ref": "https://ils.rero.ch/api/documents/2353" } }, { @@ -315578,13 +315578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2352" + "$ref": "https://ils.rero.ch/api/documents/2352" } }, { @@ -315592,13 +315592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2352" + "$ref": "https://ils.rero.ch/api/documents/2352" } }, { @@ -315606,13 +315606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2352" + "$ref": "https://ils.rero.ch/api/documents/2352" } }, { @@ -315620,13 +315620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2351" + "$ref": "https://ils.rero.ch/api/documents/2351" } }, { @@ -315634,13 +315634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2350" + "$ref": "https://ils.rero.ch/api/documents/2350" } }, { @@ -315648,13 +315648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2349" + "$ref": "https://ils.rero.ch/api/documents/2349" } }, { @@ -315662,13 +315662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2349" + "$ref": "https://ils.rero.ch/api/documents/2349" } }, { @@ -315676,13 +315676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2348" + "$ref": "https://ils.rero.ch/api/documents/2348" } }, { @@ -315690,13 +315690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2348" + "$ref": "https://ils.rero.ch/api/documents/2348" } }, { @@ -315704,13 +315704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2348" + "$ref": "https://ils.rero.ch/api/documents/2348" } }, { @@ -315718,13 +315718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2348" + "$ref": "https://ils.rero.ch/api/documents/2348" } }, { @@ -315732,13 +315732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2347" + "$ref": "https://ils.rero.ch/api/documents/2347" } }, { @@ -315746,13 +315746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2346" + "$ref": "https://ils.rero.ch/api/documents/2346" } }, { @@ -315760,13 +315760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2346" + "$ref": "https://ils.rero.ch/api/documents/2346" } }, { @@ -315774,13 +315774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2345" + "$ref": "https://ils.rero.ch/api/documents/2345" } }, { @@ -315788,13 +315788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2344" + "$ref": "https://ils.rero.ch/api/documents/2344" } }, { @@ -315802,13 +315802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2344" + "$ref": "https://ils.rero.ch/api/documents/2344" } }, { @@ -315816,13 +315816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2343" + "$ref": "https://ils.rero.ch/api/documents/2343" } }, { @@ -315830,13 +315830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2343" + "$ref": "https://ils.rero.ch/api/documents/2343" } }, { @@ -315844,13 +315844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2343" + "$ref": "https://ils.rero.ch/api/documents/2343" } }, { @@ -315858,13 +315858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2342" + "$ref": "https://ils.rero.ch/api/documents/2342" } }, { @@ -315872,13 +315872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2342" + "$ref": "https://ils.rero.ch/api/documents/2342" } }, { @@ -315886,13 +315886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2342" + "$ref": "https://ils.rero.ch/api/documents/2342" } }, { @@ -315900,13 +315900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2342" + "$ref": "https://ils.rero.ch/api/documents/2342" } }, { @@ -315914,13 +315914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2341" + "$ref": "https://ils.rero.ch/api/documents/2341" } }, { @@ -315928,13 +315928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2340" + "$ref": "https://ils.rero.ch/api/documents/2340" } }, { @@ -315942,13 +315942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2340" + "$ref": "https://ils.rero.ch/api/documents/2340" } }, { @@ -315956,13 +315956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2339" + "$ref": "https://ils.rero.ch/api/documents/2339" } }, { @@ -315970,13 +315970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2339" + "$ref": "https://ils.rero.ch/api/documents/2339" } }, { @@ -315984,13 +315984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2339" + "$ref": "https://ils.rero.ch/api/documents/2339" } }, { @@ -315998,13 +315998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2339" + "$ref": "https://ils.rero.ch/api/documents/2339" } }, { @@ -316012,13 +316012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2339" + "$ref": "https://ils.rero.ch/api/documents/2339" } }, { @@ -316026,13 +316026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2338" + "$ref": "https://ils.rero.ch/api/documents/2338" } }, { @@ -316040,13 +316040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2338" + "$ref": "https://ils.rero.ch/api/documents/2338" } }, { @@ -316054,13 +316054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2338" + "$ref": "https://ils.rero.ch/api/documents/2338" } }, { @@ -316068,13 +316068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2338" + "$ref": "https://ils.rero.ch/api/documents/2338" } }, { @@ -316082,13 +316082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2338" + "$ref": "https://ils.rero.ch/api/documents/2338" } }, { @@ -316096,13 +316096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2337" + "$ref": "https://ils.rero.ch/api/documents/2337" } }, { @@ -316110,13 +316110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2337" + "$ref": "https://ils.rero.ch/api/documents/2337" } }, { @@ -316124,13 +316124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2336" + "$ref": "https://ils.rero.ch/api/documents/2336" } }, { @@ -316138,13 +316138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2336" + "$ref": "https://ils.rero.ch/api/documents/2336" } }, { @@ -316152,13 +316152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2335" + "$ref": "https://ils.rero.ch/api/documents/2335" } }, { @@ -316166,13 +316166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2335" + "$ref": "https://ils.rero.ch/api/documents/2335" } }, { @@ -316180,13 +316180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2335" + "$ref": "https://ils.rero.ch/api/documents/2335" } }, { @@ -316194,13 +316194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2335" + "$ref": "https://ils.rero.ch/api/documents/2335" } }, { @@ -316208,13 +316208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2335" + "$ref": "https://ils.rero.ch/api/documents/2335" } }, { @@ -316222,13 +316222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2334" + "$ref": "https://ils.rero.ch/api/documents/2334" } }, { @@ -316236,13 +316236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2334" + "$ref": "https://ils.rero.ch/api/documents/2334" } }, { @@ -316250,13 +316250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2334" + "$ref": "https://ils.rero.ch/api/documents/2334" } }, { @@ -316264,13 +316264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2334" + "$ref": "https://ils.rero.ch/api/documents/2334" } }, { @@ -316278,13 +316278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2333" + "$ref": "https://ils.rero.ch/api/documents/2333" } }, { @@ -316292,13 +316292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2332" + "$ref": "https://ils.rero.ch/api/documents/2332" } }, { @@ -316306,13 +316306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2332" + "$ref": "https://ils.rero.ch/api/documents/2332" } }, { @@ -316320,13 +316320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2331" + "$ref": "https://ils.rero.ch/api/documents/2331" } }, { @@ -316334,13 +316334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2331" + "$ref": "https://ils.rero.ch/api/documents/2331" } }, { @@ -316348,13 +316348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2331" + "$ref": "https://ils.rero.ch/api/documents/2331" } }, { @@ -316362,13 +316362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2331" + "$ref": "https://ils.rero.ch/api/documents/2331" } }, { @@ -316376,13 +316376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2331" + "$ref": "https://ils.rero.ch/api/documents/2331" } }, { @@ -316390,13 +316390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2330" + "$ref": "https://ils.rero.ch/api/documents/2330" } }, { @@ -316404,13 +316404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2329" + "$ref": "https://ils.rero.ch/api/documents/2329" } }, { @@ -316418,13 +316418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2329" + "$ref": "https://ils.rero.ch/api/documents/2329" } }, { @@ -316432,13 +316432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2329" + "$ref": "https://ils.rero.ch/api/documents/2329" } }, { @@ -316446,13 +316446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2329" + "$ref": "https://ils.rero.ch/api/documents/2329" } }, { @@ -316460,13 +316460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2329" + "$ref": "https://ils.rero.ch/api/documents/2329" } }, { @@ -316474,13 +316474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2328" + "$ref": "https://ils.rero.ch/api/documents/2328" } }, { @@ -316488,13 +316488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2328" + "$ref": "https://ils.rero.ch/api/documents/2328" } }, { @@ -316502,13 +316502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2328" + "$ref": "https://ils.rero.ch/api/documents/2328" } }, { @@ -316516,13 +316516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2328" + "$ref": "https://ils.rero.ch/api/documents/2328" } }, { @@ -316530,13 +316530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2327" + "$ref": "https://ils.rero.ch/api/documents/2327" } }, { @@ -316544,13 +316544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2327" + "$ref": "https://ils.rero.ch/api/documents/2327" } }, { @@ -316558,13 +316558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2327" + "$ref": "https://ils.rero.ch/api/documents/2327" } }, { @@ -316572,13 +316572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2327" + "$ref": "https://ils.rero.ch/api/documents/2327" } }, { @@ -316586,13 +316586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2327" + "$ref": "https://ils.rero.ch/api/documents/2327" } }, { @@ -316600,13 +316600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2326" + "$ref": "https://ils.rero.ch/api/documents/2326" } }, { @@ -316614,13 +316614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2326" + "$ref": "https://ils.rero.ch/api/documents/2326" } }, { @@ -316628,13 +316628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2326" + "$ref": "https://ils.rero.ch/api/documents/2326" } }, { @@ -316642,13 +316642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2326" + "$ref": "https://ils.rero.ch/api/documents/2326" } }, { @@ -316656,13 +316656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2326" + "$ref": "https://ils.rero.ch/api/documents/2326" } }, { @@ -316670,13 +316670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2325" + "$ref": "https://ils.rero.ch/api/documents/2325" } }, { @@ -316684,13 +316684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2325" + "$ref": "https://ils.rero.ch/api/documents/2325" } }, { @@ -316698,13 +316698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2325" + "$ref": "https://ils.rero.ch/api/documents/2325" } }, { @@ -316712,13 +316712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2325" + "$ref": "https://ils.rero.ch/api/documents/2325" } }, { @@ -316726,13 +316726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2324" + "$ref": "https://ils.rero.ch/api/documents/2324" } }, { @@ -316740,13 +316740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2324" + "$ref": "https://ils.rero.ch/api/documents/2324" } }, { @@ -316754,13 +316754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2324" + "$ref": "https://ils.rero.ch/api/documents/2324" } }, { @@ -316768,13 +316768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2323" + "$ref": "https://ils.rero.ch/api/documents/2323" } }, { @@ -316782,13 +316782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2322" + "$ref": "https://ils.rero.ch/api/documents/2322" } }, { @@ -316796,13 +316796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2322" + "$ref": "https://ils.rero.ch/api/documents/2322" } }, { @@ -316810,13 +316810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2321" + "$ref": "https://ils.rero.ch/api/documents/2321" } }, { @@ -316824,13 +316824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2321" + "$ref": "https://ils.rero.ch/api/documents/2321" } }, { @@ -316838,13 +316838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2321" + "$ref": "https://ils.rero.ch/api/documents/2321" } }, { @@ -316852,13 +316852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2320" + "$ref": "https://ils.rero.ch/api/documents/2320" } }, { @@ -316866,13 +316866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2320" + "$ref": "https://ils.rero.ch/api/documents/2320" } }, { @@ -316880,13 +316880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2320" + "$ref": "https://ils.rero.ch/api/documents/2320" } }, { @@ -316894,13 +316894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2320" + "$ref": "https://ils.rero.ch/api/documents/2320" } }, { @@ -316908,13 +316908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2319" + "$ref": "https://ils.rero.ch/api/documents/2319" } }, { @@ -316922,13 +316922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2319" + "$ref": "https://ils.rero.ch/api/documents/2319" } }, { @@ -316936,13 +316936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2319" + "$ref": "https://ils.rero.ch/api/documents/2319" } }, { @@ -316950,13 +316950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2318" + "$ref": "https://ils.rero.ch/api/documents/2318" } }, { @@ -316964,13 +316964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2318" + "$ref": "https://ils.rero.ch/api/documents/2318" } }, { @@ -316978,13 +316978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2318" + "$ref": "https://ils.rero.ch/api/documents/2318" } }, { @@ -316992,13 +316992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2318" + "$ref": "https://ils.rero.ch/api/documents/2318" } }, { @@ -317006,13 +317006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2317" + "$ref": "https://ils.rero.ch/api/documents/2317" } }, { @@ -317020,13 +317020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2317" + "$ref": "https://ils.rero.ch/api/documents/2317" } }, { @@ -317034,13 +317034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2317" + "$ref": "https://ils.rero.ch/api/documents/2317" } }, { @@ -317048,13 +317048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2316" + "$ref": "https://ils.rero.ch/api/documents/2316" } }, { @@ -317062,13 +317062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2316" + "$ref": "https://ils.rero.ch/api/documents/2316" } }, { @@ -317076,13 +317076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2316" + "$ref": "https://ils.rero.ch/api/documents/2316" } }, { @@ -317090,13 +317090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2316" + "$ref": "https://ils.rero.ch/api/documents/2316" } }, { @@ -317104,13 +317104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2316" + "$ref": "https://ils.rero.ch/api/documents/2316" } }, { @@ -317118,13 +317118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2315" + "$ref": "https://ils.rero.ch/api/documents/2315" } }, { @@ -317132,13 +317132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2315" + "$ref": "https://ils.rero.ch/api/documents/2315" } }, { @@ -317146,13 +317146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2315" + "$ref": "https://ils.rero.ch/api/documents/2315" } }, { @@ -317160,13 +317160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2314" + "$ref": "https://ils.rero.ch/api/documents/2314" } }, { @@ -317174,13 +317174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2314" + "$ref": "https://ils.rero.ch/api/documents/2314" } }, { @@ -317188,13 +317188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2314" + "$ref": "https://ils.rero.ch/api/documents/2314" } }, { @@ -317202,13 +317202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2314" + "$ref": "https://ils.rero.ch/api/documents/2314" } }, { @@ -317216,13 +317216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2313" + "$ref": "https://ils.rero.ch/api/documents/2313" } }, { @@ -317230,13 +317230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2313" + "$ref": "https://ils.rero.ch/api/documents/2313" } }, { @@ -317244,13 +317244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2313" + "$ref": "https://ils.rero.ch/api/documents/2313" } }, { @@ -317258,13 +317258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2313" + "$ref": "https://ils.rero.ch/api/documents/2313" } }, { @@ -317272,13 +317272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2313" + "$ref": "https://ils.rero.ch/api/documents/2313" } }, { @@ -317286,13 +317286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2312" + "$ref": "https://ils.rero.ch/api/documents/2312" } }, { @@ -317300,13 +317300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2312" + "$ref": "https://ils.rero.ch/api/documents/2312" } }, { @@ -317314,13 +317314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2312" + "$ref": "https://ils.rero.ch/api/documents/2312" } }, { @@ -317328,13 +317328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2312" + "$ref": "https://ils.rero.ch/api/documents/2312" } }, { @@ -317342,13 +317342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2311" + "$ref": "https://ils.rero.ch/api/documents/2311" } }, { @@ -317356,13 +317356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2311" + "$ref": "https://ils.rero.ch/api/documents/2311" } }, { @@ -317370,13 +317370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2310" + "$ref": "https://ils.rero.ch/api/documents/2310" } }, { @@ -317384,13 +317384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2310" + "$ref": "https://ils.rero.ch/api/documents/2310" } }, { @@ -317398,13 +317398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2309" + "$ref": "https://ils.rero.ch/api/documents/2309" } }, { @@ -317412,13 +317412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2309" + "$ref": "https://ils.rero.ch/api/documents/2309" } }, { @@ -317426,13 +317426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2308" + "$ref": "https://ils.rero.ch/api/documents/2308" } }, { @@ -317440,13 +317440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2308" + "$ref": "https://ils.rero.ch/api/documents/2308" } }, { @@ -317454,13 +317454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2307" + "$ref": "https://ils.rero.ch/api/documents/2307" } }, { @@ -317468,13 +317468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2307" + "$ref": "https://ils.rero.ch/api/documents/2307" } }, { @@ -317482,13 +317482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2306" + "$ref": "https://ils.rero.ch/api/documents/2306" } }, { @@ -317496,13 +317496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2305" + "$ref": "https://ils.rero.ch/api/documents/2305" } }, { @@ -317510,13 +317510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2305" + "$ref": "https://ils.rero.ch/api/documents/2305" } }, { @@ -317524,13 +317524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2305" + "$ref": "https://ils.rero.ch/api/documents/2305" } }, { @@ -317538,13 +317538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2305" + "$ref": "https://ils.rero.ch/api/documents/2305" } }, { @@ -317552,13 +317552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2305" + "$ref": "https://ils.rero.ch/api/documents/2305" } }, { @@ -317566,13 +317566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2304" + "$ref": "https://ils.rero.ch/api/documents/2304" } }, { @@ -317580,13 +317580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2303" + "$ref": "https://ils.rero.ch/api/documents/2303" } }, { @@ -317594,13 +317594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2303" + "$ref": "https://ils.rero.ch/api/documents/2303" } }, { @@ -317608,13 +317608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2303" + "$ref": "https://ils.rero.ch/api/documents/2303" } }, { @@ -317622,13 +317622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2303" + "$ref": "https://ils.rero.ch/api/documents/2303" } }, { @@ -317636,13 +317636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2303" + "$ref": "https://ils.rero.ch/api/documents/2303" } }, { @@ -317650,13 +317650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2302" + "$ref": "https://ils.rero.ch/api/documents/2302" } }, { @@ -317664,13 +317664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2302" + "$ref": "https://ils.rero.ch/api/documents/2302" } }, { @@ -317678,13 +317678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2302" + "$ref": "https://ils.rero.ch/api/documents/2302" } }, { @@ -317692,13 +317692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2301" + "$ref": "https://ils.rero.ch/api/documents/2301" } }, { @@ -317706,13 +317706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2301" + "$ref": "https://ils.rero.ch/api/documents/2301" } }, { @@ -317720,13 +317720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2301" + "$ref": "https://ils.rero.ch/api/documents/2301" } }, { @@ -317734,13 +317734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2301" + "$ref": "https://ils.rero.ch/api/documents/2301" } }, { @@ -317748,13 +317748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2300" + "$ref": "https://ils.rero.ch/api/documents/2300" } }, { @@ -317762,13 +317762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2300" + "$ref": "https://ils.rero.ch/api/documents/2300" } }, { @@ -317776,13 +317776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2300" + "$ref": "https://ils.rero.ch/api/documents/2300" } }, { @@ -317790,13 +317790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2300" + "$ref": "https://ils.rero.ch/api/documents/2300" } }, { @@ -317804,13 +317804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2300" + "$ref": "https://ils.rero.ch/api/documents/2300" } }, { @@ -317818,13 +317818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2299" + "$ref": "https://ils.rero.ch/api/documents/2299" } }, { @@ -317832,13 +317832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2299" + "$ref": "https://ils.rero.ch/api/documents/2299" } }, { @@ -317846,13 +317846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2299" + "$ref": "https://ils.rero.ch/api/documents/2299" } }, { @@ -317860,13 +317860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2299" + "$ref": "https://ils.rero.ch/api/documents/2299" } }, { @@ -317874,13 +317874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2298" + "$ref": "https://ils.rero.ch/api/documents/2298" } }, { @@ -317888,13 +317888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2298" + "$ref": "https://ils.rero.ch/api/documents/2298" } }, { @@ -317902,13 +317902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2298" + "$ref": "https://ils.rero.ch/api/documents/2298" } }, { @@ -317916,13 +317916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2298" + "$ref": "https://ils.rero.ch/api/documents/2298" } }, { @@ -317930,13 +317930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2297" + "$ref": "https://ils.rero.ch/api/documents/2297" } }, { @@ -317944,13 +317944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2297" + "$ref": "https://ils.rero.ch/api/documents/2297" } }, { @@ -317958,13 +317958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2297" + "$ref": "https://ils.rero.ch/api/documents/2297" } }, { @@ -317972,13 +317972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2297" + "$ref": "https://ils.rero.ch/api/documents/2297" } }, { @@ -317986,13 +317986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2296" + "$ref": "https://ils.rero.ch/api/documents/2296" } }, { @@ -318000,13 +318000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2296" + "$ref": "https://ils.rero.ch/api/documents/2296" } }, { @@ -318014,13 +318014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2296" + "$ref": "https://ils.rero.ch/api/documents/2296" } }, { @@ -318028,13 +318028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2296" + "$ref": "https://ils.rero.ch/api/documents/2296" } }, { @@ -318042,13 +318042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2296" + "$ref": "https://ils.rero.ch/api/documents/2296" } }, { @@ -318056,13 +318056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2295" + "$ref": "https://ils.rero.ch/api/documents/2295" } }, { @@ -318070,13 +318070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2295" + "$ref": "https://ils.rero.ch/api/documents/2295" } }, { @@ -318084,13 +318084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2294" + "$ref": "https://ils.rero.ch/api/documents/2294" } }, { @@ -318098,13 +318098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2293" + "$ref": "https://ils.rero.ch/api/documents/2293" } }, { @@ -318112,13 +318112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2292" + "$ref": "https://ils.rero.ch/api/documents/2292" } }, { @@ -318126,13 +318126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2291" + "$ref": "https://ils.rero.ch/api/documents/2291" } }, { @@ -318140,13 +318140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2290" + "$ref": "https://ils.rero.ch/api/documents/2290" } }, { @@ -318154,13 +318154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2290" + "$ref": "https://ils.rero.ch/api/documents/2290" } }, { @@ -318168,13 +318168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2290" + "$ref": "https://ils.rero.ch/api/documents/2290" } }, { @@ -318182,13 +318182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2290" + "$ref": "https://ils.rero.ch/api/documents/2290" } }, { @@ -318196,13 +318196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2290" + "$ref": "https://ils.rero.ch/api/documents/2290" } }, { @@ -318210,13 +318210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2289" + "$ref": "https://ils.rero.ch/api/documents/2289" } }, { @@ -318224,13 +318224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2289" + "$ref": "https://ils.rero.ch/api/documents/2289" } }, { @@ -318238,13 +318238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2289" + "$ref": "https://ils.rero.ch/api/documents/2289" } }, { @@ -318252,13 +318252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2289" + "$ref": "https://ils.rero.ch/api/documents/2289" } }, { @@ -318266,13 +318266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2289" + "$ref": "https://ils.rero.ch/api/documents/2289" } }, { @@ -318280,13 +318280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2288" + "$ref": "https://ils.rero.ch/api/documents/2288" } }, { @@ -318294,13 +318294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2287" + "$ref": "https://ils.rero.ch/api/documents/2287" } }, { @@ -318308,13 +318308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2287" + "$ref": "https://ils.rero.ch/api/documents/2287" } }, { @@ -318322,13 +318322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2287" + "$ref": "https://ils.rero.ch/api/documents/2287" } }, { @@ -318336,13 +318336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2287" + "$ref": "https://ils.rero.ch/api/documents/2287" } }, { @@ -318350,13 +318350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2287" + "$ref": "https://ils.rero.ch/api/documents/2287" } }, { @@ -318364,13 +318364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2286" + "$ref": "https://ils.rero.ch/api/documents/2286" } }, { @@ -318378,13 +318378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2285" + "$ref": "https://ils.rero.ch/api/documents/2285" } }, { @@ -318392,13 +318392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2284" + "$ref": "https://ils.rero.ch/api/documents/2284" } }, { @@ -318406,13 +318406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2284" + "$ref": "https://ils.rero.ch/api/documents/2284" } }, { @@ -318420,13 +318420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2284" + "$ref": "https://ils.rero.ch/api/documents/2284" } }, { @@ -318434,13 +318434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2284" + "$ref": "https://ils.rero.ch/api/documents/2284" } }, { @@ -318448,13 +318448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2283" + "$ref": "https://ils.rero.ch/api/documents/2283" } }, { @@ -318462,13 +318462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2283" + "$ref": "https://ils.rero.ch/api/documents/2283" } }, { @@ -318476,13 +318476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2283" + "$ref": "https://ils.rero.ch/api/documents/2283" } }, { @@ -318490,13 +318490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2283" + "$ref": "https://ils.rero.ch/api/documents/2283" } }, { @@ -318504,13 +318504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2282" + "$ref": "https://ils.rero.ch/api/documents/2282" } }, { @@ -318518,13 +318518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2282" + "$ref": "https://ils.rero.ch/api/documents/2282" } }, { @@ -318532,13 +318532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2282" + "$ref": "https://ils.rero.ch/api/documents/2282" } }, { @@ -318546,13 +318546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2282" + "$ref": "https://ils.rero.ch/api/documents/2282" } }, { @@ -318560,13 +318560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2282" + "$ref": "https://ils.rero.ch/api/documents/2282" } }, { @@ -318574,13 +318574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2281" + "$ref": "https://ils.rero.ch/api/documents/2281" } }, { @@ -318588,13 +318588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2281" + "$ref": "https://ils.rero.ch/api/documents/2281" } }, { @@ -318602,13 +318602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2281" + "$ref": "https://ils.rero.ch/api/documents/2281" } }, { @@ -318616,13 +318616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2281" + "$ref": "https://ils.rero.ch/api/documents/2281" } }, { @@ -318630,13 +318630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2281" + "$ref": "https://ils.rero.ch/api/documents/2281" } }, { @@ -318644,13 +318644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2280" + "$ref": "https://ils.rero.ch/api/documents/2280" } }, { @@ -318658,13 +318658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2280" + "$ref": "https://ils.rero.ch/api/documents/2280" } }, { @@ -318672,13 +318672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2280" + "$ref": "https://ils.rero.ch/api/documents/2280" } }, { @@ -318686,13 +318686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2280" + "$ref": "https://ils.rero.ch/api/documents/2280" } }, { @@ -318700,13 +318700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2280" + "$ref": "https://ils.rero.ch/api/documents/2280" } }, { @@ -318714,13 +318714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2279" + "$ref": "https://ils.rero.ch/api/documents/2279" } }, { @@ -318728,13 +318728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2279" + "$ref": "https://ils.rero.ch/api/documents/2279" } }, { @@ -318742,13 +318742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2278" + "$ref": "https://ils.rero.ch/api/documents/2278" } }, { @@ -318756,13 +318756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2278" + "$ref": "https://ils.rero.ch/api/documents/2278" } }, { @@ -318770,13 +318770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2278" + "$ref": "https://ils.rero.ch/api/documents/2278" } }, { @@ -318784,13 +318784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2278" + "$ref": "https://ils.rero.ch/api/documents/2278" } }, { @@ -318798,13 +318798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2278" + "$ref": "https://ils.rero.ch/api/documents/2278" } }, { @@ -318812,13 +318812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2277" + "$ref": "https://ils.rero.ch/api/documents/2277" } }, { @@ -318826,13 +318826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2276" + "$ref": "https://ils.rero.ch/api/documents/2276" } }, { @@ -318840,13 +318840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2275" + "$ref": "https://ils.rero.ch/api/documents/2275" } }, { @@ -318854,13 +318854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2275" + "$ref": "https://ils.rero.ch/api/documents/2275" } }, { @@ -318868,13 +318868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2274" + "$ref": "https://ils.rero.ch/api/documents/2274" } }, { @@ -318882,13 +318882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2273" + "$ref": "https://ils.rero.ch/api/documents/2273" } }, { @@ -318896,13 +318896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2273" + "$ref": "https://ils.rero.ch/api/documents/2273" } }, { @@ -318910,13 +318910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2272" + "$ref": "https://ils.rero.ch/api/documents/2272" } }, { @@ -318924,13 +318924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2272" + "$ref": "https://ils.rero.ch/api/documents/2272" } }, { @@ -318938,13 +318938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2272" + "$ref": "https://ils.rero.ch/api/documents/2272" } }, { @@ -318952,13 +318952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2272" + "$ref": "https://ils.rero.ch/api/documents/2272" } }, { @@ -318966,13 +318966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2271" + "$ref": "https://ils.rero.ch/api/documents/2271" } }, { @@ -318980,13 +318980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2271" + "$ref": "https://ils.rero.ch/api/documents/2271" } }, { @@ -318994,13 +318994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2271" + "$ref": "https://ils.rero.ch/api/documents/2271" } }, { @@ -319008,13 +319008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2271" + "$ref": "https://ils.rero.ch/api/documents/2271" } }, { @@ -319022,13 +319022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2270" + "$ref": "https://ils.rero.ch/api/documents/2270" } }, { @@ -319036,13 +319036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2270" + "$ref": "https://ils.rero.ch/api/documents/2270" } }, { @@ -319050,13 +319050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2269" + "$ref": "https://ils.rero.ch/api/documents/2269" } }, { @@ -319064,13 +319064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2269" + "$ref": "https://ils.rero.ch/api/documents/2269" } }, { @@ -319078,13 +319078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2269" + "$ref": "https://ils.rero.ch/api/documents/2269" } }, { @@ -319092,13 +319092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2268" + "$ref": "https://ils.rero.ch/api/documents/2268" } }, { @@ -319106,13 +319106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2268" + "$ref": "https://ils.rero.ch/api/documents/2268" } }, { @@ -319120,13 +319120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2268" + "$ref": "https://ils.rero.ch/api/documents/2268" } }, { @@ -319134,13 +319134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2268" + "$ref": "https://ils.rero.ch/api/documents/2268" } }, { @@ -319148,13 +319148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2268" + "$ref": "https://ils.rero.ch/api/documents/2268" } }, { @@ -319162,13 +319162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2267" + "$ref": "https://ils.rero.ch/api/documents/2267" } }, { @@ -319176,13 +319176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2267" + "$ref": "https://ils.rero.ch/api/documents/2267" } }, { @@ -319190,13 +319190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2266" + "$ref": "https://ils.rero.ch/api/documents/2266" } }, { @@ -319204,13 +319204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2266" + "$ref": "https://ils.rero.ch/api/documents/2266" } }, { @@ -319218,13 +319218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2265" + "$ref": "https://ils.rero.ch/api/documents/2265" } }, { @@ -319232,13 +319232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2265" + "$ref": "https://ils.rero.ch/api/documents/2265" } }, { @@ -319246,13 +319246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2264" + "$ref": "https://ils.rero.ch/api/documents/2264" } }, { @@ -319260,13 +319260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2263" + "$ref": "https://ils.rero.ch/api/documents/2263" } }, { @@ -319274,13 +319274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2263" + "$ref": "https://ils.rero.ch/api/documents/2263" } }, { @@ -319288,13 +319288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2262" + "$ref": "https://ils.rero.ch/api/documents/2262" } }, { @@ -319302,13 +319302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2262" + "$ref": "https://ils.rero.ch/api/documents/2262" } }, { @@ -319316,13 +319316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2261" + "$ref": "https://ils.rero.ch/api/documents/2261" } }, { @@ -319330,13 +319330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2261" + "$ref": "https://ils.rero.ch/api/documents/2261" } }, { @@ -319344,13 +319344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2261" + "$ref": "https://ils.rero.ch/api/documents/2261" } }, { @@ -319358,13 +319358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2261" + "$ref": "https://ils.rero.ch/api/documents/2261" } }, { @@ -319372,13 +319372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2261" + "$ref": "https://ils.rero.ch/api/documents/2261" } }, { @@ -319386,13 +319386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2260" + "$ref": "https://ils.rero.ch/api/documents/2260" } }, { @@ -319400,13 +319400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2260" + "$ref": "https://ils.rero.ch/api/documents/2260" } }, { @@ -319414,13 +319414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2260" + "$ref": "https://ils.rero.ch/api/documents/2260" } }, { @@ -319428,13 +319428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2260" + "$ref": "https://ils.rero.ch/api/documents/2260" } }, { @@ -319442,13 +319442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2260" + "$ref": "https://ils.rero.ch/api/documents/2260" } }, { @@ -319456,13 +319456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2259" + "$ref": "https://ils.rero.ch/api/documents/2259" } }, { @@ -319470,13 +319470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2258" + "$ref": "https://ils.rero.ch/api/documents/2258" } }, { @@ -319484,13 +319484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2258" + "$ref": "https://ils.rero.ch/api/documents/2258" } }, { @@ -319498,13 +319498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2258" + "$ref": "https://ils.rero.ch/api/documents/2258" } }, { @@ -319512,13 +319512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2258" + "$ref": "https://ils.rero.ch/api/documents/2258" } }, { @@ -319526,13 +319526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2257" + "$ref": "https://ils.rero.ch/api/documents/2257" } }, { @@ -319540,13 +319540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2257" + "$ref": "https://ils.rero.ch/api/documents/2257" } }, { @@ -319554,13 +319554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2257" + "$ref": "https://ils.rero.ch/api/documents/2257" } }, { @@ -319568,13 +319568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2257" + "$ref": "https://ils.rero.ch/api/documents/2257" } }, { @@ -319582,13 +319582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2256" + "$ref": "https://ils.rero.ch/api/documents/2256" } }, { @@ -319596,13 +319596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2256" + "$ref": "https://ils.rero.ch/api/documents/2256" } }, { @@ -319610,13 +319610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2256" + "$ref": "https://ils.rero.ch/api/documents/2256" } }, { @@ -319624,13 +319624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2255" + "$ref": "https://ils.rero.ch/api/documents/2255" } }, { @@ -319638,13 +319638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2254" + "$ref": "https://ils.rero.ch/api/documents/2254" } }, { @@ -319652,13 +319652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2254" + "$ref": "https://ils.rero.ch/api/documents/2254" } }, { @@ -319666,13 +319666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2254" + "$ref": "https://ils.rero.ch/api/documents/2254" } }, { @@ -319680,13 +319680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2254" + "$ref": "https://ils.rero.ch/api/documents/2254" } }, { @@ -319694,13 +319694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2253" + "$ref": "https://ils.rero.ch/api/documents/2253" } }, { @@ -319708,13 +319708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2253" + "$ref": "https://ils.rero.ch/api/documents/2253" } }, { @@ -319722,13 +319722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2252" + "$ref": "https://ils.rero.ch/api/documents/2252" } }, { @@ -319736,13 +319736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2251" + "$ref": "https://ils.rero.ch/api/documents/2251" } }, { @@ -319750,13 +319750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2251" + "$ref": "https://ils.rero.ch/api/documents/2251" } }, { @@ -319764,13 +319764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2250" + "$ref": "https://ils.rero.ch/api/documents/2250" } }, { @@ -319778,13 +319778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2249" + "$ref": "https://ils.rero.ch/api/documents/2249" } }, { @@ -319792,13 +319792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2249" + "$ref": "https://ils.rero.ch/api/documents/2249" } }, { @@ -319806,13 +319806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2249" + "$ref": "https://ils.rero.ch/api/documents/2249" } }, { @@ -319820,13 +319820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2249" + "$ref": "https://ils.rero.ch/api/documents/2249" } }, { @@ -319834,13 +319834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2249" + "$ref": "https://ils.rero.ch/api/documents/2249" } }, { @@ -319848,13 +319848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2248" + "$ref": "https://ils.rero.ch/api/documents/2248" } }, { @@ -319862,13 +319862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2248" + "$ref": "https://ils.rero.ch/api/documents/2248" } }, { @@ -319876,13 +319876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2248" + "$ref": "https://ils.rero.ch/api/documents/2248" } }, { @@ -319890,13 +319890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2248" + "$ref": "https://ils.rero.ch/api/documents/2248" } }, { @@ -319904,13 +319904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2248" + "$ref": "https://ils.rero.ch/api/documents/2248" } }, { @@ -319918,13 +319918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2247" + "$ref": "https://ils.rero.ch/api/documents/2247" } }, { @@ -319932,13 +319932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2247" + "$ref": "https://ils.rero.ch/api/documents/2247" } }, { @@ -319946,13 +319946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2247" + "$ref": "https://ils.rero.ch/api/documents/2247" } }, { @@ -319960,13 +319960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2247" + "$ref": "https://ils.rero.ch/api/documents/2247" } }, { @@ -319974,13 +319974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2247" + "$ref": "https://ils.rero.ch/api/documents/2247" } }, { @@ -319988,13 +319988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2246" + "$ref": "https://ils.rero.ch/api/documents/2246" } }, { @@ -320002,13 +320002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2246" + "$ref": "https://ils.rero.ch/api/documents/2246" } }, { @@ -320016,13 +320016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2245" + "$ref": "https://ils.rero.ch/api/documents/2245" } }, { @@ -320030,13 +320030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2245" + "$ref": "https://ils.rero.ch/api/documents/2245" } }, { @@ -320044,13 +320044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2245" + "$ref": "https://ils.rero.ch/api/documents/2245" } }, { @@ -320058,13 +320058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2244" + "$ref": "https://ils.rero.ch/api/documents/2244" } }, { @@ -320072,13 +320072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2244" + "$ref": "https://ils.rero.ch/api/documents/2244" } }, { @@ -320086,13 +320086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2244" + "$ref": "https://ils.rero.ch/api/documents/2244" } }, { @@ -320100,13 +320100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2244" + "$ref": "https://ils.rero.ch/api/documents/2244" } }, { @@ -320114,13 +320114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2244" + "$ref": "https://ils.rero.ch/api/documents/2244" } }, { @@ -320128,13 +320128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2243" + "$ref": "https://ils.rero.ch/api/documents/2243" } }, { @@ -320142,13 +320142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2243" + "$ref": "https://ils.rero.ch/api/documents/2243" } }, { @@ -320156,13 +320156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2243" + "$ref": "https://ils.rero.ch/api/documents/2243" } }, { @@ -320170,13 +320170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2243" + "$ref": "https://ils.rero.ch/api/documents/2243" } }, { @@ -320184,13 +320184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2242" + "$ref": "https://ils.rero.ch/api/documents/2242" } }, { @@ -320198,13 +320198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2242" + "$ref": "https://ils.rero.ch/api/documents/2242" } }, { @@ -320212,13 +320212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2242" + "$ref": "https://ils.rero.ch/api/documents/2242" } }, { @@ -320226,13 +320226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2242" + "$ref": "https://ils.rero.ch/api/documents/2242" } }, { @@ -320240,13 +320240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2242" + "$ref": "https://ils.rero.ch/api/documents/2242" } }, { @@ -320254,13 +320254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2241" + "$ref": "https://ils.rero.ch/api/documents/2241" } }, { @@ -320268,13 +320268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2241" + "$ref": "https://ils.rero.ch/api/documents/2241" } }, { @@ -320282,13 +320282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2241" + "$ref": "https://ils.rero.ch/api/documents/2241" } }, { @@ -320296,13 +320296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2241" + "$ref": "https://ils.rero.ch/api/documents/2241" } }, { @@ -320310,13 +320310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2241" + "$ref": "https://ils.rero.ch/api/documents/2241" } }, { @@ -320324,13 +320324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2240" + "$ref": "https://ils.rero.ch/api/documents/2240" } }, { @@ -320338,13 +320338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2240" + "$ref": "https://ils.rero.ch/api/documents/2240" } }, { @@ -320352,13 +320352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2240" + "$ref": "https://ils.rero.ch/api/documents/2240" } }, { @@ -320366,13 +320366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2240" + "$ref": "https://ils.rero.ch/api/documents/2240" } }, { @@ -320380,13 +320380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2240" + "$ref": "https://ils.rero.ch/api/documents/2240" } }, { @@ -320394,13 +320394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2239" + "$ref": "https://ils.rero.ch/api/documents/2239" } }, { @@ -320408,13 +320408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2239" + "$ref": "https://ils.rero.ch/api/documents/2239" } }, { @@ -320422,13 +320422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2239" + "$ref": "https://ils.rero.ch/api/documents/2239" } }, { @@ -320436,13 +320436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2239" + "$ref": "https://ils.rero.ch/api/documents/2239" } }, { @@ -320450,13 +320450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2238" + "$ref": "https://ils.rero.ch/api/documents/2238" } }, { @@ -320464,13 +320464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2238" + "$ref": "https://ils.rero.ch/api/documents/2238" } }, { @@ -320478,13 +320478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2238" + "$ref": "https://ils.rero.ch/api/documents/2238" } }, { @@ -320492,13 +320492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2237" + "$ref": "https://ils.rero.ch/api/documents/2237" } }, { @@ -320506,13 +320506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2237" + "$ref": "https://ils.rero.ch/api/documents/2237" } }, { @@ -320520,13 +320520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2237" + "$ref": "https://ils.rero.ch/api/documents/2237" } }, { @@ -320534,13 +320534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2237" + "$ref": "https://ils.rero.ch/api/documents/2237" } }, { @@ -320548,13 +320548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2237" + "$ref": "https://ils.rero.ch/api/documents/2237" } }, { @@ -320562,13 +320562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2236" + "$ref": "https://ils.rero.ch/api/documents/2236" } }, { @@ -320576,13 +320576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2236" + "$ref": "https://ils.rero.ch/api/documents/2236" } }, { @@ -320590,13 +320590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2236" + "$ref": "https://ils.rero.ch/api/documents/2236" } }, { @@ -320604,13 +320604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2235" + "$ref": "https://ils.rero.ch/api/documents/2235" } }, { @@ -320618,13 +320618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2235" + "$ref": "https://ils.rero.ch/api/documents/2235" } }, { @@ -320632,13 +320632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2234" + "$ref": "https://ils.rero.ch/api/documents/2234" } }, { @@ -320646,13 +320646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2234" + "$ref": "https://ils.rero.ch/api/documents/2234" } }, { @@ -320660,13 +320660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2234" + "$ref": "https://ils.rero.ch/api/documents/2234" } }, { @@ -320674,13 +320674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2234" + "$ref": "https://ils.rero.ch/api/documents/2234" } }, { @@ -320688,13 +320688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2234" + "$ref": "https://ils.rero.ch/api/documents/2234" } }, { @@ -320702,13 +320702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2233" + "$ref": "https://ils.rero.ch/api/documents/2233" } }, { @@ -320716,13 +320716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2232" + "$ref": "https://ils.rero.ch/api/documents/2232" } }, { @@ -320730,13 +320730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2232" + "$ref": "https://ils.rero.ch/api/documents/2232" } }, { @@ -320744,13 +320744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2232" + "$ref": "https://ils.rero.ch/api/documents/2232" } }, { @@ -320758,13 +320758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2232" + "$ref": "https://ils.rero.ch/api/documents/2232" } }, { @@ -320772,13 +320772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2231" + "$ref": "https://ils.rero.ch/api/documents/2231" } }, { @@ -320786,13 +320786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2231" + "$ref": "https://ils.rero.ch/api/documents/2231" } }, { @@ -320800,13 +320800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2231" + "$ref": "https://ils.rero.ch/api/documents/2231" } }, { @@ -320814,13 +320814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2231" + "$ref": "https://ils.rero.ch/api/documents/2231" } }, { @@ -320828,13 +320828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2231" + "$ref": "https://ils.rero.ch/api/documents/2231" } }, { @@ -320842,13 +320842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2230" + "$ref": "https://ils.rero.ch/api/documents/2230" } }, { @@ -320856,13 +320856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2230" + "$ref": "https://ils.rero.ch/api/documents/2230" } }, { @@ -320870,13 +320870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2229" + "$ref": "https://ils.rero.ch/api/documents/2229" } }, { @@ -320884,13 +320884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2229" + "$ref": "https://ils.rero.ch/api/documents/2229" } }, { @@ -320898,13 +320898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2229" + "$ref": "https://ils.rero.ch/api/documents/2229" } }, { @@ -320912,13 +320912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2228" + "$ref": "https://ils.rero.ch/api/documents/2228" } }, { @@ -320926,13 +320926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2227" + "$ref": "https://ils.rero.ch/api/documents/2227" } }, { @@ -320940,13 +320940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2227" + "$ref": "https://ils.rero.ch/api/documents/2227" } }, { @@ -320954,13 +320954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2227" + "$ref": "https://ils.rero.ch/api/documents/2227" } }, { @@ -320968,13 +320968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2227" + "$ref": "https://ils.rero.ch/api/documents/2227" } }, { @@ -320982,13 +320982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2226" + "$ref": "https://ils.rero.ch/api/documents/2226" } }, { @@ -320996,13 +320996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2226" + "$ref": "https://ils.rero.ch/api/documents/2226" } }, { @@ -321010,13 +321010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2226" + "$ref": "https://ils.rero.ch/api/documents/2226" } }, { @@ -321024,13 +321024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2226" + "$ref": "https://ils.rero.ch/api/documents/2226" } }, { @@ -321038,13 +321038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2225" + "$ref": "https://ils.rero.ch/api/documents/2225" } }, { @@ -321052,13 +321052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2225" + "$ref": "https://ils.rero.ch/api/documents/2225" } }, { @@ -321066,13 +321066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2225" + "$ref": "https://ils.rero.ch/api/documents/2225" } }, { @@ -321080,13 +321080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2224" + "$ref": "https://ils.rero.ch/api/documents/2224" } }, { @@ -321094,13 +321094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2223" + "$ref": "https://ils.rero.ch/api/documents/2223" } }, { @@ -321108,13 +321108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2223" + "$ref": "https://ils.rero.ch/api/documents/2223" } }, { @@ -321122,13 +321122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2223" + "$ref": "https://ils.rero.ch/api/documents/2223" } }, { @@ -321136,13 +321136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2223" + "$ref": "https://ils.rero.ch/api/documents/2223" } }, { @@ -321150,13 +321150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2222" + "$ref": "https://ils.rero.ch/api/documents/2222" } }, { @@ -321164,13 +321164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2222" + "$ref": "https://ils.rero.ch/api/documents/2222" } }, { @@ -321178,13 +321178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2222" + "$ref": "https://ils.rero.ch/api/documents/2222" } }, { @@ -321192,13 +321192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2221" + "$ref": "https://ils.rero.ch/api/documents/2221" } }, { @@ -321206,13 +321206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2221" + "$ref": "https://ils.rero.ch/api/documents/2221" } }, { @@ -321220,13 +321220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2221" + "$ref": "https://ils.rero.ch/api/documents/2221" } }, { @@ -321234,13 +321234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2221" + "$ref": "https://ils.rero.ch/api/documents/2221" } }, { @@ -321248,13 +321248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2221" + "$ref": "https://ils.rero.ch/api/documents/2221" } }, { @@ -321262,13 +321262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2220" + "$ref": "https://ils.rero.ch/api/documents/2220" } }, { @@ -321276,13 +321276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2219" + "$ref": "https://ils.rero.ch/api/documents/2219" } }, { @@ -321290,13 +321290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2219" + "$ref": "https://ils.rero.ch/api/documents/2219" } }, { @@ -321304,13 +321304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2218" + "$ref": "https://ils.rero.ch/api/documents/2218" } }, { @@ -321318,13 +321318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2218" + "$ref": "https://ils.rero.ch/api/documents/2218" } }, { @@ -321332,13 +321332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2217" + "$ref": "https://ils.rero.ch/api/documents/2217" } }, { @@ -321346,13 +321346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2217" + "$ref": "https://ils.rero.ch/api/documents/2217" } }, { @@ -321360,13 +321360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2217" + "$ref": "https://ils.rero.ch/api/documents/2217" } }, { @@ -321374,13 +321374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2217" + "$ref": "https://ils.rero.ch/api/documents/2217" } }, { @@ -321388,13 +321388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2216" + "$ref": "https://ils.rero.ch/api/documents/2216" } }, { @@ -321402,13 +321402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2215" + "$ref": "https://ils.rero.ch/api/documents/2215" } }, { @@ -321416,13 +321416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2215" + "$ref": "https://ils.rero.ch/api/documents/2215" } }, { @@ -321430,13 +321430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2215" + "$ref": "https://ils.rero.ch/api/documents/2215" } }, { @@ -321444,13 +321444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2215" + "$ref": "https://ils.rero.ch/api/documents/2215" } }, { @@ -321458,13 +321458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2215" + "$ref": "https://ils.rero.ch/api/documents/2215" } }, { @@ -321472,13 +321472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2214" + "$ref": "https://ils.rero.ch/api/documents/2214" } }, { @@ -321486,13 +321486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2214" + "$ref": "https://ils.rero.ch/api/documents/2214" } }, { @@ -321500,13 +321500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2214" + "$ref": "https://ils.rero.ch/api/documents/2214" } }, { @@ -321514,13 +321514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2213" + "$ref": "https://ils.rero.ch/api/documents/2213" } }, { @@ -321528,13 +321528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2212" + "$ref": "https://ils.rero.ch/api/documents/2212" } }, { @@ -321542,13 +321542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2212" + "$ref": "https://ils.rero.ch/api/documents/2212" } }, { @@ -321556,13 +321556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2212" + "$ref": "https://ils.rero.ch/api/documents/2212" } }, { @@ -321570,13 +321570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2211" + "$ref": "https://ils.rero.ch/api/documents/2211" } }, { @@ -321584,13 +321584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2211" + "$ref": "https://ils.rero.ch/api/documents/2211" } }, { @@ -321598,13 +321598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2211" + "$ref": "https://ils.rero.ch/api/documents/2211" } }, { @@ -321612,13 +321612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2211" + "$ref": "https://ils.rero.ch/api/documents/2211" } }, { @@ -321626,13 +321626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2210" + "$ref": "https://ils.rero.ch/api/documents/2210" } }, { @@ -321640,13 +321640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2209" + "$ref": "https://ils.rero.ch/api/documents/2209" } }, { @@ -321654,13 +321654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2209" + "$ref": "https://ils.rero.ch/api/documents/2209" } }, { @@ -321668,13 +321668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2208" + "$ref": "https://ils.rero.ch/api/documents/2208" } }, { @@ -321682,13 +321682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2208" + "$ref": "https://ils.rero.ch/api/documents/2208" } }, { @@ -321696,13 +321696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2208" + "$ref": "https://ils.rero.ch/api/documents/2208" } }, { @@ -321710,13 +321710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2207" + "$ref": "https://ils.rero.ch/api/documents/2207" } }, { @@ -321724,13 +321724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2207" + "$ref": "https://ils.rero.ch/api/documents/2207" } }, { @@ -321738,13 +321738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2207" + "$ref": "https://ils.rero.ch/api/documents/2207" } }, { @@ -321752,13 +321752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2207" + "$ref": "https://ils.rero.ch/api/documents/2207" } }, { @@ -321766,13 +321766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2207" + "$ref": "https://ils.rero.ch/api/documents/2207" } }, { @@ -321780,13 +321780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2206" + "$ref": "https://ils.rero.ch/api/documents/2206" } }, { @@ -321794,13 +321794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2206" + "$ref": "https://ils.rero.ch/api/documents/2206" } }, { @@ -321808,13 +321808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2205" + "$ref": "https://ils.rero.ch/api/documents/2205" } }, { @@ -321822,13 +321822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2205" + "$ref": "https://ils.rero.ch/api/documents/2205" } }, { @@ -321836,13 +321836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2205" + "$ref": "https://ils.rero.ch/api/documents/2205" } }, { @@ -321850,13 +321850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2204" + "$ref": "https://ils.rero.ch/api/documents/2204" } }, { @@ -321864,13 +321864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2203" + "$ref": "https://ils.rero.ch/api/documents/2203" } }, { @@ -321878,13 +321878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2203" + "$ref": "https://ils.rero.ch/api/documents/2203" } }, { @@ -321892,13 +321892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2202" + "$ref": "https://ils.rero.ch/api/documents/2202" } }, { @@ -321906,13 +321906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2202" + "$ref": "https://ils.rero.ch/api/documents/2202" } }, { @@ -321920,13 +321920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2201" + "$ref": "https://ils.rero.ch/api/documents/2201" } }, { @@ -321934,13 +321934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2201" + "$ref": "https://ils.rero.ch/api/documents/2201" } }, { @@ -321948,13 +321948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2201" + "$ref": "https://ils.rero.ch/api/documents/2201" } }, { @@ -321962,13 +321962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2200" + "$ref": "https://ils.rero.ch/api/documents/2200" } }, { @@ -321976,13 +321976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2200" + "$ref": "https://ils.rero.ch/api/documents/2200" } }, { @@ -321990,13 +321990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2200" + "$ref": "https://ils.rero.ch/api/documents/2200" } }, { @@ -322004,13 +322004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2200" + "$ref": "https://ils.rero.ch/api/documents/2200" } }, { @@ -322018,13 +322018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2200" + "$ref": "https://ils.rero.ch/api/documents/2200" } }, { @@ -322032,13 +322032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2199" + "$ref": "https://ils.rero.ch/api/documents/2199" } }, { @@ -322046,13 +322046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2199" + "$ref": "https://ils.rero.ch/api/documents/2199" } }, { @@ -322060,13 +322060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2199" + "$ref": "https://ils.rero.ch/api/documents/2199" } }, { @@ -322074,13 +322074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2199" + "$ref": "https://ils.rero.ch/api/documents/2199" } }, { @@ -322088,13 +322088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2199" + "$ref": "https://ils.rero.ch/api/documents/2199" } }, { @@ -322102,13 +322102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2198" + "$ref": "https://ils.rero.ch/api/documents/2198" } }, { @@ -322116,13 +322116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2197" + "$ref": "https://ils.rero.ch/api/documents/2197" } }, { @@ -322130,13 +322130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2197" + "$ref": "https://ils.rero.ch/api/documents/2197" } }, { @@ -322144,13 +322144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2196" + "$ref": "https://ils.rero.ch/api/documents/2196" } }, { @@ -322158,13 +322158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2196" + "$ref": "https://ils.rero.ch/api/documents/2196" } }, { @@ -322172,13 +322172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2196" + "$ref": "https://ils.rero.ch/api/documents/2196" } }, { @@ -322186,13 +322186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2195" + "$ref": "https://ils.rero.ch/api/documents/2195" } }, { @@ -322200,13 +322200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2195" + "$ref": "https://ils.rero.ch/api/documents/2195" } }, { @@ -322214,13 +322214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2195" + "$ref": "https://ils.rero.ch/api/documents/2195" } }, { @@ -322228,13 +322228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2195" + "$ref": "https://ils.rero.ch/api/documents/2195" } }, { @@ -322242,13 +322242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2194" + "$ref": "https://ils.rero.ch/api/documents/2194" } }, { @@ -322256,13 +322256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2194" + "$ref": "https://ils.rero.ch/api/documents/2194" } }, { @@ -322270,13 +322270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2194" + "$ref": "https://ils.rero.ch/api/documents/2194" } }, { @@ -322284,13 +322284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2193" + "$ref": "https://ils.rero.ch/api/documents/2193" } }, { @@ -322298,13 +322298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2193" + "$ref": "https://ils.rero.ch/api/documents/2193" } }, { @@ -322312,13 +322312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2193" + "$ref": "https://ils.rero.ch/api/documents/2193" } }, { @@ -322326,13 +322326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2192" + "$ref": "https://ils.rero.ch/api/documents/2192" } }, { @@ -322340,13 +322340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2192" + "$ref": "https://ils.rero.ch/api/documents/2192" } }, { @@ -322354,13 +322354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2191" + "$ref": "https://ils.rero.ch/api/documents/2191" } }, { @@ -322368,13 +322368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2191" + "$ref": "https://ils.rero.ch/api/documents/2191" } }, { @@ -322382,13 +322382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2191" + "$ref": "https://ils.rero.ch/api/documents/2191" } }, { @@ -322396,13 +322396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2191" + "$ref": "https://ils.rero.ch/api/documents/2191" } }, { @@ -322410,13 +322410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2190" + "$ref": "https://ils.rero.ch/api/documents/2190" } }, { @@ -322424,13 +322424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2189" + "$ref": "https://ils.rero.ch/api/documents/2189" } }, { @@ -322438,13 +322438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2188" + "$ref": "https://ils.rero.ch/api/documents/2188" } }, { @@ -322452,13 +322452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2188" + "$ref": "https://ils.rero.ch/api/documents/2188" } }, { @@ -322466,13 +322466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2188" + "$ref": "https://ils.rero.ch/api/documents/2188" } }, { @@ -322480,13 +322480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2188" + "$ref": "https://ils.rero.ch/api/documents/2188" } }, { @@ -322494,13 +322494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2187" + "$ref": "https://ils.rero.ch/api/documents/2187" } }, { @@ -322508,13 +322508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2187" + "$ref": "https://ils.rero.ch/api/documents/2187" } }, { @@ -322522,13 +322522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2187" + "$ref": "https://ils.rero.ch/api/documents/2187" } }, { @@ -322536,13 +322536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2187" + "$ref": "https://ils.rero.ch/api/documents/2187" } }, { @@ -322550,13 +322550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2187" + "$ref": "https://ils.rero.ch/api/documents/2187" } }, { @@ -322564,13 +322564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2186" + "$ref": "https://ils.rero.ch/api/documents/2186" } }, { @@ -322578,13 +322578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2186" + "$ref": "https://ils.rero.ch/api/documents/2186" } }, { @@ -322592,13 +322592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2186" + "$ref": "https://ils.rero.ch/api/documents/2186" } }, { @@ -322606,13 +322606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2185" + "$ref": "https://ils.rero.ch/api/documents/2185" } }, { @@ -322620,13 +322620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2185" + "$ref": "https://ils.rero.ch/api/documents/2185" } }, { @@ -322634,13 +322634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2184" + "$ref": "https://ils.rero.ch/api/documents/2184" } }, { @@ -322648,13 +322648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2183" + "$ref": "https://ils.rero.ch/api/documents/2183" } }, { @@ -322662,13 +322662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2183" + "$ref": "https://ils.rero.ch/api/documents/2183" } }, { @@ -322676,13 +322676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2182" + "$ref": "https://ils.rero.ch/api/documents/2182" } }, { @@ -322690,13 +322690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2182" + "$ref": "https://ils.rero.ch/api/documents/2182" } }, { @@ -322704,13 +322704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2181" + "$ref": "https://ils.rero.ch/api/documents/2181" } }, { @@ -322718,13 +322718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2181" + "$ref": "https://ils.rero.ch/api/documents/2181" } }, { @@ -322732,13 +322732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2181" + "$ref": "https://ils.rero.ch/api/documents/2181" } }, { @@ -322746,13 +322746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2181" + "$ref": "https://ils.rero.ch/api/documents/2181" } }, { @@ -322760,13 +322760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2180" + "$ref": "https://ils.rero.ch/api/documents/2180" } }, { @@ -322774,13 +322774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2180" + "$ref": "https://ils.rero.ch/api/documents/2180" } }, { @@ -322788,13 +322788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2180" + "$ref": "https://ils.rero.ch/api/documents/2180" } }, { @@ -322802,13 +322802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2180" + "$ref": "https://ils.rero.ch/api/documents/2180" } }, { @@ -322816,13 +322816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2179" + "$ref": "https://ils.rero.ch/api/documents/2179" } }, { @@ -322830,13 +322830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2179" + "$ref": "https://ils.rero.ch/api/documents/2179" } }, { @@ -322844,13 +322844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2179" + "$ref": "https://ils.rero.ch/api/documents/2179" } }, { @@ -322858,13 +322858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2178" + "$ref": "https://ils.rero.ch/api/documents/2178" } }, { @@ -322872,13 +322872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2178" + "$ref": "https://ils.rero.ch/api/documents/2178" } }, { @@ -322886,13 +322886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2177" + "$ref": "https://ils.rero.ch/api/documents/2177" } }, { @@ -322900,13 +322900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2177" + "$ref": "https://ils.rero.ch/api/documents/2177" } }, { @@ -322914,13 +322914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2176" + "$ref": "https://ils.rero.ch/api/documents/2176" } }, { @@ -322928,13 +322928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2175" + "$ref": "https://ils.rero.ch/api/documents/2175" } }, { @@ -322942,13 +322942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2174" + "$ref": "https://ils.rero.ch/api/documents/2174" } }, { @@ -322956,13 +322956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2173" + "$ref": "https://ils.rero.ch/api/documents/2173" } }, { @@ -322970,13 +322970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2172" + "$ref": "https://ils.rero.ch/api/documents/2172" } }, { @@ -322984,13 +322984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2172" + "$ref": "https://ils.rero.ch/api/documents/2172" } }, { @@ -322998,13 +322998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2172" + "$ref": "https://ils.rero.ch/api/documents/2172" } }, { @@ -323012,13 +323012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2172" + "$ref": "https://ils.rero.ch/api/documents/2172" } }, { @@ -323026,13 +323026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2172" + "$ref": "https://ils.rero.ch/api/documents/2172" } }, { @@ -323040,13 +323040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2171" + "$ref": "https://ils.rero.ch/api/documents/2171" } }, { @@ -323054,13 +323054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2171" + "$ref": "https://ils.rero.ch/api/documents/2171" } }, { @@ -323068,13 +323068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2171" + "$ref": "https://ils.rero.ch/api/documents/2171" } }, { @@ -323082,13 +323082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2171" + "$ref": "https://ils.rero.ch/api/documents/2171" } }, { @@ -323096,13 +323096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2170" + "$ref": "https://ils.rero.ch/api/documents/2170" } }, { @@ -323110,13 +323110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2170" + "$ref": "https://ils.rero.ch/api/documents/2170" } }, { @@ -323124,13 +323124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2169" + "$ref": "https://ils.rero.ch/api/documents/2169" } }, { @@ -323138,13 +323138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2169" + "$ref": "https://ils.rero.ch/api/documents/2169" } }, { @@ -323152,13 +323152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2169" + "$ref": "https://ils.rero.ch/api/documents/2169" } }, { @@ -323166,13 +323166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2169" + "$ref": "https://ils.rero.ch/api/documents/2169" } }, { @@ -323180,13 +323180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2169" + "$ref": "https://ils.rero.ch/api/documents/2169" } }, { @@ -323194,13 +323194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2168" + "$ref": "https://ils.rero.ch/api/documents/2168" } }, { @@ -323208,13 +323208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2167" + "$ref": "https://ils.rero.ch/api/documents/2167" } }, { @@ -323222,13 +323222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2167" + "$ref": "https://ils.rero.ch/api/documents/2167" } }, { @@ -323236,13 +323236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2166" + "$ref": "https://ils.rero.ch/api/documents/2166" } }, { @@ -323250,13 +323250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2165" + "$ref": "https://ils.rero.ch/api/documents/2165" } }, { @@ -323264,13 +323264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2164" + "$ref": "https://ils.rero.ch/api/documents/2164" } }, { @@ -323278,13 +323278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2163" + "$ref": "https://ils.rero.ch/api/documents/2163" } }, { @@ -323292,13 +323292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2162" + "$ref": "https://ils.rero.ch/api/documents/2162" } }, { @@ -323306,13 +323306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2162" + "$ref": "https://ils.rero.ch/api/documents/2162" } }, { @@ -323320,13 +323320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2162" + "$ref": "https://ils.rero.ch/api/documents/2162" } }, { @@ -323334,13 +323334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2161" + "$ref": "https://ils.rero.ch/api/documents/2161" } }, { @@ -323348,13 +323348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2161" + "$ref": "https://ils.rero.ch/api/documents/2161" } }, { @@ -323362,13 +323362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2160" + "$ref": "https://ils.rero.ch/api/documents/2160" } }, { @@ -323376,13 +323376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2160" + "$ref": "https://ils.rero.ch/api/documents/2160" } }, { @@ -323390,13 +323390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2160" + "$ref": "https://ils.rero.ch/api/documents/2160" } }, { @@ -323404,13 +323404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2160" + "$ref": "https://ils.rero.ch/api/documents/2160" } }, { @@ -323418,13 +323418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2160" + "$ref": "https://ils.rero.ch/api/documents/2160" } }, { @@ -323432,13 +323432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2159" + "$ref": "https://ils.rero.ch/api/documents/2159" } }, { @@ -323446,13 +323446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2159" + "$ref": "https://ils.rero.ch/api/documents/2159" } }, { @@ -323460,13 +323460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2159" + "$ref": "https://ils.rero.ch/api/documents/2159" } }, { @@ -323474,13 +323474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2159" + "$ref": "https://ils.rero.ch/api/documents/2159" } }, { @@ -323488,13 +323488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2158" + "$ref": "https://ils.rero.ch/api/documents/2158" } }, { @@ -323502,13 +323502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2158" + "$ref": "https://ils.rero.ch/api/documents/2158" } }, { @@ -323516,13 +323516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2157" + "$ref": "https://ils.rero.ch/api/documents/2157" } }, { @@ -323530,13 +323530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2157" + "$ref": "https://ils.rero.ch/api/documents/2157" } }, { @@ -323544,13 +323544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2157" + "$ref": "https://ils.rero.ch/api/documents/2157" } }, { @@ -323558,13 +323558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2156" + "$ref": "https://ils.rero.ch/api/documents/2156" } }, { @@ -323572,13 +323572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2156" + "$ref": "https://ils.rero.ch/api/documents/2156" } }, { @@ -323586,13 +323586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2155" + "$ref": "https://ils.rero.ch/api/documents/2155" } }, { @@ -323600,13 +323600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2154" + "$ref": "https://ils.rero.ch/api/documents/2154" } }, { @@ -323614,13 +323614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2154" + "$ref": "https://ils.rero.ch/api/documents/2154" } }, { @@ -323628,13 +323628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2153" + "$ref": "https://ils.rero.ch/api/documents/2153" } }, { @@ -323642,13 +323642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2153" + "$ref": "https://ils.rero.ch/api/documents/2153" } }, { @@ -323656,13 +323656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2153" + "$ref": "https://ils.rero.ch/api/documents/2153" } }, { @@ -323670,13 +323670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2153" + "$ref": "https://ils.rero.ch/api/documents/2153" } }, { @@ -323684,13 +323684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2152" + "$ref": "https://ils.rero.ch/api/documents/2152" } }, { @@ -323698,13 +323698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2152" + "$ref": "https://ils.rero.ch/api/documents/2152" } }, { @@ -323712,13 +323712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2151" + "$ref": "https://ils.rero.ch/api/documents/2151" } }, { @@ -323726,13 +323726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2151" + "$ref": "https://ils.rero.ch/api/documents/2151" } }, { @@ -323740,13 +323740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2151" + "$ref": "https://ils.rero.ch/api/documents/2151" } }, { @@ -323754,13 +323754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2151" + "$ref": "https://ils.rero.ch/api/documents/2151" } }, { @@ -323768,13 +323768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2151" + "$ref": "https://ils.rero.ch/api/documents/2151" } }, { @@ -323782,13 +323782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2150" + "$ref": "https://ils.rero.ch/api/documents/2150" } }, { @@ -323796,13 +323796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2150" + "$ref": "https://ils.rero.ch/api/documents/2150" } }, { @@ -323810,13 +323810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2150" + "$ref": "https://ils.rero.ch/api/documents/2150" } }, { @@ -323824,13 +323824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2149" + "$ref": "https://ils.rero.ch/api/documents/2149" } }, { @@ -323838,13 +323838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2149" + "$ref": "https://ils.rero.ch/api/documents/2149" } }, { @@ -323852,13 +323852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2148" + "$ref": "https://ils.rero.ch/api/documents/2148" } }, { @@ -323866,13 +323866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2147" + "$ref": "https://ils.rero.ch/api/documents/2147" } }, { @@ -323880,13 +323880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2146" + "$ref": "https://ils.rero.ch/api/documents/2146" } }, { @@ -323894,13 +323894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2145" + "$ref": "https://ils.rero.ch/api/documents/2145" } }, { @@ -323908,13 +323908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2145" + "$ref": "https://ils.rero.ch/api/documents/2145" } }, { @@ -323922,13 +323922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2144" + "$ref": "https://ils.rero.ch/api/documents/2144" } }, { @@ -323936,13 +323936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2144" + "$ref": "https://ils.rero.ch/api/documents/2144" } }, { @@ -323950,13 +323950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2144" + "$ref": "https://ils.rero.ch/api/documents/2144" } }, { @@ -323964,13 +323964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2144" + "$ref": "https://ils.rero.ch/api/documents/2144" } }, { @@ -323978,13 +323978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2143" + "$ref": "https://ils.rero.ch/api/documents/2143" } }, { @@ -323992,13 +323992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2143" + "$ref": "https://ils.rero.ch/api/documents/2143" } }, { @@ -324006,13 +324006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2143" + "$ref": "https://ils.rero.ch/api/documents/2143" } }, { @@ -324020,13 +324020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2143" + "$ref": "https://ils.rero.ch/api/documents/2143" } }, { @@ -324034,13 +324034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2143" + "$ref": "https://ils.rero.ch/api/documents/2143" } }, { @@ -324048,13 +324048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2142" + "$ref": "https://ils.rero.ch/api/documents/2142" } }, { @@ -324062,13 +324062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2141" + "$ref": "https://ils.rero.ch/api/documents/2141" } }, { @@ -324076,13 +324076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2141" + "$ref": "https://ils.rero.ch/api/documents/2141" } }, { @@ -324090,13 +324090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2140" + "$ref": "https://ils.rero.ch/api/documents/2140" } }, { @@ -324104,13 +324104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2140" + "$ref": "https://ils.rero.ch/api/documents/2140" } }, { @@ -324118,13 +324118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2139" + "$ref": "https://ils.rero.ch/api/documents/2139" } }, { @@ -324132,13 +324132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2139" + "$ref": "https://ils.rero.ch/api/documents/2139" } }, { @@ -324146,13 +324146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2138" + "$ref": "https://ils.rero.ch/api/documents/2138" } }, { @@ -324160,13 +324160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2138" + "$ref": "https://ils.rero.ch/api/documents/2138" } }, { @@ -324174,13 +324174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2138" + "$ref": "https://ils.rero.ch/api/documents/2138" } }, { @@ -324188,13 +324188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2138" + "$ref": "https://ils.rero.ch/api/documents/2138" } }, { @@ -324202,13 +324202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2137" + "$ref": "https://ils.rero.ch/api/documents/2137" } }, { @@ -324216,13 +324216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2137" + "$ref": "https://ils.rero.ch/api/documents/2137" } }, { @@ -324230,13 +324230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2137" + "$ref": "https://ils.rero.ch/api/documents/2137" } }, { @@ -324244,13 +324244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2137" + "$ref": "https://ils.rero.ch/api/documents/2137" } }, { @@ -324258,13 +324258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2137" + "$ref": "https://ils.rero.ch/api/documents/2137" } }, { @@ -324272,13 +324272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2136" + "$ref": "https://ils.rero.ch/api/documents/2136" } }, { @@ -324286,13 +324286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2136" + "$ref": "https://ils.rero.ch/api/documents/2136" } }, { @@ -324300,13 +324300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2135" + "$ref": "https://ils.rero.ch/api/documents/2135" } }, { @@ -324314,13 +324314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2135" + "$ref": "https://ils.rero.ch/api/documents/2135" } }, { @@ -324328,13 +324328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2134" + "$ref": "https://ils.rero.ch/api/documents/2134" } }, { @@ -324342,13 +324342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2134" + "$ref": "https://ils.rero.ch/api/documents/2134" } }, { @@ -324356,13 +324356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2134" + "$ref": "https://ils.rero.ch/api/documents/2134" } }, { @@ -324370,13 +324370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2133" + "$ref": "https://ils.rero.ch/api/documents/2133" } }, { @@ -324384,13 +324384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2133" + "$ref": "https://ils.rero.ch/api/documents/2133" } }, { @@ -324398,13 +324398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2132" + "$ref": "https://ils.rero.ch/api/documents/2132" } }, { @@ -324412,13 +324412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2132" + "$ref": "https://ils.rero.ch/api/documents/2132" } }, { @@ -324426,13 +324426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2131" + "$ref": "https://ils.rero.ch/api/documents/2131" } }, { @@ -324440,13 +324440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2131" + "$ref": "https://ils.rero.ch/api/documents/2131" } }, { @@ -324454,13 +324454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2131" + "$ref": "https://ils.rero.ch/api/documents/2131" } }, { @@ -324468,13 +324468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2131" + "$ref": "https://ils.rero.ch/api/documents/2131" } }, { @@ -324482,13 +324482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2131" + "$ref": "https://ils.rero.ch/api/documents/2131" } }, { @@ -324496,13 +324496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2130" + "$ref": "https://ils.rero.ch/api/documents/2130" } }, { @@ -324510,13 +324510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2130" + "$ref": "https://ils.rero.ch/api/documents/2130" } }, { @@ -324524,13 +324524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2130" + "$ref": "https://ils.rero.ch/api/documents/2130" } }, { @@ -324538,13 +324538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2130" + "$ref": "https://ils.rero.ch/api/documents/2130" } }, { @@ -324552,13 +324552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2129" + "$ref": "https://ils.rero.ch/api/documents/2129" } }, { @@ -324566,13 +324566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2129" + "$ref": "https://ils.rero.ch/api/documents/2129" } }, { @@ -324580,13 +324580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2129" + "$ref": "https://ils.rero.ch/api/documents/2129" } }, { @@ -324594,13 +324594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2128" + "$ref": "https://ils.rero.ch/api/documents/2128" } }, { @@ -324608,13 +324608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2128" + "$ref": "https://ils.rero.ch/api/documents/2128" } }, { @@ -324622,13 +324622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2128" + "$ref": "https://ils.rero.ch/api/documents/2128" } }, { @@ -324636,13 +324636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2128" + "$ref": "https://ils.rero.ch/api/documents/2128" } }, { @@ -324650,13 +324650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2128" + "$ref": "https://ils.rero.ch/api/documents/2128" } }, { @@ -324664,13 +324664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2127" + "$ref": "https://ils.rero.ch/api/documents/2127" } }, { @@ -324678,13 +324678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2126" + "$ref": "https://ils.rero.ch/api/documents/2126" } }, { @@ -324692,13 +324692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2126" + "$ref": "https://ils.rero.ch/api/documents/2126" } }, { @@ -324706,13 +324706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2126" + "$ref": "https://ils.rero.ch/api/documents/2126" } }, { @@ -324720,13 +324720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2126" + "$ref": "https://ils.rero.ch/api/documents/2126" } }, { @@ -324734,13 +324734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2126" + "$ref": "https://ils.rero.ch/api/documents/2126" } }, { @@ -324748,13 +324748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2125" + "$ref": "https://ils.rero.ch/api/documents/2125" } }, { @@ -324762,13 +324762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2125" + "$ref": "https://ils.rero.ch/api/documents/2125" } }, { @@ -324776,13 +324776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2124" + "$ref": "https://ils.rero.ch/api/documents/2124" } }, { @@ -324790,13 +324790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2124" + "$ref": "https://ils.rero.ch/api/documents/2124" } }, { @@ -324804,13 +324804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2124" + "$ref": "https://ils.rero.ch/api/documents/2124" } }, { @@ -324818,13 +324818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2123" + "$ref": "https://ils.rero.ch/api/documents/2123" } }, { @@ -324832,13 +324832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2123" + "$ref": "https://ils.rero.ch/api/documents/2123" } }, { @@ -324846,13 +324846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2122" + "$ref": "https://ils.rero.ch/api/documents/2122" } }, { @@ -324860,13 +324860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2122" + "$ref": "https://ils.rero.ch/api/documents/2122" } }, { @@ -324874,13 +324874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2122" + "$ref": "https://ils.rero.ch/api/documents/2122" } }, { @@ -324888,13 +324888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2122" + "$ref": "https://ils.rero.ch/api/documents/2122" } }, { @@ -324902,13 +324902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2121" + "$ref": "https://ils.rero.ch/api/documents/2121" } }, { @@ -324916,13 +324916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2121" + "$ref": "https://ils.rero.ch/api/documents/2121" } }, { @@ -324930,13 +324930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2121" + "$ref": "https://ils.rero.ch/api/documents/2121" } }, { @@ -324944,13 +324944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2120" + "$ref": "https://ils.rero.ch/api/documents/2120" } }, { @@ -324958,13 +324958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2120" + "$ref": "https://ils.rero.ch/api/documents/2120" } }, { @@ -324972,13 +324972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2119" + "$ref": "https://ils.rero.ch/api/documents/2119" } }, { @@ -324986,13 +324986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2119" + "$ref": "https://ils.rero.ch/api/documents/2119" } }, { @@ -325000,13 +325000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2119" + "$ref": "https://ils.rero.ch/api/documents/2119" } }, { @@ -325014,13 +325014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2119" + "$ref": "https://ils.rero.ch/api/documents/2119" } }, { @@ -325028,13 +325028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2118" + "$ref": "https://ils.rero.ch/api/documents/2118" } }, { @@ -325042,13 +325042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2118" + "$ref": "https://ils.rero.ch/api/documents/2118" } }, { @@ -325056,13 +325056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2118" + "$ref": "https://ils.rero.ch/api/documents/2118" } }, { @@ -325070,13 +325070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2117" + "$ref": "https://ils.rero.ch/api/documents/2117" } }, { @@ -325084,13 +325084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2116" + "$ref": "https://ils.rero.ch/api/documents/2116" } }, { @@ -325098,13 +325098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2116" + "$ref": "https://ils.rero.ch/api/documents/2116" } }, { @@ -325112,13 +325112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2116" + "$ref": "https://ils.rero.ch/api/documents/2116" } }, { @@ -325126,13 +325126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2116" + "$ref": "https://ils.rero.ch/api/documents/2116" } }, { @@ -325140,13 +325140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2116" + "$ref": "https://ils.rero.ch/api/documents/2116" } }, { @@ -325154,13 +325154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2115" + "$ref": "https://ils.rero.ch/api/documents/2115" } }, { @@ -325168,13 +325168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2115" + "$ref": "https://ils.rero.ch/api/documents/2115" } }, { @@ -325182,13 +325182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2115" + "$ref": "https://ils.rero.ch/api/documents/2115" } }, { @@ -325196,13 +325196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2114" + "$ref": "https://ils.rero.ch/api/documents/2114" } }, { @@ -325210,13 +325210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2114" + "$ref": "https://ils.rero.ch/api/documents/2114" } }, { @@ -325224,13 +325224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2114" + "$ref": "https://ils.rero.ch/api/documents/2114" } }, { @@ -325238,13 +325238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2113" + "$ref": "https://ils.rero.ch/api/documents/2113" } }, { @@ -325252,13 +325252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2113" + "$ref": "https://ils.rero.ch/api/documents/2113" } }, { @@ -325266,13 +325266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2113" + "$ref": "https://ils.rero.ch/api/documents/2113" } }, { @@ -325280,13 +325280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2113" + "$ref": "https://ils.rero.ch/api/documents/2113" } }, { @@ -325294,13 +325294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2113" + "$ref": "https://ils.rero.ch/api/documents/2113" } }, { @@ -325308,13 +325308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2112" + "$ref": "https://ils.rero.ch/api/documents/2112" } }, { @@ -325322,13 +325322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2112" + "$ref": "https://ils.rero.ch/api/documents/2112" } }, { @@ -325336,13 +325336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2112" + "$ref": "https://ils.rero.ch/api/documents/2112" } }, { @@ -325350,13 +325350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2111" + "$ref": "https://ils.rero.ch/api/documents/2111" } }, { @@ -325364,13 +325364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2111" + "$ref": "https://ils.rero.ch/api/documents/2111" } }, { @@ -325378,13 +325378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2111" + "$ref": "https://ils.rero.ch/api/documents/2111" } }, { @@ -325392,13 +325392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2110" + "$ref": "https://ils.rero.ch/api/documents/2110" } }, { @@ -325406,13 +325406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2109" + "$ref": "https://ils.rero.ch/api/documents/2109" } }, { @@ -325420,13 +325420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2109" + "$ref": "https://ils.rero.ch/api/documents/2109" } }, { @@ -325434,13 +325434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2109" + "$ref": "https://ils.rero.ch/api/documents/2109" } }, { @@ -325448,13 +325448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2108" + "$ref": "https://ils.rero.ch/api/documents/2108" } }, { @@ -325462,13 +325462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2108" + "$ref": "https://ils.rero.ch/api/documents/2108" } }, { @@ -325476,13 +325476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2108" + "$ref": "https://ils.rero.ch/api/documents/2108" } }, { @@ -325490,13 +325490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2108" + "$ref": "https://ils.rero.ch/api/documents/2108" } }, { @@ -325504,13 +325504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2108" + "$ref": "https://ils.rero.ch/api/documents/2108" } }, { @@ -325518,13 +325518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2107" + "$ref": "https://ils.rero.ch/api/documents/2107" } }, { @@ -325532,13 +325532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2107" + "$ref": "https://ils.rero.ch/api/documents/2107" } }, { @@ -325546,13 +325546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2107" + "$ref": "https://ils.rero.ch/api/documents/2107" } }, { @@ -325560,13 +325560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2107" + "$ref": "https://ils.rero.ch/api/documents/2107" } }, { @@ -325574,13 +325574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2107" + "$ref": "https://ils.rero.ch/api/documents/2107" } }, { @@ -325588,13 +325588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2106" + "$ref": "https://ils.rero.ch/api/documents/2106" } }, { @@ -325602,13 +325602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2105" + "$ref": "https://ils.rero.ch/api/documents/2105" } }, { @@ -325616,13 +325616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2104" + "$ref": "https://ils.rero.ch/api/documents/2104" } }, { @@ -325630,13 +325630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2104" + "$ref": "https://ils.rero.ch/api/documents/2104" } }, { @@ -325644,13 +325644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2103" + "$ref": "https://ils.rero.ch/api/documents/2103" } }, { @@ -325658,13 +325658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2103" + "$ref": "https://ils.rero.ch/api/documents/2103" } }, { @@ -325672,13 +325672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2103" + "$ref": "https://ils.rero.ch/api/documents/2103" } }, { @@ -325686,13 +325686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2102" + "$ref": "https://ils.rero.ch/api/documents/2102" } }, { @@ -325700,13 +325700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2102" + "$ref": "https://ils.rero.ch/api/documents/2102" } }, { @@ -325714,13 +325714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2102" + "$ref": "https://ils.rero.ch/api/documents/2102" } }, { @@ -325728,13 +325728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2101" + "$ref": "https://ils.rero.ch/api/documents/2101" } }, { @@ -325742,13 +325742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2101" + "$ref": "https://ils.rero.ch/api/documents/2101" } }, { @@ -325756,13 +325756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2101" + "$ref": "https://ils.rero.ch/api/documents/2101" } }, { @@ -325770,13 +325770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2101" + "$ref": "https://ils.rero.ch/api/documents/2101" } }, { @@ -325784,13 +325784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2100" + "$ref": "https://ils.rero.ch/api/documents/2100" } }, { @@ -325798,13 +325798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2100" + "$ref": "https://ils.rero.ch/api/documents/2100" } }, { @@ -325812,13 +325812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2100" + "$ref": "https://ils.rero.ch/api/documents/2100" } }, { @@ -325826,13 +325826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2100" + "$ref": "https://ils.rero.ch/api/documents/2100" } }, { @@ -325840,13 +325840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2100" + "$ref": "https://ils.rero.ch/api/documents/2100" } }, { @@ -325854,13 +325854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2099" + "$ref": "https://ils.rero.ch/api/documents/2099" } }, { @@ -325868,13 +325868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2099" + "$ref": "https://ils.rero.ch/api/documents/2099" } }, { @@ -325882,13 +325882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2099" + "$ref": "https://ils.rero.ch/api/documents/2099" } }, { @@ -325896,13 +325896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2098" + "$ref": "https://ils.rero.ch/api/documents/2098" } }, { @@ -325910,13 +325910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2097" + "$ref": "https://ils.rero.ch/api/documents/2097" } }, { @@ -325924,13 +325924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2097" + "$ref": "https://ils.rero.ch/api/documents/2097" } }, { @@ -325938,13 +325938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2097" + "$ref": "https://ils.rero.ch/api/documents/2097" } }, { @@ -325952,13 +325952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2097" + "$ref": "https://ils.rero.ch/api/documents/2097" } }, { @@ -325966,13 +325966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2097" + "$ref": "https://ils.rero.ch/api/documents/2097" } }, { @@ -325980,13 +325980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2096" + "$ref": "https://ils.rero.ch/api/documents/2096" } }, { @@ -325994,13 +325994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2096" + "$ref": "https://ils.rero.ch/api/documents/2096" } }, { @@ -326008,13 +326008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2096" + "$ref": "https://ils.rero.ch/api/documents/2096" } }, { @@ -326022,13 +326022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2095" + "$ref": "https://ils.rero.ch/api/documents/2095" } }, { @@ -326036,13 +326036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2095" + "$ref": "https://ils.rero.ch/api/documents/2095" } }, { @@ -326050,13 +326050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2095" + "$ref": "https://ils.rero.ch/api/documents/2095" } }, { @@ -326064,13 +326064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2094" + "$ref": "https://ils.rero.ch/api/documents/2094" } }, { @@ -326078,13 +326078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2094" + "$ref": "https://ils.rero.ch/api/documents/2094" } }, { @@ -326092,13 +326092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2094" + "$ref": "https://ils.rero.ch/api/documents/2094" } }, { @@ -326106,13 +326106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2094" + "$ref": "https://ils.rero.ch/api/documents/2094" } }, { @@ -326120,13 +326120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2094" + "$ref": "https://ils.rero.ch/api/documents/2094" } }, { @@ -326134,13 +326134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2093" + "$ref": "https://ils.rero.ch/api/documents/2093" } }, { @@ -326148,13 +326148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2093" + "$ref": "https://ils.rero.ch/api/documents/2093" } }, { @@ -326162,13 +326162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2093" + "$ref": "https://ils.rero.ch/api/documents/2093" } }, { @@ -326176,13 +326176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2093" + "$ref": "https://ils.rero.ch/api/documents/2093" } }, { @@ -326190,13 +326190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2092" + "$ref": "https://ils.rero.ch/api/documents/2092" } }, { @@ -326204,13 +326204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2092" + "$ref": "https://ils.rero.ch/api/documents/2092" } }, { @@ -326218,13 +326218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2092" + "$ref": "https://ils.rero.ch/api/documents/2092" } }, { @@ -326232,13 +326232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2092" + "$ref": "https://ils.rero.ch/api/documents/2092" } }, { @@ -326246,13 +326246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2091" + "$ref": "https://ils.rero.ch/api/documents/2091" } }, { @@ -326260,13 +326260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2091" + "$ref": "https://ils.rero.ch/api/documents/2091" } }, { @@ -326274,13 +326274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2091" + "$ref": "https://ils.rero.ch/api/documents/2091" } }, { @@ -326288,13 +326288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2090" + "$ref": "https://ils.rero.ch/api/documents/2090" } }, { @@ -326302,13 +326302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2090" + "$ref": "https://ils.rero.ch/api/documents/2090" } }, { @@ -326316,13 +326316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2090" + "$ref": "https://ils.rero.ch/api/documents/2090" } }, { @@ -326330,13 +326330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2090" + "$ref": "https://ils.rero.ch/api/documents/2090" } }, { @@ -326344,13 +326344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2089" + "$ref": "https://ils.rero.ch/api/documents/2089" } }, { @@ -326358,13 +326358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2089" + "$ref": "https://ils.rero.ch/api/documents/2089" } }, { @@ -326372,13 +326372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2089" + "$ref": "https://ils.rero.ch/api/documents/2089" } }, { @@ -326386,13 +326386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2089" + "$ref": "https://ils.rero.ch/api/documents/2089" } }, { @@ -326400,13 +326400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2088" + "$ref": "https://ils.rero.ch/api/documents/2088" } }, { @@ -326414,13 +326414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2087" + "$ref": "https://ils.rero.ch/api/documents/2087" } }, { @@ -326428,13 +326428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2087" + "$ref": "https://ils.rero.ch/api/documents/2087" } }, { @@ -326442,13 +326442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2087" + "$ref": "https://ils.rero.ch/api/documents/2087" } }, { @@ -326456,13 +326456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2087" + "$ref": "https://ils.rero.ch/api/documents/2087" } }, { @@ -326470,13 +326470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2087" + "$ref": "https://ils.rero.ch/api/documents/2087" } }, { @@ -326484,13 +326484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2086" + "$ref": "https://ils.rero.ch/api/documents/2086" } }, { @@ -326498,13 +326498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2086" + "$ref": "https://ils.rero.ch/api/documents/2086" } }, { @@ -326512,13 +326512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2086" + "$ref": "https://ils.rero.ch/api/documents/2086" } }, { @@ -326526,13 +326526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2085" + "$ref": "https://ils.rero.ch/api/documents/2085" } }, { @@ -326540,13 +326540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2085" + "$ref": "https://ils.rero.ch/api/documents/2085" } }, { @@ -326554,13 +326554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2085" + "$ref": "https://ils.rero.ch/api/documents/2085" } }, { @@ -326568,13 +326568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2084" + "$ref": "https://ils.rero.ch/api/documents/2084" } }, { @@ -326582,13 +326582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2084" + "$ref": "https://ils.rero.ch/api/documents/2084" } }, { @@ -326596,13 +326596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2083" + "$ref": "https://ils.rero.ch/api/documents/2083" } }, { @@ -326610,13 +326610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2083" + "$ref": "https://ils.rero.ch/api/documents/2083" } }, { @@ -326624,13 +326624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2083" + "$ref": "https://ils.rero.ch/api/documents/2083" } }, { @@ -326638,13 +326638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2083" + "$ref": "https://ils.rero.ch/api/documents/2083" } }, { @@ -326652,13 +326652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2082" + "$ref": "https://ils.rero.ch/api/documents/2082" } }, { @@ -326666,13 +326666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2082" + "$ref": "https://ils.rero.ch/api/documents/2082" } }, { @@ -326680,13 +326680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2082" + "$ref": "https://ils.rero.ch/api/documents/2082" } }, { @@ -326694,13 +326694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2082" + "$ref": "https://ils.rero.ch/api/documents/2082" } }, { @@ -326708,13 +326708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2082" + "$ref": "https://ils.rero.ch/api/documents/2082" } }, { @@ -326722,13 +326722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2081" + "$ref": "https://ils.rero.ch/api/documents/2081" } }, { @@ -326736,13 +326736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2081" + "$ref": "https://ils.rero.ch/api/documents/2081" } }, { @@ -326750,13 +326750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2081" + "$ref": "https://ils.rero.ch/api/documents/2081" } }, { @@ -326764,13 +326764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2081" + "$ref": "https://ils.rero.ch/api/documents/2081" } }, { @@ -326778,13 +326778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2080" + "$ref": "https://ils.rero.ch/api/documents/2080" } }, { @@ -326792,13 +326792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2080" + "$ref": "https://ils.rero.ch/api/documents/2080" } }, { @@ -326806,13 +326806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2079" + "$ref": "https://ils.rero.ch/api/documents/2079" } }, { @@ -326820,13 +326820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2079" + "$ref": "https://ils.rero.ch/api/documents/2079" } }, { @@ -326834,13 +326834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2079" + "$ref": "https://ils.rero.ch/api/documents/2079" } }, { @@ -326848,13 +326848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2079" + "$ref": "https://ils.rero.ch/api/documents/2079" } }, { @@ -326862,13 +326862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2078" + "$ref": "https://ils.rero.ch/api/documents/2078" } }, { @@ -326876,13 +326876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2078" + "$ref": "https://ils.rero.ch/api/documents/2078" } }, { @@ -326890,13 +326890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2078" + "$ref": "https://ils.rero.ch/api/documents/2078" } }, { @@ -326904,13 +326904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2078" + "$ref": "https://ils.rero.ch/api/documents/2078" } }, { @@ -326918,13 +326918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2077" + "$ref": "https://ils.rero.ch/api/documents/2077" } }, { @@ -326932,13 +326932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2077" + "$ref": "https://ils.rero.ch/api/documents/2077" } }, { @@ -326946,13 +326946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2077" + "$ref": "https://ils.rero.ch/api/documents/2077" } }, { @@ -326960,13 +326960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2077" + "$ref": "https://ils.rero.ch/api/documents/2077" } }, { @@ -326974,13 +326974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2076" + "$ref": "https://ils.rero.ch/api/documents/2076" } }, { @@ -326988,13 +326988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2075" + "$ref": "https://ils.rero.ch/api/documents/2075" } }, { @@ -327002,13 +327002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2075" + "$ref": "https://ils.rero.ch/api/documents/2075" } }, { @@ -327016,13 +327016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2074" + "$ref": "https://ils.rero.ch/api/documents/2074" } }, { @@ -327030,13 +327030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2074" + "$ref": "https://ils.rero.ch/api/documents/2074" } }, { @@ -327044,13 +327044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2074" + "$ref": "https://ils.rero.ch/api/documents/2074" } }, { @@ -327058,13 +327058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2074" + "$ref": "https://ils.rero.ch/api/documents/2074" } }, { @@ -327072,13 +327072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2074" + "$ref": "https://ils.rero.ch/api/documents/2074" } }, { @@ -327086,13 +327086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2073" + "$ref": "https://ils.rero.ch/api/documents/2073" } }, { @@ -327100,13 +327100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2073" + "$ref": "https://ils.rero.ch/api/documents/2073" } }, { @@ -327114,13 +327114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2072" + "$ref": "https://ils.rero.ch/api/documents/2072" } }, { @@ -327128,13 +327128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2072" + "$ref": "https://ils.rero.ch/api/documents/2072" } }, { @@ -327142,13 +327142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2072" + "$ref": "https://ils.rero.ch/api/documents/2072" } }, { @@ -327156,13 +327156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2071" + "$ref": "https://ils.rero.ch/api/documents/2071" } }, { @@ -327170,13 +327170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2071" + "$ref": "https://ils.rero.ch/api/documents/2071" } }, { @@ -327184,13 +327184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2071" + "$ref": "https://ils.rero.ch/api/documents/2071" } }, { @@ -327198,13 +327198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2071" + "$ref": "https://ils.rero.ch/api/documents/2071" } }, { @@ -327212,13 +327212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2070" + "$ref": "https://ils.rero.ch/api/documents/2070" } }, { @@ -327226,13 +327226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2069" + "$ref": "https://ils.rero.ch/api/documents/2069" } }, { @@ -327240,13 +327240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2069" + "$ref": "https://ils.rero.ch/api/documents/2069" } }, { @@ -327254,13 +327254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2069" + "$ref": "https://ils.rero.ch/api/documents/2069" } }, { @@ -327268,13 +327268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2069" + "$ref": "https://ils.rero.ch/api/documents/2069" } }, { @@ -327282,13 +327282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2069" + "$ref": "https://ils.rero.ch/api/documents/2069" } }, { @@ -327296,13 +327296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2068" + "$ref": "https://ils.rero.ch/api/documents/2068" } }, { @@ -327310,13 +327310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2067" + "$ref": "https://ils.rero.ch/api/documents/2067" } }, { @@ -327324,13 +327324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2066" + "$ref": "https://ils.rero.ch/api/documents/2066" } }, { @@ -327338,13 +327338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2066" + "$ref": "https://ils.rero.ch/api/documents/2066" } }, { @@ -327352,13 +327352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2066" + "$ref": "https://ils.rero.ch/api/documents/2066" } }, { @@ -327366,13 +327366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2065" + "$ref": "https://ils.rero.ch/api/documents/2065" } }, { @@ -327380,13 +327380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2064" + "$ref": "https://ils.rero.ch/api/documents/2064" } }, { @@ -327394,13 +327394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2064" + "$ref": "https://ils.rero.ch/api/documents/2064" } }, { @@ -327408,13 +327408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2064" + "$ref": "https://ils.rero.ch/api/documents/2064" } }, { @@ -327422,13 +327422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2063" + "$ref": "https://ils.rero.ch/api/documents/2063" } }, { @@ -327436,13 +327436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2063" + "$ref": "https://ils.rero.ch/api/documents/2063" } }, { @@ -327450,13 +327450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2063" + "$ref": "https://ils.rero.ch/api/documents/2063" } }, { @@ -327464,13 +327464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2063" + "$ref": "https://ils.rero.ch/api/documents/2063" } }, { @@ -327478,13 +327478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2063" + "$ref": "https://ils.rero.ch/api/documents/2063" } }, { @@ -327492,13 +327492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2062" + "$ref": "https://ils.rero.ch/api/documents/2062" } }, { @@ -327506,13 +327506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2062" + "$ref": "https://ils.rero.ch/api/documents/2062" } }, { @@ -327520,13 +327520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2062" + "$ref": "https://ils.rero.ch/api/documents/2062" } }, { @@ -327534,13 +327534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2062" + "$ref": "https://ils.rero.ch/api/documents/2062" } }, { @@ -327548,13 +327548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2061" + "$ref": "https://ils.rero.ch/api/documents/2061" } }, { @@ -327562,13 +327562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2060" + "$ref": "https://ils.rero.ch/api/documents/2060" } }, { @@ -327576,13 +327576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2060" + "$ref": "https://ils.rero.ch/api/documents/2060" } }, { @@ -327590,13 +327590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2059" + "$ref": "https://ils.rero.ch/api/documents/2059" } }, { @@ -327604,13 +327604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2059" + "$ref": "https://ils.rero.ch/api/documents/2059" } }, { @@ -327618,13 +327618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2059" + "$ref": "https://ils.rero.ch/api/documents/2059" } }, { @@ -327632,13 +327632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2058" + "$ref": "https://ils.rero.ch/api/documents/2058" } }, { @@ -327646,13 +327646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2057" + "$ref": "https://ils.rero.ch/api/documents/2057" } }, { @@ -327660,13 +327660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2056" + "$ref": "https://ils.rero.ch/api/documents/2056" } }, { @@ -327674,13 +327674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2056" + "$ref": "https://ils.rero.ch/api/documents/2056" } }, { @@ -327688,13 +327688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2055" + "$ref": "https://ils.rero.ch/api/documents/2055" } }, { @@ -327702,13 +327702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2055" + "$ref": "https://ils.rero.ch/api/documents/2055" } }, { @@ -327716,13 +327716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2055" + "$ref": "https://ils.rero.ch/api/documents/2055" } }, { @@ -327730,13 +327730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2055" + "$ref": "https://ils.rero.ch/api/documents/2055" } }, { @@ -327744,13 +327744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2054" + "$ref": "https://ils.rero.ch/api/documents/2054" } }, { @@ -327758,13 +327758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2054" + "$ref": "https://ils.rero.ch/api/documents/2054" } }, { @@ -327772,13 +327772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2053" + "$ref": "https://ils.rero.ch/api/documents/2053" } }, { @@ -327786,13 +327786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2053" + "$ref": "https://ils.rero.ch/api/documents/2053" } }, { @@ -327800,13 +327800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2052" + "$ref": "https://ils.rero.ch/api/documents/2052" } }, { @@ -327814,13 +327814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2051" + "$ref": "https://ils.rero.ch/api/documents/2051" } }, { @@ -327828,13 +327828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2051" + "$ref": "https://ils.rero.ch/api/documents/2051" } }, { @@ -327842,13 +327842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2051" + "$ref": "https://ils.rero.ch/api/documents/2051" } }, { @@ -327856,13 +327856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2050" + "$ref": "https://ils.rero.ch/api/documents/2050" } }, { @@ -327870,13 +327870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2049" + "$ref": "https://ils.rero.ch/api/documents/2049" } }, { @@ -327884,13 +327884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2049" + "$ref": "https://ils.rero.ch/api/documents/2049" } }, { @@ -327898,13 +327898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2048" + "$ref": "https://ils.rero.ch/api/documents/2048" } }, { @@ -327912,13 +327912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2048" + "$ref": "https://ils.rero.ch/api/documents/2048" } }, { @@ -327926,13 +327926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2048" + "$ref": "https://ils.rero.ch/api/documents/2048" } }, { @@ -327940,13 +327940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2047" + "$ref": "https://ils.rero.ch/api/documents/2047" } }, { @@ -327954,13 +327954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2047" + "$ref": "https://ils.rero.ch/api/documents/2047" } }, { @@ -327968,13 +327968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2047" + "$ref": "https://ils.rero.ch/api/documents/2047" } }, { @@ -327982,13 +327982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2047" + "$ref": "https://ils.rero.ch/api/documents/2047" } }, { @@ -327996,13 +327996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2046" + "$ref": "https://ils.rero.ch/api/documents/2046" } }, { @@ -328010,13 +328010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2046" + "$ref": "https://ils.rero.ch/api/documents/2046" } }, { @@ -328024,13 +328024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2046" + "$ref": "https://ils.rero.ch/api/documents/2046" } }, { @@ -328038,13 +328038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2046" + "$ref": "https://ils.rero.ch/api/documents/2046" } }, { @@ -328052,13 +328052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2046" + "$ref": "https://ils.rero.ch/api/documents/2046" } }, { @@ -328066,13 +328066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2045" + "$ref": "https://ils.rero.ch/api/documents/2045" } }, { @@ -328080,13 +328080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2045" + "$ref": "https://ils.rero.ch/api/documents/2045" } }, { @@ -328094,13 +328094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2045" + "$ref": "https://ils.rero.ch/api/documents/2045" } }, { @@ -328108,13 +328108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2045" + "$ref": "https://ils.rero.ch/api/documents/2045" } }, { @@ -328122,13 +328122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2044" + "$ref": "https://ils.rero.ch/api/documents/2044" } }, { @@ -328136,13 +328136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2043" + "$ref": "https://ils.rero.ch/api/documents/2043" } }, { @@ -328150,13 +328150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2043" + "$ref": "https://ils.rero.ch/api/documents/2043" } }, { @@ -328164,13 +328164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2042" + "$ref": "https://ils.rero.ch/api/documents/2042" } }, { @@ -328178,13 +328178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2042" + "$ref": "https://ils.rero.ch/api/documents/2042" } }, { @@ -328192,13 +328192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2041" + "$ref": "https://ils.rero.ch/api/documents/2041" } }, { @@ -328206,13 +328206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2041" + "$ref": "https://ils.rero.ch/api/documents/2041" } }, { @@ -328220,13 +328220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2040" + "$ref": "https://ils.rero.ch/api/documents/2040" } }, { @@ -328234,13 +328234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2040" + "$ref": "https://ils.rero.ch/api/documents/2040" } }, { @@ -328248,13 +328248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2039" + "$ref": "https://ils.rero.ch/api/documents/2039" } }, { @@ -328262,13 +328262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2038" + "$ref": "https://ils.rero.ch/api/documents/2038" } }, { @@ -328276,13 +328276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2038" + "$ref": "https://ils.rero.ch/api/documents/2038" } }, { @@ -328290,13 +328290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2038" + "$ref": "https://ils.rero.ch/api/documents/2038" } }, { @@ -328304,13 +328304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2037" + "$ref": "https://ils.rero.ch/api/documents/2037" } }, { @@ -328318,13 +328318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2036" + "$ref": "https://ils.rero.ch/api/documents/2036" } }, { @@ -328332,13 +328332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2036" + "$ref": "https://ils.rero.ch/api/documents/2036" } }, { @@ -328346,13 +328346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2036" + "$ref": "https://ils.rero.ch/api/documents/2036" } }, { @@ -328360,13 +328360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2036" + "$ref": "https://ils.rero.ch/api/documents/2036" } }, { @@ -328374,13 +328374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2035" + "$ref": "https://ils.rero.ch/api/documents/2035" } }, { @@ -328388,13 +328388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2035" + "$ref": "https://ils.rero.ch/api/documents/2035" } }, { @@ -328402,13 +328402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2034" + "$ref": "https://ils.rero.ch/api/documents/2034" } }, { @@ -328416,13 +328416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2033" + "$ref": "https://ils.rero.ch/api/documents/2033" } }, { @@ -328430,13 +328430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2033" + "$ref": "https://ils.rero.ch/api/documents/2033" } }, { @@ -328444,13 +328444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2033" + "$ref": "https://ils.rero.ch/api/documents/2033" } }, { @@ -328458,13 +328458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2033" + "$ref": "https://ils.rero.ch/api/documents/2033" } }, { @@ -328472,13 +328472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2033" + "$ref": "https://ils.rero.ch/api/documents/2033" } }, { @@ -328486,13 +328486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2032" + "$ref": "https://ils.rero.ch/api/documents/2032" } }, { @@ -328500,13 +328500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2032" + "$ref": "https://ils.rero.ch/api/documents/2032" } }, { @@ -328514,13 +328514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2032" + "$ref": "https://ils.rero.ch/api/documents/2032" } }, { @@ -328528,13 +328528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2032" + "$ref": "https://ils.rero.ch/api/documents/2032" } }, { @@ -328542,13 +328542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2032" + "$ref": "https://ils.rero.ch/api/documents/2032" } }, { @@ -328556,13 +328556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2031" + "$ref": "https://ils.rero.ch/api/documents/2031" } }, { @@ -328570,13 +328570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2031" + "$ref": "https://ils.rero.ch/api/documents/2031" } }, { @@ -328584,13 +328584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2031" + "$ref": "https://ils.rero.ch/api/documents/2031" } }, { @@ -328598,13 +328598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2031" + "$ref": "https://ils.rero.ch/api/documents/2031" } }, { @@ -328612,13 +328612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2030" + "$ref": "https://ils.rero.ch/api/documents/2030" } }, { @@ -328626,13 +328626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2030" + "$ref": "https://ils.rero.ch/api/documents/2030" } }, { @@ -328640,13 +328640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2030" + "$ref": "https://ils.rero.ch/api/documents/2030" } }, { @@ -328654,13 +328654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2029" + "$ref": "https://ils.rero.ch/api/documents/2029" } }, { @@ -328668,13 +328668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2029" + "$ref": "https://ils.rero.ch/api/documents/2029" } }, { @@ -328682,13 +328682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2029" + "$ref": "https://ils.rero.ch/api/documents/2029" } }, { @@ -328696,13 +328696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2028" + "$ref": "https://ils.rero.ch/api/documents/2028" } }, { @@ -328710,13 +328710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2028" + "$ref": "https://ils.rero.ch/api/documents/2028" } }, { @@ -328724,13 +328724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2027" + "$ref": "https://ils.rero.ch/api/documents/2027" } }, { @@ -328738,13 +328738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2027" + "$ref": "https://ils.rero.ch/api/documents/2027" } }, { @@ -328752,13 +328752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2027" + "$ref": "https://ils.rero.ch/api/documents/2027" } }, { @@ -328766,13 +328766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2026" + "$ref": "https://ils.rero.ch/api/documents/2026" } }, { @@ -328780,13 +328780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2026" + "$ref": "https://ils.rero.ch/api/documents/2026" } }, { @@ -328794,13 +328794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2026" + "$ref": "https://ils.rero.ch/api/documents/2026" } }, { @@ -328808,13 +328808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2026" + "$ref": "https://ils.rero.ch/api/documents/2026" } }, { @@ -328822,13 +328822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2026" + "$ref": "https://ils.rero.ch/api/documents/2026" } }, { @@ -328836,13 +328836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2025" + "$ref": "https://ils.rero.ch/api/documents/2025" } }, { @@ -328850,13 +328850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2025" + "$ref": "https://ils.rero.ch/api/documents/2025" } }, { @@ -328864,13 +328864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2025" + "$ref": "https://ils.rero.ch/api/documents/2025" } }, { @@ -328878,13 +328878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2024" + "$ref": "https://ils.rero.ch/api/documents/2024" } }, { @@ -328892,13 +328892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2024" + "$ref": "https://ils.rero.ch/api/documents/2024" } }, { @@ -328906,13 +328906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2023" + "$ref": "https://ils.rero.ch/api/documents/2023" } }, { @@ -328920,13 +328920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2022" + "$ref": "https://ils.rero.ch/api/documents/2022" } }, { @@ -328934,13 +328934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2022" + "$ref": "https://ils.rero.ch/api/documents/2022" } }, { @@ -328948,13 +328948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2022" + "$ref": "https://ils.rero.ch/api/documents/2022" } }, { @@ -328962,13 +328962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2022" + "$ref": "https://ils.rero.ch/api/documents/2022" } }, { @@ -328976,13 +328976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2022" + "$ref": "https://ils.rero.ch/api/documents/2022" } }, { @@ -328990,13 +328990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2021" + "$ref": "https://ils.rero.ch/api/documents/2021" } }, { @@ -329004,13 +329004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2020" + "$ref": "https://ils.rero.ch/api/documents/2020" } }, { @@ -329018,13 +329018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2020" + "$ref": "https://ils.rero.ch/api/documents/2020" } }, { @@ -329032,13 +329032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2020" + "$ref": "https://ils.rero.ch/api/documents/2020" } }, { @@ -329046,13 +329046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2020" + "$ref": "https://ils.rero.ch/api/documents/2020" } }, { @@ -329060,13 +329060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2019" + "$ref": "https://ils.rero.ch/api/documents/2019" } }, { @@ -329074,13 +329074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2019" + "$ref": "https://ils.rero.ch/api/documents/2019" } }, { @@ -329088,13 +329088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2019" + "$ref": "https://ils.rero.ch/api/documents/2019" } }, { @@ -329102,13 +329102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2019" + "$ref": "https://ils.rero.ch/api/documents/2019" } }, { @@ -329116,13 +329116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2018" + "$ref": "https://ils.rero.ch/api/documents/2018" } }, { @@ -329130,13 +329130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2018" + "$ref": "https://ils.rero.ch/api/documents/2018" } }, { @@ -329144,13 +329144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2018" + "$ref": "https://ils.rero.ch/api/documents/2018" } }, { @@ -329158,13 +329158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2017" + "$ref": "https://ils.rero.ch/api/documents/2017" } }, { @@ -329172,13 +329172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2017" + "$ref": "https://ils.rero.ch/api/documents/2017" } }, { @@ -329186,13 +329186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2017" + "$ref": "https://ils.rero.ch/api/documents/2017" } }, { @@ -329200,13 +329200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2017" + "$ref": "https://ils.rero.ch/api/documents/2017" } }, { @@ -329214,13 +329214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2017" + "$ref": "https://ils.rero.ch/api/documents/2017" } }, { @@ -329228,13 +329228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2016" + "$ref": "https://ils.rero.ch/api/documents/2016" } }, { @@ -329242,13 +329242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2015" + "$ref": "https://ils.rero.ch/api/documents/2015" } }, { @@ -329256,13 +329256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2015" + "$ref": "https://ils.rero.ch/api/documents/2015" } }, { @@ -329270,13 +329270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2015" + "$ref": "https://ils.rero.ch/api/documents/2015" } }, { @@ -329284,13 +329284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2015" + "$ref": "https://ils.rero.ch/api/documents/2015" } }, { @@ -329298,13 +329298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2014" + "$ref": "https://ils.rero.ch/api/documents/2014" } }, { @@ -329312,13 +329312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2014" + "$ref": "https://ils.rero.ch/api/documents/2014" } }, { @@ -329326,13 +329326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2014" + "$ref": "https://ils.rero.ch/api/documents/2014" } }, { @@ -329340,13 +329340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2013" + "$ref": "https://ils.rero.ch/api/documents/2013" } }, { @@ -329354,13 +329354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2013" + "$ref": "https://ils.rero.ch/api/documents/2013" } }, { @@ -329368,13 +329368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2013" + "$ref": "https://ils.rero.ch/api/documents/2013" } }, { @@ -329382,13 +329382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2013" + "$ref": "https://ils.rero.ch/api/documents/2013" } }, { @@ -329396,13 +329396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2012" + "$ref": "https://ils.rero.ch/api/documents/2012" } }, { @@ -329410,13 +329410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2012" + "$ref": "https://ils.rero.ch/api/documents/2012" } }, { @@ -329424,13 +329424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2011" + "$ref": "https://ils.rero.ch/api/documents/2011" } }, { @@ -329438,13 +329438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2011" + "$ref": "https://ils.rero.ch/api/documents/2011" } }, { @@ -329452,13 +329452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2011" + "$ref": "https://ils.rero.ch/api/documents/2011" } }, { @@ -329466,13 +329466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2011" + "$ref": "https://ils.rero.ch/api/documents/2011" } }, { @@ -329480,13 +329480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2011" + "$ref": "https://ils.rero.ch/api/documents/2011" } }, { @@ -329494,13 +329494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2010" + "$ref": "https://ils.rero.ch/api/documents/2010" } }, { @@ -329508,13 +329508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2010" + "$ref": "https://ils.rero.ch/api/documents/2010" } }, { @@ -329522,13 +329522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2010" + "$ref": "https://ils.rero.ch/api/documents/2010" } }, { @@ -329536,13 +329536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2010" + "$ref": "https://ils.rero.ch/api/documents/2010" } }, { @@ -329550,13 +329550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2010" + "$ref": "https://ils.rero.ch/api/documents/2010" } }, { @@ -329564,13 +329564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2009" + "$ref": "https://ils.rero.ch/api/documents/2009" } }, { @@ -329578,13 +329578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2009" + "$ref": "https://ils.rero.ch/api/documents/2009" } }, { @@ -329592,13 +329592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2009" + "$ref": "https://ils.rero.ch/api/documents/2009" } }, { @@ -329606,13 +329606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2009" + "$ref": "https://ils.rero.ch/api/documents/2009" } }, { @@ -329620,13 +329620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2009" + "$ref": "https://ils.rero.ch/api/documents/2009" } }, { @@ -329634,13 +329634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2008" + "$ref": "https://ils.rero.ch/api/documents/2008" } }, { @@ -329648,13 +329648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2008" + "$ref": "https://ils.rero.ch/api/documents/2008" } }, { @@ -329662,13 +329662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2008" + "$ref": "https://ils.rero.ch/api/documents/2008" } }, { @@ -329676,13 +329676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2008" + "$ref": "https://ils.rero.ch/api/documents/2008" } }, { @@ -329690,13 +329690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2007" + "$ref": "https://ils.rero.ch/api/documents/2007" } }, { @@ -329704,13 +329704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2007" + "$ref": "https://ils.rero.ch/api/documents/2007" } }, { @@ -329718,13 +329718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2006" + "$ref": "https://ils.rero.ch/api/documents/2006" } }, { @@ -329732,13 +329732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2005" + "$ref": "https://ils.rero.ch/api/documents/2005" } }, { @@ -329746,13 +329746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2005" + "$ref": "https://ils.rero.ch/api/documents/2005" } }, { @@ -329760,13 +329760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2005" + "$ref": "https://ils.rero.ch/api/documents/2005" } }, { @@ -329774,13 +329774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2004" + "$ref": "https://ils.rero.ch/api/documents/2004" } }, { @@ -329788,13 +329788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2004" + "$ref": "https://ils.rero.ch/api/documents/2004" } }, { @@ -329802,13 +329802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2003" + "$ref": "https://ils.rero.ch/api/documents/2003" } }, { @@ -329816,13 +329816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2002" + "$ref": "https://ils.rero.ch/api/documents/2002" } }, { @@ -329830,13 +329830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2001" + "$ref": "https://ils.rero.ch/api/documents/2001" } }, { @@ -329844,13 +329844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2001" + "$ref": "https://ils.rero.ch/api/documents/2001" } }, { @@ -329858,13 +329858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2001" + "$ref": "https://ils.rero.ch/api/documents/2001" } }, { @@ -329872,13 +329872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2001" + "$ref": "https://ils.rero.ch/api/documents/2001" } }, { @@ -329886,13 +329886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2001" + "$ref": "https://ils.rero.ch/api/documents/2001" } }, { @@ -329900,13 +329900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2000" + "$ref": "https://ils.rero.ch/api/documents/2000" } }, { @@ -329914,13 +329914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2000" + "$ref": "https://ils.rero.ch/api/documents/2000" } }, { @@ -329928,13 +329928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1999" + "$ref": "https://ils.rero.ch/api/documents/1999" } }, { @@ -329942,13 +329942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1999" + "$ref": "https://ils.rero.ch/api/documents/1999" } }, { @@ -329956,13 +329956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1999" + "$ref": "https://ils.rero.ch/api/documents/1999" } }, { @@ -329970,13 +329970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1998" + "$ref": "https://ils.rero.ch/api/documents/1998" } }, { @@ -329984,13 +329984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1998" + "$ref": "https://ils.rero.ch/api/documents/1998" } }, { @@ -329998,13 +329998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1998" + "$ref": "https://ils.rero.ch/api/documents/1998" } }, { @@ -330012,13 +330012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1998" + "$ref": "https://ils.rero.ch/api/documents/1998" } }, { @@ -330026,13 +330026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1998" + "$ref": "https://ils.rero.ch/api/documents/1998" } }, { @@ -330040,13 +330040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1997" + "$ref": "https://ils.rero.ch/api/documents/1997" } }, { @@ -330054,13 +330054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1997" + "$ref": "https://ils.rero.ch/api/documents/1997" } }, { @@ -330068,13 +330068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1996" + "$ref": "https://ils.rero.ch/api/documents/1996" } }, { @@ -330082,13 +330082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1995" + "$ref": "https://ils.rero.ch/api/documents/1995" } }, { @@ -330096,13 +330096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1995" + "$ref": "https://ils.rero.ch/api/documents/1995" } }, { @@ -330110,13 +330110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1995" + "$ref": "https://ils.rero.ch/api/documents/1995" } }, { @@ -330124,13 +330124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1995" + "$ref": "https://ils.rero.ch/api/documents/1995" } }, { @@ -330138,13 +330138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1994" + "$ref": "https://ils.rero.ch/api/documents/1994" } }, { @@ -330152,13 +330152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1993" + "$ref": "https://ils.rero.ch/api/documents/1993" } }, { @@ -330166,13 +330166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1993" + "$ref": "https://ils.rero.ch/api/documents/1993" } }, { @@ -330180,13 +330180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1993" + "$ref": "https://ils.rero.ch/api/documents/1993" } }, { @@ -330194,13 +330194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1993" + "$ref": "https://ils.rero.ch/api/documents/1993" } }, { @@ -330208,13 +330208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1993" + "$ref": "https://ils.rero.ch/api/documents/1993" } }, { @@ -330222,13 +330222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1992" + "$ref": "https://ils.rero.ch/api/documents/1992" } }, { @@ -330236,13 +330236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1992" + "$ref": "https://ils.rero.ch/api/documents/1992" } }, { @@ -330250,13 +330250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1991" + "$ref": "https://ils.rero.ch/api/documents/1991" } }, { @@ -330264,13 +330264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1991" + "$ref": "https://ils.rero.ch/api/documents/1991" } }, { @@ -330278,13 +330278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1991" + "$ref": "https://ils.rero.ch/api/documents/1991" } }, { @@ -330292,13 +330292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1991" + "$ref": "https://ils.rero.ch/api/documents/1991" } }, { @@ -330306,13 +330306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1991" + "$ref": "https://ils.rero.ch/api/documents/1991" } }, { @@ -330320,13 +330320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1990" + "$ref": "https://ils.rero.ch/api/documents/1990" } }, { @@ -330334,13 +330334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1990" + "$ref": "https://ils.rero.ch/api/documents/1990" } }, { @@ -330348,13 +330348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1989" + "$ref": "https://ils.rero.ch/api/documents/1989" } }, { @@ -330362,13 +330362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1989" + "$ref": "https://ils.rero.ch/api/documents/1989" } }, { @@ -330376,13 +330376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1988" + "$ref": "https://ils.rero.ch/api/documents/1988" } }, { @@ -330390,13 +330390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1988" + "$ref": "https://ils.rero.ch/api/documents/1988" } }, { @@ -330404,13 +330404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1988" + "$ref": "https://ils.rero.ch/api/documents/1988" } }, { @@ -330418,13 +330418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1987" + "$ref": "https://ils.rero.ch/api/documents/1987" } }, { @@ -330432,13 +330432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1987" + "$ref": "https://ils.rero.ch/api/documents/1987" } }, { @@ -330446,13 +330446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1986" + "$ref": "https://ils.rero.ch/api/documents/1986" } }, { @@ -330460,13 +330460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1986" + "$ref": "https://ils.rero.ch/api/documents/1986" } }, { @@ -330474,13 +330474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1986" + "$ref": "https://ils.rero.ch/api/documents/1986" } }, { @@ -330488,13 +330488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1986" + "$ref": "https://ils.rero.ch/api/documents/1986" } }, { @@ -330502,13 +330502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1985" + "$ref": "https://ils.rero.ch/api/documents/1985" } }, { @@ -330516,13 +330516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1985" + "$ref": "https://ils.rero.ch/api/documents/1985" } }, { @@ -330530,13 +330530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1985" + "$ref": "https://ils.rero.ch/api/documents/1985" } }, { @@ -330544,13 +330544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1985" + "$ref": "https://ils.rero.ch/api/documents/1985" } }, { @@ -330558,13 +330558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1984" + "$ref": "https://ils.rero.ch/api/documents/1984" } }, { @@ -330572,13 +330572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1984" + "$ref": "https://ils.rero.ch/api/documents/1984" } }, { @@ -330586,13 +330586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1984" + "$ref": "https://ils.rero.ch/api/documents/1984" } }, { @@ -330600,13 +330600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1984" + "$ref": "https://ils.rero.ch/api/documents/1984" } }, { @@ -330614,13 +330614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1983" + "$ref": "https://ils.rero.ch/api/documents/1983" } }, { @@ -330628,13 +330628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1983" + "$ref": "https://ils.rero.ch/api/documents/1983" } }, { @@ -330642,13 +330642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1983" + "$ref": "https://ils.rero.ch/api/documents/1983" } }, { @@ -330656,13 +330656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1983" + "$ref": "https://ils.rero.ch/api/documents/1983" } }, { @@ -330670,13 +330670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1983" + "$ref": "https://ils.rero.ch/api/documents/1983" } }, { @@ -330684,13 +330684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1982" + "$ref": "https://ils.rero.ch/api/documents/1982" } }, { @@ -330698,13 +330698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1982" + "$ref": "https://ils.rero.ch/api/documents/1982" } }, { @@ -330712,13 +330712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1982" + "$ref": "https://ils.rero.ch/api/documents/1982" } }, { @@ -330726,13 +330726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1982" + "$ref": "https://ils.rero.ch/api/documents/1982" } }, { @@ -330740,13 +330740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1981" + "$ref": "https://ils.rero.ch/api/documents/1981" } }, { @@ -330754,13 +330754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1981" + "$ref": "https://ils.rero.ch/api/documents/1981" } }, { @@ -330768,13 +330768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1981" + "$ref": "https://ils.rero.ch/api/documents/1981" } }, { @@ -330782,13 +330782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1980" + "$ref": "https://ils.rero.ch/api/documents/1980" } }, { @@ -330796,13 +330796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1980" + "$ref": "https://ils.rero.ch/api/documents/1980" } }, { @@ -330810,13 +330810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1980" + "$ref": "https://ils.rero.ch/api/documents/1980" } }, { @@ -330824,13 +330824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1979" + "$ref": "https://ils.rero.ch/api/documents/1979" } }, { @@ -330838,13 +330838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1979" + "$ref": "https://ils.rero.ch/api/documents/1979" } }, { @@ -330852,13 +330852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1979" + "$ref": "https://ils.rero.ch/api/documents/1979" } }, { @@ -330866,13 +330866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1979" + "$ref": "https://ils.rero.ch/api/documents/1979" } }, { @@ -330880,13 +330880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1979" + "$ref": "https://ils.rero.ch/api/documents/1979" } }, { @@ -330894,13 +330894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1978" + "$ref": "https://ils.rero.ch/api/documents/1978" } }, { @@ -330908,13 +330908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1978" + "$ref": "https://ils.rero.ch/api/documents/1978" } }, { @@ -330922,13 +330922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1978" + "$ref": "https://ils.rero.ch/api/documents/1978" } }, { @@ -330936,13 +330936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1977" + "$ref": "https://ils.rero.ch/api/documents/1977" } }, { @@ -330950,13 +330950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1977" + "$ref": "https://ils.rero.ch/api/documents/1977" } }, { @@ -330964,13 +330964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1976" + "$ref": "https://ils.rero.ch/api/documents/1976" } }, { @@ -330978,13 +330978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1976" + "$ref": "https://ils.rero.ch/api/documents/1976" } }, { @@ -330992,13 +330992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1976" + "$ref": "https://ils.rero.ch/api/documents/1976" } }, { @@ -331006,13 +331006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1976" + "$ref": "https://ils.rero.ch/api/documents/1976" } }, { @@ -331020,13 +331020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1975" + "$ref": "https://ils.rero.ch/api/documents/1975" } }, { @@ -331034,13 +331034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1975" + "$ref": "https://ils.rero.ch/api/documents/1975" } }, { @@ -331048,13 +331048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1975" + "$ref": "https://ils.rero.ch/api/documents/1975" } }, { @@ -331062,13 +331062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1975" + "$ref": "https://ils.rero.ch/api/documents/1975" } }, { @@ -331076,13 +331076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1974" + "$ref": "https://ils.rero.ch/api/documents/1974" } }, { @@ -331090,13 +331090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1974" + "$ref": "https://ils.rero.ch/api/documents/1974" } }, { @@ -331104,13 +331104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1974" + "$ref": "https://ils.rero.ch/api/documents/1974" } }, { @@ -331118,13 +331118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1974" + "$ref": "https://ils.rero.ch/api/documents/1974" } }, { @@ -331132,13 +331132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1973" + "$ref": "https://ils.rero.ch/api/documents/1973" } }, { @@ -331146,13 +331146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1972" + "$ref": "https://ils.rero.ch/api/documents/1972" } }, { @@ -331160,13 +331160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1972" + "$ref": "https://ils.rero.ch/api/documents/1972" } }, { @@ -331174,13 +331174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1972" + "$ref": "https://ils.rero.ch/api/documents/1972" } }, { @@ -331188,13 +331188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1972" + "$ref": "https://ils.rero.ch/api/documents/1972" } }, { @@ -331202,13 +331202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1971" + "$ref": "https://ils.rero.ch/api/documents/1971" } }, { @@ -331216,13 +331216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1971" + "$ref": "https://ils.rero.ch/api/documents/1971" } }, { @@ -331230,13 +331230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1971" + "$ref": "https://ils.rero.ch/api/documents/1971" } }, { @@ -331244,13 +331244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1970" + "$ref": "https://ils.rero.ch/api/documents/1970" } }, { @@ -331258,13 +331258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1970" + "$ref": "https://ils.rero.ch/api/documents/1970" } }, { @@ -331272,13 +331272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1969" + "$ref": "https://ils.rero.ch/api/documents/1969" } }, { @@ -331286,13 +331286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1969" + "$ref": "https://ils.rero.ch/api/documents/1969" } }, { @@ -331300,13 +331300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1968" + "$ref": "https://ils.rero.ch/api/documents/1968" } }, { @@ -331314,13 +331314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1968" + "$ref": "https://ils.rero.ch/api/documents/1968" } }, { @@ -331328,13 +331328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1968" + "$ref": "https://ils.rero.ch/api/documents/1968" } }, { @@ -331342,13 +331342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1968" + "$ref": "https://ils.rero.ch/api/documents/1968" } }, { @@ -331356,13 +331356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1967" + "$ref": "https://ils.rero.ch/api/documents/1967" } }, { @@ -331370,13 +331370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1966" + "$ref": "https://ils.rero.ch/api/documents/1966" } }, { @@ -331384,13 +331384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1965" + "$ref": "https://ils.rero.ch/api/documents/1965" } }, { @@ -331398,13 +331398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1965" + "$ref": "https://ils.rero.ch/api/documents/1965" } }, { @@ -331412,13 +331412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1965" + "$ref": "https://ils.rero.ch/api/documents/1965" } }, { @@ -331426,13 +331426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1964" + "$ref": "https://ils.rero.ch/api/documents/1964" } }, { @@ -331440,13 +331440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1964" + "$ref": "https://ils.rero.ch/api/documents/1964" } }, { @@ -331454,13 +331454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1963" + "$ref": "https://ils.rero.ch/api/documents/1963" } }, { @@ -331468,13 +331468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1963" + "$ref": "https://ils.rero.ch/api/documents/1963" } }, { @@ -331482,13 +331482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1963" + "$ref": "https://ils.rero.ch/api/documents/1963" } }, { @@ -331496,13 +331496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1963" + "$ref": "https://ils.rero.ch/api/documents/1963" } }, { @@ -331510,13 +331510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1962" + "$ref": "https://ils.rero.ch/api/documents/1962" } }, { @@ -331524,13 +331524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1962" + "$ref": "https://ils.rero.ch/api/documents/1962" } }, { @@ -331538,13 +331538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1961" + "$ref": "https://ils.rero.ch/api/documents/1961" } }, { @@ -331552,13 +331552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1961" + "$ref": "https://ils.rero.ch/api/documents/1961" } }, { @@ -331566,13 +331566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1961" + "$ref": "https://ils.rero.ch/api/documents/1961" } }, { @@ -331580,13 +331580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1961" + "$ref": "https://ils.rero.ch/api/documents/1961" } }, { @@ -331594,13 +331594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1961" + "$ref": "https://ils.rero.ch/api/documents/1961" } }, { @@ -331608,13 +331608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1960" + "$ref": "https://ils.rero.ch/api/documents/1960" } }, { @@ -331622,13 +331622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1960" + "$ref": "https://ils.rero.ch/api/documents/1960" } }, { @@ -331636,13 +331636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1959" + "$ref": "https://ils.rero.ch/api/documents/1959" } }, { @@ -331650,13 +331650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1959" + "$ref": "https://ils.rero.ch/api/documents/1959" } }, { @@ -331664,13 +331664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1958" + "$ref": "https://ils.rero.ch/api/documents/1958" } }, { @@ -331678,13 +331678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1958" + "$ref": "https://ils.rero.ch/api/documents/1958" } }, { @@ -331692,13 +331692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1958" + "$ref": "https://ils.rero.ch/api/documents/1958" } }, { @@ -331706,13 +331706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1957" + "$ref": "https://ils.rero.ch/api/documents/1957" } }, { @@ -331720,13 +331720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1956" + "$ref": "https://ils.rero.ch/api/documents/1956" } }, { @@ -331734,13 +331734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1956" + "$ref": "https://ils.rero.ch/api/documents/1956" } }, { @@ -331748,13 +331748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1955" + "$ref": "https://ils.rero.ch/api/documents/1955" } }, { @@ -331762,13 +331762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1955" + "$ref": "https://ils.rero.ch/api/documents/1955" } }, { @@ -331776,13 +331776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1955" + "$ref": "https://ils.rero.ch/api/documents/1955" } }, { @@ -331790,13 +331790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1954" + "$ref": "https://ils.rero.ch/api/documents/1954" } }, { @@ -331804,13 +331804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1954" + "$ref": "https://ils.rero.ch/api/documents/1954" } }, { @@ -331818,13 +331818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1954" + "$ref": "https://ils.rero.ch/api/documents/1954" } }, { @@ -331832,13 +331832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1953" + "$ref": "https://ils.rero.ch/api/documents/1953" } }, { @@ -331846,13 +331846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1953" + "$ref": "https://ils.rero.ch/api/documents/1953" } }, { @@ -331860,13 +331860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1952" + "$ref": "https://ils.rero.ch/api/documents/1952" } }, { @@ -331874,13 +331874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1952" + "$ref": "https://ils.rero.ch/api/documents/1952" } }, { @@ -331888,13 +331888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1952" + "$ref": "https://ils.rero.ch/api/documents/1952" } }, { @@ -331902,13 +331902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1952" + "$ref": "https://ils.rero.ch/api/documents/1952" } }, { @@ -331916,13 +331916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1952" + "$ref": "https://ils.rero.ch/api/documents/1952" } }, { @@ -331930,13 +331930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1951" + "$ref": "https://ils.rero.ch/api/documents/1951" } }, { @@ -331944,13 +331944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1951" + "$ref": "https://ils.rero.ch/api/documents/1951" } }, { @@ -331958,13 +331958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1951" + "$ref": "https://ils.rero.ch/api/documents/1951" } }, { @@ -331972,13 +331972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1951" + "$ref": "https://ils.rero.ch/api/documents/1951" } }, { @@ -331986,13 +331986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1950" + "$ref": "https://ils.rero.ch/api/documents/1950" } }, { @@ -332000,13 +332000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1950" + "$ref": "https://ils.rero.ch/api/documents/1950" } }, { @@ -332014,13 +332014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1950" + "$ref": "https://ils.rero.ch/api/documents/1950" } }, { @@ -332028,13 +332028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1950" + "$ref": "https://ils.rero.ch/api/documents/1950" } }, { @@ -332042,13 +332042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1950" + "$ref": "https://ils.rero.ch/api/documents/1950" } }, { @@ -332056,13 +332056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1949" + "$ref": "https://ils.rero.ch/api/documents/1949" } }, { @@ -332070,13 +332070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1949" + "$ref": "https://ils.rero.ch/api/documents/1949" } }, { @@ -332084,13 +332084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1948" + "$ref": "https://ils.rero.ch/api/documents/1948" } }, { @@ -332098,13 +332098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1947" + "$ref": "https://ils.rero.ch/api/documents/1947" } }, { @@ -332112,13 +332112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1946" + "$ref": "https://ils.rero.ch/api/documents/1946" } }, { @@ -332126,13 +332126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1946" + "$ref": "https://ils.rero.ch/api/documents/1946" } }, { @@ -332140,13 +332140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1946" + "$ref": "https://ils.rero.ch/api/documents/1946" } }, { @@ -332154,13 +332154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1946" + "$ref": "https://ils.rero.ch/api/documents/1946" } }, { @@ -332168,13 +332168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1946" + "$ref": "https://ils.rero.ch/api/documents/1946" } }, { @@ -332182,13 +332182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1945" + "$ref": "https://ils.rero.ch/api/documents/1945" } }, { @@ -332196,13 +332196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1945" + "$ref": "https://ils.rero.ch/api/documents/1945" } }, { @@ -332210,13 +332210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1945" + "$ref": "https://ils.rero.ch/api/documents/1945" } }, { @@ -332224,13 +332224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1945" + "$ref": "https://ils.rero.ch/api/documents/1945" } }, { @@ -332238,13 +332238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1944" + "$ref": "https://ils.rero.ch/api/documents/1944" } }, { @@ -332252,13 +332252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1944" + "$ref": "https://ils.rero.ch/api/documents/1944" } }, { @@ -332266,13 +332266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1944" + "$ref": "https://ils.rero.ch/api/documents/1944" } }, { @@ -332280,13 +332280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1944" + "$ref": "https://ils.rero.ch/api/documents/1944" } }, { @@ -332294,13 +332294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1943" + "$ref": "https://ils.rero.ch/api/documents/1943" } }, { @@ -332308,13 +332308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1943" + "$ref": "https://ils.rero.ch/api/documents/1943" } }, { @@ -332322,13 +332322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1942" + "$ref": "https://ils.rero.ch/api/documents/1942" } }, { @@ -332336,13 +332336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1942" + "$ref": "https://ils.rero.ch/api/documents/1942" } }, { @@ -332350,13 +332350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1942" + "$ref": "https://ils.rero.ch/api/documents/1942" } }, { @@ -332364,13 +332364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1942" + "$ref": "https://ils.rero.ch/api/documents/1942" } }, { @@ -332378,13 +332378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1941" + "$ref": "https://ils.rero.ch/api/documents/1941" } }, { @@ -332392,13 +332392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1941" + "$ref": "https://ils.rero.ch/api/documents/1941" } }, { @@ -332406,13 +332406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1941" + "$ref": "https://ils.rero.ch/api/documents/1941" } }, { @@ -332420,13 +332420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1941" + "$ref": "https://ils.rero.ch/api/documents/1941" } }, { @@ -332434,13 +332434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1941" + "$ref": "https://ils.rero.ch/api/documents/1941" } }, { @@ -332448,13 +332448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1940" + "$ref": "https://ils.rero.ch/api/documents/1940" } }, { @@ -332462,13 +332462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1940" + "$ref": "https://ils.rero.ch/api/documents/1940" } }, { @@ -332476,13 +332476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1940" + "$ref": "https://ils.rero.ch/api/documents/1940" } }, { @@ -332490,13 +332490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1940" + "$ref": "https://ils.rero.ch/api/documents/1940" } }, { @@ -332504,13 +332504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1940" + "$ref": "https://ils.rero.ch/api/documents/1940" } }, { @@ -332518,13 +332518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1939" + "$ref": "https://ils.rero.ch/api/documents/1939" } }, { @@ -332532,13 +332532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1938" + "$ref": "https://ils.rero.ch/api/documents/1938" } }, { @@ -332546,13 +332546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1938" + "$ref": "https://ils.rero.ch/api/documents/1938" } }, { @@ -332560,13 +332560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1938" + "$ref": "https://ils.rero.ch/api/documents/1938" } }, { @@ -332574,13 +332574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1937" + "$ref": "https://ils.rero.ch/api/documents/1937" } }, { @@ -332588,13 +332588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1937" + "$ref": "https://ils.rero.ch/api/documents/1937" } }, { @@ -332602,13 +332602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1937" + "$ref": "https://ils.rero.ch/api/documents/1937" } }, { @@ -332616,13 +332616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1937" + "$ref": "https://ils.rero.ch/api/documents/1937" } }, { @@ -332630,13 +332630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1936" + "$ref": "https://ils.rero.ch/api/documents/1936" } }, { @@ -332644,13 +332644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1935" + "$ref": "https://ils.rero.ch/api/documents/1935" } }, { @@ -332658,13 +332658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1935" + "$ref": "https://ils.rero.ch/api/documents/1935" } }, { @@ -332672,13 +332672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1935" + "$ref": "https://ils.rero.ch/api/documents/1935" } }, { @@ -332686,13 +332686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1935" + "$ref": "https://ils.rero.ch/api/documents/1935" } }, { @@ -332700,13 +332700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1934" + "$ref": "https://ils.rero.ch/api/documents/1934" } }, { @@ -332714,13 +332714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1934" + "$ref": "https://ils.rero.ch/api/documents/1934" } }, { @@ -332728,13 +332728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1934" + "$ref": "https://ils.rero.ch/api/documents/1934" } }, { @@ -332742,13 +332742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1934" + "$ref": "https://ils.rero.ch/api/documents/1934" } }, { @@ -332756,13 +332756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1933" + "$ref": "https://ils.rero.ch/api/documents/1933" } }, { @@ -332770,13 +332770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1933" + "$ref": "https://ils.rero.ch/api/documents/1933" } }, { @@ -332784,13 +332784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1933" + "$ref": "https://ils.rero.ch/api/documents/1933" } }, { @@ -332798,13 +332798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1933" + "$ref": "https://ils.rero.ch/api/documents/1933" } }, { @@ -332812,13 +332812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1932" + "$ref": "https://ils.rero.ch/api/documents/1932" } }, { @@ -332826,13 +332826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1932" + "$ref": "https://ils.rero.ch/api/documents/1932" } }, { @@ -332840,13 +332840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1932" + "$ref": "https://ils.rero.ch/api/documents/1932" } }, { @@ -332854,13 +332854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1932" + "$ref": "https://ils.rero.ch/api/documents/1932" } }, { @@ -332868,13 +332868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1932" + "$ref": "https://ils.rero.ch/api/documents/1932" } }, { @@ -332882,13 +332882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1931" + "$ref": "https://ils.rero.ch/api/documents/1931" } }, { @@ -332896,13 +332896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1931" + "$ref": "https://ils.rero.ch/api/documents/1931" } }, { @@ -332910,13 +332910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1931" + "$ref": "https://ils.rero.ch/api/documents/1931" } }, { @@ -332924,13 +332924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1931" + "$ref": "https://ils.rero.ch/api/documents/1931" } }, { @@ -332938,13 +332938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1931" + "$ref": "https://ils.rero.ch/api/documents/1931" } }, { @@ -332952,13 +332952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1930" + "$ref": "https://ils.rero.ch/api/documents/1930" } }, { @@ -332966,13 +332966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1929" + "$ref": "https://ils.rero.ch/api/documents/1929" } }, { @@ -332980,13 +332980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1928" + "$ref": "https://ils.rero.ch/api/documents/1928" } }, { @@ -332994,13 +332994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1928" + "$ref": "https://ils.rero.ch/api/documents/1928" } }, { @@ -333008,13 +333008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1928" + "$ref": "https://ils.rero.ch/api/documents/1928" } }, { @@ -333022,13 +333022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1928" + "$ref": "https://ils.rero.ch/api/documents/1928" } }, { @@ -333036,13 +333036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1927" + "$ref": "https://ils.rero.ch/api/documents/1927" } }, { @@ -333050,13 +333050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1927" + "$ref": "https://ils.rero.ch/api/documents/1927" } }, { @@ -333064,13 +333064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1927" + "$ref": "https://ils.rero.ch/api/documents/1927" } }, { @@ -333078,13 +333078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1927" + "$ref": "https://ils.rero.ch/api/documents/1927" } }, { @@ -333092,13 +333092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1926" + "$ref": "https://ils.rero.ch/api/documents/1926" } }, { @@ -333106,13 +333106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1926" + "$ref": "https://ils.rero.ch/api/documents/1926" } }, { @@ -333120,13 +333120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1926" + "$ref": "https://ils.rero.ch/api/documents/1926" } }, { @@ -333134,13 +333134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1925" + "$ref": "https://ils.rero.ch/api/documents/1925" } }, { @@ -333148,13 +333148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1925" + "$ref": "https://ils.rero.ch/api/documents/1925" } }, { @@ -333162,13 +333162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1925" + "$ref": "https://ils.rero.ch/api/documents/1925" } }, { @@ -333176,13 +333176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1925" + "$ref": "https://ils.rero.ch/api/documents/1925" } }, { @@ -333190,13 +333190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1925" + "$ref": "https://ils.rero.ch/api/documents/1925" } }, { @@ -333204,13 +333204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1924" + "$ref": "https://ils.rero.ch/api/documents/1924" } }, { @@ -333218,13 +333218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1924" + "$ref": "https://ils.rero.ch/api/documents/1924" } }, { @@ -333232,13 +333232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1924" + "$ref": "https://ils.rero.ch/api/documents/1924" } }, { @@ -333246,13 +333246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1923" + "$ref": "https://ils.rero.ch/api/documents/1923" } }, { @@ -333260,13 +333260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1923" + "$ref": "https://ils.rero.ch/api/documents/1923" } }, { @@ -333274,13 +333274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1922" + "$ref": "https://ils.rero.ch/api/documents/1922" } }, { @@ -333288,13 +333288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1922" + "$ref": "https://ils.rero.ch/api/documents/1922" } }, { @@ -333302,13 +333302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1922" + "$ref": "https://ils.rero.ch/api/documents/1922" } }, { @@ -333316,13 +333316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1922" + "$ref": "https://ils.rero.ch/api/documents/1922" } }, { @@ -333330,13 +333330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1922" + "$ref": "https://ils.rero.ch/api/documents/1922" } }, { @@ -333344,13 +333344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1921" + "$ref": "https://ils.rero.ch/api/documents/1921" } }, { @@ -333358,13 +333358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1921" + "$ref": "https://ils.rero.ch/api/documents/1921" } }, { @@ -333372,13 +333372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1921" + "$ref": "https://ils.rero.ch/api/documents/1921" } }, { @@ -333386,13 +333386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1921" + "$ref": "https://ils.rero.ch/api/documents/1921" } }, { @@ -333400,13 +333400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1920" + "$ref": "https://ils.rero.ch/api/documents/1920" } }, { @@ -333414,13 +333414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1919" + "$ref": "https://ils.rero.ch/api/documents/1919" } }, { @@ -333428,13 +333428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1918" + "$ref": "https://ils.rero.ch/api/documents/1918" } }, { @@ -333442,13 +333442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1918" + "$ref": "https://ils.rero.ch/api/documents/1918" } }, { @@ -333456,13 +333456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1918" + "$ref": "https://ils.rero.ch/api/documents/1918" } }, { @@ -333470,13 +333470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1917" + "$ref": "https://ils.rero.ch/api/documents/1917" } }, { @@ -333484,13 +333484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1916" + "$ref": "https://ils.rero.ch/api/documents/1916" } }, { @@ -333498,13 +333498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1916" + "$ref": "https://ils.rero.ch/api/documents/1916" } }, { @@ -333512,13 +333512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1916" + "$ref": "https://ils.rero.ch/api/documents/1916" } }, { @@ -333526,13 +333526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1916" + "$ref": "https://ils.rero.ch/api/documents/1916" } }, { @@ -333540,13 +333540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1915" + "$ref": "https://ils.rero.ch/api/documents/1915" } }, { @@ -333554,13 +333554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1915" + "$ref": "https://ils.rero.ch/api/documents/1915" } }, { @@ -333568,13 +333568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1915" + "$ref": "https://ils.rero.ch/api/documents/1915" } }, { @@ -333582,13 +333582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1915" + "$ref": "https://ils.rero.ch/api/documents/1915" } }, { @@ -333596,13 +333596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1915" + "$ref": "https://ils.rero.ch/api/documents/1915" } }, { @@ -333610,13 +333610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1914" + "$ref": "https://ils.rero.ch/api/documents/1914" } }, { @@ -333624,13 +333624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1914" + "$ref": "https://ils.rero.ch/api/documents/1914" } }, { @@ -333638,13 +333638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1914" + "$ref": "https://ils.rero.ch/api/documents/1914" } }, { @@ -333652,13 +333652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1914" + "$ref": "https://ils.rero.ch/api/documents/1914" } }, { @@ -333666,13 +333666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1914" + "$ref": "https://ils.rero.ch/api/documents/1914" } }, { @@ -333680,13 +333680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1913" + "$ref": "https://ils.rero.ch/api/documents/1913" } }, { @@ -333694,13 +333694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1913" + "$ref": "https://ils.rero.ch/api/documents/1913" } }, { @@ -333708,13 +333708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1913" + "$ref": "https://ils.rero.ch/api/documents/1913" } }, { @@ -333722,13 +333722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1913" + "$ref": "https://ils.rero.ch/api/documents/1913" } }, { @@ -333736,13 +333736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1912" + "$ref": "https://ils.rero.ch/api/documents/1912" } }, { @@ -333750,13 +333750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1912" + "$ref": "https://ils.rero.ch/api/documents/1912" } }, { @@ -333764,13 +333764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1912" + "$ref": "https://ils.rero.ch/api/documents/1912" } }, { @@ -333778,13 +333778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1911" + "$ref": "https://ils.rero.ch/api/documents/1911" } }, { @@ -333792,13 +333792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1911" + "$ref": "https://ils.rero.ch/api/documents/1911" } }, { @@ -333806,13 +333806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1910" + "$ref": "https://ils.rero.ch/api/documents/1910" } }, { @@ -333820,13 +333820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1910" + "$ref": "https://ils.rero.ch/api/documents/1910" } }, { @@ -333834,13 +333834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1910" + "$ref": "https://ils.rero.ch/api/documents/1910" } }, { @@ -333848,13 +333848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1910" + "$ref": "https://ils.rero.ch/api/documents/1910" } }, { @@ -333862,13 +333862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1909" + "$ref": "https://ils.rero.ch/api/documents/1909" } }, { @@ -333876,13 +333876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1909" + "$ref": "https://ils.rero.ch/api/documents/1909" } }, { @@ -333890,13 +333890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1909" + "$ref": "https://ils.rero.ch/api/documents/1909" } }, { @@ -333904,13 +333904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1909" + "$ref": "https://ils.rero.ch/api/documents/1909" } }, { @@ -333918,13 +333918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1908" + "$ref": "https://ils.rero.ch/api/documents/1908" } }, { @@ -333932,13 +333932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1908" + "$ref": "https://ils.rero.ch/api/documents/1908" } }, { @@ -333946,13 +333946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1907" + "$ref": "https://ils.rero.ch/api/documents/1907" } }, { @@ -333960,13 +333960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1906" + "$ref": "https://ils.rero.ch/api/documents/1906" } }, { @@ -333974,13 +333974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1905" + "$ref": "https://ils.rero.ch/api/documents/1905" } }, { @@ -333988,13 +333988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1905" + "$ref": "https://ils.rero.ch/api/documents/1905" } }, { @@ -334002,13 +334002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1905" + "$ref": "https://ils.rero.ch/api/documents/1905" } }, { @@ -334016,13 +334016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1905" + "$ref": "https://ils.rero.ch/api/documents/1905" } }, { @@ -334030,13 +334030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1905" + "$ref": "https://ils.rero.ch/api/documents/1905" } }, { @@ -334044,13 +334044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1904" + "$ref": "https://ils.rero.ch/api/documents/1904" } }, { @@ -334058,13 +334058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1904" + "$ref": "https://ils.rero.ch/api/documents/1904" } }, { @@ -334072,13 +334072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1904" + "$ref": "https://ils.rero.ch/api/documents/1904" } }, { @@ -334086,13 +334086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1904" + "$ref": "https://ils.rero.ch/api/documents/1904" } }, { @@ -334100,13 +334100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1903" + "$ref": "https://ils.rero.ch/api/documents/1903" } }, { @@ -334114,13 +334114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1903" + "$ref": "https://ils.rero.ch/api/documents/1903" } }, { @@ -334128,13 +334128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1903" + "$ref": "https://ils.rero.ch/api/documents/1903" } }, { @@ -334142,13 +334142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1903" + "$ref": "https://ils.rero.ch/api/documents/1903" } }, { @@ -334156,13 +334156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1902" + "$ref": "https://ils.rero.ch/api/documents/1902" } }, { @@ -334170,13 +334170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1902" + "$ref": "https://ils.rero.ch/api/documents/1902" } }, { @@ -334184,13 +334184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1901" + "$ref": "https://ils.rero.ch/api/documents/1901" } }, { @@ -334198,13 +334198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1901" + "$ref": "https://ils.rero.ch/api/documents/1901" } }, { @@ -334212,13 +334212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1900" + "$ref": "https://ils.rero.ch/api/documents/1900" } }, { @@ -334226,13 +334226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1899" + "$ref": "https://ils.rero.ch/api/documents/1899" } }, { @@ -334240,13 +334240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1898" + "$ref": "https://ils.rero.ch/api/documents/1898" } }, { @@ -334254,13 +334254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1898" + "$ref": "https://ils.rero.ch/api/documents/1898" } }, { @@ -334268,13 +334268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1898" + "$ref": "https://ils.rero.ch/api/documents/1898" } }, { @@ -334282,13 +334282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1898" + "$ref": "https://ils.rero.ch/api/documents/1898" } }, { @@ -334296,13 +334296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1898" + "$ref": "https://ils.rero.ch/api/documents/1898" } }, { @@ -334310,13 +334310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1897" + "$ref": "https://ils.rero.ch/api/documents/1897" } }, { @@ -334324,13 +334324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1897" + "$ref": "https://ils.rero.ch/api/documents/1897" } }, { @@ -334338,13 +334338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1897" + "$ref": "https://ils.rero.ch/api/documents/1897" } }, { @@ -334352,13 +334352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1897" + "$ref": "https://ils.rero.ch/api/documents/1897" } }, { @@ -334366,13 +334366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1896" + "$ref": "https://ils.rero.ch/api/documents/1896" } }, { @@ -334380,13 +334380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1895" + "$ref": "https://ils.rero.ch/api/documents/1895" } }, { @@ -334394,13 +334394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1895" + "$ref": "https://ils.rero.ch/api/documents/1895" } }, { @@ -334408,13 +334408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1895" + "$ref": "https://ils.rero.ch/api/documents/1895" } }, { @@ -334422,13 +334422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1895" + "$ref": "https://ils.rero.ch/api/documents/1895" } }, { @@ -334436,13 +334436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1894" + "$ref": "https://ils.rero.ch/api/documents/1894" } }, { @@ -334450,13 +334450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1894" + "$ref": "https://ils.rero.ch/api/documents/1894" } }, { @@ -334464,13 +334464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1893" + "$ref": "https://ils.rero.ch/api/documents/1893" } }, { @@ -334478,13 +334478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1893" + "$ref": "https://ils.rero.ch/api/documents/1893" } }, { @@ -334492,13 +334492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1892" + "$ref": "https://ils.rero.ch/api/documents/1892" } }, { @@ -334506,13 +334506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1892" + "$ref": "https://ils.rero.ch/api/documents/1892" } }, { @@ -334520,13 +334520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1892" + "$ref": "https://ils.rero.ch/api/documents/1892" } }, { @@ -334534,13 +334534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1892" + "$ref": "https://ils.rero.ch/api/documents/1892" } }, { @@ -334548,13 +334548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1891" + "$ref": "https://ils.rero.ch/api/documents/1891" } }, { @@ -334562,13 +334562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1891" + "$ref": "https://ils.rero.ch/api/documents/1891" } }, { @@ -334576,13 +334576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1891" + "$ref": "https://ils.rero.ch/api/documents/1891" } }, { @@ -334590,13 +334590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1891" + "$ref": "https://ils.rero.ch/api/documents/1891" } }, { @@ -334604,13 +334604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1891" + "$ref": "https://ils.rero.ch/api/documents/1891" } }, { @@ -334618,13 +334618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1890" + "$ref": "https://ils.rero.ch/api/documents/1890" } }, { @@ -334632,13 +334632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1890" + "$ref": "https://ils.rero.ch/api/documents/1890" } }, { @@ -334646,13 +334646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1890" + "$ref": "https://ils.rero.ch/api/documents/1890" } }, { @@ -334660,13 +334660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1890" + "$ref": "https://ils.rero.ch/api/documents/1890" } }, { @@ -334674,13 +334674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1890" + "$ref": "https://ils.rero.ch/api/documents/1890" } }, { @@ -334688,13 +334688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1889" + "$ref": "https://ils.rero.ch/api/documents/1889" } }, { @@ -334702,13 +334702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1889" + "$ref": "https://ils.rero.ch/api/documents/1889" } }, { @@ -334716,13 +334716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1888" + "$ref": "https://ils.rero.ch/api/documents/1888" } }, { @@ -334730,13 +334730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1888" + "$ref": "https://ils.rero.ch/api/documents/1888" } }, { @@ -334744,13 +334744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1888" + "$ref": "https://ils.rero.ch/api/documents/1888" } }, { @@ -334758,13 +334758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1888" + "$ref": "https://ils.rero.ch/api/documents/1888" } }, { @@ -334772,13 +334772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1888" + "$ref": "https://ils.rero.ch/api/documents/1888" } }, { @@ -334786,13 +334786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1887" + "$ref": "https://ils.rero.ch/api/documents/1887" } }, { @@ -334800,13 +334800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1887" + "$ref": "https://ils.rero.ch/api/documents/1887" } }, { @@ -334814,13 +334814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1887" + "$ref": "https://ils.rero.ch/api/documents/1887" } }, { @@ -334828,13 +334828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1887" + "$ref": "https://ils.rero.ch/api/documents/1887" } }, { @@ -334842,13 +334842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1886" + "$ref": "https://ils.rero.ch/api/documents/1886" } }, { @@ -334856,13 +334856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1886" + "$ref": "https://ils.rero.ch/api/documents/1886" } }, { @@ -334870,13 +334870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1886" + "$ref": "https://ils.rero.ch/api/documents/1886" } }, { @@ -334884,13 +334884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1886" + "$ref": "https://ils.rero.ch/api/documents/1886" } }, { @@ -334898,13 +334898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1886" + "$ref": "https://ils.rero.ch/api/documents/1886" } }, { @@ -334912,13 +334912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1885" + "$ref": "https://ils.rero.ch/api/documents/1885" } }, { @@ -334926,13 +334926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1885" + "$ref": "https://ils.rero.ch/api/documents/1885" } }, { @@ -334940,13 +334940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1885" + "$ref": "https://ils.rero.ch/api/documents/1885" } }, { @@ -334954,13 +334954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1885" + "$ref": "https://ils.rero.ch/api/documents/1885" } }, { @@ -334968,13 +334968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1885" + "$ref": "https://ils.rero.ch/api/documents/1885" } }, { @@ -334982,13 +334982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1884" + "$ref": "https://ils.rero.ch/api/documents/1884" } }, { @@ -334996,13 +334996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1884" + "$ref": "https://ils.rero.ch/api/documents/1884" } }, { @@ -335010,13 +335010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1884" + "$ref": "https://ils.rero.ch/api/documents/1884" } }, { @@ -335024,13 +335024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1884" + "$ref": "https://ils.rero.ch/api/documents/1884" } }, { @@ -335038,13 +335038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1884" + "$ref": "https://ils.rero.ch/api/documents/1884" } }, { @@ -335052,13 +335052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1883" + "$ref": "https://ils.rero.ch/api/documents/1883" } }, { @@ -335066,13 +335066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1883" + "$ref": "https://ils.rero.ch/api/documents/1883" } }, { @@ -335080,13 +335080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1883" + "$ref": "https://ils.rero.ch/api/documents/1883" } }, { @@ -335094,13 +335094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1883" + "$ref": "https://ils.rero.ch/api/documents/1883" } }, { @@ -335108,13 +335108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1882" + "$ref": "https://ils.rero.ch/api/documents/1882" } }, { @@ -335122,13 +335122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1882" + "$ref": "https://ils.rero.ch/api/documents/1882" } }, { @@ -335136,13 +335136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1882" + "$ref": "https://ils.rero.ch/api/documents/1882" } }, { @@ -335150,13 +335150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1882" + "$ref": "https://ils.rero.ch/api/documents/1882" } }, { @@ -335164,13 +335164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1881" + "$ref": "https://ils.rero.ch/api/documents/1881" } }, { @@ -335178,13 +335178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1880" + "$ref": "https://ils.rero.ch/api/documents/1880" } }, { @@ -335192,13 +335192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1879" + "$ref": "https://ils.rero.ch/api/documents/1879" } }, { @@ -335206,13 +335206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1879" + "$ref": "https://ils.rero.ch/api/documents/1879" } }, { @@ -335220,13 +335220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1879" + "$ref": "https://ils.rero.ch/api/documents/1879" } }, { @@ -335234,13 +335234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1879" + "$ref": "https://ils.rero.ch/api/documents/1879" } }, { @@ -335248,13 +335248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1879" + "$ref": "https://ils.rero.ch/api/documents/1879" } }, { @@ -335262,13 +335262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1878" + "$ref": "https://ils.rero.ch/api/documents/1878" } }, { @@ -335276,13 +335276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1878" + "$ref": "https://ils.rero.ch/api/documents/1878" } }, { @@ -335290,13 +335290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1878" + "$ref": "https://ils.rero.ch/api/documents/1878" } }, { @@ -335304,13 +335304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1878" + "$ref": "https://ils.rero.ch/api/documents/1878" } }, { @@ -335318,13 +335318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1877" + "$ref": "https://ils.rero.ch/api/documents/1877" } }, { @@ -335332,13 +335332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1877" + "$ref": "https://ils.rero.ch/api/documents/1877" } }, { @@ -335346,13 +335346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1877" + "$ref": "https://ils.rero.ch/api/documents/1877" } }, { @@ -335360,13 +335360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1877" + "$ref": "https://ils.rero.ch/api/documents/1877" } }, { @@ -335374,13 +335374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1876" + "$ref": "https://ils.rero.ch/api/documents/1876" } }, { @@ -335388,13 +335388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1876" + "$ref": "https://ils.rero.ch/api/documents/1876" } }, { @@ -335402,13 +335402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1875" + "$ref": "https://ils.rero.ch/api/documents/1875" } }, { @@ -335416,13 +335416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1875" + "$ref": "https://ils.rero.ch/api/documents/1875" } }, { @@ -335430,13 +335430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1875" + "$ref": "https://ils.rero.ch/api/documents/1875" } }, { @@ -335444,13 +335444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1874" + "$ref": "https://ils.rero.ch/api/documents/1874" } }, { @@ -335458,13 +335458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1874" + "$ref": "https://ils.rero.ch/api/documents/1874" } }, { @@ -335472,13 +335472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1874" + "$ref": "https://ils.rero.ch/api/documents/1874" } }, { @@ -335486,13 +335486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1873" + "$ref": "https://ils.rero.ch/api/documents/1873" } }, { @@ -335500,13 +335500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1873" + "$ref": "https://ils.rero.ch/api/documents/1873" } }, { @@ -335514,13 +335514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1872" + "$ref": "https://ils.rero.ch/api/documents/1872" } }, { @@ -335528,13 +335528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1872" + "$ref": "https://ils.rero.ch/api/documents/1872" } }, { @@ -335542,13 +335542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1872" + "$ref": "https://ils.rero.ch/api/documents/1872" } }, { @@ -335556,13 +335556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1872" + "$ref": "https://ils.rero.ch/api/documents/1872" } }, { @@ -335570,13 +335570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1871" + "$ref": "https://ils.rero.ch/api/documents/1871" } }, { @@ -335584,13 +335584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1871" + "$ref": "https://ils.rero.ch/api/documents/1871" } }, { @@ -335598,13 +335598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1870" + "$ref": "https://ils.rero.ch/api/documents/1870" } }, { @@ -335612,13 +335612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1870" + "$ref": "https://ils.rero.ch/api/documents/1870" } }, { @@ -335626,13 +335626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1870" + "$ref": "https://ils.rero.ch/api/documents/1870" } }, { @@ -335640,13 +335640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1869" + "$ref": "https://ils.rero.ch/api/documents/1869" } }, { @@ -335654,13 +335654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1869" + "$ref": "https://ils.rero.ch/api/documents/1869" } }, { @@ -335668,13 +335668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1869" + "$ref": "https://ils.rero.ch/api/documents/1869" } }, { @@ -335682,13 +335682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1868" + "$ref": "https://ils.rero.ch/api/documents/1868" } }, { @@ -335696,13 +335696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1867" + "$ref": "https://ils.rero.ch/api/documents/1867" } }, { @@ -335710,13 +335710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1867" + "$ref": "https://ils.rero.ch/api/documents/1867" } }, { @@ -335724,13 +335724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1867" + "$ref": "https://ils.rero.ch/api/documents/1867" } }, { @@ -335738,13 +335738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1867" + "$ref": "https://ils.rero.ch/api/documents/1867" } }, { @@ -335752,13 +335752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1867" + "$ref": "https://ils.rero.ch/api/documents/1867" } }, { @@ -335766,13 +335766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1866" + "$ref": "https://ils.rero.ch/api/documents/1866" } }, { @@ -335780,13 +335780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1866" + "$ref": "https://ils.rero.ch/api/documents/1866" } }, { @@ -335794,13 +335794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1866" + "$ref": "https://ils.rero.ch/api/documents/1866" } }, { @@ -335808,13 +335808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1865" + "$ref": "https://ils.rero.ch/api/documents/1865" } }, { @@ -335822,13 +335822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1865" + "$ref": "https://ils.rero.ch/api/documents/1865" } }, { @@ -335836,13 +335836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1865" + "$ref": "https://ils.rero.ch/api/documents/1865" } }, { @@ -335850,13 +335850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1864" + "$ref": "https://ils.rero.ch/api/documents/1864" } }, { @@ -335864,13 +335864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1864" + "$ref": "https://ils.rero.ch/api/documents/1864" } }, { @@ -335878,13 +335878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1864" + "$ref": "https://ils.rero.ch/api/documents/1864" } }, { @@ -335892,13 +335892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1863" + "$ref": "https://ils.rero.ch/api/documents/1863" } }, { @@ -335906,13 +335906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1863" + "$ref": "https://ils.rero.ch/api/documents/1863" } }, { @@ -335920,13 +335920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1862" + "$ref": "https://ils.rero.ch/api/documents/1862" } }, { @@ -335934,13 +335934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1862" + "$ref": "https://ils.rero.ch/api/documents/1862" } }, { @@ -335948,13 +335948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1862" + "$ref": "https://ils.rero.ch/api/documents/1862" } }, { @@ -335962,13 +335962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1861" + "$ref": "https://ils.rero.ch/api/documents/1861" } }, { @@ -335976,13 +335976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1861" + "$ref": "https://ils.rero.ch/api/documents/1861" } }, { @@ -335990,13 +335990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1861" + "$ref": "https://ils.rero.ch/api/documents/1861" } }, { @@ -336004,13 +336004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1860" + "$ref": "https://ils.rero.ch/api/documents/1860" } }, { @@ -336018,13 +336018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1860" + "$ref": "https://ils.rero.ch/api/documents/1860" } }, { @@ -336032,13 +336032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1860" + "$ref": "https://ils.rero.ch/api/documents/1860" } }, { @@ -336046,13 +336046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1859" + "$ref": "https://ils.rero.ch/api/documents/1859" } }, { @@ -336060,13 +336060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1859" + "$ref": "https://ils.rero.ch/api/documents/1859" } }, { @@ -336074,13 +336074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1859" + "$ref": "https://ils.rero.ch/api/documents/1859" } }, { @@ -336088,13 +336088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1858" + "$ref": "https://ils.rero.ch/api/documents/1858" } }, { @@ -336102,13 +336102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1858" + "$ref": "https://ils.rero.ch/api/documents/1858" } }, { @@ -336116,13 +336116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1858" + "$ref": "https://ils.rero.ch/api/documents/1858" } }, { @@ -336130,13 +336130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1858" + "$ref": "https://ils.rero.ch/api/documents/1858" } }, { @@ -336144,13 +336144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1857" + "$ref": "https://ils.rero.ch/api/documents/1857" } }, { @@ -336158,13 +336158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1857" + "$ref": "https://ils.rero.ch/api/documents/1857" } }, { @@ -336172,13 +336172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1857" + "$ref": "https://ils.rero.ch/api/documents/1857" } }, { @@ -336186,13 +336186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1856" + "$ref": "https://ils.rero.ch/api/documents/1856" } }, { @@ -336200,13 +336200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1855" + "$ref": "https://ils.rero.ch/api/documents/1855" } }, { @@ -336214,13 +336214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1855" + "$ref": "https://ils.rero.ch/api/documents/1855" } }, { @@ -336228,13 +336228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1855" + "$ref": "https://ils.rero.ch/api/documents/1855" } }, { @@ -336242,13 +336242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1854" + "$ref": "https://ils.rero.ch/api/documents/1854" } }, { @@ -336256,13 +336256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1854" + "$ref": "https://ils.rero.ch/api/documents/1854" } }, { @@ -336270,13 +336270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1854" + "$ref": "https://ils.rero.ch/api/documents/1854" } }, { @@ -336284,13 +336284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1853" + "$ref": "https://ils.rero.ch/api/documents/1853" } }, { @@ -336298,13 +336298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1853" + "$ref": "https://ils.rero.ch/api/documents/1853" } }, { @@ -336312,13 +336312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1853" + "$ref": "https://ils.rero.ch/api/documents/1853" } }, { @@ -336326,13 +336326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1852" + "$ref": "https://ils.rero.ch/api/documents/1852" } }, { @@ -336340,13 +336340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1852" + "$ref": "https://ils.rero.ch/api/documents/1852" } }, { @@ -336354,13 +336354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1851" + "$ref": "https://ils.rero.ch/api/documents/1851" } }, { @@ -336368,13 +336368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1851" + "$ref": "https://ils.rero.ch/api/documents/1851" } }, { @@ -336382,13 +336382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1851" + "$ref": "https://ils.rero.ch/api/documents/1851" } }, { @@ -336396,13 +336396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1851" + "$ref": "https://ils.rero.ch/api/documents/1851" } }, { @@ -336410,13 +336410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1851" + "$ref": "https://ils.rero.ch/api/documents/1851" } }, { @@ -336424,13 +336424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1850" + "$ref": "https://ils.rero.ch/api/documents/1850" } }, { @@ -336438,13 +336438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1850" + "$ref": "https://ils.rero.ch/api/documents/1850" } }, { @@ -336452,13 +336452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1850" + "$ref": "https://ils.rero.ch/api/documents/1850" } }, { @@ -336466,13 +336466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1850" + "$ref": "https://ils.rero.ch/api/documents/1850" } }, { @@ -336480,13 +336480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1849" + "$ref": "https://ils.rero.ch/api/documents/1849" } }, { @@ -336494,13 +336494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1849" + "$ref": "https://ils.rero.ch/api/documents/1849" } }, { @@ -336508,13 +336508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1848" + "$ref": "https://ils.rero.ch/api/documents/1848" } }, { @@ -336522,13 +336522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1847" + "$ref": "https://ils.rero.ch/api/documents/1847" } }, { @@ -336536,13 +336536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1847" + "$ref": "https://ils.rero.ch/api/documents/1847" } }, { @@ -336550,13 +336550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1847" + "$ref": "https://ils.rero.ch/api/documents/1847" } }, { @@ -336564,13 +336564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1846" + "$ref": "https://ils.rero.ch/api/documents/1846" } }, { @@ -336578,13 +336578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1846" + "$ref": "https://ils.rero.ch/api/documents/1846" } }, { @@ -336592,13 +336592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1845" + "$ref": "https://ils.rero.ch/api/documents/1845" } }, { @@ -336606,13 +336606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1844" + "$ref": "https://ils.rero.ch/api/documents/1844" } }, { @@ -336620,13 +336620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1844" + "$ref": "https://ils.rero.ch/api/documents/1844" } }, { @@ -336634,13 +336634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1844" + "$ref": "https://ils.rero.ch/api/documents/1844" } }, { @@ -336648,13 +336648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1844" + "$ref": "https://ils.rero.ch/api/documents/1844" } }, { @@ -336662,13 +336662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1844" + "$ref": "https://ils.rero.ch/api/documents/1844" } }, { @@ -336676,13 +336676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1843" + "$ref": "https://ils.rero.ch/api/documents/1843" } }, { @@ -336690,13 +336690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1843" + "$ref": "https://ils.rero.ch/api/documents/1843" } }, { @@ -336704,13 +336704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1843" + "$ref": "https://ils.rero.ch/api/documents/1843" } }, { @@ -336718,13 +336718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1842" + "$ref": "https://ils.rero.ch/api/documents/1842" } }, { @@ -336732,13 +336732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1842" + "$ref": "https://ils.rero.ch/api/documents/1842" } }, { @@ -336746,13 +336746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1841" + "$ref": "https://ils.rero.ch/api/documents/1841" } }, { @@ -336760,13 +336760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1841" + "$ref": "https://ils.rero.ch/api/documents/1841" } }, { @@ -336774,13 +336774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1841" + "$ref": "https://ils.rero.ch/api/documents/1841" } }, { @@ -336788,13 +336788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1840" + "$ref": "https://ils.rero.ch/api/documents/1840" } }, { @@ -336802,13 +336802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1840" + "$ref": "https://ils.rero.ch/api/documents/1840" } }, { @@ -336816,13 +336816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1840" + "$ref": "https://ils.rero.ch/api/documents/1840" } }, { @@ -336830,13 +336830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1839" + "$ref": "https://ils.rero.ch/api/documents/1839" } }, { @@ -336844,13 +336844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1839" + "$ref": "https://ils.rero.ch/api/documents/1839" } }, { @@ -336858,13 +336858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1839" + "$ref": "https://ils.rero.ch/api/documents/1839" } }, { @@ -336872,13 +336872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1839" + "$ref": "https://ils.rero.ch/api/documents/1839" } }, { @@ -336886,13 +336886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1838" + "$ref": "https://ils.rero.ch/api/documents/1838" } }, { @@ -336900,13 +336900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1838" + "$ref": "https://ils.rero.ch/api/documents/1838" } }, { @@ -336914,13 +336914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1838" + "$ref": "https://ils.rero.ch/api/documents/1838" } }, { @@ -336928,13 +336928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1837" + "$ref": "https://ils.rero.ch/api/documents/1837" } }, { @@ -336942,13 +336942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1837" + "$ref": "https://ils.rero.ch/api/documents/1837" } }, { @@ -336956,13 +336956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1837" + "$ref": "https://ils.rero.ch/api/documents/1837" } }, { @@ -336970,13 +336970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1837" + "$ref": "https://ils.rero.ch/api/documents/1837" } }, { @@ -336984,13 +336984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1836" + "$ref": "https://ils.rero.ch/api/documents/1836" } }, { @@ -336998,13 +336998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1836" + "$ref": "https://ils.rero.ch/api/documents/1836" } }, { @@ -337012,13 +337012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1836" + "$ref": "https://ils.rero.ch/api/documents/1836" } }, { @@ -337026,13 +337026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1836" + "$ref": "https://ils.rero.ch/api/documents/1836" } }, { @@ -337040,13 +337040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1835" + "$ref": "https://ils.rero.ch/api/documents/1835" } }, { @@ -337054,13 +337054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1835" + "$ref": "https://ils.rero.ch/api/documents/1835" } }, { @@ -337068,13 +337068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1835" + "$ref": "https://ils.rero.ch/api/documents/1835" } }, { @@ -337082,13 +337082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1835" + "$ref": "https://ils.rero.ch/api/documents/1835" } }, { @@ -337096,13 +337096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1834" + "$ref": "https://ils.rero.ch/api/documents/1834" } }, { @@ -337110,13 +337110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1834" + "$ref": "https://ils.rero.ch/api/documents/1834" } }, { @@ -337124,13 +337124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1833" + "$ref": "https://ils.rero.ch/api/documents/1833" } }, { @@ -337138,13 +337138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1833" + "$ref": "https://ils.rero.ch/api/documents/1833" } }, { @@ -337152,13 +337152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1833" + "$ref": "https://ils.rero.ch/api/documents/1833" } }, { @@ -337166,13 +337166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1833" + "$ref": "https://ils.rero.ch/api/documents/1833" } }, { @@ -337180,13 +337180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1833" + "$ref": "https://ils.rero.ch/api/documents/1833" } }, { @@ -337194,13 +337194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1832" + "$ref": "https://ils.rero.ch/api/documents/1832" } }, { @@ -337208,13 +337208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1832" + "$ref": "https://ils.rero.ch/api/documents/1832" } }, { @@ -337222,13 +337222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1832" + "$ref": "https://ils.rero.ch/api/documents/1832" } }, { @@ -337236,13 +337236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1832" + "$ref": "https://ils.rero.ch/api/documents/1832" } }, { @@ -337250,13 +337250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1831" + "$ref": "https://ils.rero.ch/api/documents/1831" } }, { @@ -337264,13 +337264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1831" + "$ref": "https://ils.rero.ch/api/documents/1831" } }, { @@ -337278,13 +337278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1831" + "$ref": "https://ils.rero.ch/api/documents/1831" } }, { @@ -337292,13 +337292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1831" + "$ref": "https://ils.rero.ch/api/documents/1831" } }, { @@ -337306,13 +337306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1830" + "$ref": "https://ils.rero.ch/api/documents/1830" } }, { @@ -337320,13 +337320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1829" + "$ref": "https://ils.rero.ch/api/documents/1829" } }, { @@ -337334,13 +337334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1829" + "$ref": "https://ils.rero.ch/api/documents/1829" } }, { @@ -337348,13 +337348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1829" + "$ref": "https://ils.rero.ch/api/documents/1829" } }, { @@ -337362,13 +337362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1829" + "$ref": "https://ils.rero.ch/api/documents/1829" } }, { @@ -337376,13 +337376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1829" + "$ref": "https://ils.rero.ch/api/documents/1829" } }, { @@ -337390,13 +337390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1828" + "$ref": "https://ils.rero.ch/api/documents/1828" } }, { @@ -337404,13 +337404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1828" + "$ref": "https://ils.rero.ch/api/documents/1828" } }, { @@ -337418,13 +337418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1827" + "$ref": "https://ils.rero.ch/api/documents/1827" } }, { @@ -337432,13 +337432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1826" + "$ref": "https://ils.rero.ch/api/documents/1826" } }, { @@ -337446,13 +337446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1826" + "$ref": "https://ils.rero.ch/api/documents/1826" } }, { @@ -337460,13 +337460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1826" + "$ref": "https://ils.rero.ch/api/documents/1826" } }, { @@ -337474,13 +337474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1825" + "$ref": "https://ils.rero.ch/api/documents/1825" } }, { @@ -337488,13 +337488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1824" + "$ref": "https://ils.rero.ch/api/documents/1824" } }, { @@ -337502,13 +337502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1824" + "$ref": "https://ils.rero.ch/api/documents/1824" } }, { @@ -337516,13 +337516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1824" + "$ref": "https://ils.rero.ch/api/documents/1824" } }, { @@ -337530,13 +337530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1824" + "$ref": "https://ils.rero.ch/api/documents/1824" } }, { @@ -337544,13 +337544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1823" + "$ref": "https://ils.rero.ch/api/documents/1823" } }, { @@ -337558,13 +337558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1823" + "$ref": "https://ils.rero.ch/api/documents/1823" } }, { @@ -337572,13 +337572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1823" + "$ref": "https://ils.rero.ch/api/documents/1823" } }, { @@ -337586,13 +337586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1823" + "$ref": "https://ils.rero.ch/api/documents/1823" } }, { @@ -337600,13 +337600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1823" + "$ref": "https://ils.rero.ch/api/documents/1823" } }, { @@ -337614,13 +337614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1822" + "$ref": "https://ils.rero.ch/api/documents/1822" } }, { @@ -337628,13 +337628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1822" + "$ref": "https://ils.rero.ch/api/documents/1822" } }, { @@ -337642,13 +337642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1822" + "$ref": "https://ils.rero.ch/api/documents/1822" } }, { @@ -337656,13 +337656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1822" + "$ref": "https://ils.rero.ch/api/documents/1822" } }, { @@ -337670,13 +337670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1821" + "$ref": "https://ils.rero.ch/api/documents/1821" } }, { @@ -337684,13 +337684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1821" + "$ref": "https://ils.rero.ch/api/documents/1821" } }, { @@ -337698,13 +337698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1821" + "$ref": "https://ils.rero.ch/api/documents/1821" } }, { @@ -337712,13 +337712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1821" + "$ref": "https://ils.rero.ch/api/documents/1821" } }, { @@ -337726,13 +337726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1821" + "$ref": "https://ils.rero.ch/api/documents/1821" } }, { @@ -337740,13 +337740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1820" + "$ref": "https://ils.rero.ch/api/documents/1820" } }, { @@ -337754,13 +337754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1820" + "$ref": "https://ils.rero.ch/api/documents/1820" } }, { @@ -337768,13 +337768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1820" + "$ref": "https://ils.rero.ch/api/documents/1820" } }, { @@ -337782,13 +337782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1820" + "$ref": "https://ils.rero.ch/api/documents/1820" } }, { @@ -337796,13 +337796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1819" + "$ref": "https://ils.rero.ch/api/documents/1819" } }, { @@ -337810,13 +337810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1819" + "$ref": "https://ils.rero.ch/api/documents/1819" } }, { @@ -337824,13 +337824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1819" + "$ref": "https://ils.rero.ch/api/documents/1819" } }, { @@ -337838,13 +337838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1819" + "$ref": "https://ils.rero.ch/api/documents/1819" } }, { @@ -337852,13 +337852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1818" + "$ref": "https://ils.rero.ch/api/documents/1818" } }, { @@ -337866,13 +337866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1818" + "$ref": "https://ils.rero.ch/api/documents/1818" } }, { @@ -337880,13 +337880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1818" + "$ref": "https://ils.rero.ch/api/documents/1818" } }, { @@ -337894,13 +337894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1817" + "$ref": "https://ils.rero.ch/api/documents/1817" } }, { @@ -337908,13 +337908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1816" + "$ref": "https://ils.rero.ch/api/documents/1816" } }, { @@ -337922,13 +337922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1816" + "$ref": "https://ils.rero.ch/api/documents/1816" } }, { @@ -337936,13 +337936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1816" + "$ref": "https://ils.rero.ch/api/documents/1816" } }, { @@ -337950,13 +337950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1816" + "$ref": "https://ils.rero.ch/api/documents/1816" } }, { @@ -337964,13 +337964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1816" + "$ref": "https://ils.rero.ch/api/documents/1816" } }, { @@ -337978,13 +337978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1815" + "$ref": "https://ils.rero.ch/api/documents/1815" } }, { @@ -337992,13 +337992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1815" + "$ref": "https://ils.rero.ch/api/documents/1815" } }, { @@ -338006,13 +338006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1815" + "$ref": "https://ils.rero.ch/api/documents/1815" } }, { @@ -338020,13 +338020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1815" + "$ref": "https://ils.rero.ch/api/documents/1815" } }, { @@ -338034,13 +338034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1814" + "$ref": "https://ils.rero.ch/api/documents/1814" } }, { @@ -338048,13 +338048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1813" + "$ref": "https://ils.rero.ch/api/documents/1813" } }, { @@ -338062,13 +338062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1813" + "$ref": "https://ils.rero.ch/api/documents/1813" } }, { @@ -338076,13 +338076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1812" + "$ref": "https://ils.rero.ch/api/documents/1812" } }, { @@ -338090,13 +338090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1812" + "$ref": "https://ils.rero.ch/api/documents/1812" } }, { @@ -338104,13 +338104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1812" + "$ref": "https://ils.rero.ch/api/documents/1812" } }, { @@ -338118,13 +338118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1811" + "$ref": "https://ils.rero.ch/api/documents/1811" } }, { @@ -338132,13 +338132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1810" + "$ref": "https://ils.rero.ch/api/documents/1810" } }, { @@ -338146,13 +338146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1810" + "$ref": "https://ils.rero.ch/api/documents/1810" } }, { @@ -338160,13 +338160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1810" + "$ref": "https://ils.rero.ch/api/documents/1810" } }, { @@ -338174,13 +338174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1809" + "$ref": "https://ils.rero.ch/api/documents/1809" } }, { @@ -338188,13 +338188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1809" + "$ref": "https://ils.rero.ch/api/documents/1809" } }, { @@ -338202,13 +338202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1809" + "$ref": "https://ils.rero.ch/api/documents/1809" } }, { @@ -338216,13 +338216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1809" + "$ref": "https://ils.rero.ch/api/documents/1809" } }, { @@ -338230,13 +338230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1808" + "$ref": "https://ils.rero.ch/api/documents/1808" } }, { @@ -338244,13 +338244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1808" + "$ref": "https://ils.rero.ch/api/documents/1808" } }, { @@ -338258,13 +338258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1807" + "$ref": "https://ils.rero.ch/api/documents/1807" } }, { @@ -338272,13 +338272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1807" + "$ref": "https://ils.rero.ch/api/documents/1807" } }, { @@ -338286,13 +338286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1806" + "$ref": "https://ils.rero.ch/api/documents/1806" } }, { @@ -338300,13 +338300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1806" + "$ref": "https://ils.rero.ch/api/documents/1806" } }, { @@ -338314,13 +338314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1806" + "$ref": "https://ils.rero.ch/api/documents/1806" } }, { @@ -338328,13 +338328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1806" + "$ref": "https://ils.rero.ch/api/documents/1806" } }, { @@ -338342,13 +338342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1805" + "$ref": "https://ils.rero.ch/api/documents/1805" } }, { @@ -338356,13 +338356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1804" + "$ref": "https://ils.rero.ch/api/documents/1804" } }, { @@ -338370,13 +338370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1803" + "$ref": "https://ils.rero.ch/api/documents/1803" } }, { @@ -338384,13 +338384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1803" + "$ref": "https://ils.rero.ch/api/documents/1803" } }, { @@ -338398,13 +338398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1803" + "$ref": "https://ils.rero.ch/api/documents/1803" } }, { @@ -338412,13 +338412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1803" + "$ref": "https://ils.rero.ch/api/documents/1803" } }, { @@ -338426,13 +338426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1802" + "$ref": "https://ils.rero.ch/api/documents/1802" } }, { @@ -338440,13 +338440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1801" + "$ref": "https://ils.rero.ch/api/documents/1801" } }, { @@ -338454,13 +338454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1800" + "$ref": "https://ils.rero.ch/api/documents/1800" } }, { @@ -338468,13 +338468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1800" + "$ref": "https://ils.rero.ch/api/documents/1800" } }, { @@ -338482,13 +338482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1800" + "$ref": "https://ils.rero.ch/api/documents/1800" } }, { @@ -338496,13 +338496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1799" + "$ref": "https://ils.rero.ch/api/documents/1799" } }, { @@ -338510,13 +338510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1799" + "$ref": "https://ils.rero.ch/api/documents/1799" } }, { @@ -338524,13 +338524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1799" + "$ref": "https://ils.rero.ch/api/documents/1799" } }, { @@ -338538,13 +338538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1798" + "$ref": "https://ils.rero.ch/api/documents/1798" } }, { @@ -338552,13 +338552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1798" + "$ref": "https://ils.rero.ch/api/documents/1798" } }, { @@ -338566,13 +338566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1798" + "$ref": "https://ils.rero.ch/api/documents/1798" } }, { @@ -338580,13 +338580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1798" + "$ref": "https://ils.rero.ch/api/documents/1798" } }, { @@ -338594,13 +338594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1798" + "$ref": "https://ils.rero.ch/api/documents/1798" } }, { @@ -338608,13 +338608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1797" + "$ref": "https://ils.rero.ch/api/documents/1797" } }, { @@ -338622,13 +338622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1797" + "$ref": "https://ils.rero.ch/api/documents/1797" } }, { @@ -338636,13 +338636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1797" + "$ref": "https://ils.rero.ch/api/documents/1797" } }, { @@ -338650,13 +338650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1796" + "$ref": "https://ils.rero.ch/api/documents/1796" } }, { @@ -338664,13 +338664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1796" + "$ref": "https://ils.rero.ch/api/documents/1796" } }, { @@ -338678,13 +338678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1796" + "$ref": "https://ils.rero.ch/api/documents/1796" } }, { @@ -338692,13 +338692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1796" + "$ref": "https://ils.rero.ch/api/documents/1796" } }, { @@ -338706,13 +338706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1795" + "$ref": "https://ils.rero.ch/api/documents/1795" } }, { @@ -338720,13 +338720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1795" + "$ref": "https://ils.rero.ch/api/documents/1795" } }, { @@ -338734,13 +338734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1795" + "$ref": "https://ils.rero.ch/api/documents/1795" } }, { @@ -338748,13 +338748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1794" + "$ref": "https://ils.rero.ch/api/documents/1794" } }, { @@ -338762,13 +338762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1794" + "$ref": "https://ils.rero.ch/api/documents/1794" } }, { @@ -338776,13 +338776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1794" + "$ref": "https://ils.rero.ch/api/documents/1794" } }, { @@ -338790,13 +338790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1794" + "$ref": "https://ils.rero.ch/api/documents/1794" } }, { @@ -338804,13 +338804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1794" + "$ref": "https://ils.rero.ch/api/documents/1794" } }, { @@ -338818,13 +338818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1793" + "$ref": "https://ils.rero.ch/api/documents/1793" } }, { @@ -338832,13 +338832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1792" + "$ref": "https://ils.rero.ch/api/documents/1792" } }, { @@ -338846,13 +338846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1791" + "$ref": "https://ils.rero.ch/api/documents/1791" } }, { @@ -338860,13 +338860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1791" + "$ref": "https://ils.rero.ch/api/documents/1791" } }, { @@ -338874,13 +338874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1791" + "$ref": "https://ils.rero.ch/api/documents/1791" } }, { @@ -338888,13 +338888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1791" + "$ref": "https://ils.rero.ch/api/documents/1791" } }, { @@ -338902,13 +338902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1791" + "$ref": "https://ils.rero.ch/api/documents/1791" } }, { @@ -338916,13 +338916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1790" + "$ref": "https://ils.rero.ch/api/documents/1790" } }, { @@ -338930,13 +338930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1790" + "$ref": "https://ils.rero.ch/api/documents/1790" } }, { @@ -338944,13 +338944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1790" + "$ref": "https://ils.rero.ch/api/documents/1790" } }, { @@ -338958,13 +338958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1790" + "$ref": "https://ils.rero.ch/api/documents/1790" } }, { @@ -338972,13 +338972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1789" + "$ref": "https://ils.rero.ch/api/documents/1789" } }, { @@ -338986,13 +338986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1789" + "$ref": "https://ils.rero.ch/api/documents/1789" } }, { @@ -339000,13 +339000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1788" + "$ref": "https://ils.rero.ch/api/documents/1788" } }, { @@ -339014,13 +339014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1788" + "$ref": "https://ils.rero.ch/api/documents/1788" } }, { @@ -339028,13 +339028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1787" + "$ref": "https://ils.rero.ch/api/documents/1787" } }, { @@ -339042,13 +339042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1787" + "$ref": "https://ils.rero.ch/api/documents/1787" } }, { @@ -339056,13 +339056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1787" + "$ref": "https://ils.rero.ch/api/documents/1787" } }, { @@ -339070,13 +339070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1786" + "$ref": "https://ils.rero.ch/api/documents/1786" } }, { @@ -339084,13 +339084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1786" + "$ref": "https://ils.rero.ch/api/documents/1786" } }, { @@ -339098,13 +339098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1786" + "$ref": "https://ils.rero.ch/api/documents/1786" } }, { @@ -339112,13 +339112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1786" + "$ref": "https://ils.rero.ch/api/documents/1786" } }, { @@ -339126,13 +339126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1785" + "$ref": "https://ils.rero.ch/api/documents/1785" } }, { @@ -339140,13 +339140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1785" + "$ref": "https://ils.rero.ch/api/documents/1785" } }, { @@ -339154,13 +339154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1785" + "$ref": "https://ils.rero.ch/api/documents/1785" } }, { @@ -339168,13 +339168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1785" + "$ref": "https://ils.rero.ch/api/documents/1785" } }, { @@ -339182,13 +339182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1784" + "$ref": "https://ils.rero.ch/api/documents/1784" } }, { @@ -339196,13 +339196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1784" + "$ref": "https://ils.rero.ch/api/documents/1784" } }, { @@ -339210,13 +339210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1784" + "$ref": "https://ils.rero.ch/api/documents/1784" } }, { @@ -339224,13 +339224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1783" + "$ref": "https://ils.rero.ch/api/documents/1783" } }, { @@ -339238,13 +339238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1783" + "$ref": "https://ils.rero.ch/api/documents/1783" } }, { @@ -339252,13 +339252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1783" + "$ref": "https://ils.rero.ch/api/documents/1783" } }, { @@ -339266,13 +339266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1783" + "$ref": "https://ils.rero.ch/api/documents/1783" } }, { @@ -339280,13 +339280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1783" + "$ref": "https://ils.rero.ch/api/documents/1783" } }, { @@ -339294,13 +339294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1782" + "$ref": "https://ils.rero.ch/api/documents/1782" } }, { @@ -339308,13 +339308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1782" + "$ref": "https://ils.rero.ch/api/documents/1782" } }, { @@ -339322,13 +339322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1782" + "$ref": "https://ils.rero.ch/api/documents/1782" } }, { @@ -339336,13 +339336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1782" + "$ref": "https://ils.rero.ch/api/documents/1782" } }, { @@ -339350,13 +339350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1782" + "$ref": "https://ils.rero.ch/api/documents/1782" } }, { @@ -339364,13 +339364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1781" + "$ref": "https://ils.rero.ch/api/documents/1781" } }, { @@ -339378,13 +339378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1781" + "$ref": "https://ils.rero.ch/api/documents/1781" } }, { @@ -339392,13 +339392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1780" + "$ref": "https://ils.rero.ch/api/documents/1780" } }, { @@ -339406,13 +339406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1780" + "$ref": "https://ils.rero.ch/api/documents/1780" } }, { @@ -339420,13 +339420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1779" + "$ref": "https://ils.rero.ch/api/documents/1779" } }, { @@ -339434,13 +339434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1779" + "$ref": "https://ils.rero.ch/api/documents/1779" } }, { @@ -339448,13 +339448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1779" + "$ref": "https://ils.rero.ch/api/documents/1779" } }, { @@ -339462,13 +339462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1779" + "$ref": "https://ils.rero.ch/api/documents/1779" } }, { @@ -339476,13 +339476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1778" + "$ref": "https://ils.rero.ch/api/documents/1778" } }, { @@ -339490,13 +339490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1778" + "$ref": "https://ils.rero.ch/api/documents/1778" } }, { @@ -339504,13 +339504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1778" + "$ref": "https://ils.rero.ch/api/documents/1778" } }, { @@ -339518,13 +339518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1778" + "$ref": "https://ils.rero.ch/api/documents/1778" } }, { @@ -339532,13 +339532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1777" + "$ref": "https://ils.rero.ch/api/documents/1777" } }, { @@ -339546,13 +339546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1777" + "$ref": "https://ils.rero.ch/api/documents/1777" } }, { @@ -339560,13 +339560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1777" + "$ref": "https://ils.rero.ch/api/documents/1777" } }, { @@ -339574,13 +339574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1776" + "$ref": "https://ils.rero.ch/api/documents/1776" } }, { @@ -339588,13 +339588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1776" + "$ref": "https://ils.rero.ch/api/documents/1776" } }, { @@ -339602,13 +339602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1776" + "$ref": "https://ils.rero.ch/api/documents/1776" } }, { @@ -339616,13 +339616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1775" + "$ref": "https://ils.rero.ch/api/documents/1775" } }, { @@ -339630,13 +339630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1775" + "$ref": "https://ils.rero.ch/api/documents/1775" } }, { @@ -339644,13 +339644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1775" + "$ref": "https://ils.rero.ch/api/documents/1775" } }, { @@ -339658,13 +339658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1774" + "$ref": "https://ils.rero.ch/api/documents/1774" } }, { @@ -339672,13 +339672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1774" + "$ref": "https://ils.rero.ch/api/documents/1774" } }, { @@ -339686,13 +339686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1774" + "$ref": "https://ils.rero.ch/api/documents/1774" } }, { @@ -339700,13 +339700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1774" + "$ref": "https://ils.rero.ch/api/documents/1774" } }, { @@ -339714,13 +339714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1773" + "$ref": "https://ils.rero.ch/api/documents/1773" } }, { @@ -339728,13 +339728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1772" + "$ref": "https://ils.rero.ch/api/documents/1772" } }, { @@ -339742,13 +339742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1771" + "$ref": "https://ils.rero.ch/api/documents/1771" } }, { @@ -339756,13 +339756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1771" + "$ref": "https://ils.rero.ch/api/documents/1771" } }, { @@ -339770,13 +339770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1771" + "$ref": "https://ils.rero.ch/api/documents/1771" } }, { @@ -339784,13 +339784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1771" + "$ref": "https://ils.rero.ch/api/documents/1771" } }, { @@ -339798,13 +339798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1771" + "$ref": "https://ils.rero.ch/api/documents/1771" } }, { @@ -339812,13 +339812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1770" + "$ref": "https://ils.rero.ch/api/documents/1770" } }, { @@ -339826,13 +339826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1770" + "$ref": "https://ils.rero.ch/api/documents/1770" } }, { @@ -339840,13 +339840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1770" + "$ref": "https://ils.rero.ch/api/documents/1770" } }, { @@ -339854,13 +339854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1770" + "$ref": "https://ils.rero.ch/api/documents/1770" } }, { @@ -339868,13 +339868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1770" + "$ref": "https://ils.rero.ch/api/documents/1770" } }, { @@ -339882,13 +339882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1769" + "$ref": "https://ils.rero.ch/api/documents/1769" } }, { @@ -339896,13 +339896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1769" + "$ref": "https://ils.rero.ch/api/documents/1769" } }, { @@ -339910,13 +339910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1768" + "$ref": "https://ils.rero.ch/api/documents/1768" } }, { @@ -339924,13 +339924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1767" + "$ref": "https://ils.rero.ch/api/documents/1767" } }, { @@ -339938,13 +339938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1767" + "$ref": "https://ils.rero.ch/api/documents/1767" } }, { @@ -339952,13 +339952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1767" + "$ref": "https://ils.rero.ch/api/documents/1767" } }, { @@ -339966,13 +339966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1766" + "$ref": "https://ils.rero.ch/api/documents/1766" } }, { @@ -339980,13 +339980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1766" + "$ref": "https://ils.rero.ch/api/documents/1766" } }, { @@ -339994,13 +339994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1766" + "$ref": "https://ils.rero.ch/api/documents/1766" } }, { @@ -340008,13 +340008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1766" + "$ref": "https://ils.rero.ch/api/documents/1766" } }, { @@ -340022,13 +340022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1766" + "$ref": "https://ils.rero.ch/api/documents/1766" } }, { @@ -340036,13 +340036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1765" + "$ref": "https://ils.rero.ch/api/documents/1765" } }, { @@ -340050,13 +340050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1765" + "$ref": "https://ils.rero.ch/api/documents/1765" } }, { @@ -340064,13 +340064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1765" + "$ref": "https://ils.rero.ch/api/documents/1765" } }, { @@ -340078,13 +340078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1765" + "$ref": "https://ils.rero.ch/api/documents/1765" } }, { @@ -340092,13 +340092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1765" + "$ref": "https://ils.rero.ch/api/documents/1765" } }, { @@ -340106,13 +340106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1764" + "$ref": "https://ils.rero.ch/api/documents/1764" } }, { @@ -340120,13 +340120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1764" + "$ref": "https://ils.rero.ch/api/documents/1764" } }, { @@ -340134,13 +340134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1764" + "$ref": "https://ils.rero.ch/api/documents/1764" } }, { @@ -340148,13 +340148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1764" + "$ref": "https://ils.rero.ch/api/documents/1764" } }, { @@ -340162,13 +340162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1764" + "$ref": "https://ils.rero.ch/api/documents/1764" } }, { @@ -340176,13 +340176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1763" + "$ref": "https://ils.rero.ch/api/documents/1763" } }, { @@ -340190,13 +340190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1762" + "$ref": "https://ils.rero.ch/api/documents/1762" } }, { @@ -340204,13 +340204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1762" + "$ref": "https://ils.rero.ch/api/documents/1762" } }, { @@ -340218,13 +340218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1761" + "$ref": "https://ils.rero.ch/api/documents/1761" } }, { @@ -340232,13 +340232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1761" + "$ref": "https://ils.rero.ch/api/documents/1761" } }, { @@ -340246,13 +340246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1761" + "$ref": "https://ils.rero.ch/api/documents/1761" } }, { @@ -340260,13 +340260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1761" + "$ref": "https://ils.rero.ch/api/documents/1761" } }, { @@ -340274,13 +340274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1760" + "$ref": "https://ils.rero.ch/api/documents/1760" } }, { @@ -340288,13 +340288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1760" + "$ref": "https://ils.rero.ch/api/documents/1760" } }, { @@ -340302,13 +340302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1759" + "$ref": "https://ils.rero.ch/api/documents/1759" } }, { @@ -340316,13 +340316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1759" + "$ref": "https://ils.rero.ch/api/documents/1759" } }, { @@ -340330,13 +340330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1759" + "$ref": "https://ils.rero.ch/api/documents/1759" } }, { @@ -340344,13 +340344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1759" + "$ref": "https://ils.rero.ch/api/documents/1759" } }, { @@ -340358,13 +340358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1758" + "$ref": "https://ils.rero.ch/api/documents/1758" } }, { @@ -340372,13 +340372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1758" + "$ref": "https://ils.rero.ch/api/documents/1758" } }, { @@ -340386,13 +340386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1758" + "$ref": "https://ils.rero.ch/api/documents/1758" } }, { @@ -340400,13 +340400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1758" + "$ref": "https://ils.rero.ch/api/documents/1758" } }, { @@ -340414,13 +340414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1758" + "$ref": "https://ils.rero.ch/api/documents/1758" } }, { @@ -340428,13 +340428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1757" + "$ref": "https://ils.rero.ch/api/documents/1757" } }, { @@ -340442,13 +340442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1756" + "$ref": "https://ils.rero.ch/api/documents/1756" } }, { @@ -340456,13 +340456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1756" + "$ref": "https://ils.rero.ch/api/documents/1756" } }, { @@ -340470,13 +340470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1756" + "$ref": "https://ils.rero.ch/api/documents/1756" } }, { @@ -340484,13 +340484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1755" + "$ref": "https://ils.rero.ch/api/documents/1755" } }, { @@ -340498,13 +340498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1755" + "$ref": "https://ils.rero.ch/api/documents/1755" } }, { @@ -340512,13 +340512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1755" + "$ref": "https://ils.rero.ch/api/documents/1755" } }, { @@ -340526,13 +340526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1755" + "$ref": "https://ils.rero.ch/api/documents/1755" } }, { @@ -340540,13 +340540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1754" + "$ref": "https://ils.rero.ch/api/documents/1754" } }, { @@ -340554,13 +340554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1754" + "$ref": "https://ils.rero.ch/api/documents/1754" } }, { @@ -340568,13 +340568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1754" + "$ref": "https://ils.rero.ch/api/documents/1754" } }, { @@ -340582,13 +340582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1754" + "$ref": "https://ils.rero.ch/api/documents/1754" } }, { @@ -340596,13 +340596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1753" + "$ref": "https://ils.rero.ch/api/documents/1753" } }, { @@ -340610,13 +340610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1752" + "$ref": "https://ils.rero.ch/api/documents/1752" } }, { @@ -340624,13 +340624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1752" + "$ref": "https://ils.rero.ch/api/documents/1752" } }, { @@ -340638,13 +340638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1752" + "$ref": "https://ils.rero.ch/api/documents/1752" } }, { @@ -340652,13 +340652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1752" + "$ref": "https://ils.rero.ch/api/documents/1752" } }, { @@ -340666,13 +340666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1751" + "$ref": "https://ils.rero.ch/api/documents/1751" } }, { @@ -340680,13 +340680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1750" + "$ref": "https://ils.rero.ch/api/documents/1750" } }, { @@ -340694,13 +340694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1750" + "$ref": "https://ils.rero.ch/api/documents/1750" } }, { @@ -340708,13 +340708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1750" + "$ref": "https://ils.rero.ch/api/documents/1750" } }, { @@ -340722,13 +340722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1750" + "$ref": "https://ils.rero.ch/api/documents/1750" } }, { @@ -340736,13 +340736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1749" + "$ref": "https://ils.rero.ch/api/documents/1749" } }, { @@ -340750,13 +340750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1749" + "$ref": "https://ils.rero.ch/api/documents/1749" } }, { @@ -340764,13 +340764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1748" + "$ref": "https://ils.rero.ch/api/documents/1748" } }, { @@ -340778,13 +340778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1748" + "$ref": "https://ils.rero.ch/api/documents/1748" } }, { @@ -340792,13 +340792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1748" + "$ref": "https://ils.rero.ch/api/documents/1748" } }, { @@ -340806,13 +340806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1748" + "$ref": "https://ils.rero.ch/api/documents/1748" } }, { @@ -340820,13 +340820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1748" + "$ref": "https://ils.rero.ch/api/documents/1748" } }, { @@ -340834,13 +340834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1747" + "$ref": "https://ils.rero.ch/api/documents/1747" } }, { @@ -340848,13 +340848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1747" + "$ref": "https://ils.rero.ch/api/documents/1747" } }, { @@ -340862,13 +340862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1747" + "$ref": "https://ils.rero.ch/api/documents/1747" } }, { @@ -340876,13 +340876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1747" + "$ref": "https://ils.rero.ch/api/documents/1747" } }, { @@ -340890,13 +340890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1746" + "$ref": "https://ils.rero.ch/api/documents/1746" } }, { @@ -340904,13 +340904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1746" + "$ref": "https://ils.rero.ch/api/documents/1746" } }, { @@ -340918,13 +340918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1746" + "$ref": "https://ils.rero.ch/api/documents/1746" } }, { @@ -340932,13 +340932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1745" + "$ref": "https://ils.rero.ch/api/documents/1745" } }, { @@ -340946,13 +340946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1745" + "$ref": "https://ils.rero.ch/api/documents/1745" } }, { @@ -340960,13 +340960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1744" + "$ref": "https://ils.rero.ch/api/documents/1744" } }, { @@ -340974,13 +340974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1744" + "$ref": "https://ils.rero.ch/api/documents/1744" } }, { @@ -340988,13 +340988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1744" + "$ref": "https://ils.rero.ch/api/documents/1744" } }, { @@ -341002,13 +341002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1743" + "$ref": "https://ils.rero.ch/api/documents/1743" } }, { @@ -341016,13 +341016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1743" + "$ref": "https://ils.rero.ch/api/documents/1743" } }, { @@ -341030,13 +341030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1743" + "$ref": "https://ils.rero.ch/api/documents/1743" } }, { @@ -341044,13 +341044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1742" + "$ref": "https://ils.rero.ch/api/documents/1742" } }, { @@ -341058,13 +341058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1742" + "$ref": "https://ils.rero.ch/api/documents/1742" } }, { @@ -341072,13 +341072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1741" + "$ref": "https://ils.rero.ch/api/documents/1741" } }, { @@ -341086,13 +341086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1741" + "$ref": "https://ils.rero.ch/api/documents/1741" } }, { @@ -341100,13 +341100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1741" + "$ref": "https://ils.rero.ch/api/documents/1741" } }, { @@ -341114,13 +341114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1741" + "$ref": "https://ils.rero.ch/api/documents/1741" } }, { @@ -341128,13 +341128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1741" + "$ref": "https://ils.rero.ch/api/documents/1741" } }, { @@ -341142,13 +341142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1740" + "$ref": "https://ils.rero.ch/api/documents/1740" } }, { @@ -341156,13 +341156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1740" + "$ref": "https://ils.rero.ch/api/documents/1740" } }, { @@ -341170,13 +341170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1740" + "$ref": "https://ils.rero.ch/api/documents/1740" } }, { @@ -341184,13 +341184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1740" + "$ref": "https://ils.rero.ch/api/documents/1740" } }, { @@ -341198,13 +341198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1739" + "$ref": "https://ils.rero.ch/api/documents/1739" } }, { @@ -341212,13 +341212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1739" + "$ref": "https://ils.rero.ch/api/documents/1739" } }, { @@ -341226,13 +341226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1739" + "$ref": "https://ils.rero.ch/api/documents/1739" } }, { @@ -341240,13 +341240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1739" + "$ref": "https://ils.rero.ch/api/documents/1739" } }, { @@ -341254,13 +341254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1738" + "$ref": "https://ils.rero.ch/api/documents/1738" } }, { @@ -341268,13 +341268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1738" + "$ref": "https://ils.rero.ch/api/documents/1738" } }, { @@ -341282,13 +341282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1737" + "$ref": "https://ils.rero.ch/api/documents/1737" } }, { @@ -341296,13 +341296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1737" + "$ref": "https://ils.rero.ch/api/documents/1737" } }, { @@ -341310,13 +341310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1737" + "$ref": "https://ils.rero.ch/api/documents/1737" } }, { @@ -341324,13 +341324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1737" + "$ref": "https://ils.rero.ch/api/documents/1737" } }, { @@ -341338,13 +341338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1736" + "$ref": "https://ils.rero.ch/api/documents/1736" } }, { @@ -341352,13 +341352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1736" + "$ref": "https://ils.rero.ch/api/documents/1736" } }, { @@ -341366,13 +341366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1735" + "$ref": "https://ils.rero.ch/api/documents/1735" } }, { @@ -341380,13 +341380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1735" + "$ref": "https://ils.rero.ch/api/documents/1735" } }, { @@ -341394,13 +341394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1735" + "$ref": "https://ils.rero.ch/api/documents/1735" } }, { @@ -341408,13 +341408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1735" + "$ref": "https://ils.rero.ch/api/documents/1735" } }, { @@ -341422,13 +341422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1734" + "$ref": "https://ils.rero.ch/api/documents/1734" } }, { @@ -341436,13 +341436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1734" + "$ref": "https://ils.rero.ch/api/documents/1734" } }, { @@ -341450,13 +341450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1734" + "$ref": "https://ils.rero.ch/api/documents/1734" } }, { @@ -341464,13 +341464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1734" + "$ref": "https://ils.rero.ch/api/documents/1734" } }, { @@ -341478,13 +341478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1734" + "$ref": "https://ils.rero.ch/api/documents/1734" } }, { @@ -341492,13 +341492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1733" + "$ref": "https://ils.rero.ch/api/documents/1733" } }, { @@ -341506,13 +341506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1733" + "$ref": "https://ils.rero.ch/api/documents/1733" } }, { @@ -341520,13 +341520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1733" + "$ref": "https://ils.rero.ch/api/documents/1733" } }, { @@ -341534,13 +341534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1732" + "$ref": "https://ils.rero.ch/api/documents/1732" } }, { @@ -341548,13 +341548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1732" + "$ref": "https://ils.rero.ch/api/documents/1732" } }, { @@ -341562,13 +341562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1732" + "$ref": "https://ils.rero.ch/api/documents/1732" } }, { @@ -341576,13 +341576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1732" + "$ref": "https://ils.rero.ch/api/documents/1732" } }, { @@ -341590,13 +341590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1731" + "$ref": "https://ils.rero.ch/api/documents/1731" } }, { @@ -341604,13 +341604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1731" + "$ref": "https://ils.rero.ch/api/documents/1731" } }, { @@ -341618,13 +341618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1731" + "$ref": "https://ils.rero.ch/api/documents/1731" } }, { @@ -341632,13 +341632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1730" + "$ref": "https://ils.rero.ch/api/documents/1730" } }, { @@ -341646,13 +341646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1730" + "$ref": "https://ils.rero.ch/api/documents/1730" } }, { @@ -341660,13 +341660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1730" + "$ref": "https://ils.rero.ch/api/documents/1730" } }, { @@ -341674,13 +341674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1729" + "$ref": "https://ils.rero.ch/api/documents/1729" } }, { @@ -341688,13 +341688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1728" + "$ref": "https://ils.rero.ch/api/documents/1728" } }, { @@ -341702,13 +341702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1728" + "$ref": "https://ils.rero.ch/api/documents/1728" } }, { @@ -341716,13 +341716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1728" + "$ref": "https://ils.rero.ch/api/documents/1728" } }, { @@ -341730,13 +341730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1728" + "$ref": "https://ils.rero.ch/api/documents/1728" } }, { @@ -341744,13 +341744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1728" + "$ref": "https://ils.rero.ch/api/documents/1728" } }, { @@ -341758,13 +341758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1727" + "$ref": "https://ils.rero.ch/api/documents/1727" } }, { @@ -341772,13 +341772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1727" + "$ref": "https://ils.rero.ch/api/documents/1727" } }, { @@ -341786,13 +341786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1726" + "$ref": "https://ils.rero.ch/api/documents/1726" } }, { @@ -341800,13 +341800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1726" + "$ref": "https://ils.rero.ch/api/documents/1726" } }, { @@ -341814,13 +341814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1725" + "$ref": "https://ils.rero.ch/api/documents/1725" } }, { @@ -341828,13 +341828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1725" + "$ref": "https://ils.rero.ch/api/documents/1725" } }, { @@ -341842,13 +341842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1725" + "$ref": "https://ils.rero.ch/api/documents/1725" } }, { @@ -341856,13 +341856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1724" + "$ref": "https://ils.rero.ch/api/documents/1724" } }, { @@ -341870,13 +341870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1724" + "$ref": "https://ils.rero.ch/api/documents/1724" } }, { @@ -341884,13 +341884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1724" + "$ref": "https://ils.rero.ch/api/documents/1724" } }, { @@ -341898,13 +341898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1724" + "$ref": "https://ils.rero.ch/api/documents/1724" } }, { @@ -341912,13 +341912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1724" + "$ref": "https://ils.rero.ch/api/documents/1724" } }, { @@ -341926,13 +341926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1723" + "$ref": "https://ils.rero.ch/api/documents/1723" } }, { @@ -341940,13 +341940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1723" + "$ref": "https://ils.rero.ch/api/documents/1723" } }, { @@ -341954,13 +341954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1723" + "$ref": "https://ils.rero.ch/api/documents/1723" } }, { @@ -341968,13 +341968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1723" + "$ref": "https://ils.rero.ch/api/documents/1723" } }, { @@ -341982,13 +341982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1723" + "$ref": "https://ils.rero.ch/api/documents/1723" } }, { @@ -341996,13 +341996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1722" + "$ref": "https://ils.rero.ch/api/documents/1722" } }, { @@ -342010,13 +342010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1722" + "$ref": "https://ils.rero.ch/api/documents/1722" } }, { @@ -342024,13 +342024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1722" + "$ref": "https://ils.rero.ch/api/documents/1722" } }, { @@ -342038,13 +342038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1722" + "$ref": "https://ils.rero.ch/api/documents/1722" } }, { @@ -342052,13 +342052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1722" + "$ref": "https://ils.rero.ch/api/documents/1722" } }, { @@ -342066,13 +342066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1721" + "$ref": "https://ils.rero.ch/api/documents/1721" } }, { @@ -342080,13 +342080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1721" + "$ref": "https://ils.rero.ch/api/documents/1721" } }, { @@ -342094,13 +342094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1720" + "$ref": "https://ils.rero.ch/api/documents/1720" } }, { @@ -342108,13 +342108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1719" + "$ref": "https://ils.rero.ch/api/documents/1719" } }, { @@ -342122,13 +342122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1719" + "$ref": "https://ils.rero.ch/api/documents/1719" } }, { @@ -342136,13 +342136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1718" + "$ref": "https://ils.rero.ch/api/documents/1718" } }, { @@ -342150,13 +342150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1718" + "$ref": "https://ils.rero.ch/api/documents/1718" } }, { @@ -342164,13 +342164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1718" + "$ref": "https://ils.rero.ch/api/documents/1718" } }, { @@ -342178,13 +342178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1718" + "$ref": "https://ils.rero.ch/api/documents/1718" } }, { @@ -342192,13 +342192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1717" + "$ref": "https://ils.rero.ch/api/documents/1717" } }, { @@ -342206,13 +342206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1717" + "$ref": "https://ils.rero.ch/api/documents/1717" } }, { @@ -342220,13 +342220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1717" + "$ref": "https://ils.rero.ch/api/documents/1717" } }, { @@ -342234,13 +342234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1717" + "$ref": "https://ils.rero.ch/api/documents/1717" } }, { @@ -342248,13 +342248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1717" + "$ref": "https://ils.rero.ch/api/documents/1717" } }, { @@ -342262,13 +342262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1716" + "$ref": "https://ils.rero.ch/api/documents/1716" } }, { @@ -342276,13 +342276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1716" + "$ref": "https://ils.rero.ch/api/documents/1716" } }, { @@ -342290,13 +342290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1715" + "$ref": "https://ils.rero.ch/api/documents/1715" } }, { @@ -342304,13 +342304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1715" + "$ref": "https://ils.rero.ch/api/documents/1715" } }, { @@ -342318,13 +342318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1715" + "$ref": "https://ils.rero.ch/api/documents/1715" } }, { @@ -342332,13 +342332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1714" + "$ref": "https://ils.rero.ch/api/documents/1714" } }, { @@ -342346,13 +342346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1714" + "$ref": "https://ils.rero.ch/api/documents/1714" } }, { @@ -342360,13 +342360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1714" + "$ref": "https://ils.rero.ch/api/documents/1714" } }, { @@ -342374,13 +342374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1713" + "$ref": "https://ils.rero.ch/api/documents/1713" } }, { @@ -342388,13 +342388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1713" + "$ref": "https://ils.rero.ch/api/documents/1713" } }, { @@ -342402,13 +342402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1713" + "$ref": "https://ils.rero.ch/api/documents/1713" } }, { @@ -342416,13 +342416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1713" + "$ref": "https://ils.rero.ch/api/documents/1713" } }, { @@ -342430,13 +342430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1712" + "$ref": "https://ils.rero.ch/api/documents/1712" } }, { @@ -342444,13 +342444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1712" + "$ref": "https://ils.rero.ch/api/documents/1712" } }, { @@ -342458,13 +342458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1712" + "$ref": "https://ils.rero.ch/api/documents/1712" } }, { @@ -342472,13 +342472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1711" + "$ref": "https://ils.rero.ch/api/documents/1711" } }, { @@ -342486,13 +342486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1711" + "$ref": "https://ils.rero.ch/api/documents/1711" } }, { @@ -342500,13 +342500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1711" + "$ref": "https://ils.rero.ch/api/documents/1711" } }, { @@ -342514,13 +342514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1711" + "$ref": "https://ils.rero.ch/api/documents/1711" } }, { @@ -342528,13 +342528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1710" + "$ref": "https://ils.rero.ch/api/documents/1710" } }, { @@ -342542,13 +342542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1710" + "$ref": "https://ils.rero.ch/api/documents/1710" } }, { @@ -342556,13 +342556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1709" + "$ref": "https://ils.rero.ch/api/documents/1709" } }, { @@ -342570,13 +342570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1709" + "$ref": "https://ils.rero.ch/api/documents/1709" } }, { @@ -342584,13 +342584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1709" + "$ref": "https://ils.rero.ch/api/documents/1709" } }, { @@ -342598,13 +342598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1708" + "$ref": "https://ils.rero.ch/api/documents/1708" } }, { @@ -342612,13 +342612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1708" + "$ref": "https://ils.rero.ch/api/documents/1708" } }, { @@ -342626,13 +342626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1707" + "$ref": "https://ils.rero.ch/api/documents/1707" } }, { @@ -342640,13 +342640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1707" + "$ref": "https://ils.rero.ch/api/documents/1707" } }, { @@ -342654,13 +342654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1707" + "$ref": "https://ils.rero.ch/api/documents/1707" } }, { @@ -342668,13 +342668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1706" + "$ref": "https://ils.rero.ch/api/documents/1706" } }, { @@ -342682,13 +342682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1706" + "$ref": "https://ils.rero.ch/api/documents/1706" } }, { @@ -342696,13 +342696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1705" + "$ref": "https://ils.rero.ch/api/documents/1705" } }, { @@ -342710,13 +342710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1705" + "$ref": "https://ils.rero.ch/api/documents/1705" } }, { @@ -342724,13 +342724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1705" + "$ref": "https://ils.rero.ch/api/documents/1705" } }, { @@ -342738,13 +342738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1705" + "$ref": "https://ils.rero.ch/api/documents/1705" } }, { @@ -342752,13 +342752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1705" + "$ref": "https://ils.rero.ch/api/documents/1705" } }, { @@ -342766,13 +342766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1704" + "$ref": "https://ils.rero.ch/api/documents/1704" } }, { @@ -342780,13 +342780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1704" + "$ref": "https://ils.rero.ch/api/documents/1704" } }, { @@ -342794,13 +342794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1703" + "$ref": "https://ils.rero.ch/api/documents/1703" } }, { @@ -342808,13 +342808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1703" + "$ref": "https://ils.rero.ch/api/documents/1703" } }, { @@ -342822,13 +342822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1703" + "$ref": "https://ils.rero.ch/api/documents/1703" } }, { @@ -342836,13 +342836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1703" + "$ref": "https://ils.rero.ch/api/documents/1703" } }, { @@ -342850,13 +342850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1702" + "$ref": "https://ils.rero.ch/api/documents/1702" } }, { @@ -342864,13 +342864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1702" + "$ref": "https://ils.rero.ch/api/documents/1702" } }, { @@ -342878,13 +342878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1702" + "$ref": "https://ils.rero.ch/api/documents/1702" } }, { @@ -342892,13 +342892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1702" + "$ref": "https://ils.rero.ch/api/documents/1702" } }, { @@ -342906,13 +342906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1701" + "$ref": "https://ils.rero.ch/api/documents/1701" } }, { @@ -342920,13 +342920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1701" + "$ref": "https://ils.rero.ch/api/documents/1701" } }, { @@ -342934,13 +342934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1701" + "$ref": "https://ils.rero.ch/api/documents/1701" } }, { @@ -342948,13 +342948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1701" + "$ref": "https://ils.rero.ch/api/documents/1701" } }, { @@ -342962,13 +342962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1700" + "$ref": "https://ils.rero.ch/api/documents/1700" } }, { @@ -342976,13 +342976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1700" + "$ref": "https://ils.rero.ch/api/documents/1700" } }, { @@ -342990,13 +342990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1700" + "$ref": "https://ils.rero.ch/api/documents/1700" } }, { @@ -343004,13 +343004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1700" + "$ref": "https://ils.rero.ch/api/documents/1700" } }, { @@ -343018,13 +343018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1699" + "$ref": "https://ils.rero.ch/api/documents/1699" } }, { @@ -343032,13 +343032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1699" + "$ref": "https://ils.rero.ch/api/documents/1699" } }, { @@ -343046,13 +343046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1699" + "$ref": "https://ils.rero.ch/api/documents/1699" } }, { @@ -343060,13 +343060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1699" + "$ref": "https://ils.rero.ch/api/documents/1699" } }, { @@ -343074,13 +343074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1699" + "$ref": "https://ils.rero.ch/api/documents/1699" } }, { @@ -343088,13 +343088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1698" + "$ref": "https://ils.rero.ch/api/documents/1698" } }, { @@ -343102,13 +343102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1698" + "$ref": "https://ils.rero.ch/api/documents/1698" } }, { @@ -343116,13 +343116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1698" + "$ref": "https://ils.rero.ch/api/documents/1698" } }, { @@ -343130,13 +343130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1697" + "$ref": "https://ils.rero.ch/api/documents/1697" } }, { @@ -343144,13 +343144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1697" + "$ref": "https://ils.rero.ch/api/documents/1697" } }, { @@ -343158,13 +343158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1697" + "$ref": "https://ils.rero.ch/api/documents/1697" } }, { @@ -343172,13 +343172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1697" + "$ref": "https://ils.rero.ch/api/documents/1697" } }, { @@ -343186,13 +343186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1696" + "$ref": "https://ils.rero.ch/api/documents/1696" } }, { @@ -343200,13 +343200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1696" + "$ref": "https://ils.rero.ch/api/documents/1696" } }, { @@ -343214,13 +343214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1696" + "$ref": "https://ils.rero.ch/api/documents/1696" } }, { @@ -343228,13 +343228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1695" + "$ref": "https://ils.rero.ch/api/documents/1695" } }, { @@ -343242,13 +343242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1695" + "$ref": "https://ils.rero.ch/api/documents/1695" } }, { @@ -343256,13 +343256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1695" + "$ref": "https://ils.rero.ch/api/documents/1695" } }, { @@ -343270,13 +343270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1695" + "$ref": "https://ils.rero.ch/api/documents/1695" } }, { @@ -343284,13 +343284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1694" + "$ref": "https://ils.rero.ch/api/documents/1694" } }, { @@ -343298,13 +343298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1694" + "$ref": "https://ils.rero.ch/api/documents/1694" } }, { @@ -343312,13 +343312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1694" + "$ref": "https://ils.rero.ch/api/documents/1694" } }, { @@ -343326,13 +343326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1694" + "$ref": "https://ils.rero.ch/api/documents/1694" } }, { @@ -343340,13 +343340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1694" + "$ref": "https://ils.rero.ch/api/documents/1694" } }, { @@ -343354,13 +343354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1693" + "$ref": "https://ils.rero.ch/api/documents/1693" } }, { @@ -343368,13 +343368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1693" + "$ref": "https://ils.rero.ch/api/documents/1693" } }, { @@ -343382,13 +343382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1692" + "$ref": "https://ils.rero.ch/api/documents/1692" } }, { @@ -343396,13 +343396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1691" + "$ref": "https://ils.rero.ch/api/documents/1691" } }, { @@ -343410,13 +343410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1691" + "$ref": "https://ils.rero.ch/api/documents/1691" } }, { @@ -343424,13 +343424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1691" + "$ref": "https://ils.rero.ch/api/documents/1691" } }, { @@ -343438,13 +343438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1691" + "$ref": "https://ils.rero.ch/api/documents/1691" } }, { @@ -343452,13 +343452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1690" + "$ref": "https://ils.rero.ch/api/documents/1690" } }, { @@ -343466,13 +343466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1689" + "$ref": "https://ils.rero.ch/api/documents/1689" } }, { @@ -343480,13 +343480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1688" + "$ref": "https://ils.rero.ch/api/documents/1688" } }, { @@ -343494,13 +343494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1687" + "$ref": "https://ils.rero.ch/api/documents/1687" } }, { @@ -343508,13 +343508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1687" + "$ref": "https://ils.rero.ch/api/documents/1687" } }, { @@ -343522,13 +343522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1687" + "$ref": "https://ils.rero.ch/api/documents/1687" } }, { @@ -343536,13 +343536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1687" + "$ref": "https://ils.rero.ch/api/documents/1687" } }, { @@ -343550,13 +343550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1686" + "$ref": "https://ils.rero.ch/api/documents/1686" } }, { @@ -343564,13 +343564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1686" + "$ref": "https://ils.rero.ch/api/documents/1686" } }, { @@ -343578,13 +343578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1686" + "$ref": "https://ils.rero.ch/api/documents/1686" } }, { @@ -343592,13 +343592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1686" + "$ref": "https://ils.rero.ch/api/documents/1686" } }, { @@ -343606,13 +343606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1685" + "$ref": "https://ils.rero.ch/api/documents/1685" } }, { @@ -343620,13 +343620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1685" + "$ref": "https://ils.rero.ch/api/documents/1685" } }, { @@ -343634,13 +343634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1684" + "$ref": "https://ils.rero.ch/api/documents/1684" } }, { @@ -343648,13 +343648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1684" + "$ref": "https://ils.rero.ch/api/documents/1684" } }, { @@ -343662,13 +343662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1684" + "$ref": "https://ils.rero.ch/api/documents/1684" } }, { @@ -343676,13 +343676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1684" + "$ref": "https://ils.rero.ch/api/documents/1684" } }, { @@ -343690,13 +343690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1684" + "$ref": "https://ils.rero.ch/api/documents/1684" } }, { @@ -343704,13 +343704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1683" + "$ref": "https://ils.rero.ch/api/documents/1683" } }, { @@ -343718,13 +343718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1682" + "$ref": "https://ils.rero.ch/api/documents/1682" } }, { @@ -343732,13 +343732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1681" + "$ref": "https://ils.rero.ch/api/documents/1681" } }, { @@ -343746,13 +343746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1681" + "$ref": "https://ils.rero.ch/api/documents/1681" } }, { @@ -343760,13 +343760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1681" + "$ref": "https://ils.rero.ch/api/documents/1681" } }, { @@ -343774,13 +343774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1681" + "$ref": "https://ils.rero.ch/api/documents/1681" } }, { @@ -343788,13 +343788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1681" + "$ref": "https://ils.rero.ch/api/documents/1681" } }, { @@ -343802,13 +343802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1680" + "$ref": "https://ils.rero.ch/api/documents/1680" } }, { @@ -343816,13 +343816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1680" + "$ref": "https://ils.rero.ch/api/documents/1680" } }, { @@ -343830,13 +343830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1679" + "$ref": "https://ils.rero.ch/api/documents/1679" } }, { @@ -343844,13 +343844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1679" + "$ref": "https://ils.rero.ch/api/documents/1679" } }, { @@ -343858,13 +343858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1679" + "$ref": "https://ils.rero.ch/api/documents/1679" } }, { @@ -343872,13 +343872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1679" + "$ref": "https://ils.rero.ch/api/documents/1679" } }, { @@ -343886,13 +343886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1679" + "$ref": "https://ils.rero.ch/api/documents/1679" } }, { @@ -343900,13 +343900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1678" + "$ref": "https://ils.rero.ch/api/documents/1678" } }, { @@ -343914,13 +343914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1678" + "$ref": "https://ils.rero.ch/api/documents/1678" } }, { @@ -343928,13 +343928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1678" + "$ref": "https://ils.rero.ch/api/documents/1678" } }, { @@ -343942,13 +343942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1677" + "$ref": "https://ils.rero.ch/api/documents/1677" } }, { @@ -343956,13 +343956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1677" + "$ref": "https://ils.rero.ch/api/documents/1677" } }, { @@ -343970,13 +343970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1677" + "$ref": "https://ils.rero.ch/api/documents/1677" } }, { @@ -343984,13 +343984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1676" + "$ref": "https://ils.rero.ch/api/documents/1676" } }, { @@ -343998,13 +343998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1676" + "$ref": "https://ils.rero.ch/api/documents/1676" } }, { @@ -344012,13 +344012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1676" + "$ref": "https://ils.rero.ch/api/documents/1676" } }, { @@ -344026,13 +344026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1676" + "$ref": "https://ils.rero.ch/api/documents/1676" } }, { @@ -344040,13 +344040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1676" + "$ref": "https://ils.rero.ch/api/documents/1676" } }, { @@ -344054,13 +344054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1675" + "$ref": "https://ils.rero.ch/api/documents/1675" } }, { @@ -344068,13 +344068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1675" + "$ref": "https://ils.rero.ch/api/documents/1675" } }, { @@ -344082,13 +344082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1675" + "$ref": "https://ils.rero.ch/api/documents/1675" } }, { @@ -344096,13 +344096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1674" + "$ref": "https://ils.rero.ch/api/documents/1674" } }, { @@ -344110,13 +344110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1674" + "$ref": "https://ils.rero.ch/api/documents/1674" } }, { @@ -344124,13 +344124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1674" + "$ref": "https://ils.rero.ch/api/documents/1674" } }, { @@ -344138,13 +344138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1674" + "$ref": "https://ils.rero.ch/api/documents/1674" } }, { @@ -344152,13 +344152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1673" + "$ref": "https://ils.rero.ch/api/documents/1673" } }, { @@ -344166,13 +344166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1672" + "$ref": "https://ils.rero.ch/api/documents/1672" } }, { @@ -344180,13 +344180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1671" + "$ref": "https://ils.rero.ch/api/documents/1671" } }, { @@ -344194,13 +344194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1671" + "$ref": "https://ils.rero.ch/api/documents/1671" } }, { @@ -344208,13 +344208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1671" + "$ref": "https://ils.rero.ch/api/documents/1671" } }, { @@ -344222,13 +344222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1670" + "$ref": "https://ils.rero.ch/api/documents/1670" } }, { @@ -344236,13 +344236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1670" + "$ref": "https://ils.rero.ch/api/documents/1670" } }, { @@ -344250,13 +344250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1670" + "$ref": "https://ils.rero.ch/api/documents/1670" } }, { @@ -344264,13 +344264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1670" + "$ref": "https://ils.rero.ch/api/documents/1670" } }, { @@ -344278,13 +344278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1670" + "$ref": "https://ils.rero.ch/api/documents/1670" } }, { @@ -344292,13 +344292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1669" + "$ref": "https://ils.rero.ch/api/documents/1669" } }, { @@ -344306,13 +344306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1669" + "$ref": "https://ils.rero.ch/api/documents/1669" } }, { @@ -344320,13 +344320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1669" + "$ref": "https://ils.rero.ch/api/documents/1669" } }, { @@ -344334,13 +344334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1669" + "$ref": "https://ils.rero.ch/api/documents/1669" } }, { @@ -344348,13 +344348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1668" + "$ref": "https://ils.rero.ch/api/documents/1668" } }, { @@ -344362,13 +344362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1668" + "$ref": "https://ils.rero.ch/api/documents/1668" } }, { @@ -344376,13 +344376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1668" + "$ref": "https://ils.rero.ch/api/documents/1668" } }, { @@ -344390,13 +344390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1668" + "$ref": "https://ils.rero.ch/api/documents/1668" } }, { @@ -344404,13 +344404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1667" + "$ref": "https://ils.rero.ch/api/documents/1667" } }, { @@ -344418,13 +344418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1667" + "$ref": "https://ils.rero.ch/api/documents/1667" } }, { @@ -344432,13 +344432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1667" + "$ref": "https://ils.rero.ch/api/documents/1667" } }, { @@ -344446,13 +344446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1667" + "$ref": "https://ils.rero.ch/api/documents/1667" } }, { @@ -344460,13 +344460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1666" + "$ref": "https://ils.rero.ch/api/documents/1666" } }, { @@ -344474,13 +344474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1666" + "$ref": "https://ils.rero.ch/api/documents/1666" } }, { @@ -344488,13 +344488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1666" + "$ref": "https://ils.rero.ch/api/documents/1666" } }, { @@ -344502,13 +344502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1665" + "$ref": "https://ils.rero.ch/api/documents/1665" } }, { @@ -344516,13 +344516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1665" + "$ref": "https://ils.rero.ch/api/documents/1665" } }, { @@ -344530,13 +344530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1664" + "$ref": "https://ils.rero.ch/api/documents/1664" } }, { @@ -344544,13 +344544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1664" + "$ref": "https://ils.rero.ch/api/documents/1664" } }, { @@ -344558,13 +344558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1664" + "$ref": "https://ils.rero.ch/api/documents/1664" } }, { @@ -344572,13 +344572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1664" + "$ref": "https://ils.rero.ch/api/documents/1664" } }, { @@ -344586,13 +344586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1664" + "$ref": "https://ils.rero.ch/api/documents/1664" } }, { @@ -344600,13 +344600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1663" + "$ref": "https://ils.rero.ch/api/documents/1663" } }, { @@ -344614,13 +344614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1663" + "$ref": "https://ils.rero.ch/api/documents/1663" } }, { @@ -344628,13 +344628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1662" + "$ref": "https://ils.rero.ch/api/documents/1662" } }, { @@ -344642,13 +344642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1662" + "$ref": "https://ils.rero.ch/api/documents/1662" } }, { @@ -344656,13 +344656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1661" + "$ref": "https://ils.rero.ch/api/documents/1661" } }, { @@ -344670,13 +344670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1661" + "$ref": "https://ils.rero.ch/api/documents/1661" } }, { @@ -344684,13 +344684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1660" + "$ref": "https://ils.rero.ch/api/documents/1660" } }, { @@ -344698,13 +344698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1660" + "$ref": "https://ils.rero.ch/api/documents/1660" } }, { @@ -344712,13 +344712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1660" + "$ref": "https://ils.rero.ch/api/documents/1660" } }, { @@ -344726,13 +344726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1660" + "$ref": "https://ils.rero.ch/api/documents/1660" } }, { @@ -344740,13 +344740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1659" + "$ref": "https://ils.rero.ch/api/documents/1659" } }, { @@ -344754,13 +344754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1659" + "$ref": "https://ils.rero.ch/api/documents/1659" } }, { @@ -344768,13 +344768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1659" + "$ref": "https://ils.rero.ch/api/documents/1659" } }, { @@ -344782,13 +344782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1659" + "$ref": "https://ils.rero.ch/api/documents/1659" } }, { @@ -344796,13 +344796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1658" + "$ref": "https://ils.rero.ch/api/documents/1658" } }, { @@ -344810,13 +344810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1658" + "$ref": "https://ils.rero.ch/api/documents/1658" } }, { @@ -344824,13 +344824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1657" + "$ref": "https://ils.rero.ch/api/documents/1657" } }, { @@ -344838,13 +344838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1657" + "$ref": "https://ils.rero.ch/api/documents/1657" } }, { @@ -344852,13 +344852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1657" + "$ref": "https://ils.rero.ch/api/documents/1657" } }, { @@ -344866,13 +344866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1656" + "$ref": "https://ils.rero.ch/api/documents/1656" } }, { @@ -344880,13 +344880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1656" + "$ref": "https://ils.rero.ch/api/documents/1656" } }, { @@ -344894,13 +344894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1656" + "$ref": "https://ils.rero.ch/api/documents/1656" } }, { @@ -344908,13 +344908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1656" + "$ref": "https://ils.rero.ch/api/documents/1656" } }, { @@ -344922,13 +344922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1656" + "$ref": "https://ils.rero.ch/api/documents/1656" } }, { @@ -344936,13 +344936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1655" + "$ref": "https://ils.rero.ch/api/documents/1655" } }, { @@ -344950,13 +344950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1655" + "$ref": "https://ils.rero.ch/api/documents/1655" } }, { @@ -344964,13 +344964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1654" + "$ref": "https://ils.rero.ch/api/documents/1654" } }, { @@ -344978,13 +344978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1654" + "$ref": "https://ils.rero.ch/api/documents/1654" } }, { @@ -344992,13 +344992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1654" + "$ref": "https://ils.rero.ch/api/documents/1654" } }, { @@ -345006,13 +345006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1653" + "$ref": "https://ils.rero.ch/api/documents/1653" } }, { @@ -345020,13 +345020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1652" + "$ref": "https://ils.rero.ch/api/documents/1652" } }, { @@ -345034,13 +345034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1651" + "$ref": "https://ils.rero.ch/api/documents/1651" } }, { @@ -345048,13 +345048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1651" + "$ref": "https://ils.rero.ch/api/documents/1651" } }, { @@ -345062,13 +345062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1650" + "$ref": "https://ils.rero.ch/api/documents/1650" } }, { @@ -345076,13 +345076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1650" + "$ref": "https://ils.rero.ch/api/documents/1650" } }, { @@ -345090,13 +345090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1650" + "$ref": "https://ils.rero.ch/api/documents/1650" } }, { @@ -345104,13 +345104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1650" + "$ref": "https://ils.rero.ch/api/documents/1650" } }, { @@ -345118,13 +345118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1650" + "$ref": "https://ils.rero.ch/api/documents/1650" } }, { @@ -345132,13 +345132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1649" + "$ref": "https://ils.rero.ch/api/documents/1649" } }, { @@ -345146,13 +345146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1649" + "$ref": "https://ils.rero.ch/api/documents/1649" } }, { @@ -345160,13 +345160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1649" + "$ref": "https://ils.rero.ch/api/documents/1649" } }, { @@ -345174,13 +345174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1649" + "$ref": "https://ils.rero.ch/api/documents/1649" } }, { @@ -345188,13 +345188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1649" + "$ref": "https://ils.rero.ch/api/documents/1649" } }, { @@ -345202,13 +345202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1648" + "$ref": "https://ils.rero.ch/api/documents/1648" } }, { @@ -345216,13 +345216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1648" + "$ref": "https://ils.rero.ch/api/documents/1648" } }, { @@ -345230,13 +345230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1648" + "$ref": "https://ils.rero.ch/api/documents/1648" } }, { @@ -345244,13 +345244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1648" + "$ref": "https://ils.rero.ch/api/documents/1648" } }, { @@ -345258,13 +345258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1647" + "$ref": "https://ils.rero.ch/api/documents/1647" } }, { @@ -345272,13 +345272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1646" + "$ref": "https://ils.rero.ch/api/documents/1646" } }, { @@ -345286,13 +345286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1646" + "$ref": "https://ils.rero.ch/api/documents/1646" } }, { @@ -345300,13 +345300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1646" + "$ref": "https://ils.rero.ch/api/documents/1646" } }, { @@ -345314,13 +345314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1646" + "$ref": "https://ils.rero.ch/api/documents/1646" } }, { @@ -345328,13 +345328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1646" + "$ref": "https://ils.rero.ch/api/documents/1646" } }, { @@ -345342,13 +345342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1645" + "$ref": "https://ils.rero.ch/api/documents/1645" } }, { @@ -345356,13 +345356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1645" + "$ref": "https://ils.rero.ch/api/documents/1645" } }, { @@ -345370,13 +345370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1645" + "$ref": "https://ils.rero.ch/api/documents/1645" } }, { @@ -345384,13 +345384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1644" + "$ref": "https://ils.rero.ch/api/documents/1644" } }, { @@ -345398,13 +345398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1644" + "$ref": "https://ils.rero.ch/api/documents/1644" } }, { @@ -345412,13 +345412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1643" + "$ref": "https://ils.rero.ch/api/documents/1643" } }, { @@ -345426,13 +345426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1643" + "$ref": "https://ils.rero.ch/api/documents/1643" } }, { @@ -345440,13 +345440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1642" + "$ref": "https://ils.rero.ch/api/documents/1642" } }, { @@ -345454,13 +345454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1642" + "$ref": "https://ils.rero.ch/api/documents/1642" } }, { @@ -345468,13 +345468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1641" + "$ref": "https://ils.rero.ch/api/documents/1641" } }, { @@ -345482,13 +345482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1641" + "$ref": "https://ils.rero.ch/api/documents/1641" } }, { @@ -345496,13 +345496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1641" + "$ref": "https://ils.rero.ch/api/documents/1641" } }, { @@ -345510,13 +345510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1640" + "$ref": "https://ils.rero.ch/api/documents/1640" } }, { @@ -345524,13 +345524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1640" + "$ref": "https://ils.rero.ch/api/documents/1640" } }, { @@ -345538,13 +345538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1639" + "$ref": "https://ils.rero.ch/api/documents/1639" } }, { @@ -345552,13 +345552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1639" + "$ref": "https://ils.rero.ch/api/documents/1639" } }, { @@ -345566,13 +345566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1639" + "$ref": "https://ils.rero.ch/api/documents/1639" } }, { @@ -345580,13 +345580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1639" + "$ref": "https://ils.rero.ch/api/documents/1639" } }, { @@ -345594,13 +345594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1639" + "$ref": "https://ils.rero.ch/api/documents/1639" } }, { @@ -345608,13 +345608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1638" + "$ref": "https://ils.rero.ch/api/documents/1638" } }, { @@ -345622,13 +345622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1638" + "$ref": "https://ils.rero.ch/api/documents/1638" } }, { @@ -345636,13 +345636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1638" + "$ref": "https://ils.rero.ch/api/documents/1638" } }, { @@ -345650,13 +345650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1638" + "$ref": "https://ils.rero.ch/api/documents/1638" } }, { @@ -345664,13 +345664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1638" + "$ref": "https://ils.rero.ch/api/documents/1638" } }, { @@ -345678,13 +345678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1637" + "$ref": "https://ils.rero.ch/api/documents/1637" } }, { @@ -345692,13 +345692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1637" + "$ref": "https://ils.rero.ch/api/documents/1637" } }, { @@ -345706,13 +345706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1637" + "$ref": "https://ils.rero.ch/api/documents/1637" } }, { @@ -345720,13 +345720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1637" + "$ref": "https://ils.rero.ch/api/documents/1637" } }, { @@ -345734,13 +345734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1637" + "$ref": "https://ils.rero.ch/api/documents/1637" } }, { @@ -345748,13 +345748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1636" + "$ref": "https://ils.rero.ch/api/documents/1636" } }, { @@ -345762,13 +345762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1635" + "$ref": "https://ils.rero.ch/api/documents/1635" } }, { @@ -345776,13 +345776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1635" + "$ref": "https://ils.rero.ch/api/documents/1635" } }, { @@ -345790,13 +345790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1635" + "$ref": "https://ils.rero.ch/api/documents/1635" } }, { @@ -345804,13 +345804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1635" + "$ref": "https://ils.rero.ch/api/documents/1635" } }, { @@ -345818,13 +345818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1634" + "$ref": "https://ils.rero.ch/api/documents/1634" } }, { @@ -345832,13 +345832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1634" + "$ref": "https://ils.rero.ch/api/documents/1634" } }, { @@ -345846,13 +345846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1634" + "$ref": "https://ils.rero.ch/api/documents/1634" } }, { @@ -345860,13 +345860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1633" + "$ref": "https://ils.rero.ch/api/documents/1633" } }, { @@ -345874,13 +345874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1633" + "$ref": "https://ils.rero.ch/api/documents/1633" } }, { @@ -345888,13 +345888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1633" + "$ref": "https://ils.rero.ch/api/documents/1633" } }, { @@ -345902,13 +345902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1633" + "$ref": "https://ils.rero.ch/api/documents/1633" } }, { @@ -345916,13 +345916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1633" + "$ref": "https://ils.rero.ch/api/documents/1633" } }, { @@ -345930,13 +345930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1632" + "$ref": "https://ils.rero.ch/api/documents/1632" } }, { @@ -345944,13 +345944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1632" + "$ref": "https://ils.rero.ch/api/documents/1632" } }, { @@ -345958,13 +345958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1632" + "$ref": "https://ils.rero.ch/api/documents/1632" } }, { @@ -345972,13 +345972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1632" + "$ref": "https://ils.rero.ch/api/documents/1632" } }, { @@ -345986,13 +345986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1632" + "$ref": "https://ils.rero.ch/api/documents/1632" } }, { @@ -346000,13 +346000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1631" + "$ref": "https://ils.rero.ch/api/documents/1631" } }, { @@ -346014,13 +346014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1631" + "$ref": "https://ils.rero.ch/api/documents/1631" } }, { @@ -346028,13 +346028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1630" + "$ref": "https://ils.rero.ch/api/documents/1630" } }, { @@ -346042,13 +346042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1629" + "$ref": "https://ils.rero.ch/api/documents/1629" } }, { @@ -346056,13 +346056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1629" + "$ref": "https://ils.rero.ch/api/documents/1629" } }, { @@ -346070,13 +346070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1629" + "$ref": "https://ils.rero.ch/api/documents/1629" } }, { @@ -346084,13 +346084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1628" + "$ref": "https://ils.rero.ch/api/documents/1628" } }, { @@ -346098,13 +346098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1628" + "$ref": "https://ils.rero.ch/api/documents/1628" } }, { @@ -346112,13 +346112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1627" + "$ref": "https://ils.rero.ch/api/documents/1627" } }, { @@ -346126,13 +346126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1627" + "$ref": "https://ils.rero.ch/api/documents/1627" } }, { @@ -346140,13 +346140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1627" + "$ref": "https://ils.rero.ch/api/documents/1627" } }, { @@ -346154,13 +346154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1627" + "$ref": "https://ils.rero.ch/api/documents/1627" } }, { @@ -346168,13 +346168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1626" + "$ref": "https://ils.rero.ch/api/documents/1626" } }, { @@ -346182,13 +346182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1626" + "$ref": "https://ils.rero.ch/api/documents/1626" } }, { @@ -346196,13 +346196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1626" + "$ref": "https://ils.rero.ch/api/documents/1626" } }, { @@ -346210,13 +346210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1626" + "$ref": "https://ils.rero.ch/api/documents/1626" } }, { @@ -346224,13 +346224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1625" + "$ref": "https://ils.rero.ch/api/documents/1625" } }, { @@ -346238,13 +346238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1625" + "$ref": "https://ils.rero.ch/api/documents/1625" } }, { @@ -346252,13 +346252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1625" + "$ref": "https://ils.rero.ch/api/documents/1625" } }, { @@ -346266,13 +346266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1625" + "$ref": "https://ils.rero.ch/api/documents/1625" } }, { @@ -346280,13 +346280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1625" + "$ref": "https://ils.rero.ch/api/documents/1625" } }, { @@ -346294,13 +346294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1624" + "$ref": "https://ils.rero.ch/api/documents/1624" } }, { @@ -346308,13 +346308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1624" + "$ref": "https://ils.rero.ch/api/documents/1624" } }, { @@ -346322,13 +346322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1624" + "$ref": "https://ils.rero.ch/api/documents/1624" } }, { @@ -346336,13 +346336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1623" + "$ref": "https://ils.rero.ch/api/documents/1623" } }, { @@ -346350,13 +346350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1623" + "$ref": "https://ils.rero.ch/api/documents/1623" } }, { @@ -346364,13 +346364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1623" + "$ref": "https://ils.rero.ch/api/documents/1623" } }, { @@ -346378,13 +346378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1623" + "$ref": "https://ils.rero.ch/api/documents/1623" } }, { @@ -346392,13 +346392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1622" + "$ref": "https://ils.rero.ch/api/documents/1622" } }, { @@ -346406,13 +346406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1621" + "$ref": "https://ils.rero.ch/api/documents/1621" } }, { @@ -346420,13 +346420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1621" + "$ref": "https://ils.rero.ch/api/documents/1621" } }, { @@ -346434,13 +346434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1620" + "$ref": "https://ils.rero.ch/api/documents/1620" } }, { @@ -346448,13 +346448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1620" + "$ref": "https://ils.rero.ch/api/documents/1620" } }, { @@ -346462,13 +346462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1620" + "$ref": "https://ils.rero.ch/api/documents/1620" } }, { @@ -346476,13 +346476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1620" + "$ref": "https://ils.rero.ch/api/documents/1620" } }, { @@ -346490,13 +346490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1619" + "$ref": "https://ils.rero.ch/api/documents/1619" } }, { @@ -346504,13 +346504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1619" + "$ref": "https://ils.rero.ch/api/documents/1619" } }, { @@ -346518,13 +346518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1619" + "$ref": "https://ils.rero.ch/api/documents/1619" } }, { @@ -346532,13 +346532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1619" + "$ref": "https://ils.rero.ch/api/documents/1619" } }, { @@ -346546,13 +346546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1619" + "$ref": "https://ils.rero.ch/api/documents/1619" } }, { @@ -346560,13 +346560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1618" + "$ref": "https://ils.rero.ch/api/documents/1618" } }, { @@ -346574,13 +346574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1617" + "$ref": "https://ils.rero.ch/api/documents/1617" } }, { @@ -346588,13 +346588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1616" + "$ref": "https://ils.rero.ch/api/documents/1616" } }, { @@ -346602,13 +346602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1616" + "$ref": "https://ils.rero.ch/api/documents/1616" } }, { @@ -346616,13 +346616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1615" + "$ref": "https://ils.rero.ch/api/documents/1615" } }, { @@ -346630,13 +346630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1615" + "$ref": "https://ils.rero.ch/api/documents/1615" } }, { @@ -346644,13 +346644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1615" + "$ref": "https://ils.rero.ch/api/documents/1615" } }, { @@ -346658,13 +346658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1615" + "$ref": "https://ils.rero.ch/api/documents/1615" } }, { @@ -346672,13 +346672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1615" + "$ref": "https://ils.rero.ch/api/documents/1615" } }, { @@ -346686,13 +346686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1614" + "$ref": "https://ils.rero.ch/api/documents/1614" } }, { @@ -346700,13 +346700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1614" + "$ref": "https://ils.rero.ch/api/documents/1614" } }, { @@ -346714,13 +346714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1614" + "$ref": "https://ils.rero.ch/api/documents/1614" } }, { @@ -346728,13 +346728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1614" + "$ref": "https://ils.rero.ch/api/documents/1614" } }, { @@ -346742,13 +346742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1613" + "$ref": "https://ils.rero.ch/api/documents/1613" } }, { @@ -346756,13 +346756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1613" + "$ref": "https://ils.rero.ch/api/documents/1613" } }, { @@ -346770,13 +346770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1612" + "$ref": "https://ils.rero.ch/api/documents/1612" } }, { @@ -346784,13 +346784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1612" + "$ref": "https://ils.rero.ch/api/documents/1612" } }, { @@ -346798,13 +346798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1612" + "$ref": "https://ils.rero.ch/api/documents/1612" } }, { @@ -346812,13 +346812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1612" + "$ref": "https://ils.rero.ch/api/documents/1612" } }, { @@ -346826,13 +346826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1612" + "$ref": "https://ils.rero.ch/api/documents/1612" } }, { @@ -346840,13 +346840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1611" + "$ref": "https://ils.rero.ch/api/documents/1611" } }, { @@ -346854,13 +346854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1610" + "$ref": "https://ils.rero.ch/api/documents/1610" } }, { @@ -346868,13 +346868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1610" + "$ref": "https://ils.rero.ch/api/documents/1610" } }, { @@ -346882,13 +346882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1610" + "$ref": "https://ils.rero.ch/api/documents/1610" } }, { @@ -346896,13 +346896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1610" + "$ref": "https://ils.rero.ch/api/documents/1610" } }, { @@ -346910,13 +346910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1609" + "$ref": "https://ils.rero.ch/api/documents/1609" } }, { @@ -346924,13 +346924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1609" + "$ref": "https://ils.rero.ch/api/documents/1609" } }, { @@ -346938,13 +346938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1608" + "$ref": "https://ils.rero.ch/api/documents/1608" } }, { @@ -346952,13 +346952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1607" + "$ref": "https://ils.rero.ch/api/documents/1607" } }, { @@ -346966,13 +346966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1607" + "$ref": "https://ils.rero.ch/api/documents/1607" } }, { @@ -346980,13 +346980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1607" + "$ref": "https://ils.rero.ch/api/documents/1607" } }, { @@ -346994,13 +346994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1607" + "$ref": "https://ils.rero.ch/api/documents/1607" } }, { @@ -347008,13 +347008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1606" + "$ref": "https://ils.rero.ch/api/documents/1606" } }, { @@ -347022,13 +347022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1606" + "$ref": "https://ils.rero.ch/api/documents/1606" } }, { @@ -347036,13 +347036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1606" + "$ref": "https://ils.rero.ch/api/documents/1606" } }, { @@ -347050,13 +347050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1605" + "$ref": "https://ils.rero.ch/api/documents/1605" } }, { @@ -347064,13 +347064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1605" + "$ref": "https://ils.rero.ch/api/documents/1605" } }, { @@ -347078,13 +347078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1605" + "$ref": "https://ils.rero.ch/api/documents/1605" } }, { @@ -347092,13 +347092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1605" + "$ref": "https://ils.rero.ch/api/documents/1605" } }, { @@ -347106,13 +347106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1604" + "$ref": "https://ils.rero.ch/api/documents/1604" } }, { @@ -347120,13 +347120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1604" + "$ref": "https://ils.rero.ch/api/documents/1604" } }, { @@ -347134,13 +347134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1604" + "$ref": "https://ils.rero.ch/api/documents/1604" } }, { @@ -347148,13 +347148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1604" + "$ref": "https://ils.rero.ch/api/documents/1604" } }, { @@ -347162,13 +347162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1604" + "$ref": "https://ils.rero.ch/api/documents/1604" } }, { @@ -347176,13 +347176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1603" + "$ref": "https://ils.rero.ch/api/documents/1603" } }, { @@ -347190,13 +347190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1603" + "$ref": "https://ils.rero.ch/api/documents/1603" } }, { @@ -347204,13 +347204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1603" + "$ref": "https://ils.rero.ch/api/documents/1603" } }, { @@ -347218,13 +347218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1603" + "$ref": "https://ils.rero.ch/api/documents/1603" } }, { @@ -347232,13 +347232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1603" + "$ref": "https://ils.rero.ch/api/documents/1603" } }, { @@ -347246,13 +347246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1602" + "$ref": "https://ils.rero.ch/api/documents/1602" } }, { @@ -347260,13 +347260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1602" + "$ref": "https://ils.rero.ch/api/documents/1602" } }, { @@ -347274,13 +347274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1602" + "$ref": "https://ils.rero.ch/api/documents/1602" } }, { @@ -347288,13 +347288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1602" + "$ref": "https://ils.rero.ch/api/documents/1602" } }, { @@ -347302,13 +347302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1601" + "$ref": "https://ils.rero.ch/api/documents/1601" } }, { @@ -347316,13 +347316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1601" + "$ref": "https://ils.rero.ch/api/documents/1601" } }, { @@ -347330,13 +347330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1601" + "$ref": "https://ils.rero.ch/api/documents/1601" } }, { @@ -347344,13 +347344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1601" + "$ref": "https://ils.rero.ch/api/documents/1601" } }, { @@ -347358,13 +347358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1600" + "$ref": "https://ils.rero.ch/api/documents/1600" } }, { @@ -347372,13 +347372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1600" + "$ref": "https://ils.rero.ch/api/documents/1600" } }, { @@ -347386,13 +347386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1600" + "$ref": "https://ils.rero.ch/api/documents/1600" } }, { @@ -347400,13 +347400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1600" + "$ref": "https://ils.rero.ch/api/documents/1600" } }, { @@ -347414,13 +347414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1600" + "$ref": "https://ils.rero.ch/api/documents/1600" } }, { @@ -347428,13 +347428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1599" + "$ref": "https://ils.rero.ch/api/documents/1599" } }, { @@ -347442,13 +347442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1598" + "$ref": "https://ils.rero.ch/api/documents/1598" } }, { @@ -347456,13 +347456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1598" + "$ref": "https://ils.rero.ch/api/documents/1598" } }, { @@ -347470,13 +347470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1597" + "$ref": "https://ils.rero.ch/api/documents/1597" } }, { @@ -347484,13 +347484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1597" + "$ref": "https://ils.rero.ch/api/documents/1597" } }, { @@ -347498,13 +347498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1596" + "$ref": "https://ils.rero.ch/api/documents/1596" } }, { @@ -347512,13 +347512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1596" + "$ref": "https://ils.rero.ch/api/documents/1596" } }, { @@ -347526,13 +347526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1596" + "$ref": "https://ils.rero.ch/api/documents/1596" } }, { @@ -347540,13 +347540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1596" + "$ref": "https://ils.rero.ch/api/documents/1596" } }, { @@ -347554,13 +347554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1595" + "$ref": "https://ils.rero.ch/api/documents/1595" } }, { @@ -347568,13 +347568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1595" + "$ref": "https://ils.rero.ch/api/documents/1595" } }, { @@ -347582,13 +347582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1595" + "$ref": "https://ils.rero.ch/api/documents/1595" } }, { @@ -347596,13 +347596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1595" + "$ref": "https://ils.rero.ch/api/documents/1595" } }, { @@ -347610,13 +347610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1594" + "$ref": "https://ils.rero.ch/api/documents/1594" } }, { @@ -347624,13 +347624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1594" + "$ref": "https://ils.rero.ch/api/documents/1594" } }, { @@ -347638,13 +347638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1594" + "$ref": "https://ils.rero.ch/api/documents/1594" } }, { @@ -347652,13 +347652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1594" + "$ref": "https://ils.rero.ch/api/documents/1594" } }, { @@ -347666,13 +347666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1594" + "$ref": "https://ils.rero.ch/api/documents/1594" } }, { @@ -347680,13 +347680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1593" + "$ref": "https://ils.rero.ch/api/documents/1593" } }, { @@ -347694,13 +347694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1593" + "$ref": "https://ils.rero.ch/api/documents/1593" } }, { @@ -347708,13 +347708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1593" + "$ref": "https://ils.rero.ch/api/documents/1593" } }, { @@ -347722,13 +347722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1593" + "$ref": "https://ils.rero.ch/api/documents/1593" } }, { @@ -347736,13 +347736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1592" + "$ref": "https://ils.rero.ch/api/documents/1592" } }, { @@ -347750,13 +347750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1591" + "$ref": "https://ils.rero.ch/api/documents/1591" } }, { @@ -347764,13 +347764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1591" + "$ref": "https://ils.rero.ch/api/documents/1591" } }, { @@ -347778,13 +347778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1591" + "$ref": "https://ils.rero.ch/api/documents/1591" } }, { @@ -347792,13 +347792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1591" + "$ref": "https://ils.rero.ch/api/documents/1591" } }, { @@ -347806,13 +347806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1590" + "$ref": "https://ils.rero.ch/api/documents/1590" } }, { @@ -347820,13 +347820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1590" + "$ref": "https://ils.rero.ch/api/documents/1590" } }, { @@ -347834,13 +347834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1590" + "$ref": "https://ils.rero.ch/api/documents/1590" } }, { @@ -347848,13 +347848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1590" + "$ref": "https://ils.rero.ch/api/documents/1590" } }, { @@ -347862,13 +347862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1590" + "$ref": "https://ils.rero.ch/api/documents/1590" } }, { @@ -347876,13 +347876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1589" + "$ref": "https://ils.rero.ch/api/documents/1589" } }, { @@ -347890,13 +347890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1589" + "$ref": "https://ils.rero.ch/api/documents/1589" } }, { @@ -347904,13 +347904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1589" + "$ref": "https://ils.rero.ch/api/documents/1589" } }, { @@ -347918,13 +347918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1588" + "$ref": "https://ils.rero.ch/api/documents/1588" } }, { @@ -347932,13 +347932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1588" + "$ref": "https://ils.rero.ch/api/documents/1588" } }, { @@ -347946,13 +347946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1587" + "$ref": "https://ils.rero.ch/api/documents/1587" } }, { @@ -347960,13 +347960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1587" + "$ref": "https://ils.rero.ch/api/documents/1587" } }, { @@ -347974,13 +347974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1587" + "$ref": "https://ils.rero.ch/api/documents/1587" } }, { @@ -347988,13 +347988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1586" + "$ref": "https://ils.rero.ch/api/documents/1586" } }, { @@ -348002,13 +348002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1586" + "$ref": "https://ils.rero.ch/api/documents/1586" } }, { @@ -348016,13 +348016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1586" + "$ref": "https://ils.rero.ch/api/documents/1586" } }, { @@ -348030,13 +348030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1586" + "$ref": "https://ils.rero.ch/api/documents/1586" } }, { @@ -348044,13 +348044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1585" + "$ref": "https://ils.rero.ch/api/documents/1585" } }, { @@ -348058,13 +348058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1584" + "$ref": "https://ils.rero.ch/api/documents/1584" } }, { @@ -348072,13 +348072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1584" + "$ref": "https://ils.rero.ch/api/documents/1584" } }, { @@ -348086,13 +348086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1584" + "$ref": "https://ils.rero.ch/api/documents/1584" } }, { @@ -348100,13 +348100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1584" + "$ref": "https://ils.rero.ch/api/documents/1584" } }, { @@ -348114,13 +348114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1583" + "$ref": "https://ils.rero.ch/api/documents/1583" } }, { @@ -348128,13 +348128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1583" + "$ref": "https://ils.rero.ch/api/documents/1583" } }, { @@ -348142,13 +348142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1583" + "$ref": "https://ils.rero.ch/api/documents/1583" } }, { @@ -348156,13 +348156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1582" + "$ref": "https://ils.rero.ch/api/documents/1582" } }, { @@ -348170,13 +348170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1581" + "$ref": "https://ils.rero.ch/api/documents/1581" } }, { @@ -348184,13 +348184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1581" + "$ref": "https://ils.rero.ch/api/documents/1581" } }, { @@ -348198,13 +348198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1581" + "$ref": "https://ils.rero.ch/api/documents/1581" } }, { @@ -348212,13 +348212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1581" + "$ref": "https://ils.rero.ch/api/documents/1581" } }, { @@ -348226,13 +348226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1580" + "$ref": "https://ils.rero.ch/api/documents/1580" } }, { @@ -348240,13 +348240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1579" + "$ref": "https://ils.rero.ch/api/documents/1579" } }, { @@ -348254,13 +348254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1579" + "$ref": "https://ils.rero.ch/api/documents/1579" } }, { @@ -348268,13 +348268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1579" + "$ref": "https://ils.rero.ch/api/documents/1579" } }, { @@ -348282,13 +348282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1578" + "$ref": "https://ils.rero.ch/api/documents/1578" } }, { @@ -348296,13 +348296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1577" + "$ref": "https://ils.rero.ch/api/documents/1577" } }, { @@ -348310,13 +348310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1577" + "$ref": "https://ils.rero.ch/api/documents/1577" } }, { @@ -348324,13 +348324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1576" + "$ref": "https://ils.rero.ch/api/documents/1576" } }, { @@ -348338,13 +348338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1576" + "$ref": "https://ils.rero.ch/api/documents/1576" } }, { @@ -348352,13 +348352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1575" + "$ref": "https://ils.rero.ch/api/documents/1575" } }, { @@ -348366,13 +348366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1575" + "$ref": "https://ils.rero.ch/api/documents/1575" } }, { @@ -348380,13 +348380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1575" + "$ref": "https://ils.rero.ch/api/documents/1575" } }, { @@ -348394,13 +348394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1575" + "$ref": "https://ils.rero.ch/api/documents/1575" } }, { @@ -348408,13 +348408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1574" + "$ref": "https://ils.rero.ch/api/documents/1574" } }, { @@ -348422,13 +348422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1574" + "$ref": "https://ils.rero.ch/api/documents/1574" } }, { @@ -348436,13 +348436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1574" + "$ref": "https://ils.rero.ch/api/documents/1574" } }, { @@ -348450,13 +348450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1574" + "$ref": "https://ils.rero.ch/api/documents/1574" } }, { @@ -348464,13 +348464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1573" + "$ref": "https://ils.rero.ch/api/documents/1573" } }, { @@ -348478,13 +348478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1573" + "$ref": "https://ils.rero.ch/api/documents/1573" } }, { @@ -348492,13 +348492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1573" + "$ref": "https://ils.rero.ch/api/documents/1573" } }, { @@ -348506,13 +348506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1573" + "$ref": "https://ils.rero.ch/api/documents/1573" } }, { @@ -348520,13 +348520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1573" + "$ref": "https://ils.rero.ch/api/documents/1573" } }, { @@ -348534,13 +348534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1572" + "$ref": "https://ils.rero.ch/api/documents/1572" } }, { @@ -348548,13 +348548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1572" + "$ref": "https://ils.rero.ch/api/documents/1572" } }, { @@ -348562,13 +348562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1572" + "$ref": "https://ils.rero.ch/api/documents/1572" } }, { @@ -348576,13 +348576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1572" + "$ref": "https://ils.rero.ch/api/documents/1572" } }, { @@ -348590,13 +348590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1572" + "$ref": "https://ils.rero.ch/api/documents/1572" } }, { @@ -348604,13 +348604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1571" + "$ref": "https://ils.rero.ch/api/documents/1571" } }, { @@ -348618,13 +348618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1571" + "$ref": "https://ils.rero.ch/api/documents/1571" } }, { @@ -348632,13 +348632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1571" + "$ref": "https://ils.rero.ch/api/documents/1571" } }, { @@ -348646,13 +348646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1571" + "$ref": "https://ils.rero.ch/api/documents/1571" } }, { @@ -348660,13 +348660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1570" + "$ref": "https://ils.rero.ch/api/documents/1570" } }, { @@ -348674,13 +348674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1570" + "$ref": "https://ils.rero.ch/api/documents/1570" } }, { @@ -348688,13 +348688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1570" + "$ref": "https://ils.rero.ch/api/documents/1570" } }, { @@ -348702,13 +348702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1570" + "$ref": "https://ils.rero.ch/api/documents/1570" } }, { @@ -348716,13 +348716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1569" + "$ref": "https://ils.rero.ch/api/documents/1569" } }, { @@ -348730,13 +348730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1569" + "$ref": "https://ils.rero.ch/api/documents/1569" } }, { @@ -348744,13 +348744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1568" + "$ref": "https://ils.rero.ch/api/documents/1568" } }, { @@ -348758,13 +348758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1568" + "$ref": "https://ils.rero.ch/api/documents/1568" } }, { @@ -348772,13 +348772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1568" + "$ref": "https://ils.rero.ch/api/documents/1568" } }, { @@ -348786,13 +348786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1568" + "$ref": "https://ils.rero.ch/api/documents/1568" } }, { @@ -348800,13 +348800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1568" + "$ref": "https://ils.rero.ch/api/documents/1568" } }, { @@ -348814,13 +348814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1567" + "$ref": "https://ils.rero.ch/api/documents/1567" } }, { @@ -348828,13 +348828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1567" + "$ref": "https://ils.rero.ch/api/documents/1567" } }, { @@ -348842,13 +348842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1566" + "$ref": "https://ils.rero.ch/api/documents/1566" } }, { @@ -348856,13 +348856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1566" + "$ref": "https://ils.rero.ch/api/documents/1566" } }, { @@ -348870,13 +348870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1566" + "$ref": "https://ils.rero.ch/api/documents/1566" } }, { @@ -348884,13 +348884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1566" + "$ref": "https://ils.rero.ch/api/documents/1566" } }, { @@ -348898,13 +348898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1565" + "$ref": "https://ils.rero.ch/api/documents/1565" } }, { @@ -348912,13 +348912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1565" + "$ref": "https://ils.rero.ch/api/documents/1565" } }, { @@ -348926,13 +348926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1565" + "$ref": "https://ils.rero.ch/api/documents/1565" } }, { @@ -348940,13 +348940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1565" + "$ref": "https://ils.rero.ch/api/documents/1565" } }, { @@ -348954,13 +348954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1565" + "$ref": "https://ils.rero.ch/api/documents/1565" } }, { @@ -348968,13 +348968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1564" + "$ref": "https://ils.rero.ch/api/documents/1564" } }, { @@ -348982,13 +348982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1564" + "$ref": "https://ils.rero.ch/api/documents/1564" } }, { @@ -348996,13 +348996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1564" + "$ref": "https://ils.rero.ch/api/documents/1564" } }, { @@ -349010,13 +349010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1564" + "$ref": "https://ils.rero.ch/api/documents/1564" } }, { @@ -349024,13 +349024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1564" + "$ref": "https://ils.rero.ch/api/documents/1564" } }, { @@ -349038,13 +349038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1563" + "$ref": "https://ils.rero.ch/api/documents/1563" } }, { @@ -349052,13 +349052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1562" + "$ref": "https://ils.rero.ch/api/documents/1562" } }, { @@ -349066,13 +349066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1562" + "$ref": "https://ils.rero.ch/api/documents/1562" } }, { @@ -349080,13 +349080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1562" + "$ref": "https://ils.rero.ch/api/documents/1562" } }, { @@ -349094,13 +349094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1562" + "$ref": "https://ils.rero.ch/api/documents/1562" } }, { @@ -349108,13 +349108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1562" + "$ref": "https://ils.rero.ch/api/documents/1562" } }, { @@ -349122,13 +349122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1561" + "$ref": "https://ils.rero.ch/api/documents/1561" } }, { @@ -349136,13 +349136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1561" + "$ref": "https://ils.rero.ch/api/documents/1561" } }, { @@ -349150,13 +349150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1561" + "$ref": "https://ils.rero.ch/api/documents/1561" } }, { @@ -349164,13 +349164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1561" + "$ref": "https://ils.rero.ch/api/documents/1561" } }, { @@ -349178,13 +349178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1560" + "$ref": "https://ils.rero.ch/api/documents/1560" } }, { @@ -349192,13 +349192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1560" + "$ref": "https://ils.rero.ch/api/documents/1560" } }, { @@ -349206,13 +349206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1560" + "$ref": "https://ils.rero.ch/api/documents/1560" } }, { @@ -349220,13 +349220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1559" + "$ref": "https://ils.rero.ch/api/documents/1559" } }, { @@ -349234,13 +349234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1559" + "$ref": "https://ils.rero.ch/api/documents/1559" } }, { @@ -349248,13 +349248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1558" + "$ref": "https://ils.rero.ch/api/documents/1558" } }, { @@ -349262,13 +349262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1557" + "$ref": "https://ils.rero.ch/api/documents/1557" } }, { @@ -349276,13 +349276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1557" + "$ref": "https://ils.rero.ch/api/documents/1557" } }, { @@ -349290,13 +349290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1557" + "$ref": "https://ils.rero.ch/api/documents/1557" } }, { @@ -349304,13 +349304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1556" + "$ref": "https://ils.rero.ch/api/documents/1556" } }, { @@ -349318,13 +349318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1556" + "$ref": "https://ils.rero.ch/api/documents/1556" } }, { @@ -349332,13 +349332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1556" + "$ref": "https://ils.rero.ch/api/documents/1556" } }, { @@ -349346,13 +349346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1556" + "$ref": "https://ils.rero.ch/api/documents/1556" } }, { @@ -349360,13 +349360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1555" + "$ref": "https://ils.rero.ch/api/documents/1555" } }, { @@ -349374,13 +349374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1555" + "$ref": "https://ils.rero.ch/api/documents/1555" } }, { @@ -349388,13 +349388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1555" + "$ref": "https://ils.rero.ch/api/documents/1555" } }, { @@ -349402,13 +349402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1554" + "$ref": "https://ils.rero.ch/api/documents/1554" } }, { @@ -349416,13 +349416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1554" + "$ref": "https://ils.rero.ch/api/documents/1554" } }, { @@ -349430,13 +349430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1553" + "$ref": "https://ils.rero.ch/api/documents/1553" } }, { @@ -349444,13 +349444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1553" + "$ref": "https://ils.rero.ch/api/documents/1553" } }, { @@ -349458,13 +349458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1553" + "$ref": "https://ils.rero.ch/api/documents/1553" } }, { @@ -349472,13 +349472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1552" + "$ref": "https://ils.rero.ch/api/documents/1552" } }, { @@ -349486,13 +349486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1552" + "$ref": "https://ils.rero.ch/api/documents/1552" } }, { @@ -349500,13 +349500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1551" + "$ref": "https://ils.rero.ch/api/documents/1551" } }, { @@ -349514,13 +349514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1550" + "$ref": "https://ils.rero.ch/api/documents/1550" } }, { @@ -349528,13 +349528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1550" + "$ref": "https://ils.rero.ch/api/documents/1550" } }, { @@ -349542,13 +349542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1550" + "$ref": "https://ils.rero.ch/api/documents/1550" } }, { @@ -349556,13 +349556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1550" + "$ref": "https://ils.rero.ch/api/documents/1550" } }, { @@ -349570,13 +349570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1549" + "$ref": "https://ils.rero.ch/api/documents/1549" } }, { @@ -349584,13 +349584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1549" + "$ref": "https://ils.rero.ch/api/documents/1549" } }, { @@ -349598,13 +349598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1549" + "$ref": "https://ils.rero.ch/api/documents/1549" } }, { @@ -349612,13 +349612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1549" + "$ref": "https://ils.rero.ch/api/documents/1549" } }, { @@ -349626,13 +349626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1548" + "$ref": "https://ils.rero.ch/api/documents/1548" } }, { @@ -349640,13 +349640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1548" + "$ref": "https://ils.rero.ch/api/documents/1548" } }, { @@ -349654,13 +349654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1548" + "$ref": "https://ils.rero.ch/api/documents/1548" } }, { @@ -349668,13 +349668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1548" + "$ref": "https://ils.rero.ch/api/documents/1548" } }, { @@ -349682,13 +349682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1547" + "$ref": "https://ils.rero.ch/api/documents/1547" } }, { @@ -349696,13 +349696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1547" + "$ref": "https://ils.rero.ch/api/documents/1547" } }, { @@ -349710,13 +349710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1547" + "$ref": "https://ils.rero.ch/api/documents/1547" } }, { @@ -349724,13 +349724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1546" + "$ref": "https://ils.rero.ch/api/documents/1546" } }, { @@ -349738,13 +349738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1546" + "$ref": "https://ils.rero.ch/api/documents/1546" } }, { @@ -349752,13 +349752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1546" + "$ref": "https://ils.rero.ch/api/documents/1546" } }, { @@ -349766,13 +349766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1546" + "$ref": "https://ils.rero.ch/api/documents/1546" } }, { @@ -349780,13 +349780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1545" + "$ref": "https://ils.rero.ch/api/documents/1545" } }, { @@ -349794,13 +349794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1545" + "$ref": "https://ils.rero.ch/api/documents/1545" } }, { @@ -349808,13 +349808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1545" + "$ref": "https://ils.rero.ch/api/documents/1545" } }, { @@ -349822,13 +349822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1545" + "$ref": "https://ils.rero.ch/api/documents/1545" } }, { @@ -349836,13 +349836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1545" + "$ref": "https://ils.rero.ch/api/documents/1545" } }, { @@ -349850,13 +349850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1544" + "$ref": "https://ils.rero.ch/api/documents/1544" } }, { @@ -349864,13 +349864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1543" + "$ref": "https://ils.rero.ch/api/documents/1543" } }, { @@ -349878,13 +349878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1543" + "$ref": "https://ils.rero.ch/api/documents/1543" } }, { @@ -349892,13 +349892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1543" + "$ref": "https://ils.rero.ch/api/documents/1543" } }, { @@ -349906,13 +349906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1542" + "$ref": "https://ils.rero.ch/api/documents/1542" } }, { @@ -349920,13 +349920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1541" + "$ref": "https://ils.rero.ch/api/documents/1541" } }, { @@ -349934,13 +349934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1541" + "$ref": "https://ils.rero.ch/api/documents/1541" } }, { @@ -349948,13 +349948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1541" + "$ref": "https://ils.rero.ch/api/documents/1541" } }, { @@ -349962,13 +349962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1541" + "$ref": "https://ils.rero.ch/api/documents/1541" } }, { @@ -349976,13 +349976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1540" + "$ref": "https://ils.rero.ch/api/documents/1540" } }, { @@ -349990,13 +349990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1540" + "$ref": "https://ils.rero.ch/api/documents/1540" } }, { @@ -350004,13 +350004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1540" + "$ref": "https://ils.rero.ch/api/documents/1540" } }, { @@ -350018,13 +350018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1539" + "$ref": "https://ils.rero.ch/api/documents/1539" } }, { @@ -350032,13 +350032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1539" + "$ref": "https://ils.rero.ch/api/documents/1539" } }, { @@ -350046,13 +350046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1538" + "$ref": "https://ils.rero.ch/api/documents/1538" } }, { @@ -350060,13 +350060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1537" + "$ref": "https://ils.rero.ch/api/documents/1537" } }, { @@ -350074,13 +350074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1537" + "$ref": "https://ils.rero.ch/api/documents/1537" } }, { @@ -350088,13 +350088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1537" + "$ref": "https://ils.rero.ch/api/documents/1537" } }, { @@ -350102,13 +350102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1537" + "$ref": "https://ils.rero.ch/api/documents/1537" } }, { @@ -350116,13 +350116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1536" + "$ref": "https://ils.rero.ch/api/documents/1536" } }, { @@ -350130,13 +350130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1536" + "$ref": "https://ils.rero.ch/api/documents/1536" } }, { @@ -350144,13 +350144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1536" + "$ref": "https://ils.rero.ch/api/documents/1536" } }, { @@ -350158,13 +350158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1536" + "$ref": "https://ils.rero.ch/api/documents/1536" } }, { @@ -350172,13 +350172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1536" + "$ref": "https://ils.rero.ch/api/documents/1536" } }, { @@ -350186,13 +350186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1535" + "$ref": "https://ils.rero.ch/api/documents/1535" } }, { @@ -350200,13 +350200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1535" + "$ref": "https://ils.rero.ch/api/documents/1535" } }, { @@ -350214,13 +350214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1534" + "$ref": "https://ils.rero.ch/api/documents/1534" } }, { @@ -350228,13 +350228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1534" + "$ref": "https://ils.rero.ch/api/documents/1534" } }, { @@ -350242,13 +350242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1534" + "$ref": "https://ils.rero.ch/api/documents/1534" } }, { @@ -350256,13 +350256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1534" + "$ref": "https://ils.rero.ch/api/documents/1534" } }, { @@ -350270,13 +350270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1534" + "$ref": "https://ils.rero.ch/api/documents/1534" } }, { @@ -350284,13 +350284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1533" + "$ref": "https://ils.rero.ch/api/documents/1533" } }, { @@ -350298,13 +350298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1533" + "$ref": "https://ils.rero.ch/api/documents/1533" } }, { @@ -350312,13 +350312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1533" + "$ref": "https://ils.rero.ch/api/documents/1533" } }, { @@ -350326,13 +350326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1532" + "$ref": "https://ils.rero.ch/api/documents/1532" } }, { @@ -350340,13 +350340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1531" + "$ref": "https://ils.rero.ch/api/documents/1531" } }, { @@ -350354,13 +350354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1530" + "$ref": "https://ils.rero.ch/api/documents/1530" } }, { @@ -350368,13 +350368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1530" + "$ref": "https://ils.rero.ch/api/documents/1530" } }, { @@ -350382,13 +350382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1529" + "$ref": "https://ils.rero.ch/api/documents/1529" } }, { @@ -350396,13 +350396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1529" + "$ref": "https://ils.rero.ch/api/documents/1529" } }, { @@ -350410,13 +350410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1529" + "$ref": "https://ils.rero.ch/api/documents/1529" } }, { @@ -350424,13 +350424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1528" + "$ref": "https://ils.rero.ch/api/documents/1528" } }, { @@ -350438,13 +350438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1528" + "$ref": "https://ils.rero.ch/api/documents/1528" } }, { @@ -350452,13 +350452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1528" + "$ref": "https://ils.rero.ch/api/documents/1528" } }, { @@ -350466,13 +350466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1528" + "$ref": "https://ils.rero.ch/api/documents/1528" } }, { @@ -350480,13 +350480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1528" + "$ref": "https://ils.rero.ch/api/documents/1528" } }, { @@ -350494,13 +350494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1527" + "$ref": "https://ils.rero.ch/api/documents/1527" } }, { @@ -350508,13 +350508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1527" + "$ref": "https://ils.rero.ch/api/documents/1527" } }, { @@ -350522,13 +350522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1527" + "$ref": "https://ils.rero.ch/api/documents/1527" } }, { @@ -350536,13 +350536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1527" + "$ref": "https://ils.rero.ch/api/documents/1527" } }, { @@ -350550,13 +350550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1526" + "$ref": "https://ils.rero.ch/api/documents/1526" } }, { @@ -350564,13 +350564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1526" + "$ref": "https://ils.rero.ch/api/documents/1526" } }, { @@ -350578,13 +350578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1525" + "$ref": "https://ils.rero.ch/api/documents/1525" } }, { @@ -350592,13 +350592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1524" + "$ref": "https://ils.rero.ch/api/documents/1524" } }, { @@ -350606,13 +350606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1524" + "$ref": "https://ils.rero.ch/api/documents/1524" } }, { @@ -350620,13 +350620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1524" + "$ref": "https://ils.rero.ch/api/documents/1524" } }, { @@ -350634,13 +350634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1523" + "$ref": "https://ils.rero.ch/api/documents/1523" } }, { @@ -350648,13 +350648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1523" + "$ref": "https://ils.rero.ch/api/documents/1523" } }, { @@ -350662,13 +350662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1523" + "$ref": "https://ils.rero.ch/api/documents/1523" } }, { @@ -350676,13 +350676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1523" + "$ref": "https://ils.rero.ch/api/documents/1523" } }, { @@ -350690,13 +350690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1523" + "$ref": "https://ils.rero.ch/api/documents/1523" } }, { @@ -350704,13 +350704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1522" + "$ref": "https://ils.rero.ch/api/documents/1522" } }, { @@ -350718,13 +350718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1522" + "$ref": "https://ils.rero.ch/api/documents/1522" } }, { @@ -350732,13 +350732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1521" + "$ref": "https://ils.rero.ch/api/documents/1521" } }, { @@ -350746,13 +350746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1521" + "$ref": "https://ils.rero.ch/api/documents/1521" } }, { @@ -350760,13 +350760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1521" + "$ref": "https://ils.rero.ch/api/documents/1521" } }, { @@ -350774,13 +350774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1521" + "$ref": "https://ils.rero.ch/api/documents/1521" } }, { @@ -350788,13 +350788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1520" + "$ref": "https://ils.rero.ch/api/documents/1520" } }, { @@ -350802,13 +350802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1520" + "$ref": "https://ils.rero.ch/api/documents/1520" } }, { @@ -350816,13 +350816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1520" + "$ref": "https://ils.rero.ch/api/documents/1520" } }, { @@ -350830,13 +350830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1520" + "$ref": "https://ils.rero.ch/api/documents/1520" } }, { @@ -350844,13 +350844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1519" + "$ref": "https://ils.rero.ch/api/documents/1519" } }, { @@ -350858,13 +350858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1519" + "$ref": "https://ils.rero.ch/api/documents/1519" } }, { @@ -350872,13 +350872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1519" + "$ref": "https://ils.rero.ch/api/documents/1519" } }, { @@ -350886,13 +350886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1518" + "$ref": "https://ils.rero.ch/api/documents/1518" } }, { @@ -350900,13 +350900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1517" + "$ref": "https://ils.rero.ch/api/documents/1517" } }, { @@ -350914,13 +350914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1517" + "$ref": "https://ils.rero.ch/api/documents/1517" } }, { @@ -350928,13 +350928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1517" + "$ref": "https://ils.rero.ch/api/documents/1517" } }, { @@ -350942,13 +350942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1517" + "$ref": "https://ils.rero.ch/api/documents/1517" } }, { @@ -350956,13 +350956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1517" + "$ref": "https://ils.rero.ch/api/documents/1517" } }, { @@ -350970,13 +350970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1516" + "$ref": "https://ils.rero.ch/api/documents/1516" } }, { @@ -350984,13 +350984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1516" + "$ref": "https://ils.rero.ch/api/documents/1516" } }, { @@ -350998,13 +350998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1516" + "$ref": "https://ils.rero.ch/api/documents/1516" } }, { @@ -351012,13 +351012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1516" + "$ref": "https://ils.rero.ch/api/documents/1516" } }, { @@ -351026,13 +351026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1516" + "$ref": "https://ils.rero.ch/api/documents/1516" } }, { @@ -351040,13 +351040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1515" + "$ref": "https://ils.rero.ch/api/documents/1515" } }, { @@ -351054,13 +351054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1514" + "$ref": "https://ils.rero.ch/api/documents/1514" } }, { @@ -351068,13 +351068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1514" + "$ref": "https://ils.rero.ch/api/documents/1514" } }, { @@ -351082,13 +351082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1514" + "$ref": "https://ils.rero.ch/api/documents/1514" } }, { @@ -351096,13 +351096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1514" + "$ref": "https://ils.rero.ch/api/documents/1514" } }, { @@ -351110,13 +351110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1514" + "$ref": "https://ils.rero.ch/api/documents/1514" } }, { @@ -351124,13 +351124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1513" + "$ref": "https://ils.rero.ch/api/documents/1513" } }, { @@ -351138,13 +351138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1512" + "$ref": "https://ils.rero.ch/api/documents/1512" } }, { @@ -351152,13 +351152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1512" + "$ref": "https://ils.rero.ch/api/documents/1512" } }, { @@ -351166,13 +351166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1512" + "$ref": "https://ils.rero.ch/api/documents/1512" } }, { @@ -351180,13 +351180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1512" + "$ref": "https://ils.rero.ch/api/documents/1512" } }, { @@ -351194,13 +351194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1511" + "$ref": "https://ils.rero.ch/api/documents/1511" } }, { @@ -351208,13 +351208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1510" + "$ref": "https://ils.rero.ch/api/documents/1510" } }, { @@ -351222,13 +351222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1510" + "$ref": "https://ils.rero.ch/api/documents/1510" } }, { @@ -351236,13 +351236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1509" + "$ref": "https://ils.rero.ch/api/documents/1509" } }, { @@ -351250,13 +351250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1509" + "$ref": "https://ils.rero.ch/api/documents/1509" } }, { @@ -351264,13 +351264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1509" + "$ref": "https://ils.rero.ch/api/documents/1509" } }, { @@ -351278,13 +351278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1509" + "$ref": "https://ils.rero.ch/api/documents/1509" } }, { @@ -351292,13 +351292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1508" + "$ref": "https://ils.rero.ch/api/documents/1508" } }, { @@ -351306,13 +351306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1508" + "$ref": "https://ils.rero.ch/api/documents/1508" } }, { @@ -351320,13 +351320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1508" + "$ref": "https://ils.rero.ch/api/documents/1508" } }, { @@ -351334,13 +351334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1508" + "$ref": "https://ils.rero.ch/api/documents/1508" } }, { @@ -351348,13 +351348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1507" + "$ref": "https://ils.rero.ch/api/documents/1507" } }, { @@ -351362,13 +351362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1507" + "$ref": "https://ils.rero.ch/api/documents/1507" } }, { @@ -351376,13 +351376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1507" + "$ref": "https://ils.rero.ch/api/documents/1507" } }, { @@ -351390,13 +351390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1507" + "$ref": "https://ils.rero.ch/api/documents/1507" } }, { @@ -351404,13 +351404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1507" + "$ref": "https://ils.rero.ch/api/documents/1507" } }, { @@ -351418,13 +351418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1506" + "$ref": "https://ils.rero.ch/api/documents/1506" } }, { @@ -351432,13 +351432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1506" + "$ref": "https://ils.rero.ch/api/documents/1506" } }, { @@ -351446,13 +351446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1506" + "$ref": "https://ils.rero.ch/api/documents/1506" } }, { @@ -351460,13 +351460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1506" + "$ref": "https://ils.rero.ch/api/documents/1506" } }, { @@ -351474,13 +351474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1506" + "$ref": "https://ils.rero.ch/api/documents/1506" } }, { @@ -351488,13 +351488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1505" + "$ref": "https://ils.rero.ch/api/documents/1505" } }, { @@ -351502,13 +351502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1504" + "$ref": "https://ils.rero.ch/api/documents/1504" } }, { @@ -351516,13 +351516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1504" + "$ref": "https://ils.rero.ch/api/documents/1504" } }, { @@ -351530,13 +351530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1504" + "$ref": "https://ils.rero.ch/api/documents/1504" } }, { @@ -351544,13 +351544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1503" + "$ref": "https://ils.rero.ch/api/documents/1503" } }, { @@ -351558,13 +351558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1503" + "$ref": "https://ils.rero.ch/api/documents/1503" } }, { @@ -351572,13 +351572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1503" + "$ref": "https://ils.rero.ch/api/documents/1503" } }, { @@ -351586,13 +351586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1503" + "$ref": "https://ils.rero.ch/api/documents/1503" } }, { @@ -351600,13 +351600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1502" + "$ref": "https://ils.rero.ch/api/documents/1502" } }, { @@ -351614,13 +351614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1501" + "$ref": "https://ils.rero.ch/api/documents/1501" } }, { @@ -351628,13 +351628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1501" + "$ref": "https://ils.rero.ch/api/documents/1501" } }, { @@ -351642,13 +351642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1501" + "$ref": "https://ils.rero.ch/api/documents/1501" } }, { @@ -351656,13 +351656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1501" + "$ref": "https://ils.rero.ch/api/documents/1501" } }, { @@ -351670,13 +351670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1500" + "$ref": "https://ils.rero.ch/api/documents/1500" } }, { @@ -351684,13 +351684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1500" + "$ref": "https://ils.rero.ch/api/documents/1500" } }, { @@ -351698,13 +351698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1499" + "$ref": "https://ils.rero.ch/api/documents/1499" } }, { @@ -351712,13 +351712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1499" + "$ref": "https://ils.rero.ch/api/documents/1499" } }, { @@ -351726,13 +351726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1499" + "$ref": "https://ils.rero.ch/api/documents/1499" } }, { @@ -351740,13 +351740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1499" + "$ref": "https://ils.rero.ch/api/documents/1499" } }, { @@ -351754,13 +351754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1499" + "$ref": "https://ils.rero.ch/api/documents/1499" } }, { @@ -351768,13 +351768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1498" + "$ref": "https://ils.rero.ch/api/documents/1498" } }, { @@ -351782,13 +351782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1498" + "$ref": "https://ils.rero.ch/api/documents/1498" } }, { @@ -351796,13 +351796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1498" + "$ref": "https://ils.rero.ch/api/documents/1498" } }, { @@ -351810,13 +351810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1497" + "$ref": "https://ils.rero.ch/api/documents/1497" } }, { @@ -351824,13 +351824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1497" + "$ref": "https://ils.rero.ch/api/documents/1497" } }, { @@ -351838,13 +351838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1497" + "$ref": "https://ils.rero.ch/api/documents/1497" } }, { @@ -351852,13 +351852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1496" + "$ref": "https://ils.rero.ch/api/documents/1496" } }, { @@ -351866,13 +351866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1496" + "$ref": "https://ils.rero.ch/api/documents/1496" } }, { @@ -351880,13 +351880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1495" + "$ref": "https://ils.rero.ch/api/documents/1495" } }, { @@ -351894,13 +351894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1495" + "$ref": "https://ils.rero.ch/api/documents/1495" } }, { @@ -351908,13 +351908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1495" + "$ref": "https://ils.rero.ch/api/documents/1495" } }, { @@ -351922,13 +351922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1495" + "$ref": "https://ils.rero.ch/api/documents/1495" } }, { @@ -351936,13 +351936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1494" + "$ref": "https://ils.rero.ch/api/documents/1494" } }, { @@ -351950,13 +351950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1494" + "$ref": "https://ils.rero.ch/api/documents/1494" } }, { @@ -351964,13 +351964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1493" + "$ref": "https://ils.rero.ch/api/documents/1493" } }, { @@ -351978,13 +351978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1493" + "$ref": "https://ils.rero.ch/api/documents/1493" } }, { @@ -351992,13 +351992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1492" + "$ref": "https://ils.rero.ch/api/documents/1492" } }, { @@ -352006,13 +352006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1492" + "$ref": "https://ils.rero.ch/api/documents/1492" } }, { @@ -352020,13 +352020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1491" + "$ref": "https://ils.rero.ch/api/documents/1491" } }, { @@ -352034,13 +352034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1490" + "$ref": "https://ils.rero.ch/api/documents/1490" } }, { @@ -352048,13 +352048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1490" + "$ref": "https://ils.rero.ch/api/documents/1490" } }, { @@ -352062,13 +352062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1490" + "$ref": "https://ils.rero.ch/api/documents/1490" } }, { @@ -352076,13 +352076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1490" + "$ref": "https://ils.rero.ch/api/documents/1490" } }, { @@ -352090,13 +352090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1490" + "$ref": "https://ils.rero.ch/api/documents/1490" } }, { @@ -352104,13 +352104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1489" + "$ref": "https://ils.rero.ch/api/documents/1489" } }, { @@ -352118,13 +352118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1489" + "$ref": "https://ils.rero.ch/api/documents/1489" } }, { @@ -352132,13 +352132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1489" + "$ref": "https://ils.rero.ch/api/documents/1489" } }, { @@ -352146,13 +352146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1489" + "$ref": "https://ils.rero.ch/api/documents/1489" } }, { @@ -352160,13 +352160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1489" + "$ref": "https://ils.rero.ch/api/documents/1489" } }, { @@ -352174,13 +352174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1488" + "$ref": "https://ils.rero.ch/api/documents/1488" } }, { @@ -352188,13 +352188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1487" + "$ref": "https://ils.rero.ch/api/documents/1487" } }, { @@ -352202,13 +352202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1487" + "$ref": "https://ils.rero.ch/api/documents/1487" } }, { @@ -352216,13 +352216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1487" + "$ref": "https://ils.rero.ch/api/documents/1487" } }, { @@ -352230,13 +352230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1487" + "$ref": "https://ils.rero.ch/api/documents/1487" } }, { @@ -352244,13 +352244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1486" + "$ref": "https://ils.rero.ch/api/documents/1486" } }, { @@ -352258,13 +352258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1486" + "$ref": "https://ils.rero.ch/api/documents/1486" } }, { @@ -352272,13 +352272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1486" + "$ref": "https://ils.rero.ch/api/documents/1486" } }, { @@ -352286,13 +352286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1486" + "$ref": "https://ils.rero.ch/api/documents/1486" } }, { @@ -352300,13 +352300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1485" + "$ref": "https://ils.rero.ch/api/documents/1485" } }, { @@ -352314,13 +352314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1484" + "$ref": "https://ils.rero.ch/api/documents/1484" } }, { @@ -352328,13 +352328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1484" + "$ref": "https://ils.rero.ch/api/documents/1484" } }, { @@ -352342,13 +352342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1484" + "$ref": "https://ils.rero.ch/api/documents/1484" } }, { @@ -352356,13 +352356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1483" + "$ref": "https://ils.rero.ch/api/documents/1483" } }, { @@ -352370,13 +352370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1483" + "$ref": "https://ils.rero.ch/api/documents/1483" } }, { @@ -352384,13 +352384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1482" + "$ref": "https://ils.rero.ch/api/documents/1482" } }, { @@ -352398,13 +352398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1481" + "$ref": "https://ils.rero.ch/api/documents/1481" } }, { @@ -352412,13 +352412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1481" + "$ref": "https://ils.rero.ch/api/documents/1481" } }, { @@ -352426,13 +352426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1481" + "$ref": "https://ils.rero.ch/api/documents/1481" } }, { @@ -352440,13 +352440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1481" + "$ref": "https://ils.rero.ch/api/documents/1481" } }, { @@ -352454,13 +352454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1480" + "$ref": "https://ils.rero.ch/api/documents/1480" } }, { @@ -352468,13 +352468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1480" + "$ref": "https://ils.rero.ch/api/documents/1480" } }, { @@ -352482,13 +352482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1480" + "$ref": "https://ils.rero.ch/api/documents/1480" } }, { @@ -352496,13 +352496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1480" + "$ref": "https://ils.rero.ch/api/documents/1480" } }, { @@ -352510,13 +352510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1480" + "$ref": "https://ils.rero.ch/api/documents/1480" } }, { @@ -352524,13 +352524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1479" + "$ref": "https://ils.rero.ch/api/documents/1479" } }, { @@ -352538,13 +352538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1479" + "$ref": "https://ils.rero.ch/api/documents/1479" } }, { @@ -352552,13 +352552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1478" + "$ref": "https://ils.rero.ch/api/documents/1478" } }, { @@ -352566,13 +352566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1478" + "$ref": "https://ils.rero.ch/api/documents/1478" } }, { @@ -352580,13 +352580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1478" + "$ref": "https://ils.rero.ch/api/documents/1478" } }, { @@ -352594,13 +352594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1477" + "$ref": "https://ils.rero.ch/api/documents/1477" } }, { @@ -352608,13 +352608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1477" + "$ref": "https://ils.rero.ch/api/documents/1477" } }, { @@ -352622,13 +352622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1476" + "$ref": "https://ils.rero.ch/api/documents/1476" } }, { @@ -352636,13 +352636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1476" + "$ref": "https://ils.rero.ch/api/documents/1476" } }, { @@ -352650,13 +352650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1476" + "$ref": "https://ils.rero.ch/api/documents/1476" } }, { @@ -352664,13 +352664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1476" + "$ref": "https://ils.rero.ch/api/documents/1476" } }, { @@ -352678,13 +352678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1476" + "$ref": "https://ils.rero.ch/api/documents/1476" } }, { @@ -352692,13 +352692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1475" + "$ref": "https://ils.rero.ch/api/documents/1475" } }, { @@ -352706,13 +352706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1475" + "$ref": "https://ils.rero.ch/api/documents/1475" } }, { @@ -352720,13 +352720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1475" + "$ref": "https://ils.rero.ch/api/documents/1475" } }, { @@ -352734,13 +352734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1474" + "$ref": "https://ils.rero.ch/api/documents/1474" } }, { @@ -352748,13 +352748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1474" + "$ref": "https://ils.rero.ch/api/documents/1474" } }, { @@ -352762,13 +352762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1474" + "$ref": "https://ils.rero.ch/api/documents/1474" } }, { @@ -352776,13 +352776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1473" + "$ref": "https://ils.rero.ch/api/documents/1473" } }, { @@ -352790,13 +352790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1473" + "$ref": "https://ils.rero.ch/api/documents/1473" } }, { @@ -352804,13 +352804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1473" + "$ref": "https://ils.rero.ch/api/documents/1473" } }, { @@ -352818,13 +352818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1473" + "$ref": "https://ils.rero.ch/api/documents/1473" } }, { @@ -352832,13 +352832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1472" + "$ref": "https://ils.rero.ch/api/documents/1472" } }, { @@ -352846,13 +352846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1471" + "$ref": "https://ils.rero.ch/api/documents/1471" } }, { @@ -352860,13 +352860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1471" + "$ref": "https://ils.rero.ch/api/documents/1471" } }, { @@ -352874,13 +352874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1471" + "$ref": "https://ils.rero.ch/api/documents/1471" } }, { @@ -352888,13 +352888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1471" + "$ref": "https://ils.rero.ch/api/documents/1471" } }, { @@ -352902,13 +352902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1471" + "$ref": "https://ils.rero.ch/api/documents/1471" } }, { @@ -352916,13 +352916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1470" + "$ref": "https://ils.rero.ch/api/documents/1470" } }, { @@ -352930,13 +352930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1470" + "$ref": "https://ils.rero.ch/api/documents/1470" } }, { @@ -352944,13 +352944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1470" + "$ref": "https://ils.rero.ch/api/documents/1470" } }, { @@ -352958,13 +352958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1470" + "$ref": "https://ils.rero.ch/api/documents/1470" } }, { @@ -352972,13 +352972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1470" + "$ref": "https://ils.rero.ch/api/documents/1470" } }, { @@ -352986,13 +352986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1469" + "$ref": "https://ils.rero.ch/api/documents/1469" } }, { @@ -353000,13 +353000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1469" + "$ref": "https://ils.rero.ch/api/documents/1469" } }, { @@ -353014,13 +353014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1469" + "$ref": "https://ils.rero.ch/api/documents/1469" } }, { @@ -353028,13 +353028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1468" + "$ref": "https://ils.rero.ch/api/documents/1468" } }, { @@ -353042,13 +353042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1468" + "$ref": "https://ils.rero.ch/api/documents/1468" } }, { @@ -353056,13 +353056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1468" + "$ref": "https://ils.rero.ch/api/documents/1468" } }, { @@ -353070,13 +353070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1467" + "$ref": "https://ils.rero.ch/api/documents/1467" } }, { @@ -353084,13 +353084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1467" + "$ref": "https://ils.rero.ch/api/documents/1467" } }, { @@ -353098,13 +353098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1467" + "$ref": "https://ils.rero.ch/api/documents/1467" } }, { @@ -353112,13 +353112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1467" + "$ref": "https://ils.rero.ch/api/documents/1467" } }, { @@ -353126,13 +353126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1467" + "$ref": "https://ils.rero.ch/api/documents/1467" } }, { @@ -353140,13 +353140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1466" + "$ref": "https://ils.rero.ch/api/documents/1466" } }, { @@ -353154,13 +353154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1466" + "$ref": "https://ils.rero.ch/api/documents/1466" } }, { @@ -353168,13 +353168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1466" + "$ref": "https://ils.rero.ch/api/documents/1466" } }, { @@ -353182,13 +353182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1466" + "$ref": "https://ils.rero.ch/api/documents/1466" } }, { @@ -353196,13 +353196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1466" + "$ref": "https://ils.rero.ch/api/documents/1466" } }, { @@ -353210,13 +353210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1465" + "$ref": "https://ils.rero.ch/api/documents/1465" } }, { @@ -353224,13 +353224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1465" + "$ref": "https://ils.rero.ch/api/documents/1465" } }, { @@ -353238,13 +353238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1465" + "$ref": "https://ils.rero.ch/api/documents/1465" } }, { @@ -353252,13 +353252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1464" + "$ref": "https://ils.rero.ch/api/documents/1464" } }, { @@ -353266,13 +353266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1464" + "$ref": "https://ils.rero.ch/api/documents/1464" } }, { @@ -353280,13 +353280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1463" + "$ref": "https://ils.rero.ch/api/documents/1463" } }, { @@ -353294,13 +353294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1463" + "$ref": "https://ils.rero.ch/api/documents/1463" } }, { @@ -353308,13 +353308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1463" + "$ref": "https://ils.rero.ch/api/documents/1463" } }, { @@ -353322,13 +353322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1463" + "$ref": "https://ils.rero.ch/api/documents/1463" } }, { @@ -353336,13 +353336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1463" + "$ref": "https://ils.rero.ch/api/documents/1463" } }, { @@ -353350,13 +353350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1462" + "$ref": "https://ils.rero.ch/api/documents/1462" } }, { @@ -353364,13 +353364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1462" + "$ref": "https://ils.rero.ch/api/documents/1462" } }, { @@ -353378,13 +353378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1462" + "$ref": "https://ils.rero.ch/api/documents/1462" } }, { @@ -353392,13 +353392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1462" + "$ref": "https://ils.rero.ch/api/documents/1462" } }, { @@ -353406,13 +353406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1462" + "$ref": "https://ils.rero.ch/api/documents/1462" } }, { @@ -353420,13 +353420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1461" + "$ref": "https://ils.rero.ch/api/documents/1461" } }, { @@ -353434,13 +353434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1461" + "$ref": "https://ils.rero.ch/api/documents/1461" } }, { @@ -353448,13 +353448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1461" + "$ref": "https://ils.rero.ch/api/documents/1461" } }, { @@ -353462,13 +353462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1461" + "$ref": "https://ils.rero.ch/api/documents/1461" } }, { @@ -353476,13 +353476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1460" + "$ref": "https://ils.rero.ch/api/documents/1460" } }, { @@ -353490,13 +353490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1460" + "$ref": "https://ils.rero.ch/api/documents/1460" } }, { @@ -353504,13 +353504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1459" + "$ref": "https://ils.rero.ch/api/documents/1459" } }, { @@ -353518,13 +353518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1458" + "$ref": "https://ils.rero.ch/api/documents/1458" } }, { @@ -353532,13 +353532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1458" + "$ref": "https://ils.rero.ch/api/documents/1458" } }, { @@ -353546,13 +353546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1457" + "$ref": "https://ils.rero.ch/api/documents/1457" } }, { @@ -353560,13 +353560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1457" + "$ref": "https://ils.rero.ch/api/documents/1457" } }, { @@ -353574,13 +353574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1457" + "$ref": "https://ils.rero.ch/api/documents/1457" } }, { @@ -353588,13 +353588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1457" + "$ref": "https://ils.rero.ch/api/documents/1457" } }, { @@ -353602,13 +353602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1456" + "$ref": "https://ils.rero.ch/api/documents/1456" } }, { @@ -353616,13 +353616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1456" + "$ref": "https://ils.rero.ch/api/documents/1456" } }, { @@ -353630,13 +353630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1456" + "$ref": "https://ils.rero.ch/api/documents/1456" } }, { @@ -353644,13 +353644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1456" + "$ref": "https://ils.rero.ch/api/documents/1456" } }, { @@ -353658,13 +353658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1456" + "$ref": "https://ils.rero.ch/api/documents/1456" } }, { @@ -353672,13 +353672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1455" + "$ref": "https://ils.rero.ch/api/documents/1455" } }, { @@ -353686,13 +353686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1455" + "$ref": "https://ils.rero.ch/api/documents/1455" } }, { @@ -353700,13 +353700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1455" + "$ref": "https://ils.rero.ch/api/documents/1455" } }, { @@ -353714,13 +353714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1455" + "$ref": "https://ils.rero.ch/api/documents/1455" } }, { @@ -353728,13 +353728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1454" + "$ref": "https://ils.rero.ch/api/documents/1454" } }, { @@ -353742,13 +353742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1454" + "$ref": "https://ils.rero.ch/api/documents/1454" } }, { @@ -353756,13 +353756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1454" + "$ref": "https://ils.rero.ch/api/documents/1454" } }, { @@ -353770,13 +353770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1454" + "$ref": "https://ils.rero.ch/api/documents/1454" } }, { @@ -353784,13 +353784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1454" + "$ref": "https://ils.rero.ch/api/documents/1454" } }, { @@ -353798,13 +353798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1453" + "$ref": "https://ils.rero.ch/api/documents/1453" } }, { @@ -353812,13 +353812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1453" + "$ref": "https://ils.rero.ch/api/documents/1453" } }, { @@ -353826,13 +353826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1452" + "$ref": "https://ils.rero.ch/api/documents/1452" } }, { @@ -353840,13 +353840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1452" + "$ref": "https://ils.rero.ch/api/documents/1452" } }, { @@ -353854,13 +353854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1452" + "$ref": "https://ils.rero.ch/api/documents/1452" } }, { @@ -353868,13 +353868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1452" + "$ref": "https://ils.rero.ch/api/documents/1452" } }, { @@ -353882,13 +353882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1452" + "$ref": "https://ils.rero.ch/api/documents/1452" } }, { @@ -353896,13 +353896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1451" + "$ref": "https://ils.rero.ch/api/documents/1451" } }, { @@ -353910,13 +353910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1451" + "$ref": "https://ils.rero.ch/api/documents/1451" } }, { @@ -353924,13 +353924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1451" + "$ref": "https://ils.rero.ch/api/documents/1451" } }, { @@ -353938,13 +353938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1451" + "$ref": "https://ils.rero.ch/api/documents/1451" } }, { @@ -353952,13 +353952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1451" + "$ref": "https://ils.rero.ch/api/documents/1451" } }, { @@ -353966,13 +353966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1450" + "$ref": "https://ils.rero.ch/api/documents/1450" } }, { @@ -353980,13 +353980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1450" + "$ref": "https://ils.rero.ch/api/documents/1450" } }, { @@ -353994,13 +353994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1449" + "$ref": "https://ils.rero.ch/api/documents/1449" } }, { @@ -354008,13 +354008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1449" + "$ref": "https://ils.rero.ch/api/documents/1449" } }, { @@ -354022,13 +354022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1449" + "$ref": "https://ils.rero.ch/api/documents/1449" } }, { @@ -354036,13 +354036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1449" + "$ref": "https://ils.rero.ch/api/documents/1449" } }, { @@ -354050,13 +354050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1448" + "$ref": "https://ils.rero.ch/api/documents/1448" } }, { @@ -354064,13 +354064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1448" + "$ref": "https://ils.rero.ch/api/documents/1448" } }, { @@ -354078,13 +354078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1448" + "$ref": "https://ils.rero.ch/api/documents/1448" } }, { @@ -354092,13 +354092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1448" + "$ref": "https://ils.rero.ch/api/documents/1448" } }, { @@ -354106,13 +354106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1447" + "$ref": "https://ils.rero.ch/api/documents/1447" } }, { @@ -354120,13 +354120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1447" + "$ref": "https://ils.rero.ch/api/documents/1447" } }, { @@ -354134,13 +354134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1447" + "$ref": "https://ils.rero.ch/api/documents/1447" } }, { @@ -354148,13 +354148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1447" + "$ref": "https://ils.rero.ch/api/documents/1447" } }, { @@ -354162,13 +354162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1447" + "$ref": "https://ils.rero.ch/api/documents/1447" } }, { @@ -354176,13 +354176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1446" + "$ref": "https://ils.rero.ch/api/documents/1446" } }, { @@ -354190,13 +354190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1446" + "$ref": "https://ils.rero.ch/api/documents/1446" } }, { @@ -354204,13 +354204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1446" + "$ref": "https://ils.rero.ch/api/documents/1446" } }, { @@ -354218,13 +354218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1445" + "$ref": "https://ils.rero.ch/api/documents/1445" } }, { @@ -354232,13 +354232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1445" + "$ref": "https://ils.rero.ch/api/documents/1445" } }, { @@ -354246,13 +354246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1445" + "$ref": "https://ils.rero.ch/api/documents/1445" } }, { @@ -354260,13 +354260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1445" + "$ref": "https://ils.rero.ch/api/documents/1445" } }, { @@ -354274,13 +354274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1444" + "$ref": "https://ils.rero.ch/api/documents/1444" } }, { @@ -354288,13 +354288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1443" + "$ref": "https://ils.rero.ch/api/documents/1443" } }, { @@ -354302,13 +354302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1443" + "$ref": "https://ils.rero.ch/api/documents/1443" } }, { @@ -354316,13 +354316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1443" + "$ref": "https://ils.rero.ch/api/documents/1443" } }, { @@ -354330,13 +354330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1443" + "$ref": "https://ils.rero.ch/api/documents/1443" } }, { @@ -354344,13 +354344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1443" + "$ref": "https://ils.rero.ch/api/documents/1443" } }, { @@ -354358,13 +354358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1442" + "$ref": "https://ils.rero.ch/api/documents/1442" } }, { @@ -354372,13 +354372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1442" + "$ref": "https://ils.rero.ch/api/documents/1442" } }, { @@ -354386,13 +354386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1442" + "$ref": "https://ils.rero.ch/api/documents/1442" } }, { @@ -354400,13 +354400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1441" + "$ref": "https://ils.rero.ch/api/documents/1441" } }, { @@ -354414,13 +354414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1441" + "$ref": "https://ils.rero.ch/api/documents/1441" } }, { @@ -354428,13 +354428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1441" + "$ref": "https://ils.rero.ch/api/documents/1441" } }, { @@ -354442,13 +354442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1441" + "$ref": "https://ils.rero.ch/api/documents/1441" } }, { @@ -354456,13 +354456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1441" + "$ref": "https://ils.rero.ch/api/documents/1441" } }, { @@ -354470,13 +354470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1440" + "$ref": "https://ils.rero.ch/api/documents/1440" } }, { @@ -354484,13 +354484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1440" + "$ref": "https://ils.rero.ch/api/documents/1440" } }, { @@ -354498,13 +354498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1440" + "$ref": "https://ils.rero.ch/api/documents/1440" } }, { @@ -354512,13 +354512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1439" + "$ref": "https://ils.rero.ch/api/documents/1439" } }, { @@ -354526,13 +354526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1439" + "$ref": "https://ils.rero.ch/api/documents/1439" } }, { @@ -354540,13 +354540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1439" + "$ref": "https://ils.rero.ch/api/documents/1439" } }, { @@ -354554,13 +354554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1439" + "$ref": "https://ils.rero.ch/api/documents/1439" } }, { @@ -354568,13 +354568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1439" + "$ref": "https://ils.rero.ch/api/documents/1439" } }, { @@ -354582,13 +354582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1438" + "$ref": "https://ils.rero.ch/api/documents/1438" } }, { @@ -354596,13 +354596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1438" + "$ref": "https://ils.rero.ch/api/documents/1438" } }, { @@ -354610,13 +354610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1438" + "$ref": "https://ils.rero.ch/api/documents/1438" } }, { @@ -354624,13 +354624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1438" + "$ref": "https://ils.rero.ch/api/documents/1438" } }, { @@ -354638,13 +354638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1437" + "$ref": "https://ils.rero.ch/api/documents/1437" } }, { @@ -354652,13 +354652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1437" + "$ref": "https://ils.rero.ch/api/documents/1437" } }, { @@ -354666,13 +354666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1437" + "$ref": "https://ils.rero.ch/api/documents/1437" } }, { @@ -354680,13 +354680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1437" + "$ref": "https://ils.rero.ch/api/documents/1437" } }, { @@ -354694,13 +354694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1437" + "$ref": "https://ils.rero.ch/api/documents/1437" } }, { @@ -354708,13 +354708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1436" + "$ref": "https://ils.rero.ch/api/documents/1436" } }, { @@ -354722,13 +354722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1436" + "$ref": "https://ils.rero.ch/api/documents/1436" } }, { @@ -354736,13 +354736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1436" + "$ref": "https://ils.rero.ch/api/documents/1436" } }, { @@ -354750,13 +354750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1435" + "$ref": "https://ils.rero.ch/api/documents/1435" } }, { @@ -354764,13 +354764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1435" + "$ref": "https://ils.rero.ch/api/documents/1435" } }, { @@ -354778,13 +354778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1435" + "$ref": "https://ils.rero.ch/api/documents/1435" } }, { @@ -354792,13 +354792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1435" + "$ref": "https://ils.rero.ch/api/documents/1435" } }, { @@ -354806,13 +354806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1435" + "$ref": "https://ils.rero.ch/api/documents/1435" } }, { @@ -354820,13 +354820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1434" + "$ref": "https://ils.rero.ch/api/documents/1434" } }, { @@ -354834,13 +354834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1434" + "$ref": "https://ils.rero.ch/api/documents/1434" } }, { @@ -354848,13 +354848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1434" + "$ref": "https://ils.rero.ch/api/documents/1434" } }, { @@ -354862,13 +354862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1433" + "$ref": "https://ils.rero.ch/api/documents/1433" } }, { @@ -354876,13 +354876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1433" + "$ref": "https://ils.rero.ch/api/documents/1433" } }, { @@ -354890,13 +354890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1433" + "$ref": "https://ils.rero.ch/api/documents/1433" } }, { @@ -354904,13 +354904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1433" + "$ref": "https://ils.rero.ch/api/documents/1433" } }, { @@ -354918,13 +354918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1433" + "$ref": "https://ils.rero.ch/api/documents/1433" } }, { @@ -354932,13 +354932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1432" + "$ref": "https://ils.rero.ch/api/documents/1432" } }, { @@ -354946,13 +354946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1432" + "$ref": "https://ils.rero.ch/api/documents/1432" } }, { @@ -354960,13 +354960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1432" + "$ref": "https://ils.rero.ch/api/documents/1432" } }, { @@ -354974,13 +354974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1431" + "$ref": "https://ils.rero.ch/api/documents/1431" } }, { @@ -354988,13 +354988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1431" + "$ref": "https://ils.rero.ch/api/documents/1431" } }, { @@ -355002,13 +355002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1431" + "$ref": "https://ils.rero.ch/api/documents/1431" } }, { @@ -355016,13 +355016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1431" + "$ref": "https://ils.rero.ch/api/documents/1431" } }, { @@ -355030,13 +355030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1430" + "$ref": "https://ils.rero.ch/api/documents/1430" } }, { @@ -355044,13 +355044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1430" + "$ref": "https://ils.rero.ch/api/documents/1430" } }, { @@ -355058,13 +355058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1429" + "$ref": "https://ils.rero.ch/api/documents/1429" } }, { @@ -355072,13 +355072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1429" + "$ref": "https://ils.rero.ch/api/documents/1429" } }, { @@ -355086,13 +355086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1428" + "$ref": "https://ils.rero.ch/api/documents/1428" } }, { @@ -355100,13 +355100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1428" + "$ref": "https://ils.rero.ch/api/documents/1428" } }, { @@ -355114,13 +355114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1428" + "$ref": "https://ils.rero.ch/api/documents/1428" } }, { @@ -355128,13 +355128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1428" + "$ref": "https://ils.rero.ch/api/documents/1428" } }, { @@ -355142,13 +355142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1427" + "$ref": "https://ils.rero.ch/api/documents/1427" } }, { @@ -355156,13 +355156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1427" + "$ref": "https://ils.rero.ch/api/documents/1427" } }, { @@ -355170,13 +355170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1427" + "$ref": "https://ils.rero.ch/api/documents/1427" } }, { @@ -355184,13 +355184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1426" + "$ref": "https://ils.rero.ch/api/documents/1426" } }, { @@ -355198,13 +355198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1426" + "$ref": "https://ils.rero.ch/api/documents/1426" } }, { @@ -355212,13 +355212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1425" + "$ref": "https://ils.rero.ch/api/documents/1425" } }, { @@ -355226,13 +355226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1425" + "$ref": "https://ils.rero.ch/api/documents/1425" } }, { @@ -355240,13 +355240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1424" + "$ref": "https://ils.rero.ch/api/documents/1424" } }, { @@ -355254,13 +355254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1424" + "$ref": "https://ils.rero.ch/api/documents/1424" } }, { @@ -355268,13 +355268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1424" + "$ref": "https://ils.rero.ch/api/documents/1424" } }, { @@ -355282,13 +355282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1424" + "$ref": "https://ils.rero.ch/api/documents/1424" } }, { @@ -355296,13 +355296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1423" + "$ref": "https://ils.rero.ch/api/documents/1423" } }, { @@ -355310,13 +355310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1423" + "$ref": "https://ils.rero.ch/api/documents/1423" } }, { @@ -355324,13 +355324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1423" + "$ref": "https://ils.rero.ch/api/documents/1423" } }, { @@ -355338,13 +355338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1423" + "$ref": "https://ils.rero.ch/api/documents/1423" } }, { @@ -355352,13 +355352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1422" + "$ref": "https://ils.rero.ch/api/documents/1422" } }, { @@ -355366,13 +355366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1422" + "$ref": "https://ils.rero.ch/api/documents/1422" } }, { @@ -355380,13 +355380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1421" + "$ref": "https://ils.rero.ch/api/documents/1421" } }, { @@ -355394,13 +355394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1421" + "$ref": "https://ils.rero.ch/api/documents/1421" } }, { @@ -355408,13 +355408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1421" + "$ref": "https://ils.rero.ch/api/documents/1421" } }, { @@ -355422,13 +355422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1421" + "$ref": "https://ils.rero.ch/api/documents/1421" } }, { @@ -355436,13 +355436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1421" + "$ref": "https://ils.rero.ch/api/documents/1421" } }, { @@ -355450,13 +355450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1420" + "$ref": "https://ils.rero.ch/api/documents/1420" } }, { @@ -355464,13 +355464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1420" + "$ref": "https://ils.rero.ch/api/documents/1420" } }, { @@ -355478,13 +355478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1420" + "$ref": "https://ils.rero.ch/api/documents/1420" } }, { @@ -355492,13 +355492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1419" + "$ref": "https://ils.rero.ch/api/documents/1419" } }, { @@ -355506,13 +355506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1419" + "$ref": "https://ils.rero.ch/api/documents/1419" } }, { @@ -355520,13 +355520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1419" + "$ref": "https://ils.rero.ch/api/documents/1419" } }, { @@ -355534,13 +355534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1419" + "$ref": "https://ils.rero.ch/api/documents/1419" } }, { @@ -355548,13 +355548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1418" + "$ref": "https://ils.rero.ch/api/documents/1418" } }, { @@ -355562,13 +355562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1418" + "$ref": "https://ils.rero.ch/api/documents/1418" } }, { @@ -355576,13 +355576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1418" + "$ref": "https://ils.rero.ch/api/documents/1418" } }, { @@ -355590,13 +355590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1418" + "$ref": "https://ils.rero.ch/api/documents/1418" } }, { @@ -355604,13 +355604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1417" + "$ref": "https://ils.rero.ch/api/documents/1417" } }, { @@ -355618,13 +355618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1417" + "$ref": "https://ils.rero.ch/api/documents/1417" } }, { @@ -355632,13 +355632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1417" + "$ref": "https://ils.rero.ch/api/documents/1417" } }, { @@ -355646,13 +355646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1417" + "$ref": "https://ils.rero.ch/api/documents/1417" } }, { @@ -355660,13 +355660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1416" + "$ref": "https://ils.rero.ch/api/documents/1416" } }, { @@ -355674,13 +355674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1415" + "$ref": "https://ils.rero.ch/api/documents/1415" } }, { @@ -355688,13 +355688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1415" + "$ref": "https://ils.rero.ch/api/documents/1415" } }, { @@ -355702,13 +355702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1415" + "$ref": "https://ils.rero.ch/api/documents/1415" } }, { @@ -355716,13 +355716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1414" + "$ref": "https://ils.rero.ch/api/documents/1414" } }, { @@ -355730,13 +355730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1414" + "$ref": "https://ils.rero.ch/api/documents/1414" } }, { @@ -355744,13 +355744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1414" + "$ref": "https://ils.rero.ch/api/documents/1414" } }, { @@ -355758,13 +355758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1414" + "$ref": "https://ils.rero.ch/api/documents/1414" } }, { @@ -355772,13 +355772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1414" + "$ref": "https://ils.rero.ch/api/documents/1414" } }, { @@ -355786,13 +355786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1413" + "$ref": "https://ils.rero.ch/api/documents/1413" } }, { @@ -355800,13 +355800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1413" + "$ref": "https://ils.rero.ch/api/documents/1413" } }, { @@ -355814,13 +355814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1413" + "$ref": "https://ils.rero.ch/api/documents/1413" } }, { @@ -355828,13 +355828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1413" + "$ref": "https://ils.rero.ch/api/documents/1413" } }, { @@ -355842,13 +355842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1412" + "$ref": "https://ils.rero.ch/api/documents/1412" } }, { @@ -355856,13 +355856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1412" + "$ref": "https://ils.rero.ch/api/documents/1412" } }, { @@ -355870,13 +355870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1411" + "$ref": "https://ils.rero.ch/api/documents/1411" } }, { @@ -355884,13 +355884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1411" + "$ref": "https://ils.rero.ch/api/documents/1411" } }, { @@ -355898,13 +355898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1410" + "$ref": "https://ils.rero.ch/api/documents/1410" } }, { @@ -355912,13 +355912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1409" + "$ref": "https://ils.rero.ch/api/documents/1409" } }, { @@ -355926,13 +355926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1409" + "$ref": "https://ils.rero.ch/api/documents/1409" } }, { @@ -355940,13 +355940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1408" + "$ref": "https://ils.rero.ch/api/documents/1408" } }, { @@ -355954,13 +355954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1408" + "$ref": "https://ils.rero.ch/api/documents/1408" } }, { @@ -355968,13 +355968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1407" + "$ref": "https://ils.rero.ch/api/documents/1407" } }, { @@ -355982,13 +355982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1406" + "$ref": "https://ils.rero.ch/api/documents/1406" } }, { @@ -355996,13 +355996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1406" + "$ref": "https://ils.rero.ch/api/documents/1406" } }, { @@ -356010,13 +356010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1406" + "$ref": "https://ils.rero.ch/api/documents/1406" } }, { @@ -356024,13 +356024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1406" + "$ref": "https://ils.rero.ch/api/documents/1406" } }, { @@ -356038,13 +356038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1405" + "$ref": "https://ils.rero.ch/api/documents/1405" } }, { @@ -356052,13 +356052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1404" + "$ref": "https://ils.rero.ch/api/documents/1404" } }, { @@ -356066,13 +356066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1404" + "$ref": "https://ils.rero.ch/api/documents/1404" } }, { @@ -356080,13 +356080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1404" + "$ref": "https://ils.rero.ch/api/documents/1404" } }, { @@ -356094,13 +356094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1404" + "$ref": "https://ils.rero.ch/api/documents/1404" } }, { @@ -356108,13 +356108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1404" + "$ref": "https://ils.rero.ch/api/documents/1404" } }, { @@ -356122,13 +356122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1403" + "$ref": "https://ils.rero.ch/api/documents/1403" } }, { @@ -356136,13 +356136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1403" + "$ref": "https://ils.rero.ch/api/documents/1403" } }, { @@ -356150,13 +356150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1402" + "$ref": "https://ils.rero.ch/api/documents/1402" } }, { @@ -356164,13 +356164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1402" + "$ref": "https://ils.rero.ch/api/documents/1402" } }, { @@ -356178,13 +356178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1401" + "$ref": "https://ils.rero.ch/api/documents/1401" } }, { @@ -356192,13 +356192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1401" + "$ref": "https://ils.rero.ch/api/documents/1401" } }, { @@ -356206,13 +356206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1401" + "$ref": "https://ils.rero.ch/api/documents/1401" } }, { @@ -356220,13 +356220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1401" + "$ref": "https://ils.rero.ch/api/documents/1401" } }, { @@ -356234,13 +356234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1400" + "$ref": "https://ils.rero.ch/api/documents/1400" } }, { @@ -356248,13 +356248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1400" + "$ref": "https://ils.rero.ch/api/documents/1400" } }, { @@ -356262,13 +356262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1400" + "$ref": "https://ils.rero.ch/api/documents/1400" } }, { @@ -356276,13 +356276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1400" + "$ref": "https://ils.rero.ch/api/documents/1400" } }, { @@ -356290,13 +356290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1400" + "$ref": "https://ils.rero.ch/api/documents/1400" } }, { @@ -356304,13 +356304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1399" + "$ref": "https://ils.rero.ch/api/documents/1399" } }, { @@ -356318,13 +356318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1399" + "$ref": "https://ils.rero.ch/api/documents/1399" } }, { @@ -356332,13 +356332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1399" + "$ref": "https://ils.rero.ch/api/documents/1399" } }, { @@ -356346,13 +356346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1398" + "$ref": "https://ils.rero.ch/api/documents/1398" } }, { @@ -356360,13 +356360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1398" + "$ref": "https://ils.rero.ch/api/documents/1398" } }, { @@ -356374,13 +356374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1398" + "$ref": "https://ils.rero.ch/api/documents/1398" } }, { @@ -356388,13 +356388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1398" + "$ref": "https://ils.rero.ch/api/documents/1398" } }, { @@ -356402,13 +356402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1398" + "$ref": "https://ils.rero.ch/api/documents/1398" } }, { @@ -356416,13 +356416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1397" + "$ref": "https://ils.rero.ch/api/documents/1397" } }, { @@ -356430,13 +356430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1396" + "$ref": "https://ils.rero.ch/api/documents/1396" } }, { @@ -356444,13 +356444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1396" + "$ref": "https://ils.rero.ch/api/documents/1396" } }, { @@ -356458,13 +356458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1396" + "$ref": "https://ils.rero.ch/api/documents/1396" } }, { @@ -356472,13 +356472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1395" + "$ref": "https://ils.rero.ch/api/documents/1395" } }, { @@ -356486,13 +356486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1394" + "$ref": "https://ils.rero.ch/api/documents/1394" } }, { @@ -356500,13 +356500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1394" + "$ref": "https://ils.rero.ch/api/documents/1394" } }, { @@ -356514,13 +356514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1394" + "$ref": "https://ils.rero.ch/api/documents/1394" } }, { @@ -356528,13 +356528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1394" + "$ref": "https://ils.rero.ch/api/documents/1394" } }, { @@ -356542,13 +356542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1393" + "$ref": "https://ils.rero.ch/api/documents/1393" } }, { @@ -356556,13 +356556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1393" + "$ref": "https://ils.rero.ch/api/documents/1393" } }, { @@ -356570,13 +356570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1392" + "$ref": "https://ils.rero.ch/api/documents/1392" } }, { @@ -356584,13 +356584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1392" + "$ref": "https://ils.rero.ch/api/documents/1392" } }, { @@ -356598,13 +356598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1392" + "$ref": "https://ils.rero.ch/api/documents/1392" } }, { @@ -356612,13 +356612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1392" + "$ref": "https://ils.rero.ch/api/documents/1392" } }, { @@ -356626,13 +356626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1391" + "$ref": "https://ils.rero.ch/api/documents/1391" } }, { @@ -356640,13 +356640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1391" + "$ref": "https://ils.rero.ch/api/documents/1391" } }, { @@ -356654,13 +356654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1391" + "$ref": "https://ils.rero.ch/api/documents/1391" } }, { @@ -356668,13 +356668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1391" + "$ref": "https://ils.rero.ch/api/documents/1391" } }, { @@ -356682,13 +356682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1390" + "$ref": "https://ils.rero.ch/api/documents/1390" } }, { @@ -356696,13 +356696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1390" + "$ref": "https://ils.rero.ch/api/documents/1390" } }, { @@ -356710,13 +356710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1390" + "$ref": "https://ils.rero.ch/api/documents/1390" } }, { @@ -356724,13 +356724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1390" + "$ref": "https://ils.rero.ch/api/documents/1390" } }, { @@ -356738,13 +356738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1389" + "$ref": "https://ils.rero.ch/api/documents/1389" } }, { @@ -356752,13 +356752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1389" + "$ref": "https://ils.rero.ch/api/documents/1389" } }, { @@ -356766,13 +356766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1389" + "$ref": "https://ils.rero.ch/api/documents/1389" } }, { @@ -356780,13 +356780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1389" + "$ref": "https://ils.rero.ch/api/documents/1389" } }, { @@ -356794,13 +356794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1389" + "$ref": "https://ils.rero.ch/api/documents/1389" } }, { @@ -356808,13 +356808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1388" + "$ref": "https://ils.rero.ch/api/documents/1388" } }, { @@ -356822,13 +356822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1388" + "$ref": "https://ils.rero.ch/api/documents/1388" } }, { @@ -356836,13 +356836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1388" + "$ref": "https://ils.rero.ch/api/documents/1388" } }, { @@ -356850,13 +356850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1388" + "$ref": "https://ils.rero.ch/api/documents/1388" } }, { @@ -356864,13 +356864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1388" + "$ref": "https://ils.rero.ch/api/documents/1388" } }, { @@ -356878,13 +356878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1387" + "$ref": "https://ils.rero.ch/api/documents/1387" } }, { @@ -356892,13 +356892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1386" + "$ref": "https://ils.rero.ch/api/documents/1386" } }, { @@ -356906,13 +356906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1386" + "$ref": "https://ils.rero.ch/api/documents/1386" } }, { @@ -356920,13 +356920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1386" + "$ref": "https://ils.rero.ch/api/documents/1386" } }, { @@ -356934,13 +356934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1386" + "$ref": "https://ils.rero.ch/api/documents/1386" } }, { @@ -356948,13 +356948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1385" + "$ref": "https://ils.rero.ch/api/documents/1385" } }, { @@ -356962,13 +356962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1385" + "$ref": "https://ils.rero.ch/api/documents/1385" } }, { @@ -356976,13 +356976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1385" + "$ref": "https://ils.rero.ch/api/documents/1385" } }, { @@ -356990,13 +356990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1385" + "$ref": "https://ils.rero.ch/api/documents/1385" } }, { @@ -357004,13 +357004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1384" + "$ref": "https://ils.rero.ch/api/documents/1384" } }, { @@ -357018,13 +357018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1383" + "$ref": "https://ils.rero.ch/api/documents/1383" } }, { @@ -357032,13 +357032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1383" + "$ref": "https://ils.rero.ch/api/documents/1383" } }, { @@ -357046,13 +357046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1383" + "$ref": "https://ils.rero.ch/api/documents/1383" } }, { @@ -357060,13 +357060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1382" + "$ref": "https://ils.rero.ch/api/documents/1382" } }, { @@ -357074,13 +357074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1382" + "$ref": "https://ils.rero.ch/api/documents/1382" } }, { @@ -357088,13 +357088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1382" + "$ref": "https://ils.rero.ch/api/documents/1382" } }, { @@ -357102,13 +357102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1382" + "$ref": "https://ils.rero.ch/api/documents/1382" } }, { @@ -357116,13 +357116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1381" + "$ref": "https://ils.rero.ch/api/documents/1381" } }, { @@ -357130,13 +357130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1381" + "$ref": "https://ils.rero.ch/api/documents/1381" } }, { @@ -357144,13 +357144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1381" + "$ref": "https://ils.rero.ch/api/documents/1381" } }, { @@ -357158,13 +357158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1381" + "$ref": "https://ils.rero.ch/api/documents/1381" } }, { @@ -357172,13 +357172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1381" + "$ref": "https://ils.rero.ch/api/documents/1381" } }, { @@ -357186,13 +357186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1380" + "$ref": "https://ils.rero.ch/api/documents/1380" } }, { @@ -357200,13 +357200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1380" + "$ref": "https://ils.rero.ch/api/documents/1380" } }, { @@ -357214,13 +357214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1380" + "$ref": "https://ils.rero.ch/api/documents/1380" } }, { @@ -357228,13 +357228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1379" + "$ref": "https://ils.rero.ch/api/documents/1379" } }, { @@ -357242,13 +357242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1379" + "$ref": "https://ils.rero.ch/api/documents/1379" } }, { @@ -357256,13 +357256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1379" + "$ref": "https://ils.rero.ch/api/documents/1379" } }, { @@ -357270,13 +357270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1378" + "$ref": "https://ils.rero.ch/api/documents/1378" } }, { @@ -357284,13 +357284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1378" + "$ref": "https://ils.rero.ch/api/documents/1378" } }, { @@ -357298,13 +357298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1378" + "$ref": "https://ils.rero.ch/api/documents/1378" } }, { @@ -357312,13 +357312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1378" + "$ref": "https://ils.rero.ch/api/documents/1378" } }, { @@ -357326,13 +357326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1378" + "$ref": "https://ils.rero.ch/api/documents/1378" } }, { @@ -357340,13 +357340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1377" + "$ref": "https://ils.rero.ch/api/documents/1377" } }, { @@ -357354,13 +357354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1377" + "$ref": "https://ils.rero.ch/api/documents/1377" } }, { @@ -357368,13 +357368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1377" + "$ref": "https://ils.rero.ch/api/documents/1377" } }, { @@ -357382,13 +357382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1376" + "$ref": "https://ils.rero.ch/api/documents/1376" } }, { @@ -357396,13 +357396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1376" + "$ref": "https://ils.rero.ch/api/documents/1376" } }, { @@ -357410,13 +357410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1375" + "$ref": "https://ils.rero.ch/api/documents/1375" } }, { @@ -357424,13 +357424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1374" + "$ref": "https://ils.rero.ch/api/documents/1374" } }, { @@ -357438,13 +357438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1373" + "$ref": "https://ils.rero.ch/api/documents/1373" } }, { @@ -357452,13 +357452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1373" + "$ref": "https://ils.rero.ch/api/documents/1373" } }, { @@ -357466,13 +357466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1372" + "$ref": "https://ils.rero.ch/api/documents/1372" } }, { @@ -357480,13 +357480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1372" + "$ref": "https://ils.rero.ch/api/documents/1372" } }, { @@ -357494,13 +357494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1371" + "$ref": "https://ils.rero.ch/api/documents/1371" } }, { @@ -357508,13 +357508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1371" + "$ref": "https://ils.rero.ch/api/documents/1371" } }, { @@ -357522,13 +357522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1371" + "$ref": "https://ils.rero.ch/api/documents/1371" } }, { @@ -357536,13 +357536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1370" + "$ref": "https://ils.rero.ch/api/documents/1370" } }, { @@ -357550,13 +357550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1370" + "$ref": "https://ils.rero.ch/api/documents/1370" } }, { @@ -357564,13 +357564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1370" + "$ref": "https://ils.rero.ch/api/documents/1370" } }, { @@ -357578,13 +357578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1370" + "$ref": "https://ils.rero.ch/api/documents/1370" } }, { @@ -357592,13 +357592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1369" + "$ref": "https://ils.rero.ch/api/documents/1369" } }, { @@ -357606,13 +357606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1369" + "$ref": "https://ils.rero.ch/api/documents/1369" } }, { @@ -357620,13 +357620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1369" + "$ref": "https://ils.rero.ch/api/documents/1369" } }, { @@ -357634,13 +357634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1369" + "$ref": "https://ils.rero.ch/api/documents/1369" } }, { @@ -357648,13 +357648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1368" + "$ref": "https://ils.rero.ch/api/documents/1368" } }, { @@ -357662,13 +357662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1368" + "$ref": "https://ils.rero.ch/api/documents/1368" } }, { @@ -357676,13 +357676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1368" + "$ref": "https://ils.rero.ch/api/documents/1368" } }, { @@ -357690,13 +357690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1367" + "$ref": "https://ils.rero.ch/api/documents/1367" } }, { @@ -357704,13 +357704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1367" + "$ref": "https://ils.rero.ch/api/documents/1367" } }, { @@ -357718,13 +357718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1367" + "$ref": "https://ils.rero.ch/api/documents/1367" } }, { @@ -357732,13 +357732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1366" + "$ref": "https://ils.rero.ch/api/documents/1366" } }, { @@ -357746,13 +357746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1366" + "$ref": "https://ils.rero.ch/api/documents/1366" } }, { @@ -357760,13 +357760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1366" + "$ref": "https://ils.rero.ch/api/documents/1366" } }, { @@ -357774,13 +357774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1365" + "$ref": "https://ils.rero.ch/api/documents/1365" } }, { @@ -357788,13 +357788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1365" + "$ref": "https://ils.rero.ch/api/documents/1365" } }, { @@ -357802,13 +357802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1364" + "$ref": "https://ils.rero.ch/api/documents/1364" } }, { @@ -357816,13 +357816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1363" + "$ref": "https://ils.rero.ch/api/documents/1363" } }, { @@ -357830,13 +357830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1362" + "$ref": "https://ils.rero.ch/api/documents/1362" } }, { @@ -357844,13 +357844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1362" + "$ref": "https://ils.rero.ch/api/documents/1362" } }, { @@ -357858,13 +357858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1362" + "$ref": "https://ils.rero.ch/api/documents/1362" } }, { @@ -357872,13 +357872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1361" + "$ref": "https://ils.rero.ch/api/documents/1361" } }, { @@ -357886,13 +357886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1361" + "$ref": "https://ils.rero.ch/api/documents/1361" } }, { @@ -357900,13 +357900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1360" + "$ref": "https://ils.rero.ch/api/documents/1360" } }, { @@ -357914,13 +357914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1360" + "$ref": "https://ils.rero.ch/api/documents/1360" } }, { @@ -357928,13 +357928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1359" + "$ref": "https://ils.rero.ch/api/documents/1359" } }, { @@ -357942,13 +357942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1359" + "$ref": "https://ils.rero.ch/api/documents/1359" } }, { @@ -357956,13 +357956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1359" + "$ref": "https://ils.rero.ch/api/documents/1359" } }, { @@ -357970,13 +357970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1359" + "$ref": "https://ils.rero.ch/api/documents/1359" } }, { @@ -357984,13 +357984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1359" + "$ref": "https://ils.rero.ch/api/documents/1359" } }, { @@ -357998,13 +357998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1358" + "$ref": "https://ils.rero.ch/api/documents/1358" } }, { @@ -358012,13 +358012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1357" + "$ref": "https://ils.rero.ch/api/documents/1357" } }, { @@ -358026,13 +358026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1357" + "$ref": "https://ils.rero.ch/api/documents/1357" } }, { @@ -358040,13 +358040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1357" + "$ref": "https://ils.rero.ch/api/documents/1357" } }, { @@ -358054,13 +358054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1356" + "$ref": "https://ils.rero.ch/api/documents/1356" } }, { @@ -358068,13 +358068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1355" + "$ref": "https://ils.rero.ch/api/documents/1355" } }, { @@ -358082,13 +358082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1355" + "$ref": "https://ils.rero.ch/api/documents/1355" } }, { @@ -358096,13 +358096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1355" + "$ref": "https://ils.rero.ch/api/documents/1355" } }, { @@ -358110,13 +358110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1354" + "$ref": "https://ils.rero.ch/api/documents/1354" } }, { @@ -358124,13 +358124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1354" + "$ref": "https://ils.rero.ch/api/documents/1354" } }, { @@ -358138,13 +358138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1354" + "$ref": "https://ils.rero.ch/api/documents/1354" } }, { @@ -358152,13 +358152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1354" + "$ref": "https://ils.rero.ch/api/documents/1354" } }, { @@ -358166,13 +358166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1354" + "$ref": "https://ils.rero.ch/api/documents/1354" } }, { @@ -358180,13 +358180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1353" + "$ref": "https://ils.rero.ch/api/documents/1353" } }, { @@ -358194,13 +358194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1353" + "$ref": "https://ils.rero.ch/api/documents/1353" } }, { @@ -358208,13 +358208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1353" + "$ref": "https://ils.rero.ch/api/documents/1353" } }, { @@ -358222,13 +358222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1352" + "$ref": "https://ils.rero.ch/api/documents/1352" } }, { @@ -358236,13 +358236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1352" + "$ref": "https://ils.rero.ch/api/documents/1352" } }, { @@ -358250,13 +358250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1352" + "$ref": "https://ils.rero.ch/api/documents/1352" } }, { @@ -358264,13 +358264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1352" + "$ref": "https://ils.rero.ch/api/documents/1352" } }, { @@ -358278,13 +358278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1352" + "$ref": "https://ils.rero.ch/api/documents/1352" } }, { @@ -358292,13 +358292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1351" + "$ref": "https://ils.rero.ch/api/documents/1351" } }, { @@ -358306,13 +358306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1351" + "$ref": "https://ils.rero.ch/api/documents/1351" } }, { @@ -358320,13 +358320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1351" + "$ref": "https://ils.rero.ch/api/documents/1351" } }, { @@ -358334,13 +358334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1351" + "$ref": "https://ils.rero.ch/api/documents/1351" } }, { @@ -358348,13 +358348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1351" + "$ref": "https://ils.rero.ch/api/documents/1351" } }, { @@ -358362,13 +358362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1350" + "$ref": "https://ils.rero.ch/api/documents/1350" } }, { @@ -358376,13 +358376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1350" + "$ref": "https://ils.rero.ch/api/documents/1350" } }, { @@ -358390,13 +358390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1350" + "$ref": "https://ils.rero.ch/api/documents/1350" } }, { @@ -358404,13 +358404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1350" + "$ref": "https://ils.rero.ch/api/documents/1350" } }, { @@ -358418,13 +358418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1350" + "$ref": "https://ils.rero.ch/api/documents/1350" } }, { @@ -358432,13 +358432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1349" + "$ref": "https://ils.rero.ch/api/documents/1349" } }, { @@ -358446,13 +358446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1349" + "$ref": "https://ils.rero.ch/api/documents/1349" } }, { @@ -358460,13 +358460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1349" + "$ref": "https://ils.rero.ch/api/documents/1349" } }, { @@ -358474,13 +358474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1348" + "$ref": "https://ils.rero.ch/api/documents/1348" } }, { @@ -358488,13 +358488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1347" + "$ref": "https://ils.rero.ch/api/documents/1347" } }, { @@ -358502,13 +358502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1347" + "$ref": "https://ils.rero.ch/api/documents/1347" } }, { @@ -358516,13 +358516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1347" + "$ref": "https://ils.rero.ch/api/documents/1347" } }, { @@ -358530,13 +358530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1347" + "$ref": "https://ils.rero.ch/api/documents/1347" } }, { @@ -358544,13 +358544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1346" + "$ref": "https://ils.rero.ch/api/documents/1346" } }, { @@ -358558,13 +358558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1346" + "$ref": "https://ils.rero.ch/api/documents/1346" } }, { @@ -358572,13 +358572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1346" + "$ref": "https://ils.rero.ch/api/documents/1346" } }, { @@ -358586,13 +358586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1345" + "$ref": "https://ils.rero.ch/api/documents/1345" } }, { @@ -358600,13 +358600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1345" + "$ref": "https://ils.rero.ch/api/documents/1345" } }, { @@ -358614,13 +358614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1344" + "$ref": "https://ils.rero.ch/api/documents/1344" } }, { @@ -358628,13 +358628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1344" + "$ref": "https://ils.rero.ch/api/documents/1344" } }, { @@ -358642,13 +358642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1343" + "$ref": "https://ils.rero.ch/api/documents/1343" } }, { @@ -358656,13 +358656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1343" + "$ref": "https://ils.rero.ch/api/documents/1343" } }, { @@ -358670,13 +358670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1343" + "$ref": "https://ils.rero.ch/api/documents/1343" } }, { @@ -358684,13 +358684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1343" + "$ref": "https://ils.rero.ch/api/documents/1343" } }, { @@ -358698,13 +358698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1343" + "$ref": "https://ils.rero.ch/api/documents/1343" } }, { @@ -358712,13 +358712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1342" + "$ref": "https://ils.rero.ch/api/documents/1342" } }, { @@ -358726,13 +358726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1342" + "$ref": "https://ils.rero.ch/api/documents/1342" } }, { @@ -358740,13 +358740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1342" + "$ref": "https://ils.rero.ch/api/documents/1342" } }, { @@ -358754,13 +358754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1342" + "$ref": "https://ils.rero.ch/api/documents/1342" } }, { @@ -358768,13 +358768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1341" + "$ref": "https://ils.rero.ch/api/documents/1341" } }, { @@ -358782,13 +358782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1341" + "$ref": "https://ils.rero.ch/api/documents/1341" } }, { @@ -358796,13 +358796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1340" + "$ref": "https://ils.rero.ch/api/documents/1340" } }, { @@ -358810,13 +358810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1339" + "$ref": "https://ils.rero.ch/api/documents/1339" } }, { @@ -358824,13 +358824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1339" + "$ref": "https://ils.rero.ch/api/documents/1339" } }, { @@ -358838,13 +358838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1339" + "$ref": "https://ils.rero.ch/api/documents/1339" } }, { @@ -358852,13 +358852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1339" + "$ref": "https://ils.rero.ch/api/documents/1339" } }, { @@ -358866,13 +358866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1338" + "$ref": "https://ils.rero.ch/api/documents/1338" } }, { @@ -358880,13 +358880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1338" + "$ref": "https://ils.rero.ch/api/documents/1338" } }, { @@ -358894,13 +358894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1338" + "$ref": "https://ils.rero.ch/api/documents/1338" } }, { @@ -358908,13 +358908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1338" + "$ref": "https://ils.rero.ch/api/documents/1338" } }, { @@ -358922,13 +358922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1337" + "$ref": "https://ils.rero.ch/api/documents/1337" } }, { @@ -358936,13 +358936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1337" + "$ref": "https://ils.rero.ch/api/documents/1337" } }, { @@ -358950,13 +358950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1336" + "$ref": "https://ils.rero.ch/api/documents/1336" } }, { @@ -358964,13 +358964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1336" + "$ref": "https://ils.rero.ch/api/documents/1336" } }, { @@ -358978,13 +358978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1336" + "$ref": "https://ils.rero.ch/api/documents/1336" } }, { @@ -358992,13 +358992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1335" + "$ref": "https://ils.rero.ch/api/documents/1335" } }, { @@ -359006,13 +359006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1334" + "$ref": "https://ils.rero.ch/api/documents/1334" } }, { @@ -359020,13 +359020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1334" + "$ref": "https://ils.rero.ch/api/documents/1334" } }, { @@ -359034,13 +359034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1333" + "$ref": "https://ils.rero.ch/api/documents/1333" } }, { @@ -359048,13 +359048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1333" + "$ref": "https://ils.rero.ch/api/documents/1333" } }, { @@ -359062,13 +359062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1333" + "$ref": "https://ils.rero.ch/api/documents/1333" } }, { @@ -359076,13 +359076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1333" + "$ref": "https://ils.rero.ch/api/documents/1333" } }, { @@ -359090,13 +359090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1333" + "$ref": "https://ils.rero.ch/api/documents/1333" } }, { @@ -359104,13 +359104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1332" + "$ref": "https://ils.rero.ch/api/documents/1332" } }, { @@ -359118,13 +359118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1332" + "$ref": "https://ils.rero.ch/api/documents/1332" } }, { @@ -359132,13 +359132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1332" + "$ref": "https://ils.rero.ch/api/documents/1332" } }, { @@ -359146,13 +359146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1331" + "$ref": "https://ils.rero.ch/api/documents/1331" } }, { @@ -359160,13 +359160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1331" + "$ref": "https://ils.rero.ch/api/documents/1331" } }, { @@ -359174,13 +359174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1331" + "$ref": "https://ils.rero.ch/api/documents/1331" } }, { @@ -359188,13 +359188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1330" + "$ref": "https://ils.rero.ch/api/documents/1330" } }, { @@ -359202,13 +359202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1330" + "$ref": "https://ils.rero.ch/api/documents/1330" } }, { @@ -359216,13 +359216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1329" + "$ref": "https://ils.rero.ch/api/documents/1329" } }, { @@ -359230,13 +359230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1329" + "$ref": "https://ils.rero.ch/api/documents/1329" } }, { @@ -359244,13 +359244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1329" + "$ref": "https://ils.rero.ch/api/documents/1329" } }, { @@ -359258,13 +359258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1329" + "$ref": "https://ils.rero.ch/api/documents/1329" } }, { @@ -359272,13 +359272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1328" + "$ref": "https://ils.rero.ch/api/documents/1328" } }, { @@ -359286,13 +359286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1328" + "$ref": "https://ils.rero.ch/api/documents/1328" } }, { @@ -359300,13 +359300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1328" + "$ref": "https://ils.rero.ch/api/documents/1328" } }, { @@ -359314,13 +359314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1328" + "$ref": "https://ils.rero.ch/api/documents/1328" } }, { @@ -359328,13 +359328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1328" + "$ref": "https://ils.rero.ch/api/documents/1328" } }, { @@ -359342,13 +359342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1327" + "$ref": "https://ils.rero.ch/api/documents/1327" } }, { @@ -359356,13 +359356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1327" + "$ref": "https://ils.rero.ch/api/documents/1327" } }, { @@ -359370,13 +359370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1326" + "$ref": "https://ils.rero.ch/api/documents/1326" } }, { @@ -359384,13 +359384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1326" + "$ref": "https://ils.rero.ch/api/documents/1326" } }, { @@ -359398,13 +359398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1326" + "$ref": "https://ils.rero.ch/api/documents/1326" } }, { @@ -359412,13 +359412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1325" + "$ref": "https://ils.rero.ch/api/documents/1325" } }, { @@ -359426,13 +359426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1325" + "$ref": "https://ils.rero.ch/api/documents/1325" } }, { @@ -359440,13 +359440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1325" + "$ref": "https://ils.rero.ch/api/documents/1325" } }, { @@ -359454,13 +359454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1324" + "$ref": "https://ils.rero.ch/api/documents/1324" } }, { @@ -359468,13 +359468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1324" + "$ref": "https://ils.rero.ch/api/documents/1324" } }, { @@ -359482,13 +359482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1323" + "$ref": "https://ils.rero.ch/api/documents/1323" } }, { @@ -359496,13 +359496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1323" + "$ref": "https://ils.rero.ch/api/documents/1323" } }, { @@ -359510,13 +359510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1323" + "$ref": "https://ils.rero.ch/api/documents/1323" } }, { @@ -359524,13 +359524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1322" + "$ref": "https://ils.rero.ch/api/documents/1322" } }, { @@ -359538,13 +359538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1322" + "$ref": "https://ils.rero.ch/api/documents/1322" } }, { @@ -359552,13 +359552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1321" + "$ref": "https://ils.rero.ch/api/documents/1321" } }, { @@ -359566,13 +359566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1321" + "$ref": "https://ils.rero.ch/api/documents/1321" } }, { @@ -359580,13 +359580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1321" + "$ref": "https://ils.rero.ch/api/documents/1321" } }, { @@ -359594,13 +359594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1321" + "$ref": "https://ils.rero.ch/api/documents/1321" } }, { @@ -359608,13 +359608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1320" + "$ref": "https://ils.rero.ch/api/documents/1320" } }, { @@ -359622,13 +359622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1320" + "$ref": "https://ils.rero.ch/api/documents/1320" } }, { @@ -359636,13 +359636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1320" + "$ref": "https://ils.rero.ch/api/documents/1320" } }, { @@ -359650,13 +359650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1320" + "$ref": "https://ils.rero.ch/api/documents/1320" } }, { @@ -359664,13 +359664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1319" + "$ref": "https://ils.rero.ch/api/documents/1319" } }, { @@ -359678,13 +359678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1319" + "$ref": "https://ils.rero.ch/api/documents/1319" } }, { @@ -359692,13 +359692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1319" + "$ref": "https://ils.rero.ch/api/documents/1319" } }, { @@ -359706,13 +359706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1318" + "$ref": "https://ils.rero.ch/api/documents/1318" } }, { @@ -359720,13 +359720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1317" + "$ref": "https://ils.rero.ch/api/documents/1317" } }, { @@ -359734,13 +359734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1317" + "$ref": "https://ils.rero.ch/api/documents/1317" } }, { @@ -359748,13 +359748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1317" + "$ref": "https://ils.rero.ch/api/documents/1317" } }, { @@ -359762,13 +359762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1317" + "$ref": "https://ils.rero.ch/api/documents/1317" } }, { @@ -359776,13 +359776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1317" + "$ref": "https://ils.rero.ch/api/documents/1317" } }, { @@ -359790,13 +359790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1316" + "$ref": "https://ils.rero.ch/api/documents/1316" } }, { @@ -359804,13 +359804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1316" + "$ref": "https://ils.rero.ch/api/documents/1316" } }, { @@ -359818,13 +359818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1316" + "$ref": "https://ils.rero.ch/api/documents/1316" } }, { @@ -359832,13 +359832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1316" + "$ref": "https://ils.rero.ch/api/documents/1316" } }, { @@ -359846,13 +359846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1316" + "$ref": "https://ils.rero.ch/api/documents/1316" } }, { @@ -359860,13 +359860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1315" + "$ref": "https://ils.rero.ch/api/documents/1315" } }, { @@ -359874,13 +359874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1314" + "$ref": "https://ils.rero.ch/api/documents/1314" } }, { @@ -359888,13 +359888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1314" + "$ref": "https://ils.rero.ch/api/documents/1314" } }, { @@ -359902,13 +359902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1313" + "$ref": "https://ils.rero.ch/api/documents/1313" } }, { @@ -359916,13 +359916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1313" + "$ref": "https://ils.rero.ch/api/documents/1313" } }, { @@ -359930,13 +359930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1313" + "$ref": "https://ils.rero.ch/api/documents/1313" } }, { @@ -359944,13 +359944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1313" + "$ref": "https://ils.rero.ch/api/documents/1313" } }, { @@ -359958,13 +359958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1313" + "$ref": "https://ils.rero.ch/api/documents/1313" } }, { @@ -359972,13 +359972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1312" + "$ref": "https://ils.rero.ch/api/documents/1312" } }, { @@ -359986,13 +359986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1312" + "$ref": "https://ils.rero.ch/api/documents/1312" } }, { @@ -360000,13 +360000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1312" + "$ref": "https://ils.rero.ch/api/documents/1312" } }, { @@ -360014,13 +360014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1312" + "$ref": "https://ils.rero.ch/api/documents/1312" } }, { @@ -360028,13 +360028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1311" + "$ref": "https://ils.rero.ch/api/documents/1311" } }, { @@ -360042,13 +360042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1311" + "$ref": "https://ils.rero.ch/api/documents/1311" } }, { @@ -360056,13 +360056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1311" + "$ref": "https://ils.rero.ch/api/documents/1311" } }, { @@ -360070,13 +360070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1311" + "$ref": "https://ils.rero.ch/api/documents/1311" } }, { @@ -360084,13 +360084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1310" + "$ref": "https://ils.rero.ch/api/documents/1310" } }, { @@ -360098,13 +360098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1309" + "$ref": "https://ils.rero.ch/api/documents/1309" } }, { @@ -360112,13 +360112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1309" + "$ref": "https://ils.rero.ch/api/documents/1309" } }, { @@ -360126,13 +360126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1309" + "$ref": "https://ils.rero.ch/api/documents/1309" } }, { @@ -360140,13 +360140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1309" + "$ref": "https://ils.rero.ch/api/documents/1309" } }, { @@ -360154,13 +360154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1308" + "$ref": "https://ils.rero.ch/api/documents/1308" } }, { @@ -360168,13 +360168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1308" + "$ref": "https://ils.rero.ch/api/documents/1308" } }, { @@ -360182,13 +360182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1308" + "$ref": "https://ils.rero.ch/api/documents/1308" } }, { @@ -360196,13 +360196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1308" + "$ref": "https://ils.rero.ch/api/documents/1308" } }, { @@ -360210,13 +360210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1307" + "$ref": "https://ils.rero.ch/api/documents/1307" } }, { @@ -360224,13 +360224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1306" + "$ref": "https://ils.rero.ch/api/documents/1306" } }, { @@ -360238,13 +360238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1306" + "$ref": "https://ils.rero.ch/api/documents/1306" } }, { @@ -360252,13 +360252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1306" + "$ref": "https://ils.rero.ch/api/documents/1306" } }, { @@ -360266,13 +360266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1305" + "$ref": "https://ils.rero.ch/api/documents/1305" } }, { @@ -360280,13 +360280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1305" + "$ref": "https://ils.rero.ch/api/documents/1305" } }, { @@ -360294,13 +360294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1305" + "$ref": "https://ils.rero.ch/api/documents/1305" } }, { @@ -360308,13 +360308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1304" + "$ref": "https://ils.rero.ch/api/documents/1304" } }, { @@ -360322,13 +360322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1304" + "$ref": "https://ils.rero.ch/api/documents/1304" } }, { @@ -360336,13 +360336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1303" + "$ref": "https://ils.rero.ch/api/documents/1303" } }, { @@ -360350,13 +360350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1303" + "$ref": "https://ils.rero.ch/api/documents/1303" } }, { @@ -360364,13 +360364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1303" + "$ref": "https://ils.rero.ch/api/documents/1303" } }, { @@ -360378,13 +360378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1303" + "$ref": "https://ils.rero.ch/api/documents/1303" } }, { @@ -360392,13 +360392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1303" + "$ref": "https://ils.rero.ch/api/documents/1303" } }, { @@ -360406,13 +360406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1302" + "$ref": "https://ils.rero.ch/api/documents/1302" } }, { @@ -360420,13 +360420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1301" + "$ref": "https://ils.rero.ch/api/documents/1301" } }, { @@ -360434,13 +360434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1301" + "$ref": "https://ils.rero.ch/api/documents/1301" } }, { @@ -360448,13 +360448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1300" + "$ref": "https://ils.rero.ch/api/documents/1300" } }, { @@ -360462,13 +360462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1300" + "$ref": "https://ils.rero.ch/api/documents/1300" } }, { @@ -360476,13 +360476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1300" + "$ref": "https://ils.rero.ch/api/documents/1300" } }, { @@ -360490,13 +360490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1299" + "$ref": "https://ils.rero.ch/api/documents/1299" } }, { @@ -360504,13 +360504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1299" + "$ref": "https://ils.rero.ch/api/documents/1299" } }, { @@ -360518,13 +360518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1299" + "$ref": "https://ils.rero.ch/api/documents/1299" } }, { @@ -360532,13 +360532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1299" + "$ref": "https://ils.rero.ch/api/documents/1299" } }, { @@ -360546,13 +360546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1299" + "$ref": "https://ils.rero.ch/api/documents/1299" } }, { @@ -360560,13 +360560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1298" + "$ref": "https://ils.rero.ch/api/documents/1298" } }, { @@ -360574,13 +360574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1298" + "$ref": "https://ils.rero.ch/api/documents/1298" } }, { @@ -360588,13 +360588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1298" + "$ref": "https://ils.rero.ch/api/documents/1298" } }, { @@ -360602,13 +360602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1297" + "$ref": "https://ils.rero.ch/api/documents/1297" } }, { @@ -360616,13 +360616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1296" + "$ref": "https://ils.rero.ch/api/documents/1296" } }, { @@ -360630,13 +360630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1295" + "$ref": "https://ils.rero.ch/api/documents/1295" } }, { @@ -360644,13 +360644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1294" + "$ref": "https://ils.rero.ch/api/documents/1294" } }, { @@ -360658,13 +360658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1294" + "$ref": "https://ils.rero.ch/api/documents/1294" } }, { @@ -360672,13 +360672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1294" + "$ref": "https://ils.rero.ch/api/documents/1294" } }, { @@ -360686,13 +360686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1294" + "$ref": "https://ils.rero.ch/api/documents/1294" } }, { @@ -360700,13 +360700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1294" + "$ref": "https://ils.rero.ch/api/documents/1294" } }, { @@ -360714,13 +360714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1293" + "$ref": "https://ils.rero.ch/api/documents/1293" } }, { @@ -360728,13 +360728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1292" + "$ref": "https://ils.rero.ch/api/documents/1292" } }, { @@ -360742,13 +360742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1292" + "$ref": "https://ils.rero.ch/api/documents/1292" } }, { @@ -360756,13 +360756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1292" + "$ref": "https://ils.rero.ch/api/documents/1292" } }, { @@ -360770,13 +360770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1292" + "$ref": "https://ils.rero.ch/api/documents/1292" } }, { @@ -360784,13 +360784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1291" + "$ref": "https://ils.rero.ch/api/documents/1291" } }, { @@ -360798,13 +360798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1290" + "$ref": "https://ils.rero.ch/api/documents/1290" } }, { @@ -360812,13 +360812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1290" + "$ref": "https://ils.rero.ch/api/documents/1290" } }, { @@ -360826,13 +360826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1290" + "$ref": "https://ils.rero.ch/api/documents/1290" } }, { @@ -360840,13 +360840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1289" + "$ref": "https://ils.rero.ch/api/documents/1289" } }, { @@ -360854,13 +360854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1289" + "$ref": "https://ils.rero.ch/api/documents/1289" } }, { @@ -360868,13 +360868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1289" + "$ref": "https://ils.rero.ch/api/documents/1289" } }, { @@ -360882,13 +360882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1289" + "$ref": "https://ils.rero.ch/api/documents/1289" } }, { @@ -360896,13 +360896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1289" + "$ref": "https://ils.rero.ch/api/documents/1289" } }, { @@ -360910,13 +360910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1288" + "$ref": "https://ils.rero.ch/api/documents/1288" } }, { @@ -360924,13 +360924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1288" + "$ref": "https://ils.rero.ch/api/documents/1288" } }, { @@ -360938,13 +360938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1288" + "$ref": "https://ils.rero.ch/api/documents/1288" } }, { @@ -360952,13 +360952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1287" + "$ref": "https://ils.rero.ch/api/documents/1287" } }, { @@ -360966,13 +360966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1287" + "$ref": "https://ils.rero.ch/api/documents/1287" } }, { @@ -360980,13 +360980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1287" + "$ref": "https://ils.rero.ch/api/documents/1287" } }, { @@ -360994,13 +360994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1287" + "$ref": "https://ils.rero.ch/api/documents/1287" } }, { @@ -361008,13 +361008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1287" + "$ref": "https://ils.rero.ch/api/documents/1287" } }, { @@ -361022,13 +361022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1286" + "$ref": "https://ils.rero.ch/api/documents/1286" } }, { @@ -361036,13 +361036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1286" + "$ref": "https://ils.rero.ch/api/documents/1286" } }, { @@ -361050,13 +361050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1285" + "$ref": "https://ils.rero.ch/api/documents/1285" } }, { @@ -361064,13 +361064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1285" + "$ref": "https://ils.rero.ch/api/documents/1285" } }, { @@ -361078,13 +361078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1285" + "$ref": "https://ils.rero.ch/api/documents/1285" } }, { @@ -361092,13 +361092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1284" + "$ref": "https://ils.rero.ch/api/documents/1284" } }, { @@ -361106,13 +361106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1283" + "$ref": "https://ils.rero.ch/api/documents/1283" } }, { @@ -361120,13 +361120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1282" + "$ref": "https://ils.rero.ch/api/documents/1282" } }, { @@ -361134,13 +361134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1282" + "$ref": "https://ils.rero.ch/api/documents/1282" } }, { @@ -361148,13 +361148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1281" + "$ref": "https://ils.rero.ch/api/documents/1281" } }, { @@ -361162,13 +361162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1281" + "$ref": "https://ils.rero.ch/api/documents/1281" } }, { @@ -361176,13 +361176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1280" + "$ref": "https://ils.rero.ch/api/documents/1280" } }, { @@ -361190,13 +361190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1280" + "$ref": "https://ils.rero.ch/api/documents/1280" } }, { @@ -361204,13 +361204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1280" + "$ref": "https://ils.rero.ch/api/documents/1280" } }, { @@ -361218,13 +361218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1279" + "$ref": "https://ils.rero.ch/api/documents/1279" } }, { @@ -361232,13 +361232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1278" + "$ref": "https://ils.rero.ch/api/documents/1278" } }, { @@ -361246,13 +361246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1277" + "$ref": "https://ils.rero.ch/api/documents/1277" } }, { @@ -361260,13 +361260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1277" + "$ref": "https://ils.rero.ch/api/documents/1277" } }, { @@ -361274,13 +361274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1277" + "$ref": "https://ils.rero.ch/api/documents/1277" } }, { @@ -361288,13 +361288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1277" + "$ref": "https://ils.rero.ch/api/documents/1277" } }, { @@ -361302,13 +361302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1276" + "$ref": "https://ils.rero.ch/api/documents/1276" } }, { @@ -361316,13 +361316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1276" + "$ref": "https://ils.rero.ch/api/documents/1276" } }, { @@ -361330,13 +361330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1275" + "$ref": "https://ils.rero.ch/api/documents/1275" } }, { @@ -361344,13 +361344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1275" + "$ref": "https://ils.rero.ch/api/documents/1275" } }, { @@ -361358,13 +361358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1275" + "$ref": "https://ils.rero.ch/api/documents/1275" } }, { @@ -361372,13 +361372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1275" + "$ref": "https://ils.rero.ch/api/documents/1275" } }, { @@ -361386,13 +361386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1274" + "$ref": "https://ils.rero.ch/api/documents/1274" } }, { @@ -361400,13 +361400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1274" + "$ref": "https://ils.rero.ch/api/documents/1274" } }, { @@ -361414,13 +361414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1274" + "$ref": "https://ils.rero.ch/api/documents/1274" } }, { @@ -361428,13 +361428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1274" + "$ref": "https://ils.rero.ch/api/documents/1274" } }, { @@ -361442,13 +361442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1274" + "$ref": "https://ils.rero.ch/api/documents/1274" } }, { @@ -361456,13 +361456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1273" + "$ref": "https://ils.rero.ch/api/documents/1273" } }, { @@ -361470,13 +361470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1273" + "$ref": "https://ils.rero.ch/api/documents/1273" } }, { @@ -361484,13 +361484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1272" + "$ref": "https://ils.rero.ch/api/documents/1272" } }, { @@ -361498,13 +361498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1272" + "$ref": "https://ils.rero.ch/api/documents/1272" } }, { @@ -361512,13 +361512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1272" + "$ref": "https://ils.rero.ch/api/documents/1272" } }, { @@ -361526,13 +361526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1271" + "$ref": "https://ils.rero.ch/api/documents/1271" } }, { @@ -361540,13 +361540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1271" + "$ref": "https://ils.rero.ch/api/documents/1271" } }, { @@ -361554,13 +361554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1271" + "$ref": "https://ils.rero.ch/api/documents/1271" } }, { @@ -361568,13 +361568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1270" + "$ref": "https://ils.rero.ch/api/documents/1270" } }, { @@ -361582,13 +361582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1270" + "$ref": "https://ils.rero.ch/api/documents/1270" } }, { @@ -361596,13 +361596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1269" + "$ref": "https://ils.rero.ch/api/documents/1269" } }, { @@ -361610,13 +361610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1269" + "$ref": "https://ils.rero.ch/api/documents/1269" } }, { @@ -361624,13 +361624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1268" + "$ref": "https://ils.rero.ch/api/documents/1268" } }, { @@ -361638,13 +361638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1268" + "$ref": "https://ils.rero.ch/api/documents/1268" } }, { @@ -361652,13 +361652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1268" + "$ref": "https://ils.rero.ch/api/documents/1268" } }, { @@ -361666,13 +361666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1267" + "$ref": "https://ils.rero.ch/api/documents/1267" } }, { @@ -361680,13 +361680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1266" + "$ref": "https://ils.rero.ch/api/documents/1266" } }, { @@ -361694,13 +361694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1266" + "$ref": "https://ils.rero.ch/api/documents/1266" } }, { @@ -361708,13 +361708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1266" + "$ref": "https://ils.rero.ch/api/documents/1266" } }, { @@ -361722,13 +361722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1266" + "$ref": "https://ils.rero.ch/api/documents/1266" } }, { @@ -361736,13 +361736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1266" + "$ref": "https://ils.rero.ch/api/documents/1266" } }, { @@ -361750,13 +361750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1265" + "$ref": "https://ils.rero.ch/api/documents/1265" } }, { @@ -361764,13 +361764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1265" + "$ref": "https://ils.rero.ch/api/documents/1265" } }, { @@ -361778,13 +361778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1265" + "$ref": "https://ils.rero.ch/api/documents/1265" } }, { @@ -361792,13 +361792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1265" + "$ref": "https://ils.rero.ch/api/documents/1265" } }, { @@ -361806,13 +361806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1264" + "$ref": "https://ils.rero.ch/api/documents/1264" } }, { @@ -361820,13 +361820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1264" + "$ref": "https://ils.rero.ch/api/documents/1264" } }, { @@ -361834,13 +361834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1264" + "$ref": "https://ils.rero.ch/api/documents/1264" } }, { @@ -361848,13 +361848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1264" + "$ref": "https://ils.rero.ch/api/documents/1264" } }, { @@ -361862,13 +361862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1263" + "$ref": "https://ils.rero.ch/api/documents/1263" } }, { @@ -361876,13 +361876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1263" + "$ref": "https://ils.rero.ch/api/documents/1263" } }, { @@ -361890,13 +361890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1263" + "$ref": "https://ils.rero.ch/api/documents/1263" } }, { @@ -361904,13 +361904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1262" + "$ref": "https://ils.rero.ch/api/documents/1262" } }, { @@ -361918,13 +361918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1262" + "$ref": "https://ils.rero.ch/api/documents/1262" } }, { @@ -361932,13 +361932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1262" + "$ref": "https://ils.rero.ch/api/documents/1262" } }, { @@ -361946,13 +361946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1261" + "$ref": "https://ils.rero.ch/api/documents/1261" } }, { @@ -361960,13 +361960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1261" + "$ref": "https://ils.rero.ch/api/documents/1261" } }, { @@ -361974,13 +361974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1261" + "$ref": "https://ils.rero.ch/api/documents/1261" } }, { @@ -361988,13 +361988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1261" + "$ref": "https://ils.rero.ch/api/documents/1261" } }, { @@ -362002,13 +362002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1261" + "$ref": "https://ils.rero.ch/api/documents/1261" } }, { @@ -362016,13 +362016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1260" + "$ref": "https://ils.rero.ch/api/documents/1260" } }, { @@ -362030,13 +362030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1260" + "$ref": "https://ils.rero.ch/api/documents/1260" } }, { @@ -362044,13 +362044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1260" + "$ref": "https://ils.rero.ch/api/documents/1260" } }, { @@ -362058,13 +362058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1260" + "$ref": "https://ils.rero.ch/api/documents/1260" } }, { @@ -362072,13 +362072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1260" + "$ref": "https://ils.rero.ch/api/documents/1260" } }, { @@ -362086,13 +362086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1259" + "$ref": "https://ils.rero.ch/api/documents/1259" } }, { @@ -362100,13 +362100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1259" + "$ref": "https://ils.rero.ch/api/documents/1259" } }, { @@ -362114,13 +362114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1259" + "$ref": "https://ils.rero.ch/api/documents/1259" } }, { @@ -362128,13 +362128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1259" + "$ref": "https://ils.rero.ch/api/documents/1259" } }, { @@ -362142,13 +362142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1258" + "$ref": "https://ils.rero.ch/api/documents/1258" } }, { @@ -362156,13 +362156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1258" + "$ref": "https://ils.rero.ch/api/documents/1258" } }, { @@ -362170,13 +362170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1258" + "$ref": "https://ils.rero.ch/api/documents/1258" } }, { @@ -362184,13 +362184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1258" + "$ref": "https://ils.rero.ch/api/documents/1258" } }, { @@ -362198,13 +362198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1257" + "$ref": "https://ils.rero.ch/api/documents/1257" } }, { @@ -362212,13 +362212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1257" + "$ref": "https://ils.rero.ch/api/documents/1257" } }, { @@ -362226,13 +362226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1256" + "$ref": "https://ils.rero.ch/api/documents/1256" } }, { @@ -362240,13 +362240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1255" + "$ref": "https://ils.rero.ch/api/documents/1255" } }, { @@ -362254,13 +362254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1255" + "$ref": "https://ils.rero.ch/api/documents/1255" } }, { @@ -362268,13 +362268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1255" + "$ref": "https://ils.rero.ch/api/documents/1255" } }, { @@ -362282,13 +362282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1254" + "$ref": "https://ils.rero.ch/api/documents/1254" } }, { @@ -362296,13 +362296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1254" + "$ref": "https://ils.rero.ch/api/documents/1254" } }, { @@ -362310,13 +362310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1254" + "$ref": "https://ils.rero.ch/api/documents/1254" } }, { @@ -362324,13 +362324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1254" + "$ref": "https://ils.rero.ch/api/documents/1254" } }, { @@ -362338,13 +362338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1253" + "$ref": "https://ils.rero.ch/api/documents/1253" } }, { @@ -362352,13 +362352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1253" + "$ref": "https://ils.rero.ch/api/documents/1253" } }, { @@ -362366,13 +362366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1253" + "$ref": "https://ils.rero.ch/api/documents/1253" } }, { @@ -362380,13 +362380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1253" + "$ref": "https://ils.rero.ch/api/documents/1253" } }, { @@ -362394,13 +362394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1252" + "$ref": "https://ils.rero.ch/api/documents/1252" } }, { @@ -362408,13 +362408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1251" + "$ref": "https://ils.rero.ch/api/documents/1251" } }, { @@ -362422,13 +362422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1251" + "$ref": "https://ils.rero.ch/api/documents/1251" } }, { @@ -362436,13 +362436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1251" + "$ref": "https://ils.rero.ch/api/documents/1251" } }, { @@ -362450,13 +362450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1250" + "$ref": "https://ils.rero.ch/api/documents/1250" } }, { @@ -362464,13 +362464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1249" + "$ref": "https://ils.rero.ch/api/documents/1249" } }, { @@ -362478,13 +362478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1248" + "$ref": "https://ils.rero.ch/api/documents/1248" } }, { @@ -362492,13 +362492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1248" + "$ref": "https://ils.rero.ch/api/documents/1248" } }, { @@ -362506,13 +362506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1247" + "$ref": "https://ils.rero.ch/api/documents/1247" } }, { @@ -362520,13 +362520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1247" + "$ref": "https://ils.rero.ch/api/documents/1247" } }, { @@ -362534,13 +362534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1247" + "$ref": "https://ils.rero.ch/api/documents/1247" } }, { @@ -362548,13 +362548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1246" + "$ref": "https://ils.rero.ch/api/documents/1246" } }, { @@ -362562,13 +362562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1245" + "$ref": "https://ils.rero.ch/api/documents/1245" } }, { @@ -362576,13 +362576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1245" + "$ref": "https://ils.rero.ch/api/documents/1245" } }, { @@ -362590,13 +362590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1245" + "$ref": "https://ils.rero.ch/api/documents/1245" } }, { @@ -362604,13 +362604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1245" + "$ref": "https://ils.rero.ch/api/documents/1245" } }, { @@ -362618,13 +362618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1245" + "$ref": "https://ils.rero.ch/api/documents/1245" } }, { @@ -362632,13 +362632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1244" + "$ref": "https://ils.rero.ch/api/documents/1244" } }, { @@ -362646,13 +362646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1244" + "$ref": "https://ils.rero.ch/api/documents/1244" } }, { @@ -362660,13 +362660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1244" + "$ref": "https://ils.rero.ch/api/documents/1244" } }, { @@ -362674,13 +362674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1244" + "$ref": "https://ils.rero.ch/api/documents/1244" } }, { @@ -362688,13 +362688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1244" + "$ref": "https://ils.rero.ch/api/documents/1244" } }, { @@ -362702,13 +362702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1243" + "$ref": "https://ils.rero.ch/api/documents/1243" } }, { @@ -362716,13 +362716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1243" + "$ref": "https://ils.rero.ch/api/documents/1243" } }, { @@ -362730,13 +362730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1242" + "$ref": "https://ils.rero.ch/api/documents/1242" } }, { @@ -362744,13 +362744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1242" + "$ref": "https://ils.rero.ch/api/documents/1242" } }, { @@ -362758,13 +362758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1242" + "$ref": "https://ils.rero.ch/api/documents/1242" } }, { @@ -362772,13 +362772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1242" + "$ref": "https://ils.rero.ch/api/documents/1242" } }, { @@ -362786,13 +362786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1242" + "$ref": "https://ils.rero.ch/api/documents/1242" } }, { @@ -362800,13 +362800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1241" + "$ref": "https://ils.rero.ch/api/documents/1241" } }, { @@ -362814,13 +362814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1240" + "$ref": "https://ils.rero.ch/api/documents/1240" } }, { @@ -362828,13 +362828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1240" + "$ref": "https://ils.rero.ch/api/documents/1240" } }, { @@ -362842,13 +362842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1239" + "$ref": "https://ils.rero.ch/api/documents/1239" } }, { @@ -362856,13 +362856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1239" + "$ref": "https://ils.rero.ch/api/documents/1239" } }, { @@ -362870,13 +362870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1238" + "$ref": "https://ils.rero.ch/api/documents/1238" } }, { @@ -362884,13 +362884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1238" + "$ref": "https://ils.rero.ch/api/documents/1238" } }, { @@ -362898,13 +362898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1238" + "$ref": "https://ils.rero.ch/api/documents/1238" } }, { @@ -362912,13 +362912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1238" + "$ref": "https://ils.rero.ch/api/documents/1238" } }, { @@ -362926,13 +362926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1238" + "$ref": "https://ils.rero.ch/api/documents/1238" } }, { @@ -362940,13 +362940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1237" + "$ref": "https://ils.rero.ch/api/documents/1237" } }, { @@ -362954,13 +362954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1237" + "$ref": "https://ils.rero.ch/api/documents/1237" } }, { @@ -362968,13 +362968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1237" + "$ref": "https://ils.rero.ch/api/documents/1237" } }, { @@ -362982,13 +362982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1237" + "$ref": "https://ils.rero.ch/api/documents/1237" } }, { @@ -362996,13 +362996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1236" + "$ref": "https://ils.rero.ch/api/documents/1236" } }, { @@ -363010,13 +363010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1236" + "$ref": "https://ils.rero.ch/api/documents/1236" } }, { @@ -363024,13 +363024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1235" + "$ref": "https://ils.rero.ch/api/documents/1235" } }, { @@ -363038,13 +363038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1235" + "$ref": "https://ils.rero.ch/api/documents/1235" } }, { @@ -363052,13 +363052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1235" + "$ref": "https://ils.rero.ch/api/documents/1235" } }, { @@ -363066,13 +363066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1235" + "$ref": "https://ils.rero.ch/api/documents/1235" } }, { @@ -363080,13 +363080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1235" + "$ref": "https://ils.rero.ch/api/documents/1235" } }, { @@ -363094,13 +363094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1234" + "$ref": "https://ils.rero.ch/api/documents/1234" } }, { @@ -363108,13 +363108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1234" + "$ref": "https://ils.rero.ch/api/documents/1234" } }, { @@ -363122,13 +363122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1234" + "$ref": "https://ils.rero.ch/api/documents/1234" } }, { @@ -363136,13 +363136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1233" + "$ref": "https://ils.rero.ch/api/documents/1233" } }, { @@ -363150,13 +363150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1233" + "$ref": "https://ils.rero.ch/api/documents/1233" } }, { @@ -363164,13 +363164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1232" + "$ref": "https://ils.rero.ch/api/documents/1232" } }, { @@ -363178,13 +363178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1232" + "$ref": "https://ils.rero.ch/api/documents/1232" } }, { @@ -363192,13 +363192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1232" + "$ref": "https://ils.rero.ch/api/documents/1232" } }, { @@ -363206,13 +363206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1232" + "$ref": "https://ils.rero.ch/api/documents/1232" } }, { @@ -363220,13 +363220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1232" + "$ref": "https://ils.rero.ch/api/documents/1232" } }, { @@ -363234,13 +363234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1231" + "$ref": "https://ils.rero.ch/api/documents/1231" } }, { @@ -363248,13 +363248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1231" + "$ref": "https://ils.rero.ch/api/documents/1231" } }, { @@ -363262,13 +363262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1230" + "$ref": "https://ils.rero.ch/api/documents/1230" } }, { @@ -363276,13 +363276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1230" + "$ref": "https://ils.rero.ch/api/documents/1230" } }, { @@ -363290,13 +363290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1229" + "$ref": "https://ils.rero.ch/api/documents/1229" } }, { @@ -363304,13 +363304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1229" + "$ref": "https://ils.rero.ch/api/documents/1229" } }, { @@ -363318,13 +363318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1229" + "$ref": "https://ils.rero.ch/api/documents/1229" } }, { @@ -363332,13 +363332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1229" + "$ref": "https://ils.rero.ch/api/documents/1229" } }, { @@ -363346,13 +363346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1229" + "$ref": "https://ils.rero.ch/api/documents/1229" } }, { @@ -363360,13 +363360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1228" + "$ref": "https://ils.rero.ch/api/documents/1228" } }, { @@ -363374,13 +363374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1228" + "$ref": "https://ils.rero.ch/api/documents/1228" } }, { @@ -363388,13 +363388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1227" + "$ref": "https://ils.rero.ch/api/documents/1227" } }, { @@ -363402,13 +363402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1227" + "$ref": "https://ils.rero.ch/api/documents/1227" } }, { @@ -363416,13 +363416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1227" + "$ref": "https://ils.rero.ch/api/documents/1227" } }, { @@ -363430,13 +363430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1227" + "$ref": "https://ils.rero.ch/api/documents/1227" } }, { @@ -363444,13 +363444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1226" + "$ref": "https://ils.rero.ch/api/documents/1226" } }, { @@ -363458,13 +363458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1226" + "$ref": "https://ils.rero.ch/api/documents/1226" } }, { @@ -363472,13 +363472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1226" + "$ref": "https://ils.rero.ch/api/documents/1226" } }, { @@ -363486,13 +363486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1226" + "$ref": "https://ils.rero.ch/api/documents/1226" } }, { @@ -363500,13 +363500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1226" + "$ref": "https://ils.rero.ch/api/documents/1226" } }, { @@ -363514,13 +363514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1225" + "$ref": "https://ils.rero.ch/api/documents/1225" } }, { @@ -363528,13 +363528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1225" + "$ref": "https://ils.rero.ch/api/documents/1225" } }, { @@ -363542,13 +363542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1224" + "$ref": "https://ils.rero.ch/api/documents/1224" } }, { @@ -363556,13 +363556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1224" + "$ref": "https://ils.rero.ch/api/documents/1224" } }, { @@ -363570,13 +363570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1224" + "$ref": "https://ils.rero.ch/api/documents/1224" } }, { @@ -363584,13 +363584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1223" + "$ref": "https://ils.rero.ch/api/documents/1223" } }, { @@ -363598,13 +363598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1223" + "$ref": "https://ils.rero.ch/api/documents/1223" } }, { @@ -363612,13 +363612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1223" + "$ref": "https://ils.rero.ch/api/documents/1223" } }, { @@ -363626,13 +363626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1223" + "$ref": "https://ils.rero.ch/api/documents/1223" } }, { @@ -363640,13 +363640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1222" + "$ref": "https://ils.rero.ch/api/documents/1222" } }, { @@ -363654,13 +363654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1222" + "$ref": "https://ils.rero.ch/api/documents/1222" } }, { @@ -363668,13 +363668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1222" + "$ref": "https://ils.rero.ch/api/documents/1222" } }, { @@ -363682,13 +363682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1222" + "$ref": "https://ils.rero.ch/api/documents/1222" } }, { @@ -363696,13 +363696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1222" + "$ref": "https://ils.rero.ch/api/documents/1222" } }, { @@ -363710,13 +363710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1221" + "$ref": "https://ils.rero.ch/api/documents/1221" } }, { @@ -363724,13 +363724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1220" + "$ref": "https://ils.rero.ch/api/documents/1220" } }, { @@ -363738,13 +363738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1219" + "$ref": "https://ils.rero.ch/api/documents/1219" } }, { @@ -363752,13 +363752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1219" + "$ref": "https://ils.rero.ch/api/documents/1219" } }, { @@ -363766,13 +363766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1219" + "$ref": "https://ils.rero.ch/api/documents/1219" } }, { @@ -363780,13 +363780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1218" + "$ref": "https://ils.rero.ch/api/documents/1218" } }, { @@ -363794,13 +363794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1218" + "$ref": "https://ils.rero.ch/api/documents/1218" } }, { @@ -363808,13 +363808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1218" + "$ref": "https://ils.rero.ch/api/documents/1218" } }, { @@ -363822,13 +363822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1218" + "$ref": "https://ils.rero.ch/api/documents/1218" } }, { @@ -363836,13 +363836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1218" + "$ref": "https://ils.rero.ch/api/documents/1218" } }, { @@ -363850,13 +363850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1217" + "$ref": "https://ils.rero.ch/api/documents/1217" } }, { @@ -363864,13 +363864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1216" + "$ref": "https://ils.rero.ch/api/documents/1216" } }, { @@ -363878,13 +363878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1216" + "$ref": "https://ils.rero.ch/api/documents/1216" } }, { @@ -363892,13 +363892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1215" + "$ref": "https://ils.rero.ch/api/documents/1215" } }, { @@ -363906,13 +363906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1214" + "$ref": "https://ils.rero.ch/api/documents/1214" } }, { @@ -363920,13 +363920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1213" + "$ref": "https://ils.rero.ch/api/documents/1213" } }, { @@ -363934,13 +363934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1213" + "$ref": "https://ils.rero.ch/api/documents/1213" } }, { @@ -363948,13 +363948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1213" + "$ref": "https://ils.rero.ch/api/documents/1213" } }, { @@ -363962,13 +363962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1213" + "$ref": "https://ils.rero.ch/api/documents/1213" } }, { @@ -363976,13 +363976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1213" + "$ref": "https://ils.rero.ch/api/documents/1213" } }, { @@ -363990,13 +363990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1212" + "$ref": "https://ils.rero.ch/api/documents/1212" } }, { @@ -364004,13 +364004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1212" + "$ref": "https://ils.rero.ch/api/documents/1212" } }, { @@ -364018,13 +364018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1211" + "$ref": "https://ils.rero.ch/api/documents/1211" } }, { @@ -364032,13 +364032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1211" + "$ref": "https://ils.rero.ch/api/documents/1211" } }, { @@ -364046,13 +364046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1211" + "$ref": "https://ils.rero.ch/api/documents/1211" } }, { @@ -364060,13 +364060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1211" + "$ref": "https://ils.rero.ch/api/documents/1211" } }, { @@ -364074,13 +364074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1210" + "$ref": "https://ils.rero.ch/api/documents/1210" } }, { @@ -364088,13 +364088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1210" + "$ref": "https://ils.rero.ch/api/documents/1210" } }, { @@ -364102,13 +364102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1210" + "$ref": "https://ils.rero.ch/api/documents/1210" } }, { @@ -364116,13 +364116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1210" + "$ref": "https://ils.rero.ch/api/documents/1210" } }, { @@ -364130,13 +364130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1209" + "$ref": "https://ils.rero.ch/api/documents/1209" } }, { @@ -364144,13 +364144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1209" + "$ref": "https://ils.rero.ch/api/documents/1209" } }, { @@ -364158,13 +364158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1209" + "$ref": "https://ils.rero.ch/api/documents/1209" } }, { @@ -364172,13 +364172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1208" + "$ref": "https://ils.rero.ch/api/documents/1208" } }, { @@ -364186,13 +364186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1208" + "$ref": "https://ils.rero.ch/api/documents/1208" } }, { @@ -364200,13 +364200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1208" + "$ref": "https://ils.rero.ch/api/documents/1208" } }, { @@ -364214,13 +364214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1207" + "$ref": "https://ils.rero.ch/api/documents/1207" } }, { @@ -364228,13 +364228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1207" + "$ref": "https://ils.rero.ch/api/documents/1207" } }, { @@ -364242,13 +364242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1206" + "$ref": "https://ils.rero.ch/api/documents/1206" } }, { @@ -364256,13 +364256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1206" + "$ref": "https://ils.rero.ch/api/documents/1206" } }, { @@ -364270,13 +364270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1205" + "$ref": "https://ils.rero.ch/api/documents/1205" } }, { @@ -364284,13 +364284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1205" + "$ref": "https://ils.rero.ch/api/documents/1205" } }, { @@ -364298,13 +364298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1205" + "$ref": "https://ils.rero.ch/api/documents/1205" } }, { @@ -364312,13 +364312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1205" + "$ref": "https://ils.rero.ch/api/documents/1205" } }, { @@ -364326,13 +364326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1205" + "$ref": "https://ils.rero.ch/api/documents/1205" } }, { @@ -364340,13 +364340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1204" + "$ref": "https://ils.rero.ch/api/documents/1204" } }, { @@ -364354,13 +364354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1204" + "$ref": "https://ils.rero.ch/api/documents/1204" } }, { @@ -364368,13 +364368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1204" + "$ref": "https://ils.rero.ch/api/documents/1204" } }, { @@ -364382,13 +364382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1204" + "$ref": "https://ils.rero.ch/api/documents/1204" } }, { @@ -364396,13 +364396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1204" + "$ref": "https://ils.rero.ch/api/documents/1204" } }, { @@ -364410,13 +364410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1203" + "$ref": "https://ils.rero.ch/api/documents/1203" } }, { @@ -364424,13 +364424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1203" + "$ref": "https://ils.rero.ch/api/documents/1203" } }, { @@ -364438,13 +364438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1203" + "$ref": "https://ils.rero.ch/api/documents/1203" } }, { @@ -364452,13 +364452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1203" + "$ref": "https://ils.rero.ch/api/documents/1203" } }, { @@ -364466,13 +364466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1202" + "$ref": "https://ils.rero.ch/api/documents/1202" } }, { @@ -364480,13 +364480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1202" + "$ref": "https://ils.rero.ch/api/documents/1202" } }, { @@ -364494,13 +364494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1201" + "$ref": "https://ils.rero.ch/api/documents/1201" } }, { @@ -364508,13 +364508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1201" + "$ref": "https://ils.rero.ch/api/documents/1201" } }, { @@ -364522,13 +364522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1201" + "$ref": "https://ils.rero.ch/api/documents/1201" } }, { @@ -364536,13 +364536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1201" + "$ref": "https://ils.rero.ch/api/documents/1201" } }, { @@ -364550,13 +364550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1201" + "$ref": "https://ils.rero.ch/api/documents/1201" } }, { @@ -364564,13 +364564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1200" + "$ref": "https://ils.rero.ch/api/documents/1200" } }, { @@ -364578,13 +364578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1200" + "$ref": "https://ils.rero.ch/api/documents/1200" } }, { @@ -364592,13 +364592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1200" + "$ref": "https://ils.rero.ch/api/documents/1200" } }, { @@ -364606,13 +364606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1200" + "$ref": "https://ils.rero.ch/api/documents/1200" } }, { @@ -364620,13 +364620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1199" + "$ref": "https://ils.rero.ch/api/documents/1199" } }, { @@ -364634,13 +364634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1199" + "$ref": "https://ils.rero.ch/api/documents/1199" } }, { @@ -364648,13 +364648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1198" + "$ref": "https://ils.rero.ch/api/documents/1198" } }, { @@ -364662,13 +364662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1198" + "$ref": "https://ils.rero.ch/api/documents/1198" } }, { @@ -364676,13 +364676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1198" + "$ref": "https://ils.rero.ch/api/documents/1198" } }, { @@ -364690,13 +364690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1198" + "$ref": "https://ils.rero.ch/api/documents/1198" } }, { @@ -364704,13 +364704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1197" + "$ref": "https://ils.rero.ch/api/documents/1197" } }, { @@ -364718,13 +364718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1197" + "$ref": "https://ils.rero.ch/api/documents/1197" } }, { @@ -364732,13 +364732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1197" + "$ref": "https://ils.rero.ch/api/documents/1197" } }, { @@ -364746,13 +364746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1197" + "$ref": "https://ils.rero.ch/api/documents/1197" } }, { @@ -364760,13 +364760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1196" + "$ref": "https://ils.rero.ch/api/documents/1196" } }, { @@ -364774,13 +364774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1196" + "$ref": "https://ils.rero.ch/api/documents/1196" } }, { @@ -364788,13 +364788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1196" + "$ref": "https://ils.rero.ch/api/documents/1196" } }, { @@ -364802,13 +364802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1196" + "$ref": "https://ils.rero.ch/api/documents/1196" } }, { @@ -364816,13 +364816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1195" + "$ref": "https://ils.rero.ch/api/documents/1195" } }, { @@ -364830,13 +364830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1194" + "$ref": "https://ils.rero.ch/api/documents/1194" } }, { @@ -364844,13 +364844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1194" + "$ref": "https://ils.rero.ch/api/documents/1194" } }, { @@ -364858,13 +364858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1193" + "$ref": "https://ils.rero.ch/api/documents/1193" } }, { @@ -364872,13 +364872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/1192" } }, { @@ -364886,13 +364886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/1192" } }, { @@ -364900,13 +364900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/1192" } }, { @@ -364914,13 +364914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/1192" } }, { @@ -364928,13 +364928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1192" + "$ref": "https://ils.rero.ch/api/documents/1192" } }, { @@ -364942,13 +364942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/1191" } }, { @@ -364956,13 +364956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/1191" } }, { @@ -364970,13 +364970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/1191" } }, { @@ -364984,13 +364984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/1191" } }, { @@ -364998,13 +364998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1191" + "$ref": "https://ils.rero.ch/api/documents/1191" } }, { @@ -365012,13 +365012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1190" + "$ref": "https://ils.rero.ch/api/documents/1190" } }, { @@ -365026,13 +365026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/1189" } }, { @@ -365040,13 +365040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/1189" } }, { @@ -365054,13 +365054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/1189" } }, { @@ -365068,13 +365068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/1189" } }, { @@ -365082,13 +365082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1189" + "$ref": "https://ils.rero.ch/api/documents/1189" } }, { @@ -365096,13 +365096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1188" + "$ref": "https://ils.rero.ch/api/documents/1188" } }, { @@ -365110,13 +365110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1188" + "$ref": "https://ils.rero.ch/api/documents/1188" } }, { @@ -365124,13 +365124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1187" + "$ref": "https://ils.rero.ch/api/documents/1187" } }, { @@ -365138,13 +365138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1187" + "$ref": "https://ils.rero.ch/api/documents/1187" } }, { @@ -365152,13 +365152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1186" + "$ref": "https://ils.rero.ch/api/documents/1186" } }, { @@ -365166,13 +365166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1186" + "$ref": "https://ils.rero.ch/api/documents/1186" } }, { @@ -365180,13 +365180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1185" + "$ref": "https://ils.rero.ch/api/documents/1185" } }, { @@ -365194,13 +365194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/1184" } }, { @@ -365208,13 +365208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/1184" } }, { @@ -365222,13 +365222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/1184" } }, { @@ -365236,13 +365236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1184" + "$ref": "https://ils.rero.ch/api/documents/1184" } }, { @@ -365250,13 +365250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1183" + "$ref": "https://ils.rero.ch/api/documents/1183" } }, { @@ -365264,13 +365264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/1182" } }, { @@ -365278,13 +365278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1182" + "$ref": "https://ils.rero.ch/api/documents/1182" } }, { @@ -365292,13 +365292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/1181" } }, { @@ -365306,13 +365306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/1181" } }, { @@ -365320,13 +365320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1181" + "$ref": "https://ils.rero.ch/api/documents/1181" } }, { @@ -365334,13 +365334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/1180" } }, { @@ -365348,13 +365348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/1180" } }, { @@ -365362,13 +365362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/1180" } }, { @@ -365376,13 +365376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1180" + "$ref": "https://ils.rero.ch/api/documents/1180" } }, { @@ -365390,13 +365390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1179" + "$ref": "https://ils.rero.ch/api/documents/1179" } }, { @@ -365404,13 +365404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1178" + "$ref": "https://ils.rero.ch/api/documents/1178" } }, { @@ -365418,13 +365418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1178" + "$ref": "https://ils.rero.ch/api/documents/1178" } }, { @@ -365432,13 +365432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1178" + "$ref": "https://ils.rero.ch/api/documents/1178" } }, { @@ -365446,13 +365446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1177" + "$ref": "https://ils.rero.ch/api/documents/1177" } }, { @@ -365460,13 +365460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1177" + "$ref": "https://ils.rero.ch/api/documents/1177" } }, { @@ -365474,13 +365474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/1176" } }, { @@ -365488,13 +365488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/1176" } }, { @@ -365502,13 +365502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1176" + "$ref": "https://ils.rero.ch/api/documents/1176" } }, { @@ -365516,13 +365516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/1175" } }, { @@ -365530,13 +365530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/1175" } }, { @@ -365544,13 +365544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1175" + "$ref": "https://ils.rero.ch/api/documents/1175" } }, { @@ -365558,13 +365558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/1174" } }, { @@ -365572,13 +365572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/1174" } }, { @@ -365586,13 +365586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/1174" } }, { @@ -365600,13 +365600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1174" + "$ref": "https://ils.rero.ch/api/documents/1174" } }, { @@ -365614,13 +365614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/1173" } }, { @@ -365628,13 +365628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1173" + "$ref": "https://ils.rero.ch/api/documents/1173" } }, { @@ -365642,13 +365642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1172" + "$ref": "https://ils.rero.ch/api/documents/1172" } }, { @@ -365656,13 +365656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1171" + "$ref": "https://ils.rero.ch/api/documents/1171" } }, { @@ -365670,13 +365670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1171" + "$ref": "https://ils.rero.ch/api/documents/1171" } }, { @@ -365684,13 +365684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1171" + "$ref": "https://ils.rero.ch/api/documents/1171" } }, { @@ -365698,13 +365698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/1170" } }, { @@ -365712,13 +365712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/1170" } }, { @@ -365726,13 +365726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/1170" } }, { @@ -365740,13 +365740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/1170" } }, { @@ -365754,13 +365754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1170" + "$ref": "https://ils.rero.ch/api/documents/1170" } }, { @@ -365768,13 +365768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/1169" } }, { @@ -365782,13 +365782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1169" + "$ref": "https://ils.rero.ch/api/documents/1169" } }, { @@ -365796,13 +365796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/1168" } }, { @@ -365810,13 +365810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/1168" } }, { @@ -365824,13 +365824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1168" + "$ref": "https://ils.rero.ch/api/documents/1168" } }, { @@ -365838,13 +365838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/1167" } }, { @@ -365852,13 +365852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/1167" } }, { @@ -365866,13 +365866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/1167" } }, { @@ -365880,13 +365880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1167" + "$ref": "https://ils.rero.ch/api/documents/1167" } }, { @@ -365894,13 +365894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/1166" } }, { @@ -365908,13 +365908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/1166" } }, { @@ -365922,13 +365922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1166" + "$ref": "https://ils.rero.ch/api/documents/1166" } }, { @@ -365936,13 +365936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1165" + "$ref": "https://ils.rero.ch/api/documents/1165" } }, { @@ -365950,13 +365950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1164" + "$ref": "https://ils.rero.ch/api/documents/1164" } }, { @@ -365964,13 +365964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1164" + "$ref": "https://ils.rero.ch/api/documents/1164" } }, { @@ -365978,13 +365978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1164" + "$ref": "https://ils.rero.ch/api/documents/1164" } }, { @@ -365992,13 +365992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1163" + "$ref": "https://ils.rero.ch/api/documents/1163" } }, { @@ -366006,13 +366006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1163" + "$ref": "https://ils.rero.ch/api/documents/1163" } }, { @@ -366020,13 +366020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1163" + "$ref": "https://ils.rero.ch/api/documents/1163" } }, { @@ -366034,13 +366034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/1162" } }, { @@ -366048,13 +366048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/1162" } }, { @@ -366062,13 +366062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/1162" } }, { @@ -366076,13 +366076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1162" + "$ref": "https://ils.rero.ch/api/documents/1162" } }, { @@ -366090,13 +366090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1161" + "$ref": "https://ils.rero.ch/api/documents/1161" } }, { @@ -366104,13 +366104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/1160" } }, { @@ -366118,13 +366118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/1160" } }, { @@ -366132,13 +366132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/1160" } }, { @@ -366146,13 +366146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1160" + "$ref": "https://ils.rero.ch/api/documents/1160" } }, { @@ -366160,13 +366160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/1159" } }, { @@ -366174,13 +366174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/1159" } }, { @@ -366188,13 +366188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1159" + "$ref": "https://ils.rero.ch/api/documents/1159" } }, { @@ -366202,13 +366202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1158" + "$ref": "https://ils.rero.ch/api/documents/1158" } }, { @@ -366216,13 +366216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1157" + "$ref": "https://ils.rero.ch/api/documents/1157" } }, { @@ -366230,13 +366230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/1156" } }, { @@ -366244,13 +366244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/1156" } }, { @@ -366258,13 +366258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/1156" } }, { @@ -366272,13 +366272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/1156" } }, { @@ -366286,13 +366286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1156" + "$ref": "https://ils.rero.ch/api/documents/1156" } }, { @@ -366300,13 +366300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/1155" } }, { @@ -366314,13 +366314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/1155" } }, { @@ -366328,13 +366328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/1155" } }, { @@ -366342,13 +366342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1155" + "$ref": "https://ils.rero.ch/api/documents/1155" } }, { @@ -366356,13 +366356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1154" + "$ref": "https://ils.rero.ch/api/documents/1154" } }, { @@ -366370,13 +366370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1154" + "$ref": "https://ils.rero.ch/api/documents/1154" } }, { @@ -366384,13 +366384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1153" + "$ref": "https://ils.rero.ch/api/documents/1153" } }, { @@ -366398,13 +366398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1153" + "$ref": "https://ils.rero.ch/api/documents/1153" } }, { @@ -366412,13 +366412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1153" + "$ref": "https://ils.rero.ch/api/documents/1153" } }, { @@ -366426,13 +366426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/1152" } }, { @@ -366440,13 +366440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/1152" } }, { @@ -366454,13 +366454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/1152" } }, { @@ -366468,13 +366468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1152" + "$ref": "https://ils.rero.ch/api/documents/1152" } }, { @@ -366482,13 +366482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/1151" } }, { @@ -366496,13 +366496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/1151" } }, { @@ -366510,13 +366510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1151" + "$ref": "https://ils.rero.ch/api/documents/1151" } }, { @@ -366524,13 +366524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/1150" } }, { @@ -366538,13 +366538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/1150" } }, { @@ -366552,13 +366552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/1150" } }, { @@ -366566,13 +366566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1150" + "$ref": "https://ils.rero.ch/api/documents/1150" } }, { @@ -366580,13 +366580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1149" + "$ref": "https://ils.rero.ch/api/documents/1149" } }, { @@ -366594,13 +366594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1148" + "$ref": "https://ils.rero.ch/api/documents/1148" } }, { @@ -366608,13 +366608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/1147" } }, { @@ -366622,13 +366622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1147" + "$ref": "https://ils.rero.ch/api/documents/1147" } }, { @@ -366636,13 +366636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1146" + "$ref": "https://ils.rero.ch/api/documents/1146" } }, { @@ -366650,13 +366650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1145" + "$ref": "https://ils.rero.ch/api/documents/1145" } }, { @@ -366664,13 +366664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/1144" } }, { @@ -366678,13 +366678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/1144" } }, { @@ -366692,13 +366692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/1144" } }, { @@ -366706,13 +366706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/1144" } }, { @@ -366720,13 +366720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1144" + "$ref": "https://ils.rero.ch/api/documents/1144" } }, { @@ -366734,13 +366734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/1143" } }, { @@ -366748,13 +366748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1143" + "$ref": "https://ils.rero.ch/api/documents/1143" } }, { @@ -366762,13 +366762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/1142" } }, { @@ -366776,13 +366776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/1142" } }, { @@ -366790,13 +366790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/1142" } }, { @@ -366804,13 +366804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/1142" } }, { @@ -366818,13 +366818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1142" + "$ref": "https://ils.rero.ch/api/documents/1142" } }, { @@ -366832,13 +366832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/1141" } }, { @@ -366846,13 +366846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1141" + "$ref": "https://ils.rero.ch/api/documents/1141" } }, { @@ -366860,13 +366860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1140" + "$ref": "https://ils.rero.ch/api/documents/1140" } }, { @@ -366874,13 +366874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/1139" } }, { @@ -366888,13 +366888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/1139" } }, { @@ -366902,13 +366902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/1139" } }, { @@ -366916,13 +366916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/1139" } }, { @@ -366930,13 +366930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1139" + "$ref": "https://ils.rero.ch/api/documents/1139" } }, { @@ -366944,13 +366944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/1138" } }, { @@ -366958,13 +366958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/1138" } }, { @@ -366972,13 +366972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/1138" } }, { @@ -366986,13 +366986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1138" + "$ref": "https://ils.rero.ch/api/documents/1138" } }, { @@ -367000,13 +367000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/1137" } }, { @@ -367014,13 +367014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1137" + "$ref": "https://ils.rero.ch/api/documents/1137" } }, { @@ -367028,13 +367028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/1136" } }, { @@ -367042,13 +367042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1136" + "$ref": "https://ils.rero.ch/api/documents/1136" } }, { @@ -367056,13 +367056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1135" + "$ref": "https://ils.rero.ch/api/documents/1135" } }, { @@ -367070,13 +367070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/1134" } }, { @@ -367084,13 +367084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/1134" } }, { @@ -367098,13 +367098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/1134" } }, { @@ -367112,13 +367112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/1134" } }, { @@ -367126,13 +367126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1134" + "$ref": "https://ils.rero.ch/api/documents/1134" } }, { @@ -367140,13 +367140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/1133" } }, { @@ -367154,13 +367154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/1133" } }, { @@ -367168,13 +367168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/1133" } }, { @@ -367182,13 +367182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1133" + "$ref": "https://ils.rero.ch/api/documents/1133" } }, { @@ -367196,13 +367196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/1132" } }, { @@ -367210,13 +367210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/1132" } }, { @@ -367224,13 +367224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1132" + "$ref": "https://ils.rero.ch/api/documents/1132" } }, { @@ -367238,13 +367238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/1131" } }, { @@ -367252,13 +367252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/1131" } }, { @@ -367266,13 +367266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1131" + "$ref": "https://ils.rero.ch/api/documents/1131" } }, { @@ -367280,13 +367280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/1130" } }, { @@ -367294,13 +367294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/1130" } }, { @@ -367308,13 +367308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1130" + "$ref": "https://ils.rero.ch/api/documents/1130" } }, { @@ -367322,13 +367322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1129" + "$ref": "https://ils.rero.ch/api/documents/1129" } }, { @@ -367336,13 +367336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1129" + "$ref": "https://ils.rero.ch/api/documents/1129" } }, { @@ -367350,13 +367350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/1128" } }, { @@ -367364,13 +367364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/1128" } }, { @@ -367378,13 +367378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/1128" } }, { @@ -367392,13 +367392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1128" + "$ref": "https://ils.rero.ch/api/documents/1128" } }, { @@ -367406,13 +367406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1127" + "$ref": "https://ils.rero.ch/api/documents/1127" } }, { @@ -367420,13 +367420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1127" + "$ref": "https://ils.rero.ch/api/documents/1127" } }, { @@ -367434,13 +367434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/1126" } }, { @@ -367448,13 +367448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/1126" } }, { @@ -367462,13 +367462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/1126" } }, { @@ -367476,13 +367476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1126" + "$ref": "https://ils.rero.ch/api/documents/1126" } }, { @@ -367490,13 +367490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1125" + "$ref": "https://ils.rero.ch/api/documents/1125" } }, { @@ -367504,13 +367504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1125" + "$ref": "https://ils.rero.ch/api/documents/1125" } }, { @@ -367518,13 +367518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1125" + "$ref": "https://ils.rero.ch/api/documents/1125" } }, { @@ -367532,13 +367532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1124" + "$ref": "https://ils.rero.ch/api/documents/1124" } }, { @@ -367546,13 +367546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1123" + "$ref": "https://ils.rero.ch/api/documents/1123" } }, { @@ -367560,13 +367560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1123" + "$ref": "https://ils.rero.ch/api/documents/1123" } }, { @@ -367574,13 +367574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1122" + "$ref": "https://ils.rero.ch/api/documents/1122" } }, { @@ -367588,13 +367588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1121" + "$ref": "https://ils.rero.ch/api/documents/1121" } }, { @@ -367602,13 +367602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1121" + "$ref": "https://ils.rero.ch/api/documents/1121" } }, { @@ -367616,13 +367616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1121" + "$ref": "https://ils.rero.ch/api/documents/1121" } }, { @@ -367630,13 +367630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1120" + "$ref": "https://ils.rero.ch/api/documents/1120" } }, { @@ -367644,13 +367644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1119" + "$ref": "https://ils.rero.ch/api/documents/1119" } }, { @@ -367658,13 +367658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1119" + "$ref": "https://ils.rero.ch/api/documents/1119" } }, { @@ -367672,13 +367672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1119" + "$ref": "https://ils.rero.ch/api/documents/1119" } }, { @@ -367686,13 +367686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/1118" } }, { @@ -367700,13 +367700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/1118" } }, { @@ -367714,13 +367714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/1118" } }, { @@ -367728,13 +367728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/1118" } }, { @@ -367742,13 +367742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1118" + "$ref": "https://ils.rero.ch/api/documents/1118" } }, { @@ -367756,13 +367756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1117" + "$ref": "https://ils.rero.ch/api/documents/1117" } }, { @@ -367770,13 +367770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1116" + "$ref": "https://ils.rero.ch/api/documents/1116" } }, { @@ -367784,13 +367784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1116" + "$ref": "https://ils.rero.ch/api/documents/1116" } }, { @@ -367798,13 +367798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1116" + "$ref": "https://ils.rero.ch/api/documents/1116" } }, { @@ -367812,13 +367812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/1115" } }, { @@ -367826,13 +367826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/1115" } }, { @@ -367840,13 +367840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/1115" } }, { @@ -367854,13 +367854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1115" + "$ref": "https://ils.rero.ch/api/documents/1115" } }, { @@ -367868,13 +367868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1114" + "$ref": "https://ils.rero.ch/api/documents/1114" } }, { @@ -367882,13 +367882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1113" + "$ref": "https://ils.rero.ch/api/documents/1113" } }, { @@ -367896,13 +367896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1113" + "$ref": "https://ils.rero.ch/api/documents/1113" } }, { @@ -367910,13 +367910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1112" + "$ref": "https://ils.rero.ch/api/documents/1112" } }, { @@ -367924,13 +367924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1111" + "$ref": "https://ils.rero.ch/api/documents/1111" } }, { @@ -367938,13 +367938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1110" + "$ref": "https://ils.rero.ch/api/documents/1110" } }, { @@ -367952,13 +367952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/1109" } }, { @@ -367966,13 +367966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/1109" } }, { @@ -367980,13 +367980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/1109" } }, { @@ -367994,13 +367994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/1109" } }, { @@ -368008,13 +368008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1109" + "$ref": "https://ils.rero.ch/api/documents/1109" } }, { @@ -368022,13 +368022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/1108" } }, { @@ -368036,13 +368036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/1108" } }, { @@ -368050,13 +368050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/1108" } }, { @@ -368064,13 +368064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1108" + "$ref": "https://ils.rero.ch/api/documents/1108" } }, { @@ -368078,13 +368078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1107" + "$ref": "https://ils.rero.ch/api/documents/1107" } }, { @@ -368092,13 +368092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/1106" } }, { @@ -368106,13 +368106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/1106" } }, { @@ -368120,13 +368120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/1106" } }, { @@ -368134,13 +368134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/1106" } }, { @@ -368148,13 +368148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1106" + "$ref": "https://ils.rero.ch/api/documents/1106" } }, { @@ -368162,13 +368162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1105" + "$ref": "https://ils.rero.ch/api/documents/1105" } }, { @@ -368176,13 +368176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1105" + "$ref": "https://ils.rero.ch/api/documents/1105" } }, { @@ -368190,13 +368190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/1104" } }, { @@ -368204,13 +368204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1104" + "$ref": "https://ils.rero.ch/api/documents/1104" } }, { @@ -368218,13 +368218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/1103" } }, { @@ -368232,13 +368232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/1103" } }, { @@ -368246,13 +368246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1103" + "$ref": "https://ils.rero.ch/api/documents/1103" } }, { @@ -368260,13 +368260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/1102" } }, { @@ -368274,13 +368274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/1102" } }, { @@ -368288,13 +368288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1102" + "$ref": "https://ils.rero.ch/api/documents/1102" } }, { @@ -368302,13 +368302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1101" + "$ref": "https://ils.rero.ch/api/documents/1101" } }, { @@ -368316,13 +368316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1101" + "$ref": "https://ils.rero.ch/api/documents/1101" } }, { @@ -368330,13 +368330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/1100" } }, { @@ -368344,13 +368344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/1100" } }, { @@ -368358,13 +368358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/1100" } }, { @@ -368372,13 +368372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1100" + "$ref": "https://ils.rero.ch/api/documents/1100" } }, { @@ -368386,13 +368386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/1099" } }, { @@ -368400,13 +368400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/1099" } }, { @@ -368414,13 +368414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/1099" } }, { @@ -368428,13 +368428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1099" + "$ref": "https://ils.rero.ch/api/documents/1099" } }, { @@ -368442,13 +368442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1098" + "$ref": "https://ils.rero.ch/api/documents/1098" } }, { @@ -368456,13 +368456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1097" + "$ref": "https://ils.rero.ch/api/documents/1097" } }, { @@ -368470,13 +368470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/1096" } }, { @@ -368484,13 +368484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/1096" } }, { @@ -368498,13 +368498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/1096" } }, { @@ -368512,13 +368512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/1096" } }, { @@ -368526,13 +368526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1096" + "$ref": "https://ils.rero.ch/api/documents/1096" } }, { @@ -368540,13 +368540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/1095" } }, { @@ -368554,13 +368554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/1095" } }, { @@ -368568,13 +368568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/1095" } }, { @@ -368582,13 +368582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1095" + "$ref": "https://ils.rero.ch/api/documents/1095" } }, { @@ -368596,13 +368596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1094" + "$ref": "https://ils.rero.ch/api/documents/1094" } }, { @@ -368610,13 +368610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/1093" } }, { @@ -368624,13 +368624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/1093" } }, { @@ -368638,13 +368638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/1093" } }, { @@ -368652,13 +368652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/1093" } }, { @@ -368666,13 +368666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1093" + "$ref": "https://ils.rero.ch/api/documents/1093" } }, { @@ -368680,13 +368680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/1092" } }, { @@ -368694,13 +368694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/1092" } }, { @@ -368708,13 +368708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/1092" } }, { @@ -368722,13 +368722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1092" + "$ref": "https://ils.rero.ch/api/documents/1092" } }, { @@ -368736,13 +368736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/1091" } }, { @@ -368750,13 +368750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/1091" } }, { @@ -368764,13 +368764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/1091" } }, { @@ -368778,13 +368778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/1091" } }, { @@ -368792,13 +368792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1091" + "$ref": "https://ils.rero.ch/api/documents/1091" } }, { @@ -368806,13 +368806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1090" + "$ref": "https://ils.rero.ch/api/documents/1090" } }, { @@ -368820,13 +368820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1090" + "$ref": "https://ils.rero.ch/api/documents/1090" } }, { @@ -368834,13 +368834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1090" + "$ref": "https://ils.rero.ch/api/documents/1090" } }, { @@ -368848,13 +368848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1089" + "$ref": "https://ils.rero.ch/api/documents/1089" } }, { @@ -368862,13 +368862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/1088" } }, { @@ -368876,13 +368876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/1088" } }, { @@ -368890,13 +368890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/1088" } }, { @@ -368904,13 +368904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/1088" } }, { @@ -368918,13 +368918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1088" + "$ref": "https://ils.rero.ch/api/documents/1088" } }, { @@ -368932,13 +368932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/1087" } }, { @@ -368946,13 +368946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/1087" } }, { @@ -368960,13 +368960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/1087" } }, { @@ -368974,13 +368974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/1087" } }, { @@ -368988,13 +368988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1087" + "$ref": "https://ils.rero.ch/api/documents/1087" } }, { @@ -369002,13 +369002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/1086" } }, { @@ -369016,13 +369016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/1086" } }, { @@ -369030,13 +369030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/1086" } }, { @@ -369044,13 +369044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/1086" } }, { @@ -369058,13 +369058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1086" + "$ref": "https://ils.rero.ch/api/documents/1086" } }, { @@ -369072,13 +369072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1085" + "$ref": "https://ils.rero.ch/api/documents/1085" } }, { @@ -369086,13 +369086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1085" + "$ref": "https://ils.rero.ch/api/documents/1085" } }, { @@ -369100,13 +369100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1085" + "$ref": "https://ils.rero.ch/api/documents/1085" } }, { @@ -369114,13 +369114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1084" + "$ref": "https://ils.rero.ch/api/documents/1084" } }, { @@ -369128,13 +369128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/1083" } }, { @@ -369142,13 +369142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/1083" } }, { @@ -369156,13 +369156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/1083" } }, { @@ -369170,13 +369170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1083" + "$ref": "https://ils.rero.ch/api/documents/1083" } }, { @@ -369184,13 +369184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1082" + "$ref": "https://ils.rero.ch/api/documents/1082" } }, { @@ -369198,13 +369198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1081" + "$ref": "https://ils.rero.ch/api/documents/1081" } }, { @@ -369212,13 +369212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1080" + "$ref": "https://ils.rero.ch/api/documents/1080" } }, { @@ -369226,13 +369226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1080" + "$ref": "https://ils.rero.ch/api/documents/1080" } }, { @@ -369240,13 +369240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1080" + "$ref": "https://ils.rero.ch/api/documents/1080" } }, { @@ -369254,13 +369254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/1079" } }, { @@ -369268,13 +369268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1079" + "$ref": "https://ils.rero.ch/api/documents/1079" } }, { @@ -369282,13 +369282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1078" + "$ref": "https://ils.rero.ch/api/documents/1078" } }, { @@ -369296,13 +369296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1078" + "$ref": "https://ils.rero.ch/api/documents/1078" } }, { @@ -369310,13 +369310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1077" + "$ref": "https://ils.rero.ch/api/documents/1077" } }, { @@ -369324,13 +369324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1077" + "$ref": "https://ils.rero.ch/api/documents/1077" } }, { @@ -369338,13 +369338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/1076" } }, { @@ -369352,13 +369352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/1076" } }, { @@ -369366,13 +369366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/1076" } }, { @@ -369380,13 +369380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/1076" } }, { @@ -369394,13 +369394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1076" + "$ref": "https://ils.rero.ch/api/documents/1076" } }, { @@ -369408,13 +369408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/1075" } }, { @@ -369422,13 +369422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/1075" } }, { @@ -369436,13 +369436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/1075" } }, { @@ -369450,13 +369450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1075" + "$ref": "https://ils.rero.ch/api/documents/1075" } }, { @@ -369464,13 +369464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/1074" } }, { @@ -369478,13 +369478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1074" + "$ref": "https://ils.rero.ch/api/documents/1074" } }, { @@ -369492,13 +369492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1073" + "$ref": "https://ils.rero.ch/api/documents/1073" } }, { @@ -369506,13 +369506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1073" + "$ref": "https://ils.rero.ch/api/documents/1073" } }, { @@ -369520,13 +369520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1073" + "$ref": "https://ils.rero.ch/api/documents/1073" } }, { @@ -369534,13 +369534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1072" + "$ref": "https://ils.rero.ch/api/documents/1072" } }, { @@ -369548,13 +369548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/1071" } }, { @@ -369562,13 +369562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/1071" } }, { @@ -369576,13 +369576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/1071" } }, { @@ -369590,13 +369590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/1071" } }, { @@ -369604,13 +369604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1071" + "$ref": "https://ils.rero.ch/api/documents/1071" } }, { @@ -369618,13 +369618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1070" + "$ref": "https://ils.rero.ch/api/documents/1070" } }, { @@ -369632,13 +369632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1070" + "$ref": "https://ils.rero.ch/api/documents/1070" } }, { @@ -369646,13 +369646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1070" + "$ref": "https://ils.rero.ch/api/documents/1070" } }, { @@ -369660,13 +369660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/1069" } }, { @@ -369674,13 +369674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/1069" } }, { @@ -369688,13 +369688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1069" + "$ref": "https://ils.rero.ch/api/documents/1069" } }, { @@ -369702,13 +369702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1068" + "$ref": "https://ils.rero.ch/api/documents/1068" } }, { @@ -369716,13 +369716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1068" + "$ref": "https://ils.rero.ch/api/documents/1068" } }, { @@ -369730,13 +369730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1068" + "$ref": "https://ils.rero.ch/api/documents/1068" } }, { @@ -369744,13 +369744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1067" + "$ref": "https://ils.rero.ch/api/documents/1067" } }, { @@ -369758,13 +369758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1067" + "$ref": "https://ils.rero.ch/api/documents/1067" } }, { @@ -369772,13 +369772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1066" + "$ref": "https://ils.rero.ch/api/documents/1066" } }, { @@ -369786,13 +369786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1066" + "$ref": "https://ils.rero.ch/api/documents/1066" } }, { @@ -369800,13 +369800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1066" + "$ref": "https://ils.rero.ch/api/documents/1066" } }, { @@ -369814,13 +369814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/1065" } }, { @@ -369828,13 +369828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/1065" } }, { @@ -369842,13 +369842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/1065" } }, { @@ -369856,13 +369856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1065" + "$ref": "https://ils.rero.ch/api/documents/1065" } }, { @@ -369870,13 +369870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1064" + "$ref": "https://ils.rero.ch/api/documents/1064" } }, { @@ -369884,13 +369884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/1063" } }, { @@ -369898,13 +369898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/1063" } }, { @@ -369912,13 +369912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1063" + "$ref": "https://ils.rero.ch/api/documents/1063" } }, { @@ -369926,13 +369926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1062" + "$ref": "https://ils.rero.ch/api/documents/1062" } }, { @@ -369940,13 +369940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1062" + "$ref": "https://ils.rero.ch/api/documents/1062" } }, { @@ -369954,13 +369954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/1061" } }, { @@ -369968,13 +369968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/1061" } }, { @@ -369982,13 +369982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/1061" } }, { @@ -369996,13 +369996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/1061" } }, { @@ -370010,13 +370010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1061" + "$ref": "https://ils.rero.ch/api/documents/1061" } }, { @@ -370024,13 +370024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1060" + "$ref": "https://ils.rero.ch/api/documents/1060" } }, { @@ -370038,13 +370038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/1059" } }, { @@ -370052,13 +370052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/1059" } }, { @@ -370066,13 +370066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/1059" } }, { @@ -370080,13 +370080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/1059" } }, { @@ -370094,13 +370094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1059" + "$ref": "https://ils.rero.ch/api/documents/1059" } }, { @@ -370108,13 +370108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/1058" } }, { @@ -370122,13 +370122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/1058" } }, { @@ -370136,13 +370136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/1058" } }, { @@ -370150,13 +370150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/1058" } }, { @@ -370164,13 +370164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1058" + "$ref": "https://ils.rero.ch/api/documents/1058" } }, { @@ -370178,13 +370178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1057" + "$ref": "https://ils.rero.ch/api/documents/1057" } }, { @@ -370192,13 +370192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1057" + "$ref": "https://ils.rero.ch/api/documents/1057" } }, { @@ -370206,13 +370206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1057" + "$ref": "https://ils.rero.ch/api/documents/1057" } }, { @@ -370220,13 +370220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1056" + "$ref": "https://ils.rero.ch/api/documents/1056" } }, { @@ -370234,13 +370234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/1055" } }, { @@ -370248,13 +370248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/1055" } }, { @@ -370262,13 +370262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/1055" } }, { @@ -370276,13 +370276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1055" + "$ref": "https://ils.rero.ch/api/documents/1055" } }, { @@ -370290,13 +370290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/1054" } }, { @@ -370304,13 +370304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/1054" } }, { @@ -370318,13 +370318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1054" + "$ref": "https://ils.rero.ch/api/documents/1054" } }, { @@ -370332,13 +370332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/1053" } }, { @@ -370346,13 +370346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/1053" } }, { @@ -370360,13 +370360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/1053" } }, { @@ -370374,13 +370374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/1053" } }, { @@ -370388,13 +370388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1053" + "$ref": "https://ils.rero.ch/api/documents/1053" } }, { @@ -370402,13 +370402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1052" + "$ref": "https://ils.rero.ch/api/documents/1052" } }, { @@ -370416,13 +370416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1052" + "$ref": "https://ils.rero.ch/api/documents/1052" } }, { @@ -370430,13 +370430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1052" + "$ref": "https://ils.rero.ch/api/documents/1052" } }, { @@ -370444,13 +370444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/1051" } }, { @@ -370458,13 +370458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/1051" } }, { @@ -370472,13 +370472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/1051" } }, { @@ -370486,13 +370486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/1051" } }, { @@ -370500,13 +370500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1051" + "$ref": "https://ils.rero.ch/api/documents/1051" } }, { @@ -370514,13 +370514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1050" + "$ref": "https://ils.rero.ch/api/documents/1050" } }, { @@ -370528,13 +370528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1050" + "$ref": "https://ils.rero.ch/api/documents/1050" } }, { @@ -370542,13 +370542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/1049" } }, { @@ -370556,13 +370556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1049" + "$ref": "https://ils.rero.ch/api/documents/1049" } }, { @@ -370570,13 +370570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1048" + "$ref": "https://ils.rero.ch/api/documents/1048" } }, { @@ -370584,13 +370584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/1047" } }, { @@ -370598,13 +370598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/1047" } }, { @@ -370612,13 +370612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1047" + "$ref": "https://ils.rero.ch/api/documents/1047" } }, { @@ -370626,13 +370626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1046" + "$ref": "https://ils.rero.ch/api/documents/1046" } }, { @@ -370640,13 +370640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1046" + "$ref": "https://ils.rero.ch/api/documents/1046" } }, { @@ -370654,13 +370654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/1045" } }, { @@ -370668,13 +370668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/1045" } }, { @@ -370682,13 +370682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1045" + "$ref": "https://ils.rero.ch/api/documents/1045" } }, { @@ -370696,13 +370696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/1044" } }, { @@ -370710,13 +370710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1044" + "$ref": "https://ils.rero.ch/api/documents/1044" } }, { @@ -370724,13 +370724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/1043" } }, { @@ -370738,13 +370738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/1043" } }, { @@ -370752,13 +370752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/1043" } }, { @@ -370766,13 +370766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1043" + "$ref": "https://ils.rero.ch/api/documents/1043" } }, { @@ -370780,13 +370780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/1042" } }, { @@ -370794,13 +370794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/1042" } }, { @@ -370808,13 +370808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/1042" } }, { @@ -370822,13 +370822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1042" + "$ref": "https://ils.rero.ch/api/documents/1042" } }, { @@ -370836,13 +370836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1041" + "$ref": "https://ils.rero.ch/api/documents/1041" } }, { @@ -370850,13 +370850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1041" + "$ref": "https://ils.rero.ch/api/documents/1041" } }, { @@ -370864,13 +370864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1041" + "$ref": "https://ils.rero.ch/api/documents/1041" } }, { @@ -370878,13 +370878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/1040" } }, { @@ -370892,13 +370892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/1040" } }, { @@ -370906,13 +370906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1040" + "$ref": "https://ils.rero.ch/api/documents/1040" } }, { @@ -370920,13 +370920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/1039" } }, { @@ -370934,13 +370934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/1039" } }, { @@ -370948,13 +370948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/1039" } }, { @@ -370962,13 +370962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1039" + "$ref": "https://ils.rero.ch/api/documents/1039" } }, { @@ -370976,13 +370976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1038" + "$ref": "https://ils.rero.ch/api/documents/1038" } }, { @@ -370990,13 +370990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1037" + "$ref": "https://ils.rero.ch/api/documents/1037" } }, { @@ -371004,13 +371004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1037" + "$ref": "https://ils.rero.ch/api/documents/1037" } }, { @@ -371018,13 +371018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1037" + "$ref": "https://ils.rero.ch/api/documents/1037" } }, { @@ -371032,13 +371032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/1036" } }, { @@ -371046,13 +371046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/1036" } }, { @@ -371060,13 +371060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/1036" } }, { @@ -371074,13 +371074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1036" + "$ref": "https://ils.rero.ch/api/documents/1036" } }, { @@ -371088,13 +371088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/1035" } }, { @@ -371102,13 +371102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/1035" } }, { @@ -371116,13 +371116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/1035" } }, { @@ -371130,13 +371130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1035" + "$ref": "https://ils.rero.ch/api/documents/1035" } }, { @@ -371144,13 +371144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/1034" } }, { @@ -371158,13 +371158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/1034" } }, { @@ -371172,13 +371172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/1034" } }, { @@ -371186,13 +371186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1034" + "$ref": "https://ils.rero.ch/api/documents/1034" } }, { @@ -371200,13 +371200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/1033" } }, { @@ -371214,13 +371214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/1033" } }, { @@ -371228,13 +371228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/1033" } }, { @@ -371242,13 +371242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/1033" } }, { @@ -371256,13 +371256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1033" + "$ref": "https://ils.rero.ch/api/documents/1033" } }, { @@ -371270,13 +371270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/1032" } }, { @@ -371284,13 +371284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/1032" } }, { @@ -371298,13 +371298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/1032" } }, { @@ -371312,13 +371312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1032" + "$ref": "https://ils.rero.ch/api/documents/1032" } }, { @@ -371326,13 +371326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/1031" } }, { @@ -371340,13 +371340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/1031" } }, { @@ -371354,13 +371354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1031" + "$ref": "https://ils.rero.ch/api/documents/1031" } }, { @@ -371368,13 +371368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/1030" } }, { @@ -371382,13 +371382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/1030" } }, { @@ -371396,13 +371396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/1030" } }, { @@ -371410,13 +371410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1030" + "$ref": "https://ils.rero.ch/api/documents/1030" } }, { @@ -371424,13 +371424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1029" + "$ref": "https://ils.rero.ch/api/documents/1029" } }, { @@ -371438,13 +371438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1028" + "$ref": "https://ils.rero.ch/api/documents/1028" } }, { @@ -371452,13 +371452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1027" + "$ref": "https://ils.rero.ch/api/documents/1027" } }, { @@ -371466,13 +371466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1027" + "$ref": "https://ils.rero.ch/api/documents/1027" } }, { @@ -371480,13 +371480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1027" + "$ref": "https://ils.rero.ch/api/documents/1027" } }, { @@ -371494,13 +371494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/1026" } }, { @@ -371508,13 +371508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/1026" } }, { @@ -371522,13 +371522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/1026" } }, { @@ -371536,13 +371536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1026" + "$ref": "https://ils.rero.ch/api/documents/1026" } }, { @@ -371550,13 +371550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1025" + "$ref": "https://ils.rero.ch/api/documents/1025" } }, { @@ -371564,13 +371564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1025" + "$ref": "https://ils.rero.ch/api/documents/1025" } }, { @@ -371578,13 +371578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1025" + "$ref": "https://ils.rero.ch/api/documents/1025" } }, { @@ -371592,13 +371592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1024" + "$ref": "https://ils.rero.ch/api/documents/1024" } }, { @@ -371606,13 +371606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1024" + "$ref": "https://ils.rero.ch/api/documents/1024" } }, { @@ -371620,13 +371620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1024" + "$ref": "https://ils.rero.ch/api/documents/1024" } }, { @@ -371634,13 +371634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1024" + "$ref": "https://ils.rero.ch/api/documents/1024" } }, { @@ -371648,13 +371648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/1023" } }, { @@ -371662,13 +371662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/1023" } }, { @@ -371676,13 +371676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/1023" } }, { @@ -371690,13 +371690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/1023" } }, { @@ -371704,13 +371704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1023" + "$ref": "https://ils.rero.ch/api/documents/1023" } }, { @@ -371718,13 +371718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1022" + "$ref": "https://ils.rero.ch/api/documents/1022" } }, { @@ -371732,13 +371732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/1021" } }, { @@ -371746,13 +371746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/1021" } }, { @@ -371760,13 +371760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/1021" } }, { @@ -371774,13 +371774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/1021" } }, { @@ -371788,13 +371788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1021" + "$ref": "https://ils.rero.ch/api/documents/1021" } }, { @@ -371802,13 +371802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1020" } }, { @@ -371816,13 +371816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1020" } }, { @@ -371830,13 +371830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1020" } }, { @@ -371844,13 +371844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1020" } }, { @@ -371858,13 +371858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1020" + "$ref": "https://ils.rero.ch/api/documents/1020" } }, { @@ -371872,13 +371872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1019" + "$ref": "https://ils.rero.ch/api/documents/1019" } }, { @@ -371886,13 +371886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1019" + "$ref": "https://ils.rero.ch/api/documents/1019" } }, { @@ -371900,13 +371900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1019" + "$ref": "https://ils.rero.ch/api/documents/1019" } }, { @@ -371914,13 +371914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1018" + "$ref": "https://ils.rero.ch/api/documents/1018" } }, { @@ -371928,13 +371928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1018" + "$ref": "https://ils.rero.ch/api/documents/1018" } }, { @@ -371942,13 +371942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1018" + "$ref": "https://ils.rero.ch/api/documents/1018" } }, { @@ -371956,13 +371956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1017" + "$ref": "https://ils.rero.ch/api/documents/1017" } }, { @@ -371970,13 +371970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1017" + "$ref": "https://ils.rero.ch/api/documents/1017" } }, { @@ -371984,13 +371984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1017" + "$ref": "https://ils.rero.ch/api/documents/1017" } }, { @@ -371998,13 +371998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1016" + "$ref": "https://ils.rero.ch/api/documents/1016" } }, { @@ -372012,13 +372012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1016" + "$ref": "https://ils.rero.ch/api/documents/1016" } }, { @@ -372026,13 +372026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1015" + "$ref": "https://ils.rero.ch/api/documents/1015" } }, { @@ -372040,13 +372040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1015" + "$ref": "https://ils.rero.ch/api/documents/1015" } }, { @@ -372054,13 +372054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1015" + "$ref": "https://ils.rero.ch/api/documents/1015" } }, { @@ -372068,13 +372068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1015" + "$ref": "https://ils.rero.ch/api/documents/1015" } }, { @@ -372082,13 +372082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1015" + "$ref": "https://ils.rero.ch/api/documents/1015" } }, { @@ -372096,13 +372096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1014" + "$ref": "https://ils.rero.ch/api/documents/1014" } }, { @@ -372110,13 +372110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1014" + "$ref": "https://ils.rero.ch/api/documents/1014" } }, { @@ -372124,13 +372124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1013" + "$ref": "https://ils.rero.ch/api/documents/1013" } }, { @@ -372138,13 +372138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1013" + "$ref": "https://ils.rero.ch/api/documents/1013" } }, { @@ -372152,13 +372152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1013" + "$ref": "https://ils.rero.ch/api/documents/1013" } }, { @@ -372166,13 +372166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1013" + "$ref": "https://ils.rero.ch/api/documents/1013" } }, { @@ -372180,13 +372180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1013" + "$ref": "https://ils.rero.ch/api/documents/1013" } }, { @@ -372194,13 +372194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1012" + "$ref": "https://ils.rero.ch/api/documents/1012" } }, { @@ -372208,13 +372208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1011" + "$ref": "https://ils.rero.ch/api/documents/1011" } }, { @@ -372222,13 +372222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1011" + "$ref": "https://ils.rero.ch/api/documents/1011" } }, { @@ -372236,13 +372236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1011" + "$ref": "https://ils.rero.ch/api/documents/1011" } }, { @@ -372250,13 +372250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1011" + "$ref": "https://ils.rero.ch/api/documents/1011" } }, { @@ -372264,13 +372264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1010" + "$ref": "https://ils.rero.ch/api/documents/1010" } }, { @@ -372278,13 +372278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1010" + "$ref": "https://ils.rero.ch/api/documents/1010" } }, { @@ -372292,13 +372292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1010" + "$ref": "https://ils.rero.ch/api/documents/1010" } }, { @@ -372306,13 +372306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1010" + "$ref": "https://ils.rero.ch/api/documents/1010" } }, { @@ -372320,13 +372320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1009" + "$ref": "https://ils.rero.ch/api/documents/1009" } }, { @@ -372334,13 +372334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1009" + "$ref": "https://ils.rero.ch/api/documents/1009" } }, { @@ -372348,13 +372348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1009" + "$ref": "https://ils.rero.ch/api/documents/1009" } }, { @@ -372362,13 +372362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1009" + "$ref": "https://ils.rero.ch/api/documents/1009" } }, { @@ -372376,13 +372376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1009" + "$ref": "https://ils.rero.ch/api/documents/1009" } }, { @@ -372390,13 +372390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1008" + "$ref": "https://ils.rero.ch/api/documents/1008" } }, { @@ -372404,13 +372404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1008" + "$ref": "https://ils.rero.ch/api/documents/1008" } }, { @@ -372418,13 +372418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1008" + "$ref": "https://ils.rero.ch/api/documents/1008" } }, { @@ -372432,13 +372432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1008" + "$ref": "https://ils.rero.ch/api/documents/1008" } }, { @@ -372446,13 +372446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1007" + "$ref": "https://ils.rero.ch/api/documents/1007" } }, { @@ -372460,13 +372460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1007" + "$ref": "https://ils.rero.ch/api/documents/1007" } }, { @@ -372474,13 +372474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1006" + "$ref": "https://ils.rero.ch/api/documents/1006" } }, { @@ -372488,13 +372488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1006" + "$ref": "https://ils.rero.ch/api/documents/1006" } }, { @@ -372502,13 +372502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1006" + "$ref": "https://ils.rero.ch/api/documents/1006" } }, { @@ -372516,13 +372516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1006" + "$ref": "https://ils.rero.ch/api/documents/1006" } }, { @@ -372530,13 +372530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1005" + "$ref": "https://ils.rero.ch/api/documents/1005" } }, { @@ -372544,13 +372544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1004" + "$ref": "https://ils.rero.ch/api/documents/1004" } }, { @@ -372558,13 +372558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1004" + "$ref": "https://ils.rero.ch/api/documents/1004" } }, { @@ -372572,13 +372572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1003" + "$ref": "https://ils.rero.ch/api/documents/1003" } }, { @@ -372586,13 +372586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1003" + "$ref": "https://ils.rero.ch/api/documents/1003" } }, { @@ -372600,13 +372600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1003" + "$ref": "https://ils.rero.ch/api/documents/1003" } }, { @@ -372614,13 +372614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1002" + "$ref": "https://ils.rero.ch/api/documents/1002" } }, { @@ -372628,13 +372628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1002" + "$ref": "https://ils.rero.ch/api/documents/1002" } }, { @@ -372642,13 +372642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1001" + "$ref": "https://ils.rero.ch/api/documents/1001" } }, { @@ -372656,13 +372656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1001" + "$ref": "https://ils.rero.ch/api/documents/1001" } }, { @@ -372670,13 +372670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1001" + "$ref": "https://ils.rero.ch/api/documents/1001" } }, { @@ -372684,13 +372684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1001" + "$ref": "https://ils.rero.ch/api/documents/1001" } }, { @@ -372698,13 +372698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1001" + "$ref": "https://ils.rero.ch/api/documents/1001" } }, { @@ -372712,13 +372712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1000" + "$ref": "https://ils.rero.ch/api/documents/1000" } }, { @@ -372726,13 +372726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1000" + "$ref": "https://ils.rero.ch/api/documents/1000" } }, { @@ -372740,13 +372740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1000" + "$ref": "https://ils.rero.ch/api/documents/1000" } }, { @@ -372754,13 +372754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1000" + "$ref": "https://ils.rero.ch/api/documents/1000" } }, { @@ -372768,13 +372768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/999" + "$ref": "https://ils.rero.ch/api/documents/999" } }, { @@ -372782,13 +372782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/999" + "$ref": "https://ils.rero.ch/api/documents/999" } }, { @@ -372796,13 +372796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/998" + "$ref": "https://ils.rero.ch/api/documents/998" } }, { @@ -372810,13 +372810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/998" + "$ref": "https://ils.rero.ch/api/documents/998" } }, { @@ -372824,13 +372824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/998" + "$ref": "https://ils.rero.ch/api/documents/998" } }, { @@ -372838,13 +372838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/997" + "$ref": "https://ils.rero.ch/api/documents/997" } }, { @@ -372852,13 +372852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/997" + "$ref": "https://ils.rero.ch/api/documents/997" } }, { @@ -372866,13 +372866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/996" + "$ref": "https://ils.rero.ch/api/documents/996" } }, { @@ -372880,13 +372880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/996" + "$ref": "https://ils.rero.ch/api/documents/996" } }, { @@ -372894,13 +372894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/996" + "$ref": "https://ils.rero.ch/api/documents/996" } }, { @@ -372908,13 +372908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/996" + "$ref": "https://ils.rero.ch/api/documents/996" } }, { @@ -372922,13 +372922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/995" + "$ref": "https://ils.rero.ch/api/documents/995" } }, { @@ -372936,13 +372936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/995" + "$ref": "https://ils.rero.ch/api/documents/995" } }, { @@ -372950,13 +372950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/995" + "$ref": "https://ils.rero.ch/api/documents/995" } }, { @@ -372964,13 +372964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/994" + "$ref": "https://ils.rero.ch/api/documents/994" } }, { @@ -372978,13 +372978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/994" + "$ref": "https://ils.rero.ch/api/documents/994" } }, { @@ -372992,13 +372992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/993" + "$ref": "https://ils.rero.ch/api/documents/993" } }, { @@ -373006,13 +373006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/993" + "$ref": "https://ils.rero.ch/api/documents/993" } }, { @@ -373020,13 +373020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/993" + "$ref": "https://ils.rero.ch/api/documents/993" } }, { @@ -373034,13 +373034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/992" + "$ref": "https://ils.rero.ch/api/documents/992" } }, { @@ -373048,13 +373048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/992" + "$ref": "https://ils.rero.ch/api/documents/992" } }, { @@ -373062,13 +373062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/992" + "$ref": "https://ils.rero.ch/api/documents/992" } }, { @@ -373076,13 +373076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/991" + "$ref": "https://ils.rero.ch/api/documents/991" } }, { @@ -373090,13 +373090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/991" + "$ref": "https://ils.rero.ch/api/documents/991" } }, { @@ -373104,13 +373104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/991" + "$ref": "https://ils.rero.ch/api/documents/991" } }, { @@ -373118,13 +373118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/991" + "$ref": "https://ils.rero.ch/api/documents/991" } }, { @@ -373132,13 +373132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/991" + "$ref": "https://ils.rero.ch/api/documents/991" } }, { @@ -373146,13 +373146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/990" + "$ref": "https://ils.rero.ch/api/documents/990" } }, { @@ -373160,13 +373160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/990" + "$ref": "https://ils.rero.ch/api/documents/990" } }, { @@ -373174,13 +373174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/990" + "$ref": "https://ils.rero.ch/api/documents/990" } }, { @@ -373188,13 +373188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/990" + "$ref": "https://ils.rero.ch/api/documents/990" } }, { @@ -373202,13 +373202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/989" + "$ref": "https://ils.rero.ch/api/documents/989" } }, { @@ -373216,13 +373216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/989" + "$ref": "https://ils.rero.ch/api/documents/989" } }, { @@ -373230,13 +373230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/989" + "$ref": "https://ils.rero.ch/api/documents/989" } }, { @@ -373244,13 +373244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/989" + "$ref": "https://ils.rero.ch/api/documents/989" } }, { @@ -373258,13 +373258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/988" + "$ref": "https://ils.rero.ch/api/documents/988" } }, { @@ -373272,13 +373272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/987" + "$ref": "https://ils.rero.ch/api/documents/987" } }, { @@ -373286,13 +373286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/987" + "$ref": "https://ils.rero.ch/api/documents/987" } }, { @@ -373300,13 +373300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/987" + "$ref": "https://ils.rero.ch/api/documents/987" } }, { @@ -373314,13 +373314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/987" + "$ref": "https://ils.rero.ch/api/documents/987" } }, { @@ -373328,13 +373328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/987" + "$ref": "https://ils.rero.ch/api/documents/987" } }, { @@ -373342,13 +373342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/986" + "$ref": "https://ils.rero.ch/api/documents/986" } }, { @@ -373356,13 +373356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/986" + "$ref": "https://ils.rero.ch/api/documents/986" } }, { @@ -373370,13 +373370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/986" + "$ref": "https://ils.rero.ch/api/documents/986" } }, { @@ -373384,13 +373384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/985" + "$ref": "https://ils.rero.ch/api/documents/985" } }, { @@ -373398,13 +373398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/985" + "$ref": "https://ils.rero.ch/api/documents/985" } }, { @@ -373412,13 +373412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/985" + "$ref": "https://ils.rero.ch/api/documents/985" } }, { @@ -373426,13 +373426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/984" + "$ref": "https://ils.rero.ch/api/documents/984" } }, { @@ -373440,13 +373440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/984" + "$ref": "https://ils.rero.ch/api/documents/984" } }, { @@ -373454,13 +373454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/984" + "$ref": "https://ils.rero.ch/api/documents/984" } }, { @@ -373468,13 +373468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/983" + "$ref": "https://ils.rero.ch/api/documents/983" } }, { @@ -373482,13 +373482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/983" + "$ref": "https://ils.rero.ch/api/documents/983" } }, { @@ -373496,13 +373496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/983" + "$ref": "https://ils.rero.ch/api/documents/983" } }, { @@ -373510,13 +373510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/982" + "$ref": "https://ils.rero.ch/api/documents/982" } }, { @@ -373524,13 +373524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/982" + "$ref": "https://ils.rero.ch/api/documents/982" } }, { @@ -373538,13 +373538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/981" + "$ref": "https://ils.rero.ch/api/documents/981" } }, { @@ -373552,13 +373552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/981" + "$ref": "https://ils.rero.ch/api/documents/981" } }, { @@ -373566,13 +373566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/980" + "$ref": "https://ils.rero.ch/api/documents/980" } }, { @@ -373580,13 +373580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/980" + "$ref": "https://ils.rero.ch/api/documents/980" } }, { @@ -373594,13 +373594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/980" + "$ref": "https://ils.rero.ch/api/documents/980" } }, { @@ -373608,13 +373608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/980" + "$ref": "https://ils.rero.ch/api/documents/980" } }, { @@ -373622,13 +373622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/980" + "$ref": "https://ils.rero.ch/api/documents/980" } }, { @@ -373636,13 +373636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/979" + "$ref": "https://ils.rero.ch/api/documents/979" } }, { @@ -373650,13 +373650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/978" + "$ref": "https://ils.rero.ch/api/documents/978" } }, { @@ -373664,13 +373664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/978" + "$ref": "https://ils.rero.ch/api/documents/978" } }, { @@ -373678,13 +373678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/978" + "$ref": "https://ils.rero.ch/api/documents/978" } }, { @@ -373692,13 +373692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/977" + "$ref": "https://ils.rero.ch/api/documents/977" } }, { @@ -373706,13 +373706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/976" + "$ref": "https://ils.rero.ch/api/documents/976" } }, { @@ -373720,13 +373720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/975" + "$ref": "https://ils.rero.ch/api/documents/975" } }, { @@ -373734,13 +373734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/975" + "$ref": "https://ils.rero.ch/api/documents/975" } }, { @@ -373748,13 +373748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/974" + "$ref": "https://ils.rero.ch/api/documents/974" } }, { @@ -373762,13 +373762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/974" + "$ref": "https://ils.rero.ch/api/documents/974" } }, { @@ -373776,13 +373776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/974" + "$ref": "https://ils.rero.ch/api/documents/974" } }, { @@ -373790,13 +373790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/974" + "$ref": "https://ils.rero.ch/api/documents/974" } }, { @@ -373804,13 +373804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/973" + "$ref": "https://ils.rero.ch/api/documents/973" } }, { @@ -373818,13 +373818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/973" + "$ref": "https://ils.rero.ch/api/documents/973" } }, { @@ -373832,13 +373832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/972" + "$ref": "https://ils.rero.ch/api/documents/972" } }, { @@ -373846,13 +373846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/972" + "$ref": "https://ils.rero.ch/api/documents/972" } }, { @@ -373860,13 +373860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/972" + "$ref": "https://ils.rero.ch/api/documents/972" } }, { @@ -373874,13 +373874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/971" + "$ref": "https://ils.rero.ch/api/documents/971" } }, { @@ -373888,13 +373888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/971" + "$ref": "https://ils.rero.ch/api/documents/971" } }, { @@ -373902,13 +373902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/970" + "$ref": "https://ils.rero.ch/api/documents/970" } }, { @@ -373916,13 +373916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/970" + "$ref": "https://ils.rero.ch/api/documents/970" } }, { @@ -373930,13 +373930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/970" + "$ref": "https://ils.rero.ch/api/documents/970" } }, { @@ -373944,13 +373944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/970" + "$ref": "https://ils.rero.ch/api/documents/970" } }, { @@ -373958,13 +373958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/969" + "$ref": "https://ils.rero.ch/api/documents/969" } }, { @@ -373972,13 +373972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/969" + "$ref": "https://ils.rero.ch/api/documents/969" } }, { @@ -373986,13 +373986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/969" + "$ref": "https://ils.rero.ch/api/documents/969" } }, { @@ -374000,13 +374000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/968" + "$ref": "https://ils.rero.ch/api/documents/968" } }, { @@ -374014,13 +374014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/967" + "$ref": "https://ils.rero.ch/api/documents/967" } }, { @@ -374028,13 +374028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/967" + "$ref": "https://ils.rero.ch/api/documents/967" } }, { @@ -374042,13 +374042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/967" + "$ref": "https://ils.rero.ch/api/documents/967" } }, { @@ -374056,13 +374056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/967" + "$ref": "https://ils.rero.ch/api/documents/967" } }, { @@ -374070,13 +374070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/966" + "$ref": "https://ils.rero.ch/api/documents/966" } }, { @@ -374084,13 +374084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/966" + "$ref": "https://ils.rero.ch/api/documents/966" } }, { @@ -374098,13 +374098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/965" + "$ref": "https://ils.rero.ch/api/documents/965" } }, { @@ -374112,13 +374112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/964" + "$ref": "https://ils.rero.ch/api/documents/964" } }, { @@ -374126,13 +374126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/964" + "$ref": "https://ils.rero.ch/api/documents/964" } }, { @@ -374140,13 +374140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/963" + "$ref": "https://ils.rero.ch/api/documents/963" } }, { @@ -374154,13 +374154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/963" + "$ref": "https://ils.rero.ch/api/documents/963" } }, { @@ -374168,13 +374168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/963" + "$ref": "https://ils.rero.ch/api/documents/963" } }, { @@ -374182,13 +374182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/963" + "$ref": "https://ils.rero.ch/api/documents/963" } }, { @@ -374196,13 +374196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/962" + "$ref": "https://ils.rero.ch/api/documents/962" } }, { @@ -374210,13 +374210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/962" + "$ref": "https://ils.rero.ch/api/documents/962" } }, { @@ -374224,13 +374224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/962" + "$ref": "https://ils.rero.ch/api/documents/962" } }, { @@ -374238,13 +374238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/962" + "$ref": "https://ils.rero.ch/api/documents/962" } }, { @@ -374252,13 +374252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/961" + "$ref": "https://ils.rero.ch/api/documents/961" } }, { @@ -374266,13 +374266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/961" + "$ref": "https://ils.rero.ch/api/documents/961" } }, { @@ -374280,13 +374280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/960" + "$ref": "https://ils.rero.ch/api/documents/960" } }, { @@ -374294,13 +374294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/960" + "$ref": "https://ils.rero.ch/api/documents/960" } }, { @@ -374308,13 +374308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/959" + "$ref": "https://ils.rero.ch/api/documents/959" } }, { @@ -374322,13 +374322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/958" + "$ref": "https://ils.rero.ch/api/documents/958" } }, { @@ -374336,13 +374336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/958" + "$ref": "https://ils.rero.ch/api/documents/958" } }, { @@ -374350,13 +374350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/958" + "$ref": "https://ils.rero.ch/api/documents/958" } }, { @@ -374364,13 +374364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/958" + "$ref": "https://ils.rero.ch/api/documents/958" } }, { @@ -374378,13 +374378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/957" + "$ref": "https://ils.rero.ch/api/documents/957" } }, { @@ -374392,13 +374392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/957" + "$ref": "https://ils.rero.ch/api/documents/957" } }, { @@ -374406,13 +374406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/957" + "$ref": "https://ils.rero.ch/api/documents/957" } }, { @@ -374420,13 +374420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/956" + "$ref": "https://ils.rero.ch/api/documents/956" } }, { @@ -374434,13 +374434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/956" + "$ref": "https://ils.rero.ch/api/documents/956" } }, { @@ -374448,13 +374448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/955" + "$ref": "https://ils.rero.ch/api/documents/955" } }, { @@ -374462,13 +374462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/955" + "$ref": "https://ils.rero.ch/api/documents/955" } }, { @@ -374476,13 +374476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/955" + "$ref": "https://ils.rero.ch/api/documents/955" } }, { @@ -374490,13 +374490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/955" + "$ref": "https://ils.rero.ch/api/documents/955" } }, { @@ -374504,13 +374504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/954" + "$ref": "https://ils.rero.ch/api/documents/954" } }, { @@ -374518,13 +374518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/954" + "$ref": "https://ils.rero.ch/api/documents/954" } }, { @@ -374532,13 +374532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/954" + "$ref": "https://ils.rero.ch/api/documents/954" } }, { @@ -374546,13 +374546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/953" + "$ref": "https://ils.rero.ch/api/documents/953" } }, { @@ -374560,13 +374560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/952" + "$ref": "https://ils.rero.ch/api/documents/952" } }, { @@ -374574,13 +374574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/952" + "$ref": "https://ils.rero.ch/api/documents/952" } }, { @@ -374588,13 +374588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/951" + "$ref": "https://ils.rero.ch/api/documents/951" } }, { @@ -374602,13 +374602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/951" + "$ref": "https://ils.rero.ch/api/documents/951" } }, { @@ -374616,13 +374616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/951" + "$ref": "https://ils.rero.ch/api/documents/951" } }, { @@ -374630,13 +374630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/951" + "$ref": "https://ils.rero.ch/api/documents/951" } }, { @@ -374644,13 +374644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/951" + "$ref": "https://ils.rero.ch/api/documents/951" } }, { @@ -374658,13 +374658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/950" + "$ref": "https://ils.rero.ch/api/documents/950" } }, { @@ -374672,13 +374672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/949" + "$ref": "https://ils.rero.ch/api/documents/949" } }, { @@ -374686,13 +374686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/949" + "$ref": "https://ils.rero.ch/api/documents/949" } }, { @@ -374700,13 +374700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/949" + "$ref": "https://ils.rero.ch/api/documents/949" } }, { @@ -374714,13 +374714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/949" + "$ref": "https://ils.rero.ch/api/documents/949" } }, { @@ -374728,13 +374728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/949" + "$ref": "https://ils.rero.ch/api/documents/949" } }, { @@ -374742,13 +374742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/948" + "$ref": "https://ils.rero.ch/api/documents/948" } }, { @@ -374756,13 +374756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/948" + "$ref": "https://ils.rero.ch/api/documents/948" } }, { @@ -374770,13 +374770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/948" + "$ref": "https://ils.rero.ch/api/documents/948" } }, { @@ -374784,13 +374784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/948" + "$ref": "https://ils.rero.ch/api/documents/948" } }, { @@ -374798,13 +374798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/948" + "$ref": "https://ils.rero.ch/api/documents/948" } }, { @@ -374812,13 +374812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/947" + "$ref": "https://ils.rero.ch/api/documents/947" } }, { @@ -374826,13 +374826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/947" + "$ref": "https://ils.rero.ch/api/documents/947" } }, { @@ -374840,13 +374840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/947" + "$ref": "https://ils.rero.ch/api/documents/947" } }, { @@ -374854,13 +374854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/946" + "$ref": "https://ils.rero.ch/api/documents/946" } }, { @@ -374868,13 +374868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/945" + "$ref": "https://ils.rero.ch/api/documents/945" } }, { @@ -374882,13 +374882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/945" + "$ref": "https://ils.rero.ch/api/documents/945" } }, { @@ -374896,13 +374896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/945" + "$ref": "https://ils.rero.ch/api/documents/945" } }, { @@ -374910,13 +374910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/945" + "$ref": "https://ils.rero.ch/api/documents/945" } }, { @@ -374924,13 +374924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/945" + "$ref": "https://ils.rero.ch/api/documents/945" } }, { @@ -374938,13 +374938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/944" + "$ref": "https://ils.rero.ch/api/documents/944" } }, { @@ -374952,13 +374952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/944" + "$ref": "https://ils.rero.ch/api/documents/944" } }, { @@ -374966,13 +374966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/944" + "$ref": "https://ils.rero.ch/api/documents/944" } }, { @@ -374980,13 +374980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/944" + "$ref": "https://ils.rero.ch/api/documents/944" } }, { @@ -374994,13 +374994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/944" + "$ref": "https://ils.rero.ch/api/documents/944" } }, { @@ -375008,13 +375008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/943" + "$ref": "https://ils.rero.ch/api/documents/943" } }, { @@ -375022,13 +375022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/943" + "$ref": "https://ils.rero.ch/api/documents/943" } }, { @@ -375036,13 +375036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/943" + "$ref": "https://ils.rero.ch/api/documents/943" } }, { @@ -375050,13 +375050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/943" + "$ref": "https://ils.rero.ch/api/documents/943" } }, { @@ -375064,13 +375064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/943" + "$ref": "https://ils.rero.ch/api/documents/943" } }, { @@ -375078,13 +375078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/942" + "$ref": "https://ils.rero.ch/api/documents/942" } }, { @@ -375092,13 +375092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/942" + "$ref": "https://ils.rero.ch/api/documents/942" } }, { @@ -375106,13 +375106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/941" + "$ref": "https://ils.rero.ch/api/documents/941" } }, { @@ -375120,13 +375120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/940" + "$ref": "https://ils.rero.ch/api/documents/940" } }, { @@ -375134,13 +375134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/940" + "$ref": "https://ils.rero.ch/api/documents/940" } }, { @@ -375148,13 +375148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/940" + "$ref": "https://ils.rero.ch/api/documents/940" } }, { @@ -375162,13 +375162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/940" + "$ref": "https://ils.rero.ch/api/documents/940" } }, { @@ -375176,13 +375176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/940" + "$ref": "https://ils.rero.ch/api/documents/940" } }, { @@ -375190,13 +375190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/939" + "$ref": "https://ils.rero.ch/api/documents/939" } }, { @@ -375204,13 +375204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/939" + "$ref": "https://ils.rero.ch/api/documents/939" } }, { @@ -375218,13 +375218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/939" + "$ref": "https://ils.rero.ch/api/documents/939" } }, { @@ -375232,13 +375232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/939" + "$ref": "https://ils.rero.ch/api/documents/939" } }, { @@ -375246,13 +375246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/939" + "$ref": "https://ils.rero.ch/api/documents/939" } }, { @@ -375260,13 +375260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/938" + "$ref": "https://ils.rero.ch/api/documents/938" } }, { @@ -375274,13 +375274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/938" + "$ref": "https://ils.rero.ch/api/documents/938" } }, { @@ -375288,13 +375288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/937" + "$ref": "https://ils.rero.ch/api/documents/937" } }, { @@ -375302,13 +375302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/937" + "$ref": "https://ils.rero.ch/api/documents/937" } }, { @@ -375316,13 +375316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/936" + "$ref": "https://ils.rero.ch/api/documents/936" } }, { @@ -375330,13 +375330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/936" + "$ref": "https://ils.rero.ch/api/documents/936" } }, { @@ -375344,13 +375344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/936" + "$ref": "https://ils.rero.ch/api/documents/936" } }, { @@ -375358,13 +375358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/935" + "$ref": "https://ils.rero.ch/api/documents/935" } }, { @@ -375372,13 +375372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/935" + "$ref": "https://ils.rero.ch/api/documents/935" } }, { @@ -375386,13 +375386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/935" + "$ref": "https://ils.rero.ch/api/documents/935" } }, { @@ -375400,13 +375400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/935" + "$ref": "https://ils.rero.ch/api/documents/935" } }, { @@ -375414,13 +375414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/934" + "$ref": "https://ils.rero.ch/api/documents/934" } }, { @@ -375428,13 +375428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/934" + "$ref": "https://ils.rero.ch/api/documents/934" } }, { @@ -375442,13 +375442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/934" + "$ref": "https://ils.rero.ch/api/documents/934" } }, { @@ -375456,13 +375456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/933" + "$ref": "https://ils.rero.ch/api/documents/933" } }, { @@ -375470,13 +375470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/932" + "$ref": "https://ils.rero.ch/api/documents/932" } }, { @@ -375484,13 +375484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/932" + "$ref": "https://ils.rero.ch/api/documents/932" } }, { @@ -375498,13 +375498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/931" + "$ref": "https://ils.rero.ch/api/documents/931" } }, { @@ -375512,13 +375512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/931" + "$ref": "https://ils.rero.ch/api/documents/931" } }, { @@ -375526,13 +375526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/931" + "$ref": "https://ils.rero.ch/api/documents/931" } }, { @@ -375540,13 +375540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/930" + "$ref": "https://ils.rero.ch/api/documents/930" } }, { @@ -375554,13 +375554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/930" + "$ref": "https://ils.rero.ch/api/documents/930" } }, { @@ -375568,13 +375568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/930" + "$ref": "https://ils.rero.ch/api/documents/930" } }, { @@ -375582,13 +375582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/930" + "$ref": "https://ils.rero.ch/api/documents/930" } }, { @@ -375596,13 +375596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/929" + "$ref": "https://ils.rero.ch/api/documents/929" } }, { @@ -375610,13 +375610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/929" + "$ref": "https://ils.rero.ch/api/documents/929" } }, { @@ -375624,13 +375624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/929" + "$ref": "https://ils.rero.ch/api/documents/929" } }, { @@ -375638,13 +375638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/929" + "$ref": "https://ils.rero.ch/api/documents/929" } }, { @@ -375652,13 +375652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/929" + "$ref": "https://ils.rero.ch/api/documents/929" } }, { @@ -375666,13 +375666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/928" + "$ref": "https://ils.rero.ch/api/documents/928" } }, { @@ -375680,13 +375680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/928" + "$ref": "https://ils.rero.ch/api/documents/928" } }, { @@ -375694,13 +375694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/927" + "$ref": "https://ils.rero.ch/api/documents/927" } }, { @@ -375708,13 +375708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/927" + "$ref": "https://ils.rero.ch/api/documents/927" } }, { @@ -375722,13 +375722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/927" + "$ref": "https://ils.rero.ch/api/documents/927" } }, { @@ -375736,13 +375736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/926" + "$ref": "https://ils.rero.ch/api/documents/926" } }, { @@ -375750,13 +375750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/926" + "$ref": "https://ils.rero.ch/api/documents/926" } }, { @@ -375764,13 +375764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/926" + "$ref": "https://ils.rero.ch/api/documents/926" } }, { @@ -375778,13 +375778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/926" + "$ref": "https://ils.rero.ch/api/documents/926" } }, { @@ -375792,13 +375792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/926" + "$ref": "https://ils.rero.ch/api/documents/926" } }, { @@ -375806,13 +375806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/925" + "$ref": "https://ils.rero.ch/api/documents/925" } }, { @@ -375820,13 +375820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/925" + "$ref": "https://ils.rero.ch/api/documents/925" } }, { @@ -375834,13 +375834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/925" + "$ref": "https://ils.rero.ch/api/documents/925" } }, { @@ -375848,13 +375848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/925" + "$ref": "https://ils.rero.ch/api/documents/925" } }, { @@ -375862,13 +375862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/924" + "$ref": "https://ils.rero.ch/api/documents/924" } }, { @@ -375876,13 +375876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/924" + "$ref": "https://ils.rero.ch/api/documents/924" } }, { @@ -375890,13 +375890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/924" + "$ref": "https://ils.rero.ch/api/documents/924" } }, { @@ -375904,13 +375904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/924" + "$ref": "https://ils.rero.ch/api/documents/924" } }, { @@ -375918,13 +375918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/924" + "$ref": "https://ils.rero.ch/api/documents/924" } }, { @@ -375932,13 +375932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/923" + "$ref": "https://ils.rero.ch/api/documents/923" } }, { @@ -375946,13 +375946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/923" + "$ref": "https://ils.rero.ch/api/documents/923" } }, { @@ -375960,13 +375960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/923" + "$ref": "https://ils.rero.ch/api/documents/923" } }, { @@ -375974,13 +375974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/923" + "$ref": "https://ils.rero.ch/api/documents/923" } }, { @@ -375988,13 +375988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/922" + "$ref": "https://ils.rero.ch/api/documents/922" } }, { @@ -376002,13 +376002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/922" + "$ref": "https://ils.rero.ch/api/documents/922" } }, { @@ -376016,13 +376016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/921" + "$ref": "https://ils.rero.ch/api/documents/921" } }, { @@ -376030,13 +376030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/921" + "$ref": "https://ils.rero.ch/api/documents/921" } }, { @@ -376044,13 +376044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/921" + "$ref": "https://ils.rero.ch/api/documents/921" } }, { @@ -376058,13 +376058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/921" + "$ref": "https://ils.rero.ch/api/documents/921" } }, { @@ -376072,13 +376072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/921" + "$ref": "https://ils.rero.ch/api/documents/921" } }, { @@ -376086,13 +376086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/920" + "$ref": "https://ils.rero.ch/api/documents/920" } }, { @@ -376100,13 +376100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/920" + "$ref": "https://ils.rero.ch/api/documents/920" } }, { @@ -376114,13 +376114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/920" + "$ref": "https://ils.rero.ch/api/documents/920" } }, { @@ -376128,13 +376128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/919" + "$ref": "https://ils.rero.ch/api/documents/919" } }, { @@ -376142,13 +376142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/919" + "$ref": "https://ils.rero.ch/api/documents/919" } }, { @@ -376156,13 +376156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/918" + "$ref": "https://ils.rero.ch/api/documents/918" } }, { @@ -376170,13 +376170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/918" + "$ref": "https://ils.rero.ch/api/documents/918" } }, { @@ -376184,13 +376184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/917" + "$ref": "https://ils.rero.ch/api/documents/917" } }, { @@ -376198,13 +376198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/916" + "$ref": "https://ils.rero.ch/api/documents/916" } }, { @@ -376212,13 +376212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/915" + "$ref": "https://ils.rero.ch/api/documents/915" } }, { @@ -376226,13 +376226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/915" + "$ref": "https://ils.rero.ch/api/documents/915" } }, { @@ -376240,13 +376240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/915" + "$ref": "https://ils.rero.ch/api/documents/915" } }, { @@ -376254,13 +376254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/915" + "$ref": "https://ils.rero.ch/api/documents/915" } }, { @@ -376268,13 +376268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/915" + "$ref": "https://ils.rero.ch/api/documents/915" } }, { @@ -376282,13 +376282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/914" + "$ref": "https://ils.rero.ch/api/documents/914" } }, { @@ -376296,13 +376296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/914" + "$ref": "https://ils.rero.ch/api/documents/914" } }, { @@ -376310,13 +376310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/914" + "$ref": "https://ils.rero.ch/api/documents/914" } }, { @@ -376324,13 +376324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/913" + "$ref": "https://ils.rero.ch/api/documents/913" } }, { @@ -376338,13 +376338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/913" + "$ref": "https://ils.rero.ch/api/documents/913" } }, { @@ -376352,13 +376352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/913" + "$ref": "https://ils.rero.ch/api/documents/913" } }, { @@ -376366,13 +376366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/913" + "$ref": "https://ils.rero.ch/api/documents/913" } }, { @@ -376380,13 +376380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/913" + "$ref": "https://ils.rero.ch/api/documents/913" } }, { @@ -376394,13 +376394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/912" + "$ref": "https://ils.rero.ch/api/documents/912" } }, { @@ -376408,13 +376408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/912" + "$ref": "https://ils.rero.ch/api/documents/912" } }, { @@ -376422,13 +376422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/912" + "$ref": "https://ils.rero.ch/api/documents/912" } }, { @@ -376436,13 +376436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/911" + "$ref": "https://ils.rero.ch/api/documents/911" } }, { @@ -376450,13 +376450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/911" + "$ref": "https://ils.rero.ch/api/documents/911" } }, { @@ -376464,13 +376464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/911" + "$ref": "https://ils.rero.ch/api/documents/911" } }, { @@ -376478,13 +376478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/910" + "$ref": "https://ils.rero.ch/api/documents/910" } }, { @@ -376492,13 +376492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/910" + "$ref": "https://ils.rero.ch/api/documents/910" } }, { @@ -376506,13 +376506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/910" + "$ref": "https://ils.rero.ch/api/documents/910" } }, { @@ -376520,13 +376520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/910" + "$ref": "https://ils.rero.ch/api/documents/910" } }, { @@ -376534,13 +376534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/910" + "$ref": "https://ils.rero.ch/api/documents/910" } }, { @@ -376548,13 +376548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/909" + "$ref": "https://ils.rero.ch/api/documents/909" } }, { @@ -376562,13 +376562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/909" + "$ref": "https://ils.rero.ch/api/documents/909" } }, { @@ -376576,13 +376576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/909" + "$ref": "https://ils.rero.ch/api/documents/909" } }, { @@ -376590,13 +376590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/909" + "$ref": "https://ils.rero.ch/api/documents/909" } }, { @@ -376604,13 +376604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/909" + "$ref": "https://ils.rero.ch/api/documents/909" } }, { @@ -376618,13 +376618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/908" + "$ref": "https://ils.rero.ch/api/documents/908" } }, { @@ -376632,13 +376632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/907" + "$ref": "https://ils.rero.ch/api/documents/907" } }, { @@ -376646,13 +376646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/907" + "$ref": "https://ils.rero.ch/api/documents/907" } }, { @@ -376660,13 +376660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/906" + "$ref": "https://ils.rero.ch/api/documents/906" } }, { @@ -376674,13 +376674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/905" + "$ref": "https://ils.rero.ch/api/documents/905" } }, { @@ -376688,13 +376688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/905" + "$ref": "https://ils.rero.ch/api/documents/905" } }, { @@ -376702,13 +376702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/905" + "$ref": "https://ils.rero.ch/api/documents/905" } }, { @@ -376716,13 +376716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/905" + "$ref": "https://ils.rero.ch/api/documents/905" } }, { @@ -376730,13 +376730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/905" + "$ref": "https://ils.rero.ch/api/documents/905" } }, { @@ -376744,13 +376744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/904" + "$ref": "https://ils.rero.ch/api/documents/904" } }, { @@ -376758,13 +376758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/904" + "$ref": "https://ils.rero.ch/api/documents/904" } }, { @@ -376772,13 +376772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/903" + "$ref": "https://ils.rero.ch/api/documents/903" } }, { @@ -376786,13 +376786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/903" + "$ref": "https://ils.rero.ch/api/documents/903" } }, { @@ -376800,13 +376800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/903" + "$ref": "https://ils.rero.ch/api/documents/903" } }, { @@ -376814,13 +376814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/903" + "$ref": "https://ils.rero.ch/api/documents/903" } }, { @@ -376828,13 +376828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/903" + "$ref": "https://ils.rero.ch/api/documents/903" } }, { @@ -376842,13 +376842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/902" + "$ref": "https://ils.rero.ch/api/documents/902" } }, { @@ -376856,13 +376856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/902" + "$ref": "https://ils.rero.ch/api/documents/902" } }, { @@ -376870,13 +376870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/902" + "$ref": "https://ils.rero.ch/api/documents/902" } }, { @@ -376884,13 +376884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/901" + "$ref": "https://ils.rero.ch/api/documents/901" } }, { @@ -376898,13 +376898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/901" + "$ref": "https://ils.rero.ch/api/documents/901" } }, { @@ -376912,13 +376912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/901" + "$ref": "https://ils.rero.ch/api/documents/901" } }, { @@ -376926,13 +376926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/900" + "$ref": "https://ils.rero.ch/api/documents/900" } }, { @@ -376940,13 +376940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/900" + "$ref": "https://ils.rero.ch/api/documents/900" } }, { @@ -376954,13 +376954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/899" + "$ref": "https://ils.rero.ch/api/documents/899" } }, { @@ -376968,13 +376968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/899" + "$ref": "https://ils.rero.ch/api/documents/899" } }, { @@ -376982,13 +376982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/899" + "$ref": "https://ils.rero.ch/api/documents/899" } }, { @@ -376996,13 +376996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/899" + "$ref": "https://ils.rero.ch/api/documents/899" } }, { @@ -377010,13 +377010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/898" + "$ref": "https://ils.rero.ch/api/documents/898" } }, { @@ -377024,13 +377024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/898" + "$ref": "https://ils.rero.ch/api/documents/898" } }, { @@ -377038,13 +377038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/898" + "$ref": "https://ils.rero.ch/api/documents/898" } }, { @@ -377052,13 +377052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/897" + "$ref": "https://ils.rero.ch/api/documents/897" } }, { @@ -377066,13 +377066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/896" + "$ref": "https://ils.rero.ch/api/documents/896" } }, { @@ -377080,13 +377080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/896" + "$ref": "https://ils.rero.ch/api/documents/896" } }, { @@ -377094,13 +377094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/896" + "$ref": "https://ils.rero.ch/api/documents/896" } }, { @@ -377108,13 +377108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/895" + "$ref": "https://ils.rero.ch/api/documents/895" } }, { @@ -377122,13 +377122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/895" + "$ref": "https://ils.rero.ch/api/documents/895" } }, { @@ -377136,13 +377136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/894" + "$ref": "https://ils.rero.ch/api/documents/894" } }, { @@ -377150,13 +377150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/893" + "$ref": "https://ils.rero.ch/api/documents/893" } }, { @@ -377164,13 +377164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/893" + "$ref": "https://ils.rero.ch/api/documents/893" } }, { @@ -377178,13 +377178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/893" + "$ref": "https://ils.rero.ch/api/documents/893" } }, { @@ -377192,13 +377192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/893" + "$ref": "https://ils.rero.ch/api/documents/893" } }, { @@ -377206,13 +377206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/893" + "$ref": "https://ils.rero.ch/api/documents/893" } }, { @@ -377220,13 +377220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/892" + "$ref": "https://ils.rero.ch/api/documents/892" } }, { @@ -377234,13 +377234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/891" + "$ref": "https://ils.rero.ch/api/documents/891" } }, { @@ -377248,13 +377248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/891" + "$ref": "https://ils.rero.ch/api/documents/891" } }, { @@ -377262,13 +377262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/891" + "$ref": "https://ils.rero.ch/api/documents/891" } }, { @@ -377276,13 +377276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/891" + "$ref": "https://ils.rero.ch/api/documents/891" } }, { @@ -377290,13 +377290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/891" + "$ref": "https://ils.rero.ch/api/documents/891" } }, { @@ -377304,13 +377304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/890" + "$ref": "https://ils.rero.ch/api/documents/890" } }, { @@ -377318,13 +377318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/890" + "$ref": "https://ils.rero.ch/api/documents/890" } }, { @@ -377332,13 +377332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/890" + "$ref": "https://ils.rero.ch/api/documents/890" } }, { @@ -377346,13 +377346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/890" + "$ref": "https://ils.rero.ch/api/documents/890" } }, { @@ -377360,13 +377360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/889" + "$ref": "https://ils.rero.ch/api/documents/889" } }, { @@ -377374,13 +377374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/889" + "$ref": "https://ils.rero.ch/api/documents/889" } }, { @@ -377388,13 +377388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/889" + "$ref": "https://ils.rero.ch/api/documents/889" } }, { @@ -377402,13 +377402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/889" + "$ref": "https://ils.rero.ch/api/documents/889" } }, { @@ -377416,13 +377416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/888" + "$ref": "https://ils.rero.ch/api/documents/888" } }, { @@ -377430,13 +377430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/887" + "$ref": "https://ils.rero.ch/api/documents/887" } }, { @@ -377444,13 +377444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/887" + "$ref": "https://ils.rero.ch/api/documents/887" } }, { @@ -377458,13 +377458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/887" + "$ref": "https://ils.rero.ch/api/documents/887" } }, { @@ -377472,13 +377472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/886" + "$ref": "https://ils.rero.ch/api/documents/886" } }, { @@ -377486,13 +377486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/886" + "$ref": "https://ils.rero.ch/api/documents/886" } }, { @@ -377500,13 +377500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/885" + "$ref": "https://ils.rero.ch/api/documents/885" } }, { @@ -377514,13 +377514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/885" + "$ref": "https://ils.rero.ch/api/documents/885" } }, { @@ -377528,13 +377528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/884" + "$ref": "https://ils.rero.ch/api/documents/884" } }, { @@ -377542,13 +377542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/884" + "$ref": "https://ils.rero.ch/api/documents/884" } }, { @@ -377556,13 +377556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/884" + "$ref": "https://ils.rero.ch/api/documents/884" } }, { @@ -377570,13 +377570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/884" + "$ref": "https://ils.rero.ch/api/documents/884" } }, { @@ -377584,13 +377584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/884" + "$ref": "https://ils.rero.ch/api/documents/884" } }, { @@ -377598,13 +377598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/883" + "$ref": "https://ils.rero.ch/api/documents/883" } }, { @@ -377612,13 +377612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/882" + "$ref": "https://ils.rero.ch/api/documents/882" } }, { @@ -377626,13 +377626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/882" + "$ref": "https://ils.rero.ch/api/documents/882" } }, { @@ -377640,13 +377640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/882" + "$ref": "https://ils.rero.ch/api/documents/882" } }, { @@ -377654,13 +377654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/882" + "$ref": "https://ils.rero.ch/api/documents/882" } }, { @@ -377668,13 +377668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/881" + "$ref": "https://ils.rero.ch/api/documents/881" } }, { @@ -377682,13 +377682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/881" + "$ref": "https://ils.rero.ch/api/documents/881" } }, { @@ -377696,13 +377696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/881" + "$ref": "https://ils.rero.ch/api/documents/881" } }, { @@ -377710,13 +377710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/880" + "$ref": "https://ils.rero.ch/api/documents/880" } }, { @@ -377724,13 +377724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/880" + "$ref": "https://ils.rero.ch/api/documents/880" } }, { @@ -377738,13 +377738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/880" + "$ref": "https://ils.rero.ch/api/documents/880" } }, { @@ -377752,13 +377752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/880" + "$ref": "https://ils.rero.ch/api/documents/880" } }, { @@ -377766,13 +377766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/880" + "$ref": "https://ils.rero.ch/api/documents/880" } }, { @@ -377780,13 +377780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/879" + "$ref": "https://ils.rero.ch/api/documents/879" } }, { @@ -377794,13 +377794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/878" + "$ref": "https://ils.rero.ch/api/documents/878" } }, { @@ -377808,13 +377808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/877" + "$ref": "https://ils.rero.ch/api/documents/877" } }, { @@ -377822,13 +377822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/877" + "$ref": "https://ils.rero.ch/api/documents/877" } }, { @@ -377836,13 +377836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/877" + "$ref": "https://ils.rero.ch/api/documents/877" } }, { @@ -377850,13 +377850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/877" + "$ref": "https://ils.rero.ch/api/documents/877" } }, { @@ -377864,13 +377864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/876" + "$ref": "https://ils.rero.ch/api/documents/876" } }, { @@ -377878,13 +377878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/875" + "$ref": "https://ils.rero.ch/api/documents/875" } }, { @@ -377892,13 +377892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/875" + "$ref": "https://ils.rero.ch/api/documents/875" } }, { @@ -377906,13 +377906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/875" + "$ref": "https://ils.rero.ch/api/documents/875" } }, { @@ -377920,13 +377920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/875" + "$ref": "https://ils.rero.ch/api/documents/875" } }, { @@ -377934,13 +377934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/874" + "$ref": "https://ils.rero.ch/api/documents/874" } }, { @@ -377948,13 +377948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/874" + "$ref": "https://ils.rero.ch/api/documents/874" } }, { @@ -377962,13 +377962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/873" + "$ref": "https://ils.rero.ch/api/documents/873" } }, { @@ -377976,13 +377976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/872" + "$ref": "https://ils.rero.ch/api/documents/872" } }, { @@ -377990,13 +377990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/872" + "$ref": "https://ils.rero.ch/api/documents/872" } }, { @@ -378004,13 +378004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/872" + "$ref": "https://ils.rero.ch/api/documents/872" } }, { @@ -378018,13 +378018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/871" + "$ref": "https://ils.rero.ch/api/documents/871" } }, { @@ -378032,13 +378032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/871" + "$ref": "https://ils.rero.ch/api/documents/871" } }, { @@ -378046,13 +378046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/871" + "$ref": "https://ils.rero.ch/api/documents/871" } }, { @@ -378060,13 +378060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/871" + "$ref": "https://ils.rero.ch/api/documents/871" } }, { @@ -378074,13 +378074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/870" + "$ref": "https://ils.rero.ch/api/documents/870" } }, { @@ -378088,13 +378088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/870" + "$ref": "https://ils.rero.ch/api/documents/870" } }, { @@ -378102,13 +378102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/869" + "$ref": "https://ils.rero.ch/api/documents/869" } }, { @@ -378116,13 +378116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/869" + "$ref": "https://ils.rero.ch/api/documents/869" } }, { @@ -378130,13 +378130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/869" + "$ref": "https://ils.rero.ch/api/documents/869" } }, { @@ -378144,13 +378144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/869" + "$ref": "https://ils.rero.ch/api/documents/869" } }, { @@ -378158,13 +378158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/868" + "$ref": "https://ils.rero.ch/api/documents/868" } }, { @@ -378172,13 +378172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/868" + "$ref": "https://ils.rero.ch/api/documents/868" } }, { @@ -378186,13 +378186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/868" + "$ref": "https://ils.rero.ch/api/documents/868" } }, { @@ -378200,13 +378200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/868" + "$ref": "https://ils.rero.ch/api/documents/868" } }, { @@ -378214,13 +378214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/867" + "$ref": "https://ils.rero.ch/api/documents/867" } }, { @@ -378228,13 +378228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/867" + "$ref": "https://ils.rero.ch/api/documents/867" } }, { @@ -378242,13 +378242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/867" + "$ref": "https://ils.rero.ch/api/documents/867" } }, { @@ -378256,13 +378256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/866" + "$ref": "https://ils.rero.ch/api/documents/866" } }, { @@ -378270,13 +378270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/866" + "$ref": "https://ils.rero.ch/api/documents/866" } }, { @@ -378284,13 +378284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/866" + "$ref": "https://ils.rero.ch/api/documents/866" } }, { @@ -378298,13 +378298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/865" + "$ref": "https://ils.rero.ch/api/documents/865" } }, { @@ -378312,13 +378312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/865" + "$ref": "https://ils.rero.ch/api/documents/865" } }, { @@ -378326,13 +378326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/865" + "$ref": "https://ils.rero.ch/api/documents/865" } }, { @@ -378340,13 +378340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/865" + "$ref": "https://ils.rero.ch/api/documents/865" } }, { @@ -378354,13 +378354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/865" + "$ref": "https://ils.rero.ch/api/documents/865" } }, { @@ -378368,13 +378368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/864" + "$ref": "https://ils.rero.ch/api/documents/864" } }, { @@ -378382,13 +378382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/864" + "$ref": "https://ils.rero.ch/api/documents/864" } }, { @@ -378396,13 +378396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/863" + "$ref": "https://ils.rero.ch/api/documents/863" } }, { @@ -378410,13 +378410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/863" + "$ref": "https://ils.rero.ch/api/documents/863" } }, { @@ -378424,13 +378424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/863" + "$ref": "https://ils.rero.ch/api/documents/863" } }, { @@ -378438,13 +378438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/863" + "$ref": "https://ils.rero.ch/api/documents/863" } }, { @@ -378452,13 +378452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/862" + "$ref": "https://ils.rero.ch/api/documents/862" } }, { @@ -378466,13 +378466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/861" + "$ref": "https://ils.rero.ch/api/documents/861" } }, { @@ -378480,13 +378480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/860" + "$ref": "https://ils.rero.ch/api/documents/860" } }, { @@ -378494,13 +378494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/860" + "$ref": "https://ils.rero.ch/api/documents/860" } }, { @@ -378508,13 +378508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/860" + "$ref": "https://ils.rero.ch/api/documents/860" } }, { @@ -378522,13 +378522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/860" + "$ref": "https://ils.rero.ch/api/documents/860" } }, { @@ -378536,13 +378536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/859" + "$ref": "https://ils.rero.ch/api/documents/859" } }, { @@ -378550,13 +378550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/859" + "$ref": "https://ils.rero.ch/api/documents/859" } }, { @@ -378564,13 +378564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/859" + "$ref": "https://ils.rero.ch/api/documents/859" } }, { @@ -378578,13 +378578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/859" + "$ref": "https://ils.rero.ch/api/documents/859" } }, { @@ -378592,13 +378592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/858" + "$ref": "https://ils.rero.ch/api/documents/858" } }, { @@ -378606,13 +378606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/857" + "$ref": "https://ils.rero.ch/api/documents/857" } }, { @@ -378620,13 +378620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/857" + "$ref": "https://ils.rero.ch/api/documents/857" } }, { @@ -378634,13 +378634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/857" + "$ref": "https://ils.rero.ch/api/documents/857" } }, { @@ -378648,13 +378648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/857" + "$ref": "https://ils.rero.ch/api/documents/857" } }, { @@ -378662,13 +378662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/857" + "$ref": "https://ils.rero.ch/api/documents/857" } }, { @@ -378676,13 +378676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/856" + "$ref": "https://ils.rero.ch/api/documents/856" } }, { @@ -378690,13 +378690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/856" + "$ref": "https://ils.rero.ch/api/documents/856" } }, { @@ -378704,13 +378704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/856" + "$ref": "https://ils.rero.ch/api/documents/856" } }, { @@ -378718,13 +378718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/856" + "$ref": "https://ils.rero.ch/api/documents/856" } }, { @@ -378732,13 +378732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/856" + "$ref": "https://ils.rero.ch/api/documents/856" } }, { @@ -378746,13 +378746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/855" + "$ref": "https://ils.rero.ch/api/documents/855" } }, { @@ -378760,13 +378760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/855" + "$ref": "https://ils.rero.ch/api/documents/855" } }, { @@ -378774,13 +378774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/855" + "$ref": "https://ils.rero.ch/api/documents/855" } }, { @@ -378788,13 +378788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/855" + "$ref": "https://ils.rero.ch/api/documents/855" } }, { @@ -378802,13 +378802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/854" + "$ref": "https://ils.rero.ch/api/documents/854" } }, { @@ -378816,13 +378816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/854" + "$ref": "https://ils.rero.ch/api/documents/854" } }, { @@ -378830,13 +378830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/854" + "$ref": "https://ils.rero.ch/api/documents/854" } }, { @@ -378844,13 +378844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/854" + "$ref": "https://ils.rero.ch/api/documents/854" } }, { @@ -378858,13 +378858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/853" + "$ref": "https://ils.rero.ch/api/documents/853" } }, { @@ -378872,13 +378872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/853" + "$ref": "https://ils.rero.ch/api/documents/853" } }, { @@ -378886,13 +378886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/853" + "$ref": "https://ils.rero.ch/api/documents/853" } }, { @@ -378900,13 +378900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/853" + "$ref": "https://ils.rero.ch/api/documents/853" } }, { @@ -378914,13 +378914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/853" + "$ref": "https://ils.rero.ch/api/documents/853" } }, { @@ -378928,13 +378928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/852" + "$ref": "https://ils.rero.ch/api/documents/852" } }, { @@ -378942,13 +378942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/852" + "$ref": "https://ils.rero.ch/api/documents/852" } }, { @@ -378956,13 +378956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/852" + "$ref": "https://ils.rero.ch/api/documents/852" } }, { @@ -378970,13 +378970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/851" + "$ref": "https://ils.rero.ch/api/documents/851" } }, { @@ -378984,13 +378984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/851" + "$ref": "https://ils.rero.ch/api/documents/851" } }, { @@ -378998,13 +378998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/851" + "$ref": "https://ils.rero.ch/api/documents/851" } }, { @@ -379012,13 +379012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/851" + "$ref": "https://ils.rero.ch/api/documents/851" } }, { @@ -379026,13 +379026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/850" + "$ref": "https://ils.rero.ch/api/documents/850" } }, { @@ -379040,13 +379040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/850" + "$ref": "https://ils.rero.ch/api/documents/850" } }, { @@ -379054,13 +379054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/850" + "$ref": "https://ils.rero.ch/api/documents/850" } }, { @@ -379068,13 +379068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/850" + "$ref": "https://ils.rero.ch/api/documents/850" } }, { @@ -379082,13 +379082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/849" + "$ref": "https://ils.rero.ch/api/documents/849" } }, { @@ -379096,13 +379096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/849" + "$ref": "https://ils.rero.ch/api/documents/849" } }, { @@ -379110,13 +379110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/848" + "$ref": "https://ils.rero.ch/api/documents/848" } }, { @@ -379124,13 +379124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/848" + "$ref": "https://ils.rero.ch/api/documents/848" } }, { @@ -379138,13 +379138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/848" + "$ref": "https://ils.rero.ch/api/documents/848" } }, { @@ -379152,13 +379152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/848" + "$ref": "https://ils.rero.ch/api/documents/848" } }, { @@ -379166,13 +379166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/847" + "$ref": "https://ils.rero.ch/api/documents/847" } }, { @@ -379180,13 +379180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/847" + "$ref": "https://ils.rero.ch/api/documents/847" } }, { @@ -379194,13 +379194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/847" + "$ref": "https://ils.rero.ch/api/documents/847" } }, { @@ -379208,13 +379208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/846" + "$ref": "https://ils.rero.ch/api/documents/846" } }, { @@ -379222,13 +379222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/845" + "$ref": "https://ils.rero.ch/api/documents/845" } }, { @@ -379236,13 +379236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/845" + "$ref": "https://ils.rero.ch/api/documents/845" } }, { @@ -379250,13 +379250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/845" + "$ref": "https://ils.rero.ch/api/documents/845" } }, { @@ -379264,13 +379264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/844" + "$ref": "https://ils.rero.ch/api/documents/844" } }, { @@ -379278,13 +379278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/843" + "$ref": "https://ils.rero.ch/api/documents/843" } }, { @@ -379292,13 +379292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/843" + "$ref": "https://ils.rero.ch/api/documents/843" } }, { @@ -379306,13 +379306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/843" + "$ref": "https://ils.rero.ch/api/documents/843" } }, { @@ -379320,13 +379320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/843" + "$ref": "https://ils.rero.ch/api/documents/843" } }, { @@ -379334,13 +379334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/843" + "$ref": "https://ils.rero.ch/api/documents/843" } }, { @@ -379348,13 +379348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/842" + "$ref": "https://ils.rero.ch/api/documents/842" } }, { @@ -379362,13 +379362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/842" + "$ref": "https://ils.rero.ch/api/documents/842" } }, { @@ -379376,13 +379376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/841" + "$ref": "https://ils.rero.ch/api/documents/841" } }, { @@ -379390,13 +379390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/841" + "$ref": "https://ils.rero.ch/api/documents/841" } }, { @@ -379404,13 +379404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/841" + "$ref": "https://ils.rero.ch/api/documents/841" } }, { @@ -379418,13 +379418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/841" + "$ref": "https://ils.rero.ch/api/documents/841" } }, { @@ -379432,13 +379432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/841" + "$ref": "https://ils.rero.ch/api/documents/841" } }, { @@ -379446,13 +379446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/840" + "$ref": "https://ils.rero.ch/api/documents/840" } }, { @@ -379460,13 +379460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/840" + "$ref": "https://ils.rero.ch/api/documents/840" } }, { @@ -379474,13 +379474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/840" + "$ref": "https://ils.rero.ch/api/documents/840" } }, { @@ -379488,13 +379488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/839" + "$ref": "https://ils.rero.ch/api/documents/839" } }, { @@ -379502,13 +379502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/839" + "$ref": "https://ils.rero.ch/api/documents/839" } }, { @@ -379516,13 +379516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/839" + "$ref": "https://ils.rero.ch/api/documents/839" } }, { @@ -379530,13 +379530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/839" + "$ref": "https://ils.rero.ch/api/documents/839" } }, { @@ -379544,13 +379544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/839" + "$ref": "https://ils.rero.ch/api/documents/839" } }, { @@ -379558,13 +379558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/838" + "$ref": "https://ils.rero.ch/api/documents/838" } }, { @@ -379572,13 +379572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/838" + "$ref": "https://ils.rero.ch/api/documents/838" } }, { @@ -379586,13 +379586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/838" + "$ref": "https://ils.rero.ch/api/documents/838" } }, { @@ -379600,13 +379600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/838" + "$ref": "https://ils.rero.ch/api/documents/838" } }, { @@ -379614,13 +379614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/837" + "$ref": "https://ils.rero.ch/api/documents/837" } }, { @@ -379628,13 +379628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/837" + "$ref": "https://ils.rero.ch/api/documents/837" } }, { @@ -379642,13 +379642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/837" + "$ref": "https://ils.rero.ch/api/documents/837" } }, { @@ -379656,13 +379656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/837" + "$ref": "https://ils.rero.ch/api/documents/837" } }, { @@ -379670,13 +379670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/836" + "$ref": "https://ils.rero.ch/api/documents/836" } }, { @@ -379684,13 +379684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/836" + "$ref": "https://ils.rero.ch/api/documents/836" } }, { @@ -379698,13 +379698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/836" + "$ref": "https://ils.rero.ch/api/documents/836" } }, { @@ -379712,13 +379712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/836" + "$ref": "https://ils.rero.ch/api/documents/836" } }, { @@ -379726,13 +379726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/836" + "$ref": "https://ils.rero.ch/api/documents/836" } }, { @@ -379740,13 +379740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/835" + "$ref": "https://ils.rero.ch/api/documents/835" } }, { @@ -379754,13 +379754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/835" + "$ref": "https://ils.rero.ch/api/documents/835" } }, { @@ -379768,13 +379768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/835" + "$ref": "https://ils.rero.ch/api/documents/835" } }, { @@ -379782,13 +379782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/835" + "$ref": "https://ils.rero.ch/api/documents/835" } }, { @@ -379796,13 +379796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/834" + "$ref": "https://ils.rero.ch/api/documents/834" } }, { @@ -379810,13 +379810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/834" + "$ref": "https://ils.rero.ch/api/documents/834" } }, { @@ -379824,13 +379824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/834" + "$ref": "https://ils.rero.ch/api/documents/834" } }, { @@ -379838,13 +379838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/834" + "$ref": "https://ils.rero.ch/api/documents/834" } }, { @@ -379852,13 +379852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/833" + "$ref": "https://ils.rero.ch/api/documents/833" } }, { @@ -379866,13 +379866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/832" + "$ref": "https://ils.rero.ch/api/documents/832" } }, { @@ -379880,13 +379880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/832" + "$ref": "https://ils.rero.ch/api/documents/832" } }, { @@ -379894,13 +379894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/832" + "$ref": "https://ils.rero.ch/api/documents/832" } }, { @@ -379908,13 +379908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/831" + "$ref": "https://ils.rero.ch/api/documents/831" } }, { @@ -379922,13 +379922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/830" + "$ref": "https://ils.rero.ch/api/documents/830" } }, { @@ -379936,13 +379936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/829" + "$ref": "https://ils.rero.ch/api/documents/829" } }, { @@ -379950,13 +379950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/829" + "$ref": "https://ils.rero.ch/api/documents/829" } }, { @@ -379964,13 +379964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/828" + "$ref": "https://ils.rero.ch/api/documents/828" } }, { @@ -379978,13 +379978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/828" + "$ref": "https://ils.rero.ch/api/documents/828" } }, { @@ -379992,13 +379992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/828" + "$ref": "https://ils.rero.ch/api/documents/828" } }, { @@ -380006,13 +380006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/827" + "$ref": "https://ils.rero.ch/api/documents/827" } }, { @@ -380020,13 +380020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/827" + "$ref": "https://ils.rero.ch/api/documents/827" } }, { @@ -380034,13 +380034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/827" + "$ref": "https://ils.rero.ch/api/documents/827" } }, { @@ -380048,13 +380048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/827" + "$ref": "https://ils.rero.ch/api/documents/827" } }, { @@ -380062,13 +380062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/827" + "$ref": "https://ils.rero.ch/api/documents/827" } }, { @@ -380076,13 +380076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/826" + "$ref": "https://ils.rero.ch/api/documents/826" } }, { @@ -380090,13 +380090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/826" + "$ref": "https://ils.rero.ch/api/documents/826" } }, { @@ -380104,13 +380104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/826" + "$ref": "https://ils.rero.ch/api/documents/826" } }, { @@ -380118,13 +380118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/826" + "$ref": "https://ils.rero.ch/api/documents/826" } }, { @@ -380132,13 +380132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/825" + "$ref": "https://ils.rero.ch/api/documents/825" } }, { @@ -380146,13 +380146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/825" + "$ref": "https://ils.rero.ch/api/documents/825" } }, { @@ -380160,13 +380160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/825" + "$ref": "https://ils.rero.ch/api/documents/825" } }, { @@ -380174,13 +380174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/824" + "$ref": "https://ils.rero.ch/api/documents/824" } }, { @@ -380188,13 +380188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/824" + "$ref": "https://ils.rero.ch/api/documents/824" } }, { @@ -380202,13 +380202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/824" + "$ref": "https://ils.rero.ch/api/documents/824" } }, { @@ -380216,13 +380216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/824" + "$ref": "https://ils.rero.ch/api/documents/824" } }, { @@ -380230,13 +380230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/823" + "$ref": "https://ils.rero.ch/api/documents/823" } }, { @@ -380244,13 +380244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/823" + "$ref": "https://ils.rero.ch/api/documents/823" } }, { @@ -380258,13 +380258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/823" + "$ref": "https://ils.rero.ch/api/documents/823" } }, { @@ -380272,13 +380272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/823" + "$ref": "https://ils.rero.ch/api/documents/823" } }, { @@ -380286,13 +380286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/823" + "$ref": "https://ils.rero.ch/api/documents/823" } }, { @@ -380300,13 +380300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/822" + "$ref": "https://ils.rero.ch/api/documents/822" } }, { @@ -380314,13 +380314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/822" + "$ref": "https://ils.rero.ch/api/documents/822" } }, { @@ -380328,13 +380328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/822" + "$ref": "https://ils.rero.ch/api/documents/822" } }, { @@ -380342,13 +380342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/822" + "$ref": "https://ils.rero.ch/api/documents/822" } }, { @@ -380356,13 +380356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/822" + "$ref": "https://ils.rero.ch/api/documents/822" } }, { @@ -380370,13 +380370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/821" + "$ref": "https://ils.rero.ch/api/documents/821" } }, { @@ -380384,13 +380384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/821" + "$ref": "https://ils.rero.ch/api/documents/821" } }, { @@ -380398,13 +380398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/820" + "$ref": "https://ils.rero.ch/api/documents/820" } }, { @@ -380412,13 +380412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/820" + "$ref": "https://ils.rero.ch/api/documents/820" } }, { @@ -380426,13 +380426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/819" + "$ref": "https://ils.rero.ch/api/documents/819" } }, { @@ -380440,13 +380440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/819" + "$ref": "https://ils.rero.ch/api/documents/819" } }, { @@ -380454,13 +380454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/819" + "$ref": "https://ils.rero.ch/api/documents/819" } }, { @@ -380468,13 +380468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/818" + "$ref": "https://ils.rero.ch/api/documents/818" } }, { @@ -380482,13 +380482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/818" + "$ref": "https://ils.rero.ch/api/documents/818" } }, { @@ -380496,13 +380496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/817" + "$ref": "https://ils.rero.ch/api/documents/817" } }, { @@ -380510,13 +380510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/817" + "$ref": "https://ils.rero.ch/api/documents/817" } }, { @@ -380524,13 +380524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/816" + "$ref": "https://ils.rero.ch/api/documents/816" } }, { @@ -380538,13 +380538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/816" + "$ref": "https://ils.rero.ch/api/documents/816" } }, { @@ -380552,13 +380552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/815" + "$ref": "https://ils.rero.ch/api/documents/815" } }, { @@ -380566,13 +380566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/815" + "$ref": "https://ils.rero.ch/api/documents/815" } }, { @@ -380580,13 +380580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/815" + "$ref": "https://ils.rero.ch/api/documents/815" } }, { @@ -380594,13 +380594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/815" + "$ref": "https://ils.rero.ch/api/documents/815" } }, { @@ -380608,13 +380608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/814" + "$ref": "https://ils.rero.ch/api/documents/814" } }, { @@ -380622,13 +380622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/814" + "$ref": "https://ils.rero.ch/api/documents/814" } }, { @@ -380636,13 +380636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/814" + "$ref": "https://ils.rero.ch/api/documents/814" } }, { @@ -380650,13 +380650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/814" + "$ref": "https://ils.rero.ch/api/documents/814" } }, { @@ -380664,13 +380664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/814" + "$ref": "https://ils.rero.ch/api/documents/814" } }, { @@ -380678,13 +380678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/813" + "$ref": "https://ils.rero.ch/api/documents/813" } }, { @@ -380692,13 +380692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/813" + "$ref": "https://ils.rero.ch/api/documents/813" } }, { @@ -380706,13 +380706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/813" + "$ref": "https://ils.rero.ch/api/documents/813" } }, { @@ -380720,13 +380720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/813" + "$ref": "https://ils.rero.ch/api/documents/813" } }, { @@ -380734,13 +380734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/813" + "$ref": "https://ils.rero.ch/api/documents/813" } }, { @@ -380748,13 +380748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/812" + "$ref": "https://ils.rero.ch/api/documents/812" } }, { @@ -380762,13 +380762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/812" + "$ref": "https://ils.rero.ch/api/documents/812" } }, { @@ -380776,13 +380776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/812" + "$ref": "https://ils.rero.ch/api/documents/812" } }, { @@ -380790,13 +380790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/811" + "$ref": "https://ils.rero.ch/api/documents/811" } }, { @@ -380804,13 +380804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/811" + "$ref": "https://ils.rero.ch/api/documents/811" } }, { @@ -380818,13 +380818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/811" + "$ref": "https://ils.rero.ch/api/documents/811" } }, { @@ -380832,13 +380832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/811" + "$ref": "https://ils.rero.ch/api/documents/811" } }, { @@ -380846,13 +380846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/810" + "$ref": "https://ils.rero.ch/api/documents/810" } }, { @@ -380860,13 +380860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/810" + "$ref": "https://ils.rero.ch/api/documents/810" } }, { @@ -380874,13 +380874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/810" + "$ref": "https://ils.rero.ch/api/documents/810" } }, { @@ -380888,13 +380888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/809" + "$ref": "https://ils.rero.ch/api/documents/809" } }, { @@ -380902,13 +380902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/809" + "$ref": "https://ils.rero.ch/api/documents/809" } }, { @@ -380916,13 +380916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/808" + "$ref": "https://ils.rero.ch/api/documents/808" } }, { @@ -380930,13 +380930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/808" + "$ref": "https://ils.rero.ch/api/documents/808" } }, { @@ -380944,13 +380944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/808" + "$ref": "https://ils.rero.ch/api/documents/808" } }, { @@ -380958,13 +380958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/808" + "$ref": "https://ils.rero.ch/api/documents/808" } }, { @@ -380972,13 +380972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/808" + "$ref": "https://ils.rero.ch/api/documents/808" } }, { @@ -380986,13 +380986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/807" + "$ref": "https://ils.rero.ch/api/documents/807" } }, { @@ -381000,13 +381000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/806" + "$ref": "https://ils.rero.ch/api/documents/806" } }, { @@ -381014,13 +381014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/806" + "$ref": "https://ils.rero.ch/api/documents/806" } }, { @@ -381028,13 +381028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/806" + "$ref": "https://ils.rero.ch/api/documents/806" } }, { @@ -381042,13 +381042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/806" + "$ref": "https://ils.rero.ch/api/documents/806" } }, { @@ -381056,13 +381056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/806" + "$ref": "https://ils.rero.ch/api/documents/806" } }, { @@ -381070,13 +381070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/805" + "$ref": "https://ils.rero.ch/api/documents/805" } }, { @@ -381084,13 +381084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/804" + "$ref": "https://ils.rero.ch/api/documents/804" } }, { @@ -381098,13 +381098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/804" + "$ref": "https://ils.rero.ch/api/documents/804" } }, { @@ -381112,13 +381112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/803" + "$ref": "https://ils.rero.ch/api/documents/803" } }, { @@ -381126,13 +381126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/803" + "$ref": "https://ils.rero.ch/api/documents/803" } }, { @@ -381140,13 +381140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/803" + "$ref": "https://ils.rero.ch/api/documents/803" } }, { @@ -381154,13 +381154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/803" + "$ref": "https://ils.rero.ch/api/documents/803" } }, { @@ -381168,13 +381168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/803" + "$ref": "https://ils.rero.ch/api/documents/803" } }, { @@ -381182,13 +381182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/802" + "$ref": "https://ils.rero.ch/api/documents/802" } }, { @@ -381196,13 +381196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/802" + "$ref": "https://ils.rero.ch/api/documents/802" } }, { @@ -381210,13 +381210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/802" + "$ref": "https://ils.rero.ch/api/documents/802" } }, { @@ -381224,13 +381224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/802" + "$ref": "https://ils.rero.ch/api/documents/802" } }, { @@ -381238,13 +381238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/801" + "$ref": "https://ils.rero.ch/api/documents/801" } }, { @@ -381252,13 +381252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/800" + "$ref": "https://ils.rero.ch/api/documents/800" } }, { @@ -381266,13 +381266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/800" + "$ref": "https://ils.rero.ch/api/documents/800" } }, { @@ -381280,13 +381280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/799" + "$ref": "https://ils.rero.ch/api/documents/799" } }, { @@ -381294,13 +381294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/798" + "$ref": "https://ils.rero.ch/api/documents/798" } }, { @@ -381308,13 +381308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/798" + "$ref": "https://ils.rero.ch/api/documents/798" } }, { @@ -381322,13 +381322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/798" + "$ref": "https://ils.rero.ch/api/documents/798" } }, { @@ -381336,13 +381336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/798" + "$ref": "https://ils.rero.ch/api/documents/798" } }, { @@ -381350,13 +381350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/797" + "$ref": "https://ils.rero.ch/api/documents/797" } }, { @@ -381364,13 +381364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/797" + "$ref": "https://ils.rero.ch/api/documents/797" } }, { @@ -381378,13 +381378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/796" + "$ref": "https://ils.rero.ch/api/documents/796" } }, { @@ -381392,13 +381392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/796" + "$ref": "https://ils.rero.ch/api/documents/796" } }, { @@ -381406,13 +381406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/796" + "$ref": "https://ils.rero.ch/api/documents/796" } }, { @@ -381420,13 +381420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/795" + "$ref": "https://ils.rero.ch/api/documents/795" } }, { @@ -381434,13 +381434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/795" + "$ref": "https://ils.rero.ch/api/documents/795" } }, { @@ -381448,13 +381448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/795" + "$ref": "https://ils.rero.ch/api/documents/795" } }, { @@ -381462,13 +381462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/795" + "$ref": "https://ils.rero.ch/api/documents/795" } }, { @@ -381476,13 +381476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/794" + "$ref": "https://ils.rero.ch/api/documents/794" } }, { @@ -381490,13 +381490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/794" + "$ref": "https://ils.rero.ch/api/documents/794" } }, { @@ -381504,13 +381504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/794" + "$ref": "https://ils.rero.ch/api/documents/794" } }, { @@ -381518,13 +381518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/793" + "$ref": "https://ils.rero.ch/api/documents/793" } }, { @@ -381532,13 +381532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/792" + "$ref": "https://ils.rero.ch/api/documents/792" } }, { @@ -381546,13 +381546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/791" + "$ref": "https://ils.rero.ch/api/documents/791" } }, { @@ -381560,13 +381560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/791" + "$ref": "https://ils.rero.ch/api/documents/791" } }, { @@ -381574,13 +381574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/791" + "$ref": "https://ils.rero.ch/api/documents/791" } }, { @@ -381588,13 +381588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/791" + "$ref": "https://ils.rero.ch/api/documents/791" } }, { @@ -381602,13 +381602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/790" + "$ref": "https://ils.rero.ch/api/documents/790" } }, { @@ -381616,13 +381616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/790" + "$ref": "https://ils.rero.ch/api/documents/790" } }, { @@ -381630,13 +381630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/790" + "$ref": "https://ils.rero.ch/api/documents/790" } }, { @@ -381644,13 +381644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/789" + "$ref": "https://ils.rero.ch/api/documents/789" } }, { @@ -381658,13 +381658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/789" + "$ref": "https://ils.rero.ch/api/documents/789" } }, { @@ -381672,13 +381672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/789" + "$ref": "https://ils.rero.ch/api/documents/789" } }, { @@ -381686,13 +381686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/788" + "$ref": "https://ils.rero.ch/api/documents/788" } }, { @@ -381700,13 +381700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/788" + "$ref": "https://ils.rero.ch/api/documents/788" } }, { @@ -381714,13 +381714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/788" + "$ref": "https://ils.rero.ch/api/documents/788" } }, { @@ -381728,13 +381728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/787" + "$ref": "https://ils.rero.ch/api/documents/787" } }, { @@ -381742,13 +381742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/786" + "$ref": "https://ils.rero.ch/api/documents/786" } }, { @@ -381756,13 +381756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/786" + "$ref": "https://ils.rero.ch/api/documents/786" } }, { @@ -381770,13 +381770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/786" + "$ref": "https://ils.rero.ch/api/documents/786" } }, { @@ -381784,13 +381784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/785" + "$ref": "https://ils.rero.ch/api/documents/785" } }, { @@ -381798,13 +381798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/785" + "$ref": "https://ils.rero.ch/api/documents/785" } }, { @@ -381812,13 +381812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/784" + "$ref": "https://ils.rero.ch/api/documents/784" } }, { @@ -381826,13 +381826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/784" + "$ref": "https://ils.rero.ch/api/documents/784" } }, { @@ -381840,13 +381840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/784" + "$ref": "https://ils.rero.ch/api/documents/784" } }, { @@ -381854,13 +381854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/784" + "$ref": "https://ils.rero.ch/api/documents/784" } }, { @@ -381868,13 +381868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/784" + "$ref": "https://ils.rero.ch/api/documents/784" } }, { @@ -381882,13 +381882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/783" + "$ref": "https://ils.rero.ch/api/documents/783" } }, { @@ -381896,13 +381896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/783" + "$ref": "https://ils.rero.ch/api/documents/783" } }, { @@ -381910,13 +381910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/782" + "$ref": "https://ils.rero.ch/api/documents/782" } }, { @@ -381924,13 +381924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/782" + "$ref": "https://ils.rero.ch/api/documents/782" } }, { @@ -381938,13 +381938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/782" + "$ref": "https://ils.rero.ch/api/documents/782" } }, { @@ -381952,13 +381952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/782" + "$ref": "https://ils.rero.ch/api/documents/782" } }, { @@ -381966,13 +381966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/782" + "$ref": "https://ils.rero.ch/api/documents/782" } }, { @@ -381980,13 +381980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/781" + "$ref": "https://ils.rero.ch/api/documents/781" } }, { @@ -381994,13 +381994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/781" + "$ref": "https://ils.rero.ch/api/documents/781" } }, { @@ -382008,13 +382008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/781" + "$ref": "https://ils.rero.ch/api/documents/781" } }, { @@ -382022,13 +382022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/780" + "$ref": "https://ils.rero.ch/api/documents/780" } }, { @@ -382036,13 +382036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/780" + "$ref": "https://ils.rero.ch/api/documents/780" } }, { @@ -382050,13 +382050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/780" + "$ref": "https://ils.rero.ch/api/documents/780" } }, { @@ -382064,13 +382064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/779" + "$ref": "https://ils.rero.ch/api/documents/779" } }, { @@ -382078,13 +382078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/779" + "$ref": "https://ils.rero.ch/api/documents/779" } }, { @@ -382092,13 +382092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/779" + "$ref": "https://ils.rero.ch/api/documents/779" } }, { @@ -382106,13 +382106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/778" + "$ref": "https://ils.rero.ch/api/documents/778" } }, { @@ -382120,13 +382120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/777" + "$ref": "https://ils.rero.ch/api/documents/777" } }, { @@ -382134,13 +382134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/777" + "$ref": "https://ils.rero.ch/api/documents/777" } }, { @@ -382148,13 +382148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/777" + "$ref": "https://ils.rero.ch/api/documents/777" } }, { @@ -382162,13 +382162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/777" + "$ref": "https://ils.rero.ch/api/documents/777" } }, { @@ -382176,13 +382176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/777" + "$ref": "https://ils.rero.ch/api/documents/777" } }, { @@ -382190,13 +382190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/776" + "$ref": "https://ils.rero.ch/api/documents/776" } }, { @@ -382204,13 +382204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/775" + "$ref": "https://ils.rero.ch/api/documents/775" } }, { @@ -382218,13 +382218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/774" + "$ref": "https://ils.rero.ch/api/documents/774" } }, { @@ -382232,13 +382232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/774" + "$ref": "https://ils.rero.ch/api/documents/774" } }, { @@ -382246,13 +382246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/774" + "$ref": "https://ils.rero.ch/api/documents/774" } }, { @@ -382260,13 +382260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/774" + "$ref": "https://ils.rero.ch/api/documents/774" } }, { @@ -382274,13 +382274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/774" + "$ref": "https://ils.rero.ch/api/documents/774" } }, { @@ -382288,13 +382288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/773" + "$ref": "https://ils.rero.ch/api/documents/773" } }, { @@ -382302,13 +382302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/773" + "$ref": "https://ils.rero.ch/api/documents/773" } }, { @@ -382316,13 +382316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/773" + "$ref": "https://ils.rero.ch/api/documents/773" } }, { @@ -382330,13 +382330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/773" + "$ref": "https://ils.rero.ch/api/documents/773" } }, { @@ -382344,13 +382344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/772" + "$ref": "https://ils.rero.ch/api/documents/772" } }, { @@ -382358,13 +382358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/772" + "$ref": "https://ils.rero.ch/api/documents/772" } }, { @@ -382372,13 +382372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/771" + "$ref": "https://ils.rero.ch/api/documents/771" } }, { @@ -382386,13 +382386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/770" + "$ref": "https://ils.rero.ch/api/documents/770" } }, { @@ -382400,13 +382400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/769" + "$ref": "https://ils.rero.ch/api/documents/769" } }, { @@ -382414,13 +382414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/769" + "$ref": "https://ils.rero.ch/api/documents/769" } }, { @@ -382428,13 +382428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/769" + "$ref": "https://ils.rero.ch/api/documents/769" } }, { @@ -382442,13 +382442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/768" + "$ref": "https://ils.rero.ch/api/documents/768" } }, { @@ -382456,13 +382456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/768" + "$ref": "https://ils.rero.ch/api/documents/768" } }, { @@ -382470,13 +382470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/768" + "$ref": "https://ils.rero.ch/api/documents/768" } }, { @@ -382484,13 +382484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/768" + "$ref": "https://ils.rero.ch/api/documents/768" } }, { @@ -382498,13 +382498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/767" + "$ref": "https://ils.rero.ch/api/documents/767" } }, { @@ -382512,13 +382512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/767" + "$ref": "https://ils.rero.ch/api/documents/767" } }, { @@ -382526,13 +382526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/766" + "$ref": "https://ils.rero.ch/api/documents/766" } }, { @@ -382540,13 +382540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/766" + "$ref": "https://ils.rero.ch/api/documents/766" } }, { @@ -382554,13 +382554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/766" + "$ref": "https://ils.rero.ch/api/documents/766" } }, { @@ -382568,13 +382568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/765" + "$ref": "https://ils.rero.ch/api/documents/765" } }, { @@ -382582,13 +382582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/765" + "$ref": "https://ils.rero.ch/api/documents/765" } }, { @@ -382596,13 +382596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/765" + "$ref": "https://ils.rero.ch/api/documents/765" } }, { @@ -382610,13 +382610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/765" + "$ref": "https://ils.rero.ch/api/documents/765" } }, { @@ -382624,13 +382624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/765" + "$ref": "https://ils.rero.ch/api/documents/765" } }, { @@ -382638,13 +382638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/764" + "$ref": "https://ils.rero.ch/api/documents/764" } }, { @@ -382652,13 +382652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/764" + "$ref": "https://ils.rero.ch/api/documents/764" } }, { @@ -382666,13 +382666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/764" + "$ref": "https://ils.rero.ch/api/documents/764" } }, { @@ -382680,13 +382680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/764" + "$ref": "https://ils.rero.ch/api/documents/764" } }, { @@ -382694,13 +382694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/764" + "$ref": "https://ils.rero.ch/api/documents/764" } }, { @@ -382708,13 +382708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/763" + "$ref": "https://ils.rero.ch/api/documents/763" } }, { @@ -382722,13 +382722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/763" + "$ref": "https://ils.rero.ch/api/documents/763" } }, { @@ -382736,13 +382736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/763" + "$ref": "https://ils.rero.ch/api/documents/763" } }, { @@ -382750,13 +382750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/762" + "$ref": "https://ils.rero.ch/api/documents/762" } }, { @@ -382764,13 +382764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/761" + "$ref": "https://ils.rero.ch/api/documents/761" } }, { @@ -382778,13 +382778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/761" + "$ref": "https://ils.rero.ch/api/documents/761" } }, { @@ -382792,13 +382792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/760" + "$ref": "https://ils.rero.ch/api/documents/760" } }, { @@ -382806,13 +382806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/760" + "$ref": "https://ils.rero.ch/api/documents/760" } }, { @@ -382820,13 +382820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/759" + "$ref": "https://ils.rero.ch/api/documents/759" } }, { @@ -382834,13 +382834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/759" + "$ref": "https://ils.rero.ch/api/documents/759" } }, { @@ -382848,13 +382848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/759" + "$ref": "https://ils.rero.ch/api/documents/759" } }, { @@ -382862,13 +382862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/759" + "$ref": "https://ils.rero.ch/api/documents/759" } }, { @@ -382876,13 +382876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/758" + "$ref": "https://ils.rero.ch/api/documents/758" } }, { @@ -382890,13 +382890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/758" + "$ref": "https://ils.rero.ch/api/documents/758" } }, { @@ -382904,13 +382904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/758" + "$ref": "https://ils.rero.ch/api/documents/758" } }, { @@ -382918,13 +382918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/758" + "$ref": "https://ils.rero.ch/api/documents/758" } }, { @@ -382932,13 +382932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/758" + "$ref": "https://ils.rero.ch/api/documents/758" } }, { @@ -382946,13 +382946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/757" + "$ref": "https://ils.rero.ch/api/documents/757" } }, { @@ -382960,13 +382960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/757" + "$ref": "https://ils.rero.ch/api/documents/757" } }, { @@ -382974,13 +382974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/757" + "$ref": "https://ils.rero.ch/api/documents/757" } }, { @@ -382988,13 +382988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/756" + "$ref": "https://ils.rero.ch/api/documents/756" } }, { @@ -383002,13 +383002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/755" + "$ref": "https://ils.rero.ch/api/documents/755" } }, { @@ -383016,13 +383016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/755" + "$ref": "https://ils.rero.ch/api/documents/755" } }, { @@ -383030,13 +383030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/754" + "$ref": "https://ils.rero.ch/api/documents/754" } }, { @@ -383044,13 +383044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/754" + "$ref": "https://ils.rero.ch/api/documents/754" } }, { @@ -383058,13 +383058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/754" + "$ref": "https://ils.rero.ch/api/documents/754" } }, { @@ -383072,13 +383072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/754" + "$ref": "https://ils.rero.ch/api/documents/754" } }, { @@ -383086,13 +383086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/754" + "$ref": "https://ils.rero.ch/api/documents/754" } }, { @@ -383100,13 +383100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/753" + "$ref": "https://ils.rero.ch/api/documents/753" } }, { @@ -383114,13 +383114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/753" + "$ref": "https://ils.rero.ch/api/documents/753" } }, { @@ -383128,13 +383128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/752" + "$ref": "https://ils.rero.ch/api/documents/752" } }, { @@ -383142,13 +383142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/752" + "$ref": "https://ils.rero.ch/api/documents/752" } }, { @@ -383156,13 +383156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/752" + "$ref": "https://ils.rero.ch/api/documents/752" } }, { @@ -383170,13 +383170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/751" + "$ref": "https://ils.rero.ch/api/documents/751" } }, { @@ -383184,13 +383184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/751" + "$ref": "https://ils.rero.ch/api/documents/751" } }, { @@ -383198,13 +383198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/750" + "$ref": "https://ils.rero.ch/api/documents/750" } }, { @@ -383212,13 +383212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/750" + "$ref": "https://ils.rero.ch/api/documents/750" } }, { @@ -383226,13 +383226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/750" + "$ref": "https://ils.rero.ch/api/documents/750" } }, { @@ -383240,13 +383240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/750" + "$ref": "https://ils.rero.ch/api/documents/750" } }, { @@ -383254,13 +383254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/750" + "$ref": "https://ils.rero.ch/api/documents/750" } }, { @@ -383268,13 +383268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/749" + "$ref": "https://ils.rero.ch/api/documents/749" } }, { @@ -383282,13 +383282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/749" + "$ref": "https://ils.rero.ch/api/documents/749" } }, { @@ -383296,13 +383296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/748" + "$ref": "https://ils.rero.ch/api/documents/748" } }, { @@ -383310,13 +383310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/748" + "$ref": "https://ils.rero.ch/api/documents/748" } }, { @@ -383324,13 +383324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/748" + "$ref": "https://ils.rero.ch/api/documents/748" } }, { @@ -383338,13 +383338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/747" + "$ref": "https://ils.rero.ch/api/documents/747" } }, { @@ -383352,13 +383352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/747" + "$ref": "https://ils.rero.ch/api/documents/747" } }, { @@ -383366,13 +383366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/747" + "$ref": "https://ils.rero.ch/api/documents/747" } }, { @@ -383380,13 +383380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/746" + "$ref": "https://ils.rero.ch/api/documents/746" } }, { @@ -383394,13 +383394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/745" + "$ref": "https://ils.rero.ch/api/documents/745" } }, { @@ -383408,13 +383408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/745" + "$ref": "https://ils.rero.ch/api/documents/745" } }, { @@ -383422,13 +383422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/745" + "$ref": "https://ils.rero.ch/api/documents/745" } }, { @@ -383436,13 +383436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/745" + "$ref": "https://ils.rero.ch/api/documents/745" } }, { @@ -383450,13 +383450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/744" + "$ref": "https://ils.rero.ch/api/documents/744" } }, { @@ -383464,13 +383464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/744" + "$ref": "https://ils.rero.ch/api/documents/744" } }, { @@ -383478,13 +383478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/744" + "$ref": "https://ils.rero.ch/api/documents/744" } }, { @@ -383492,13 +383492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/744" + "$ref": "https://ils.rero.ch/api/documents/744" } }, { @@ -383506,13 +383506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/744" + "$ref": "https://ils.rero.ch/api/documents/744" } }, { @@ -383520,13 +383520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/743" + "$ref": "https://ils.rero.ch/api/documents/743" } }, { @@ -383534,13 +383534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/742" + "$ref": "https://ils.rero.ch/api/documents/742" } }, { @@ -383548,13 +383548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/741" + "$ref": "https://ils.rero.ch/api/documents/741" } }, { @@ -383562,13 +383562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/741" + "$ref": "https://ils.rero.ch/api/documents/741" } }, { @@ -383576,13 +383576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/741" + "$ref": "https://ils.rero.ch/api/documents/741" } }, { @@ -383590,13 +383590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/741" + "$ref": "https://ils.rero.ch/api/documents/741" } }, { @@ -383604,13 +383604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/741" + "$ref": "https://ils.rero.ch/api/documents/741" } }, { @@ -383618,13 +383618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/740" + "$ref": "https://ils.rero.ch/api/documents/740" } }, { @@ -383632,13 +383632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/739" + "$ref": "https://ils.rero.ch/api/documents/739" } }, { @@ -383646,13 +383646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/739" + "$ref": "https://ils.rero.ch/api/documents/739" } }, { @@ -383660,13 +383660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/739" + "$ref": "https://ils.rero.ch/api/documents/739" } }, { @@ -383674,13 +383674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/738" + "$ref": "https://ils.rero.ch/api/documents/738" } }, { @@ -383688,13 +383688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/738" + "$ref": "https://ils.rero.ch/api/documents/738" } }, { @@ -383702,13 +383702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/738" + "$ref": "https://ils.rero.ch/api/documents/738" } }, { @@ -383716,13 +383716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/737" + "$ref": "https://ils.rero.ch/api/documents/737" } }, { @@ -383730,13 +383730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/737" + "$ref": "https://ils.rero.ch/api/documents/737" } }, { @@ -383744,13 +383744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/736" + "$ref": "https://ils.rero.ch/api/documents/736" } }, { @@ -383758,13 +383758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/735" + "$ref": "https://ils.rero.ch/api/documents/735" } }, { @@ -383772,13 +383772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/735" + "$ref": "https://ils.rero.ch/api/documents/735" } }, { @@ -383786,13 +383786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/735" + "$ref": "https://ils.rero.ch/api/documents/735" } }, { @@ -383800,13 +383800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/735" + "$ref": "https://ils.rero.ch/api/documents/735" } }, { @@ -383814,13 +383814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/734" + "$ref": "https://ils.rero.ch/api/documents/734" } }, { @@ -383828,13 +383828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/734" + "$ref": "https://ils.rero.ch/api/documents/734" } }, { @@ -383842,13 +383842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/734" + "$ref": "https://ils.rero.ch/api/documents/734" } }, { @@ -383856,13 +383856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/734" + "$ref": "https://ils.rero.ch/api/documents/734" } }, { @@ -383870,13 +383870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/733" + "$ref": "https://ils.rero.ch/api/documents/733" } }, { @@ -383884,13 +383884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/733" + "$ref": "https://ils.rero.ch/api/documents/733" } }, { @@ -383898,13 +383898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/733" + "$ref": "https://ils.rero.ch/api/documents/733" } }, { @@ -383912,13 +383912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/733" + "$ref": "https://ils.rero.ch/api/documents/733" } }, { @@ -383926,13 +383926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/733" + "$ref": "https://ils.rero.ch/api/documents/733" } }, { @@ -383940,13 +383940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/732" + "$ref": "https://ils.rero.ch/api/documents/732" } }, { @@ -383954,13 +383954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/731" + "$ref": "https://ils.rero.ch/api/documents/731" } }, { @@ -383968,13 +383968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/731" + "$ref": "https://ils.rero.ch/api/documents/731" } }, { @@ -383982,13 +383982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/731" + "$ref": "https://ils.rero.ch/api/documents/731" } }, { @@ -383996,13 +383996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/730" + "$ref": "https://ils.rero.ch/api/documents/730" } }, { @@ -384010,13 +384010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/730" + "$ref": "https://ils.rero.ch/api/documents/730" } }, { @@ -384024,13 +384024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/729" + "$ref": "https://ils.rero.ch/api/documents/729" } }, { @@ -384038,13 +384038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/729" + "$ref": "https://ils.rero.ch/api/documents/729" } }, { @@ -384052,13 +384052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/729" + "$ref": "https://ils.rero.ch/api/documents/729" } }, { @@ -384066,13 +384066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/729" + "$ref": "https://ils.rero.ch/api/documents/729" } }, { @@ -384080,13 +384080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/728" + "$ref": "https://ils.rero.ch/api/documents/728" } }, { @@ -384094,13 +384094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/728" + "$ref": "https://ils.rero.ch/api/documents/728" } }, { @@ -384108,13 +384108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/728" + "$ref": "https://ils.rero.ch/api/documents/728" } }, { @@ -384122,13 +384122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/728" + "$ref": "https://ils.rero.ch/api/documents/728" } }, { @@ -384136,13 +384136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/727" + "$ref": "https://ils.rero.ch/api/documents/727" } }, { @@ -384150,13 +384150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/727" + "$ref": "https://ils.rero.ch/api/documents/727" } }, { @@ -384164,13 +384164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/727" + "$ref": "https://ils.rero.ch/api/documents/727" } }, { @@ -384178,13 +384178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/727" + "$ref": "https://ils.rero.ch/api/documents/727" } }, { @@ -384192,13 +384192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/726" + "$ref": "https://ils.rero.ch/api/documents/726" } }, { @@ -384206,13 +384206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/725" + "$ref": "https://ils.rero.ch/api/documents/725" } }, { @@ -384220,13 +384220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/725" + "$ref": "https://ils.rero.ch/api/documents/725" } }, { @@ -384234,13 +384234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/725" + "$ref": "https://ils.rero.ch/api/documents/725" } }, { @@ -384248,13 +384248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/725" + "$ref": "https://ils.rero.ch/api/documents/725" } }, { @@ -384262,13 +384262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/724" + "$ref": "https://ils.rero.ch/api/documents/724" } }, { @@ -384276,13 +384276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/724" + "$ref": "https://ils.rero.ch/api/documents/724" } }, { @@ -384290,13 +384290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/724" + "$ref": "https://ils.rero.ch/api/documents/724" } }, { @@ -384304,13 +384304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/723" + "$ref": "https://ils.rero.ch/api/documents/723" } }, { @@ -384318,13 +384318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/723" + "$ref": "https://ils.rero.ch/api/documents/723" } }, { @@ -384332,13 +384332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/723" + "$ref": "https://ils.rero.ch/api/documents/723" } }, { @@ -384346,13 +384346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/723" + "$ref": "https://ils.rero.ch/api/documents/723" } }, { @@ -384360,13 +384360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/722" + "$ref": "https://ils.rero.ch/api/documents/722" } }, { @@ -384374,13 +384374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/722" + "$ref": "https://ils.rero.ch/api/documents/722" } }, { @@ -384388,13 +384388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/722" + "$ref": "https://ils.rero.ch/api/documents/722" } }, { @@ -384402,13 +384402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/721" + "$ref": "https://ils.rero.ch/api/documents/721" } }, { @@ -384416,13 +384416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/721" + "$ref": "https://ils.rero.ch/api/documents/721" } }, { @@ -384430,13 +384430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/721" + "$ref": "https://ils.rero.ch/api/documents/721" } }, { @@ -384444,13 +384444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/721" + "$ref": "https://ils.rero.ch/api/documents/721" } }, { @@ -384458,13 +384458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/720" + "$ref": "https://ils.rero.ch/api/documents/720" } }, { @@ -384472,13 +384472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/720" + "$ref": "https://ils.rero.ch/api/documents/720" } }, { @@ -384486,13 +384486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/719" + "$ref": "https://ils.rero.ch/api/documents/719" } }, { @@ -384500,13 +384500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/719" + "$ref": "https://ils.rero.ch/api/documents/719" } }, { @@ -384514,13 +384514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/719" + "$ref": "https://ils.rero.ch/api/documents/719" } }, { @@ -384528,13 +384528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/718" + "$ref": "https://ils.rero.ch/api/documents/718" } }, { @@ -384542,13 +384542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/718" + "$ref": "https://ils.rero.ch/api/documents/718" } }, { @@ -384556,13 +384556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/717" + "$ref": "https://ils.rero.ch/api/documents/717" } }, { @@ -384570,13 +384570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/716" + "$ref": "https://ils.rero.ch/api/documents/716" } }, { @@ -384584,13 +384584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/716" + "$ref": "https://ils.rero.ch/api/documents/716" } }, { @@ -384598,13 +384598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/716" + "$ref": "https://ils.rero.ch/api/documents/716" } }, { @@ -384612,13 +384612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/716" + "$ref": "https://ils.rero.ch/api/documents/716" } }, { @@ -384626,13 +384626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/715" + "$ref": "https://ils.rero.ch/api/documents/715" } }, { @@ -384640,13 +384640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/715" + "$ref": "https://ils.rero.ch/api/documents/715" } }, { @@ -384654,13 +384654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/715" + "$ref": "https://ils.rero.ch/api/documents/715" } }, { @@ -384668,13 +384668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/715" + "$ref": "https://ils.rero.ch/api/documents/715" } }, { @@ -384682,13 +384682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/714" + "$ref": "https://ils.rero.ch/api/documents/714" } }, { @@ -384696,13 +384696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/714" + "$ref": "https://ils.rero.ch/api/documents/714" } }, { @@ -384710,13 +384710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/714" + "$ref": "https://ils.rero.ch/api/documents/714" } }, { @@ -384724,13 +384724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/713" + "$ref": "https://ils.rero.ch/api/documents/713" } }, { @@ -384738,13 +384738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/713" + "$ref": "https://ils.rero.ch/api/documents/713" } }, { @@ -384752,13 +384752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/713" + "$ref": "https://ils.rero.ch/api/documents/713" } }, { @@ -384766,13 +384766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/713" + "$ref": "https://ils.rero.ch/api/documents/713" } }, { @@ -384780,13 +384780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/713" + "$ref": "https://ils.rero.ch/api/documents/713" } }, { @@ -384794,13 +384794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/712" + "$ref": "https://ils.rero.ch/api/documents/712" } }, { @@ -384808,13 +384808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/712" + "$ref": "https://ils.rero.ch/api/documents/712" } }, { @@ -384822,13 +384822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/712" + "$ref": "https://ils.rero.ch/api/documents/712" } }, { @@ -384836,13 +384836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/712" + "$ref": "https://ils.rero.ch/api/documents/712" } }, { @@ -384850,13 +384850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/711" + "$ref": "https://ils.rero.ch/api/documents/711" } }, { @@ -384864,13 +384864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/711" + "$ref": "https://ils.rero.ch/api/documents/711" } }, { @@ -384878,13 +384878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/711" + "$ref": "https://ils.rero.ch/api/documents/711" } }, { @@ -384892,13 +384892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/710" + "$ref": "https://ils.rero.ch/api/documents/710" } }, { @@ -384906,13 +384906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/709" + "$ref": "https://ils.rero.ch/api/documents/709" } }, { @@ -384920,13 +384920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/709" + "$ref": "https://ils.rero.ch/api/documents/709" } }, { @@ -384934,13 +384934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/709" + "$ref": "https://ils.rero.ch/api/documents/709" } }, { @@ -384948,13 +384948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/709" + "$ref": "https://ils.rero.ch/api/documents/709" } }, { @@ -384962,13 +384962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/708" + "$ref": "https://ils.rero.ch/api/documents/708" } }, { @@ -384976,13 +384976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/708" + "$ref": "https://ils.rero.ch/api/documents/708" } }, { @@ -384990,13 +384990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/708" + "$ref": "https://ils.rero.ch/api/documents/708" } }, { @@ -385004,13 +385004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/707" + "$ref": "https://ils.rero.ch/api/documents/707" } }, { @@ -385018,13 +385018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/707" + "$ref": "https://ils.rero.ch/api/documents/707" } }, { @@ -385032,13 +385032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/707" + "$ref": "https://ils.rero.ch/api/documents/707" } }, { @@ -385046,13 +385046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/707" + "$ref": "https://ils.rero.ch/api/documents/707" } }, { @@ -385060,13 +385060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/707" + "$ref": "https://ils.rero.ch/api/documents/707" } }, { @@ -385074,13 +385074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/706" + "$ref": "https://ils.rero.ch/api/documents/706" } }, { @@ -385088,13 +385088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/706" + "$ref": "https://ils.rero.ch/api/documents/706" } }, { @@ -385102,13 +385102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/705" + "$ref": "https://ils.rero.ch/api/documents/705" } }, { @@ -385116,13 +385116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/704" + "$ref": "https://ils.rero.ch/api/documents/704" } }, { @@ -385130,13 +385130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/704" + "$ref": "https://ils.rero.ch/api/documents/704" } }, { @@ -385144,13 +385144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/704" + "$ref": "https://ils.rero.ch/api/documents/704" } }, { @@ -385158,13 +385158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/703" + "$ref": "https://ils.rero.ch/api/documents/703" } }, { @@ -385172,13 +385172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/703" + "$ref": "https://ils.rero.ch/api/documents/703" } }, { @@ -385186,13 +385186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/703" + "$ref": "https://ils.rero.ch/api/documents/703" } }, { @@ -385200,13 +385200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/703" + "$ref": "https://ils.rero.ch/api/documents/703" } }, { @@ -385214,13 +385214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/703" + "$ref": "https://ils.rero.ch/api/documents/703" } }, { @@ -385228,13 +385228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/702" + "$ref": "https://ils.rero.ch/api/documents/702" } }, { @@ -385242,13 +385242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/701" + "$ref": "https://ils.rero.ch/api/documents/701" } }, { @@ -385256,13 +385256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/701" + "$ref": "https://ils.rero.ch/api/documents/701" } }, { @@ -385270,13 +385270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/701" + "$ref": "https://ils.rero.ch/api/documents/701" } }, { @@ -385284,13 +385284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/700" + "$ref": "https://ils.rero.ch/api/documents/700" } }, { @@ -385298,13 +385298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/700" + "$ref": "https://ils.rero.ch/api/documents/700" } }, { @@ -385312,13 +385312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/700" + "$ref": "https://ils.rero.ch/api/documents/700" } }, { @@ -385326,13 +385326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/700" + "$ref": "https://ils.rero.ch/api/documents/700" } }, { @@ -385340,13 +385340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/700" + "$ref": "https://ils.rero.ch/api/documents/700" } }, { @@ -385354,13 +385354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/699" + "$ref": "https://ils.rero.ch/api/documents/699" } }, { @@ -385368,13 +385368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/699" + "$ref": "https://ils.rero.ch/api/documents/699" } }, { @@ -385382,13 +385382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/699" + "$ref": "https://ils.rero.ch/api/documents/699" } }, { @@ -385396,13 +385396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/699" + "$ref": "https://ils.rero.ch/api/documents/699" } }, { @@ -385410,13 +385410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/698" + "$ref": "https://ils.rero.ch/api/documents/698" } }, { @@ -385424,13 +385424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/698" + "$ref": "https://ils.rero.ch/api/documents/698" } }, { @@ -385438,13 +385438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/698" + "$ref": "https://ils.rero.ch/api/documents/698" } }, { @@ -385452,13 +385452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/698" + "$ref": "https://ils.rero.ch/api/documents/698" } }, { @@ -385466,13 +385466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/698" + "$ref": "https://ils.rero.ch/api/documents/698" } }, { @@ -385480,13 +385480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/697" + "$ref": "https://ils.rero.ch/api/documents/697" } }, { @@ -385494,13 +385494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/697" + "$ref": "https://ils.rero.ch/api/documents/697" } }, { @@ -385508,13 +385508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/697" + "$ref": "https://ils.rero.ch/api/documents/697" } }, { @@ -385522,13 +385522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/696" + "$ref": "https://ils.rero.ch/api/documents/696" } }, { @@ -385536,13 +385536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/696" + "$ref": "https://ils.rero.ch/api/documents/696" } }, { @@ -385550,13 +385550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/696" + "$ref": "https://ils.rero.ch/api/documents/696" } }, { @@ -385564,13 +385564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/695" + "$ref": "https://ils.rero.ch/api/documents/695" } }, { @@ -385578,13 +385578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/694" + "$ref": "https://ils.rero.ch/api/documents/694" } }, { @@ -385592,13 +385592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/694" + "$ref": "https://ils.rero.ch/api/documents/694" } }, { @@ -385606,13 +385606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/693" + "$ref": "https://ils.rero.ch/api/documents/693" } }, { @@ -385620,13 +385620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/693" + "$ref": "https://ils.rero.ch/api/documents/693" } }, { @@ -385634,13 +385634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/692" + "$ref": "https://ils.rero.ch/api/documents/692" } }, { @@ -385648,13 +385648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/692" + "$ref": "https://ils.rero.ch/api/documents/692" } }, { @@ -385662,13 +385662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/692" + "$ref": "https://ils.rero.ch/api/documents/692" } }, { @@ -385676,13 +385676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/691" + "$ref": "https://ils.rero.ch/api/documents/691" } }, { @@ -385690,13 +385690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/691" + "$ref": "https://ils.rero.ch/api/documents/691" } }, { @@ -385704,13 +385704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/691" + "$ref": "https://ils.rero.ch/api/documents/691" } }, { @@ -385718,13 +385718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/691" + "$ref": "https://ils.rero.ch/api/documents/691" } }, { @@ -385732,13 +385732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/690" + "$ref": "https://ils.rero.ch/api/documents/690" } }, { @@ -385746,13 +385746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/689" + "$ref": "https://ils.rero.ch/api/documents/689" } }, { @@ -385760,13 +385760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/689" + "$ref": "https://ils.rero.ch/api/documents/689" } }, { @@ -385774,13 +385774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/689" + "$ref": "https://ils.rero.ch/api/documents/689" } }, { @@ -385788,13 +385788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/688" + "$ref": "https://ils.rero.ch/api/documents/688" } }, { @@ -385802,13 +385802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/687" + "$ref": "https://ils.rero.ch/api/documents/687" } }, { @@ -385816,13 +385816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/687" + "$ref": "https://ils.rero.ch/api/documents/687" } }, { @@ -385830,13 +385830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/686" + "$ref": "https://ils.rero.ch/api/documents/686" } }, { @@ -385844,13 +385844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/686" + "$ref": "https://ils.rero.ch/api/documents/686" } }, { @@ -385858,13 +385858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/686" + "$ref": "https://ils.rero.ch/api/documents/686" } }, { @@ -385872,13 +385872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/685" + "$ref": "https://ils.rero.ch/api/documents/685" } }, { @@ -385886,13 +385886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/685" + "$ref": "https://ils.rero.ch/api/documents/685" } }, { @@ -385900,13 +385900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/684" + "$ref": "https://ils.rero.ch/api/documents/684" } }, { @@ -385914,13 +385914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/684" + "$ref": "https://ils.rero.ch/api/documents/684" } }, { @@ -385928,13 +385928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/684" + "$ref": "https://ils.rero.ch/api/documents/684" } }, { @@ -385942,13 +385942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/684" + "$ref": "https://ils.rero.ch/api/documents/684" } }, { @@ -385956,13 +385956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/683" + "$ref": "https://ils.rero.ch/api/documents/683" } }, { @@ -385970,13 +385970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/683" + "$ref": "https://ils.rero.ch/api/documents/683" } }, { @@ -385984,13 +385984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/683" + "$ref": "https://ils.rero.ch/api/documents/683" } }, { @@ -385998,13 +385998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/683" + "$ref": "https://ils.rero.ch/api/documents/683" } }, { @@ -386012,13 +386012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/683" + "$ref": "https://ils.rero.ch/api/documents/683" } }, { @@ -386026,13 +386026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/682" + "$ref": "https://ils.rero.ch/api/documents/682" } }, { @@ -386040,13 +386040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/682" + "$ref": "https://ils.rero.ch/api/documents/682" } }, { @@ -386054,13 +386054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/682" + "$ref": "https://ils.rero.ch/api/documents/682" } }, { @@ -386068,13 +386068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/681" + "$ref": "https://ils.rero.ch/api/documents/681" } }, { @@ -386082,13 +386082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/681" + "$ref": "https://ils.rero.ch/api/documents/681" } }, { @@ -386096,13 +386096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/681" + "$ref": "https://ils.rero.ch/api/documents/681" } }, { @@ -386110,13 +386110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/680" + "$ref": "https://ils.rero.ch/api/documents/680" } }, { @@ -386124,13 +386124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/680" + "$ref": "https://ils.rero.ch/api/documents/680" } }, { @@ -386138,13 +386138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/680" + "$ref": "https://ils.rero.ch/api/documents/680" } }, { @@ -386152,13 +386152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/680" + "$ref": "https://ils.rero.ch/api/documents/680" } }, { @@ -386166,13 +386166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/679" + "$ref": "https://ils.rero.ch/api/documents/679" } }, { @@ -386180,13 +386180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/679" + "$ref": "https://ils.rero.ch/api/documents/679" } }, { @@ -386194,13 +386194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/679" + "$ref": "https://ils.rero.ch/api/documents/679" } }, { @@ -386208,13 +386208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/679" + "$ref": "https://ils.rero.ch/api/documents/679" } }, { @@ -386222,13 +386222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/679" + "$ref": "https://ils.rero.ch/api/documents/679" } }, { @@ -386236,13 +386236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/678" + "$ref": "https://ils.rero.ch/api/documents/678" } }, { @@ -386250,13 +386250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/678" + "$ref": "https://ils.rero.ch/api/documents/678" } }, { @@ -386264,13 +386264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/677" + "$ref": "https://ils.rero.ch/api/documents/677" } }, { @@ -386278,13 +386278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/676" + "$ref": "https://ils.rero.ch/api/documents/676" } }, { @@ -386292,13 +386292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/676" + "$ref": "https://ils.rero.ch/api/documents/676" } }, { @@ -386306,13 +386306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/676" + "$ref": "https://ils.rero.ch/api/documents/676" } }, { @@ -386320,13 +386320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/676" + "$ref": "https://ils.rero.ch/api/documents/676" } }, { @@ -386334,13 +386334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/676" + "$ref": "https://ils.rero.ch/api/documents/676" } }, { @@ -386348,13 +386348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/675" + "$ref": "https://ils.rero.ch/api/documents/675" } }, { @@ -386362,13 +386362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/675" + "$ref": "https://ils.rero.ch/api/documents/675" } }, { @@ -386376,13 +386376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/674" + "$ref": "https://ils.rero.ch/api/documents/674" } }, { @@ -386390,13 +386390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/674" + "$ref": "https://ils.rero.ch/api/documents/674" } }, { @@ -386404,13 +386404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/674" + "$ref": "https://ils.rero.ch/api/documents/674" } }, { @@ -386418,13 +386418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/674" + "$ref": "https://ils.rero.ch/api/documents/674" } }, { @@ -386432,13 +386432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/673" + "$ref": "https://ils.rero.ch/api/documents/673" } }, { @@ -386446,13 +386446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/673" + "$ref": "https://ils.rero.ch/api/documents/673" } }, { @@ -386460,13 +386460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/673" + "$ref": "https://ils.rero.ch/api/documents/673" } }, { @@ -386474,13 +386474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/672" + "$ref": "https://ils.rero.ch/api/documents/672" } }, { @@ -386488,13 +386488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/671" + "$ref": "https://ils.rero.ch/api/documents/671" } }, { @@ -386502,13 +386502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/670" + "$ref": "https://ils.rero.ch/api/documents/670" } }, { @@ -386516,13 +386516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/669" + "$ref": "https://ils.rero.ch/api/documents/669" } }, { @@ -386530,13 +386530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/669" + "$ref": "https://ils.rero.ch/api/documents/669" } }, { @@ -386544,13 +386544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/669" + "$ref": "https://ils.rero.ch/api/documents/669" } }, { @@ -386558,13 +386558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/669" + "$ref": "https://ils.rero.ch/api/documents/669" } }, { @@ -386572,13 +386572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/668" + "$ref": "https://ils.rero.ch/api/documents/668" } }, { @@ -386586,13 +386586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/668" + "$ref": "https://ils.rero.ch/api/documents/668" } }, { @@ -386600,13 +386600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/668" + "$ref": "https://ils.rero.ch/api/documents/668" } }, { @@ -386614,13 +386614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/667" + "$ref": "https://ils.rero.ch/api/documents/667" } }, { @@ -386628,13 +386628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/667" + "$ref": "https://ils.rero.ch/api/documents/667" } }, { @@ -386642,13 +386642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/667" + "$ref": "https://ils.rero.ch/api/documents/667" } }, { @@ -386656,13 +386656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/666" + "$ref": "https://ils.rero.ch/api/documents/666" } }, { @@ -386670,13 +386670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/666" + "$ref": "https://ils.rero.ch/api/documents/666" } }, { @@ -386684,13 +386684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/666" + "$ref": "https://ils.rero.ch/api/documents/666" } }, { @@ -386698,13 +386698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/665" + "$ref": "https://ils.rero.ch/api/documents/665" } }, { @@ -386712,13 +386712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/665" + "$ref": "https://ils.rero.ch/api/documents/665" } }, { @@ -386726,13 +386726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/664" + "$ref": "https://ils.rero.ch/api/documents/664" } }, { @@ -386740,13 +386740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/664" + "$ref": "https://ils.rero.ch/api/documents/664" } }, { @@ -386754,13 +386754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/664" + "$ref": "https://ils.rero.ch/api/documents/664" } }, { @@ -386768,13 +386768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/664" + "$ref": "https://ils.rero.ch/api/documents/664" } }, { @@ -386782,13 +386782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/664" + "$ref": "https://ils.rero.ch/api/documents/664" } }, { @@ -386796,13 +386796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/663" + "$ref": "https://ils.rero.ch/api/documents/663" } }, { @@ -386810,13 +386810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/663" + "$ref": "https://ils.rero.ch/api/documents/663" } }, { @@ -386824,13 +386824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/663" + "$ref": "https://ils.rero.ch/api/documents/663" } }, { @@ -386838,13 +386838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/662" + "$ref": "https://ils.rero.ch/api/documents/662" } }, { @@ -386852,13 +386852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/662" + "$ref": "https://ils.rero.ch/api/documents/662" } }, { @@ -386866,13 +386866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/662" + "$ref": "https://ils.rero.ch/api/documents/662" } }, { @@ -386880,13 +386880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/662" + "$ref": "https://ils.rero.ch/api/documents/662" } }, { @@ -386894,13 +386894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/661" + "$ref": "https://ils.rero.ch/api/documents/661" } }, { @@ -386908,13 +386908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/661" + "$ref": "https://ils.rero.ch/api/documents/661" } }, { @@ -386922,13 +386922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/661" + "$ref": "https://ils.rero.ch/api/documents/661" } }, { @@ -386936,13 +386936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/660" + "$ref": "https://ils.rero.ch/api/documents/660" } }, { @@ -386950,13 +386950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/660" + "$ref": "https://ils.rero.ch/api/documents/660" } }, { @@ -386964,13 +386964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/660" + "$ref": "https://ils.rero.ch/api/documents/660" } }, { @@ -386978,13 +386978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/660" + "$ref": "https://ils.rero.ch/api/documents/660" } }, { @@ -386992,13 +386992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/659" + "$ref": "https://ils.rero.ch/api/documents/659" } }, { @@ -387006,13 +387006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/659" + "$ref": "https://ils.rero.ch/api/documents/659" } }, { @@ -387020,13 +387020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/659" + "$ref": "https://ils.rero.ch/api/documents/659" } }, { @@ -387034,13 +387034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/659" + "$ref": "https://ils.rero.ch/api/documents/659" } }, { @@ -387048,13 +387048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/659" + "$ref": "https://ils.rero.ch/api/documents/659" } }, { @@ -387062,13 +387062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/658" + "$ref": "https://ils.rero.ch/api/documents/658" } }, { @@ -387076,13 +387076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/658" + "$ref": "https://ils.rero.ch/api/documents/658" } }, { @@ -387090,13 +387090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/658" + "$ref": "https://ils.rero.ch/api/documents/658" } }, { @@ -387104,13 +387104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/657" + "$ref": "https://ils.rero.ch/api/documents/657" } }, { @@ -387118,13 +387118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/657" + "$ref": "https://ils.rero.ch/api/documents/657" } }, { @@ -387132,13 +387132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/657" + "$ref": "https://ils.rero.ch/api/documents/657" } }, { @@ -387146,13 +387146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/657" + "$ref": "https://ils.rero.ch/api/documents/657" } }, { @@ -387160,13 +387160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/656" + "$ref": "https://ils.rero.ch/api/documents/656" } }, { @@ -387174,13 +387174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/656" + "$ref": "https://ils.rero.ch/api/documents/656" } }, { @@ -387188,13 +387188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/656" + "$ref": "https://ils.rero.ch/api/documents/656" } }, { @@ -387202,13 +387202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/655" + "$ref": "https://ils.rero.ch/api/documents/655" } }, { @@ -387216,13 +387216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/654" + "$ref": "https://ils.rero.ch/api/documents/654" } }, { @@ -387230,13 +387230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/654" + "$ref": "https://ils.rero.ch/api/documents/654" } }, { @@ -387244,13 +387244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/653" + "$ref": "https://ils.rero.ch/api/documents/653" } }, { @@ -387258,13 +387258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/652" + "$ref": "https://ils.rero.ch/api/documents/652" } }, { @@ -387272,13 +387272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/652" + "$ref": "https://ils.rero.ch/api/documents/652" } }, { @@ -387286,13 +387286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/651" + "$ref": "https://ils.rero.ch/api/documents/651" } }, { @@ -387300,13 +387300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/651" + "$ref": "https://ils.rero.ch/api/documents/651" } }, { @@ -387314,13 +387314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/651" + "$ref": "https://ils.rero.ch/api/documents/651" } }, { @@ -387328,13 +387328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/651" + "$ref": "https://ils.rero.ch/api/documents/651" } }, { @@ -387342,13 +387342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/651" + "$ref": "https://ils.rero.ch/api/documents/651" } }, { @@ -387356,13 +387356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/650" + "$ref": "https://ils.rero.ch/api/documents/650" } }, { @@ -387370,13 +387370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/650" + "$ref": "https://ils.rero.ch/api/documents/650" } }, { @@ -387384,13 +387384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/650" + "$ref": "https://ils.rero.ch/api/documents/650" } }, { @@ -387398,13 +387398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/650" + "$ref": "https://ils.rero.ch/api/documents/650" } }, { @@ -387412,13 +387412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/650" + "$ref": "https://ils.rero.ch/api/documents/650" } }, { @@ -387426,13 +387426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/649" + "$ref": "https://ils.rero.ch/api/documents/649" } }, { @@ -387440,13 +387440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/649" + "$ref": "https://ils.rero.ch/api/documents/649" } }, { @@ -387454,13 +387454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/649" + "$ref": "https://ils.rero.ch/api/documents/649" } }, { @@ -387468,13 +387468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/648" + "$ref": "https://ils.rero.ch/api/documents/648" } }, { @@ -387482,13 +387482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/648" + "$ref": "https://ils.rero.ch/api/documents/648" } }, { @@ -387496,13 +387496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/648" + "$ref": "https://ils.rero.ch/api/documents/648" } }, { @@ -387510,13 +387510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/648" + "$ref": "https://ils.rero.ch/api/documents/648" } }, { @@ -387524,13 +387524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/647" + "$ref": "https://ils.rero.ch/api/documents/647" } }, { @@ -387538,13 +387538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/647" + "$ref": "https://ils.rero.ch/api/documents/647" } }, { @@ -387552,13 +387552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/646" + "$ref": "https://ils.rero.ch/api/documents/646" } }, { @@ -387566,13 +387566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/645" + "$ref": "https://ils.rero.ch/api/documents/645" } }, { @@ -387580,13 +387580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/645" + "$ref": "https://ils.rero.ch/api/documents/645" } }, { @@ -387594,13 +387594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/645" + "$ref": "https://ils.rero.ch/api/documents/645" } }, { @@ -387608,13 +387608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/645" + "$ref": "https://ils.rero.ch/api/documents/645" } }, { @@ -387622,13 +387622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/644" + "$ref": "https://ils.rero.ch/api/documents/644" } }, { @@ -387636,13 +387636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/644" + "$ref": "https://ils.rero.ch/api/documents/644" } }, { @@ -387650,13 +387650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/644" + "$ref": "https://ils.rero.ch/api/documents/644" } }, { @@ -387664,13 +387664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/644" + "$ref": "https://ils.rero.ch/api/documents/644" } }, { @@ -387678,13 +387678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/644" + "$ref": "https://ils.rero.ch/api/documents/644" } }, { @@ -387692,13 +387692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/643" + "$ref": "https://ils.rero.ch/api/documents/643" } }, { @@ -387706,13 +387706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/643" + "$ref": "https://ils.rero.ch/api/documents/643" } }, { @@ -387720,13 +387720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/643" + "$ref": "https://ils.rero.ch/api/documents/643" } }, { @@ -387734,13 +387734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/643" + "$ref": "https://ils.rero.ch/api/documents/643" } }, { @@ -387748,13 +387748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/642" + "$ref": "https://ils.rero.ch/api/documents/642" } }, { @@ -387762,13 +387762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/641" + "$ref": "https://ils.rero.ch/api/documents/641" } }, { @@ -387776,13 +387776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/641" + "$ref": "https://ils.rero.ch/api/documents/641" } }, { @@ -387790,13 +387790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/641" + "$ref": "https://ils.rero.ch/api/documents/641" } }, { @@ -387804,13 +387804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/640" + "$ref": "https://ils.rero.ch/api/documents/640" } }, { @@ -387818,13 +387818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/640" + "$ref": "https://ils.rero.ch/api/documents/640" } }, { @@ -387832,13 +387832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/640" + "$ref": "https://ils.rero.ch/api/documents/640" } }, { @@ -387846,13 +387846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/640" + "$ref": "https://ils.rero.ch/api/documents/640" } }, { @@ -387860,13 +387860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/639" + "$ref": "https://ils.rero.ch/api/documents/639" } }, { @@ -387874,13 +387874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/639" + "$ref": "https://ils.rero.ch/api/documents/639" } }, { @@ -387888,13 +387888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/638" + "$ref": "https://ils.rero.ch/api/documents/638" } }, { @@ -387902,13 +387902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/638" + "$ref": "https://ils.rero.ch/api/documents/638" } }, { @@ -387916,13 +387916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/637" + "$ref": "https://ils.rero.ch/api/documents/637" } }, { @@ -387930,13 +387930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/637" + "$ref": "https://ils.rero.ch/api/documents/637" } }, { @@ -387944,13 +387944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/637" + "$ref": "https://ils.rero.ch/api/documents/637" } }, { @@ -387958,13 +387958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/637" + "$ref": "https://ils.rero.ch/api/documents/637" } }, { @@ -387972,13 +387972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/636" + "$ref": "https://ils.rero.ch/api/documents/636" } }, { @@ -387986,13 +387986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/635" + "$ref": "https://ils.rero.ch/api/documents/635" } }, { @@ -388000,13 +388000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/635" + "$ref": "https://ils.rero.ch/api/documents/635" } }, { @@ -388014,13 +388014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/635" + "$ref": "https://ils.rero.ch/api/documents/635" } }, { @@ -388028,13 +388028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/634" + "$ref": "https://ils.rero.ch/api/documents/634" } }, { @@ -388042,13 +388042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/634" + "$ref": "https://ils.rero.ch/api/documents/634" } }, { @@ -388056,13 +388056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/634" + "$ref": "https://ils.rero.ch/api/documents/634" } }, { @@ -388070,13 +388070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/633" + "$ref": "https://ils.rero.ch/api/documents/633" } }, { @@ -388084,13 +388084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/633" + "$ref": "https://ils.rero.ch/api/documents/633" } }, { @@ -388098,13 +388098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/632" + "$ref": "https://ils.rero.ch/api/documents/632" } }, { @@ -388112,13 +388112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/632" + "$ref": "https://ils.rero.ch/api/documents/632" } }, { @@ -388126,13 +388126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/632" + "$ref": "https://ils.rero.ch/api/documents/632" } }, { @@ -388140,13 +388140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/632" + "$ref": "https://ils.rero.ch/api/documents/632" } }, { @@ -388154,13 +388154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/632" + "$ref": "https://ils.rero.ch/api/documents/632" } }, { @@ -388168,13 +388168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/631" + "$ref": "https://ils.rero.ch/api/documents/631" } }, { @@ -388182,13 +388182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/631" + "$ref": "https://ils.rero.ch/api/documents/631" } }, { @@ -388196,13 +388196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/631" + "$ref": "https://ils.rero.ch/api/documents/631" } }, { @@ -388210,13 +388210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/631" + "$ref": "https://ils.rero.ch/api/documents/631" } }, { @@ -388224,13 +388224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/631" + "$ref": "https://ils.rero.ch/api/documents/631" } }, { @@ -388238,13 +388238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/630" + "$ref": "https://ils.rero.ch/api/documents/630" } }, { @@ -388252,13 +388252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/630" + "$ref": "https://ils.rero.ch/api/documents/630" } }, { @@ -388266,13 +388266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/630" + "$ref": "https://ils.rero.ch/api/documents/630" } }, { @@ -388280,13 +388280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/629" + "$ref": "https://ils.rero.ch/api/documents/629" } }, { @@ -388294,13 +388294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/629" + "$ref": "https://ils.rero.ch/api/documents/629" } }, { @@ -388308,13 +388308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/629" + "$ref": "https://ils.rero.ch/api/documents/629" } }, { @@ -388322,13 +388322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/629" + "$ref": "https://ils.rero.ch/api/documents/629" } }, { @@ -388336,13 +388336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/629" + "$ref": "https://ils.rero.ch/api/documents/629" } }, { @@ -388350,13 +388350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/628" + "$ref": "https://ils.rero.ch/api/documents/628" } }, { @@ -388364,13 +388364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/627" + "$ref": "https://ils.rero.ch/api/documents/627" } }, { @@ -388378,13 +388378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/627" + "$ref": "https://ils.rero.ch/api/documents/627" } }, { @@ -388392,13 +388392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/627" + "$ref": "https://ils.rero.ch/api/documents/627" } }, { @@ -388406,13 +388406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/627" + "$ref": "https://ils.rero.ch/api/documents/627" } }, { @@ -388420,13 +388420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/626" + "$ref": "https://ils.rero.ch/api/documents/626" } }, { @@ -388434,13 +388434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/626" + "$ref": "https://ils.rero.ch/api/documents/626" } }, { @@ -388448,13 +388448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/626" + "$ref": "https://ils.rero.ch/api/documents/626" } }, { @@ -388462,13 +388462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/626" + "$ref": "https://ils.rero.ch/api/documents/626" } }, { @@ -388476,13 +388476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/625" + "$ref": "https://ils.rero.ch/api/documents/625" } }, { @@ -388490,13 +388490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/625" + "$ref": "https://ils.rero.ch/api/documents/625" } }, { @@ -388504,13 +388504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/625" + "$ref": "https://ils.rero.ch/api/documents/625" } }, { @@ -388518,13 +388518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/625" + "$ref": "https://ils.rero.ch/api/documents/625" } }, { @@ -388532,13 +388532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/625" + "$ref": "https://ils.rero.ch/api/documents/625" } }, { @@ -388546,13 +388546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/624" + "$ref": "https://ils.rero.ch/api/documents/624" } }, { @@ -388560,13 +388560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/624" + "$ref": "https://ils.rero.ch/api/documents/624" } }, { @@ -388574,13 +388574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/624" + "$ref": "https://ils.rero.ch/api/documents/624" } }, { @@ -388588,13 +388588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/624" + "$ref": "https://ils.rero.ch/api/documents/624" } }, { @@ -388602,13 +388602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/624" + "$ref": "https://ils.rero.ch/api/documents/624" } }, { @@ -388616,13 +388616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/623" + "$ref": "https://ils.rero.ch/api/documents/623" } }, { @@ -388630,13 +388630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/623" + "$ref": "https://ils.rero.ch/api/documents/623" } }, { @@ -388644,13 +388644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/622" + "$ref": "https://ils.rero.ch/api/documents/622" } }, { @@ -388658,13 +388658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/622" + "$ref": "https://ils.rero.ch/api/documents/622" } }, { @@ -388672,13 +388672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/621" + "$ref": "https://ils.rero.ch/api/documents/621" } }, { @@ -388686,13 +388686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/621" + "$ref": "https://ils.rero.ch/api/documents/621" } }, { @@ -388700,13 +388700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/620" + "$ref": "https://ils.rero.ch/api/documents/620" } }, { @@ -388714,13 +388714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/620" + "$ref": "https://ils.rero.ch/api/documents/620" } }, { @@ -388728,13 +388728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/620" + "$ref": "https://ils.rero.ch/api/documents/620" } }, { @@ -388742,13 +388742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/620" + "$ref": "https://ils.rero.ch/api/documents/620" } }, { @@ -388756,13 +388756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/620" + "$ref": "https://ils.rero.ch/api/documents/620" } }, { @@ -388770,13 +388770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/619" + "$ref": "https://ils.rero.ch/api/documents/619" } }, { @@ -388784,13 +388784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/619" + "$ref": "https://ils.rero.ch/api/documents/619" } }, { @@ -388798,13 +388798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/619" + "$ref": "https://ils.rero.ch/api/documents/619" } }, { @@ -388812,13 +388812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/619" + "$ref": "https://ils.rero.ch/api/documents/619" } }, { @@ -388826,13 +388826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/619" + "$ref": "https://ils.rero.ch/api/documents/619" } }, { @@ -388840,13 +388840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/618" + "$ref": "https://ils.rero.ch/api/documents/618" } }, { @@ -388854,13 +388854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/617" + "$ref": "https://ils.rero.ch/api/documents/617" } }, { @@ -388868,13 +388868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/617" + "$ref": "https://ils.rero.ch/api/documents/617" } }, { @@ -388882,13 +388882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/617" + "$ref": "https://ils.rero.ch/api/documents/617" } }, { @@ -388896,13 +388896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/617" + "$ref": "https://ils.rero.ch/api/documents/617" } }, { @@ -388910,13 +388910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/617" + "$ref": "https://ils.rero.ch/api/documents/617" } }, { @@ -388924,13 +388924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/616" + "$ref": "https://ils.rero.ch/api/documents/616" } }, { @@ -388938,13 +388938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/616" + "$ref": "https://ils.rero.ch/api/documents/616" } }, { @@ -388952,13 +388952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/616" + "$ref": "https://ils.rero.ch/api/documents/616" } }, { @@ -388966,13 +388966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/616" + "$ref": "https://ils.rero.ch/api/documents/616" } }, { @@ -388980,13 +388980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/616" + "$ref": "https://ils.rero.ch/api/documents/616" } }, { @@ -388994,13 +388994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/615" + "$ref": "https://ils.rero.ch/api/documents/615" } }, { @@ -389008,13 +389008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/614" + "$ref": "https://ils.rero.ch/api/documents/614" } }, { @@ -389022,13 +389022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/614" + "$ref": "https://ils.rero.ch/api/documents/614" } }, { @@ -389036,13 +389036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/614" + "$ref": "https://ils.rero.ch/api/documents/614" } }, { @@ -389050,13 +389050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/614" + "$ref": "https://ils.rero.ch/api/documents/614" } }, { @@ -389064,13 +389064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/613" + "$ref": "https://ils.rero.ch/api/documents/613" } }, { @@ -389078,13 +389078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/613" + "$ref": "https://ils.rero.ch/api/documents/613" } }, { @@ -389092,13 +389092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/613" + "$ref": "https://ils.rero.ch/api/documents/613" } }, { @@ -389106,13 +389106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/612" + "$ref": "https://ils.rero.ch/api/documents/612" } }, { @@ -389120,13 +389120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/612" + "$ref": "https://ils.rero.ch/api/documents/612" } }, { @@ -389134,13 +389134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/612" + "$ref": "https://ils.rero.ch/api/documents/612" } }, { @@ -389148,13 +389148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/612" + "$ref": "https://ils.rero.ch/api/documents/612" } }, { @@ -389162,13 +389162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/612" + "$ref": "https://ils.rero.ch/api/documents/612" } }, { @@ -389176,13 +389176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/611" + "$ref": "https://ils.rero.ch/api/documents/611" } }, { @@ -389190,13 +389190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/611" + "$ref": "https://ils.rero.ch/api/documents/611" } }, { @@ -389204,13 +389204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/611" + "$ref": "https://ils.rero.ch/api/documents/611" } }, { @@ -389218,13 +389218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/610" + "$ref": "https://ils.rero.ch/api/documents/610" } }, { @@ -389232,13 +389232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/610" + "$ref": "https://ils.rero.ch/api/documents/610" } }, { @@ -389246,13 +389246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/610" + "$ref": "https://ils.rero.ch/api/documents/610" } }, { @@ -389260,13 +389260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/610" + "$ref": "https://ils.rero.ch/api/documents/610" } }, { @@ -389274,13 +389274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/610" + "$ref": "https://ils.rero.ch/api/documents/610" } }, { @@ -389288,13 +389288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/609" + "$ref": "https://ils.rero.ch/api/documents/609" } }, { @@ -389302,13 +389302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/609" + "$ref": "https://ils.rero.ch/api/documents/609" } }, { @@ -389316,13 +389316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/609" + "$ref": "https://ils.rero.ch/api/documents/609" } }, { @@ -389330,13 +389330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/608" + "$ref": "https://ils.rero.ch/api/documents/608" } }, { @@ -389344,13 +389344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/607" + "$ref": "https://ils.rero.ch/api/documents/607" } }, { @@ -389358,13 +389358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/607" + "$ref": "https://ils.rero.ch/api/documents/607" } }, { @@ -389372,13 +389372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/607" + "$ref": "https://ils.rero.ch/api/documents/607" } }, { @@ -389386,13 +389386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/607" + "$ref": "https://ils.rero.ch/api/documents/607" } }, { @@ -389400,13 +389400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/606" + "$ref": "https://ils.rero.ch/api/documents/606" } }, { @@ -389414,13 +389414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/605" + "$ref": "https://ils.rero.ch/api/documents/605" } }, { @@ -389428,13 +389428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/604" + "$ref": "https://ils.rero.ch/api/documents/604" } }, { @@ -389442,13 +389442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/604" + "$ref": "https://ils.rero.ch/api/documents/604" } }, { @@ -389456,13 +389456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/603" + "$ref": "https://ils.rero.ch/api/documents/603" } }, { @@ -389470,13 +389470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/603" + "$ref": "https://ils.rero.ch/api/documents/603" } }, { @@ -389484,13 +389484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/603" + "$ref": "https://ils.rero.ch/api/documents/603" } }, { @@ -389498,13 +389498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/603" + "$ref": "https://ils.rero.ch/api/documents/603" } }, { @@ -389512,13 +389512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/602" + "$ref": "https://ils.rero.ch/api/documents/602" } }, { @@ -389526,13 +389526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/602" + "$ref": "https://ils.rero.ch/api/documents/602" } }, { @@ -389540,13 +389540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/602" + "$ref": "https://ils.rero.ch/api/documents/602" } }, { @@ -389554,13 +389554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/602" + "$ref": "https://ils.rero.ch/api/documents/602" } }, { @@ -389568,13 +389568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/601" + "$ref": "https://ils.rero.ch/api/documents/601" } }, { @@ -389582,13 +389582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/601" + "$ref": "https://ils.rero.ch/api/documents/601" } }, { @@ -389596,13 +389596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/601" + "$ref": "https://ils.rero.ch/api/documents/601" } }, { @@ -389610,13 +389610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/600" + "$ref": "https://ils.rero.ch/api/documents/600" } }, { @@ -389624,13 +389624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/600" + "$ref": "https://ils.rero.ch/api/documents/600" } }, { @@ -389638,13 +389638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/600" + "$ref": "https://ils.rero.ch/api/documents/600" } }, { @@ -389652,13 +389652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/599" + "$ref": "https://ils.rero.ch/api/documents/599" } }, { @@ -389666,13 +389666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/599" + "$ref": "https://ils.rero.ch/api/documents/599" } }, { @@ -389680,13 +389680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/599" + "$ref": "https://ils.rero.ch/api/documents/599" } }, { @@ -389694,13 +389694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/599" + "$ref": "https://ils.rero.ch/api/documents/599" } }, { @@ -389708,13 +389708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/599" + "$ref": "https://ils.rero.ch/api/documents/599" } }, { @@ -389722,13 +389722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/598" + "$ref": "https://ils.rero.ch/api/documents/598" } }, { @@ -389736,13 +389736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/597" + "$ref": "https://ils.rero.ch/api/documents/597" } }, { @@ -389750,13 +389750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/597" + "$ref": "https://ils.rero.ch/api/documents/597" } }, { @@ -389764,13 +389764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/597" + "$ref": "https://ils.rero.ch/api/documents/597" } }, { @@ -389778,13 +389778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/596" + "$ref": "https://ils.rero.ch/api/documents/596" } }, { @@ -389792,13 +389792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/596" + "$ref": "https://ils.rero.ch/api/documents/596" } }, { @@ -389806,13 +389806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/596" + "$ref": "https://ils.rero.ch/api/documents/596" } }, { @@ -389820,13 +389820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/595" + "$ref": "https://ils.rero.ch/api/documents/595" } }, { @@ -389834,13 +389834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/595" + "$ref": "https://ils.rero.ch/api/documents/595" } }, { @@ -389848,13 +389848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/595" + "$ref": "https://ils.rero.ch/api/documents/595" } }, { @@ -389862,13 +389862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/595" + "$ref": "https://ils.rero.ch/api/documents/595" } }, { @@ -389876,13 +389876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/595" + "$ref": "https://ils.rero.ch/api/documents/595" } }, { @@ -389890,13 +389890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/594" + "$ref": "https://ils.rero.ch/api/documents/594" } }, { @@ -389904,13 +389904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/594" + "$ref": "https://ils.rero.ch/api/documents/594" } }, { @@ -389918,13 +389918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/593" + "$ref": "https://ils.rero.ch/api/documents/593" } }, { @@ -389932,13 +389932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/592" + "$ref": "https://ils.rero.ch/api/documents/592" } }, { @@ -389946,13 +389946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/591" + "$ref": "https://ils.rero.ch/api/documents/591" } }, { @@ -389960,13 +389960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/591" + "$ref": "https://ils.rero.ch/api/documents/591" } }, { @@ -389974,13 +389974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/591" + "$ref": "https://ils.rero.ch/api/documents/591" } }, { @@ -389988,13 +389988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/590" + "$ref": "https://ils.rero.ch/api/documents/590" } }, { @@ -390002,13 +390002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/589" + "$ref": "https://ils.rero.ch/api/documents/589" } }, { @@ -390016,13 +390016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/589" + "$ref": "https://ils.rero.ch/api/documents/589" } }, { @@ -390030,13 +390030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/589" + "$ref": "https://ils.rero.ch/api/documents/589" } }, { @@ -390044,13 +390044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/589" + "$ref": "https://ils.rero.ch/api/documents/589" } }, { @@ -390058,13 +390058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/589" + "$ref": "https://ils.rero.ch/api/documents/589" } }, { @@ -390072,13 +390072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/588" + "$ref": "https://ils.rero.ch/api/documents/588" } }, { @@ -390086,13 +390086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/588" + "$ref": "https://ils.rero.ch/api/documents/588" } }, { @@ -390100,13 +390100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/588" + "$ref": "https://ils.rero.ch/api/documents/588" } }, { @@ -390114,13 +390114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/587" + "$ref": "https://ils.rero.ch/api/documents/587" } }, { @@ -390128,13 +390128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/587" + "$ref": "https://ils.rero.ch/api/documents/587" } }, { @@ -390142,13 +390142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/586" + "$ref": "https://ils.rero.ch/api/documents/586" } }, { @@ -390156,13 +390156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/586" + "$ref": "https://ils.rero.ch/api/documents/586" } }, { @@ -390170,13 +390170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/586" + "$ref": "https://ils.rero.ch/api/documents/586" } }, { @@ -390184,13 +390184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/585" + "$ref": "https://ils.rero.ch/api/documents/585" } }, { @@ -390198,13 +390198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/585" + "$ref": "https://ils.rero.ch/api/documents/585" } }, { @@ -390212,13 +390212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/584" + "$ref": "https://ils.rero.ch/api/documents/584" } }, { @@ -390226,13 +390226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/583" + "$ref": "https://ils.rero.ch/api/documents/583" } }, { @@ -390240,13 +390240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/582" + "$ref": "https://ils.rero.ch/api/documents/582" } }, { @@ -390254,13 +390254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/582" + "$ref": "https://ils.rero.ch/api/documents/582" } }, { @@ -390268,13 +390268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/581" + "$ref": "https://ils.rero.ch/api/documents/581" } }, { @@ -390282,13 +390282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/581" + "$ref": "https://ils.rero.ch/api/documents/581" } }, { @@ -390296,13 +390296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/581" + "$ref": "https://ils.rero.ch/api/documents/581" } }, { @@ -390310,13 +390310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/581" + "$ref": "https://ils.rero.ch/api/documents/581" } }, { @@ -390324,13 +390324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/580" + "$ref": "https://ils.rero.ch/api/documents/580" } }, { @@ -390338,13 +390338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/580" + "$ref": "https://ils.rero.ch/api/documents/580" } }, { @@ -390352,13 +390352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/580" + "$ref": "https://ils.rero.ch/api/documents/580" } }, { @@ -390366,13 +390366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/579" + "$ref": "https://ils.rero.ch/api/documents/579" } }, { @@ -390380,13 +390380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/579" + "$ref": "https://ils.rero.ch/api/documents/579" } }, { @@ -390394,13 +390394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/578" + "$ref": "https://ils.rero.ch/api/documents/578" } }, { @@ -390408,13 +390408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/577" + "$ref": "https://ils.rero.ch/api/documents/577" } }, { @@ -390422,13 +390422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/577" + "$ref": "https://ils.rero.ch/api/documents/577" } }, { @@ -390436,13 +390436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/577" + "$ref": "https://ils.rero.ch/api/documents/577" } }, { @@ -390450,13 +390450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/577" + "$ref": "https://ils.rero.ch/api/documents/577" } }, { @@ -390464,13 +390464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/576" + "$ref": "https://ils.rero.ch/api/documents/576" } }, { @@ -390478,13 +390478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/576" + "$ref": "https://ils.rero.ch/api/documents/576" } }, { @@ -390492,13 +390492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/576" + "$ref": "https://ils.rero.ch/api/documents/576" } }, { @@ -390506,13 +390506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/575" + "$ref": "https://ils.rero.ch/api/documents/575" } }, { @@ -390520,13 +390520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/574" + "$ref": "https://ils.rero.ch/api/documents/574" } }, { @@ -390534,13 +390534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/574" + "$ref": "https://ils.rero.ch/api/documents/574" } }, { @@ -390548,13 +390548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/574" + "$ref": "https://ils.rero.ch/api/documents/574" } }, { @@ -390562,13 +390562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/573" + "$ref": "https://ils.rero.ch/api/documents/573" } }, { @@ -390576,13 +390576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/573" + "$ref": "https://ils.rero.ch/api/documents/573" } }, { @@ -390590,13 +390590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/572" + "$ref": "https://ils.rero.ch/api/documents/572" } }, { @@ -390604,13 +390604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/572" + "$ref": "https://ils.rero.ch/api/documents/572" } }, { @@ -390618,13 +390618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/572" + "$ref": "https://ils.rero.ch/api/documents/572" } }, { @@ -390632,13 +390632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/572" + "$ref": "https://ils.rero.ch/api/documents/572" } }, { @@ -390646,13 +390646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/571" + "$ref": "https://ils.rero.ch/api/documents/571" } }, { @@ -390660,13 +390660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/571" + "$ref": "https://ils.rero.ch/api/documents/571" } }, { @@ -390674,13 +390674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/571" + "$ref": "https://ils.rero.ch/api/documents/571" } }, { @@ -390688,13 +390688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/571" + "$ref": "https://ils.rero.ch/api/documents/571" } }, { @@ -390702,13 +390702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/570" + "$ref": "https://ils.rero.ch/api/documents/570" } }, { @@ -390716,13 +390716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/570" + "$ref": "https://ils.rero.ch/api/documents/570" } }, { @@ -390730,13 +390730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/569" + "$ref": "https://ils.rero.ch/api/documents/569" } }, { @@ -390744,13 +390744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/568" + "$ref": "https://ils.rero.ch/api/documents/568" } }, { @@ -390758,13 +390758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/568" + "$ref": "https://ils.rero.ch/api/documents/568" } }, { @@ -390772,13 +390772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/568" + "$ref": "https://ils.rero.ch/api/documents/568" } }, { @@ -390786,13 +390786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/568" + "$ref": "https://ils.rero.ch/api/documents/568" } }, { @@ -390800,13 +390800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/568" + "$ref": "https://ils.rero.ch/api/documents/568" } }, { @@ -390814,13 +390814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/567" + "$ref": "https://ils.rero.ch/api/documents/567" } }, { @@ -390828,13 +390828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/567" + "$ref": "https://ils.rero.ch/api/documents/567" } }, { @@ -390842,13 +390842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/566" + "$ref": "https://ils.rero.ch/api/documents/566" } }, { @@ -390856,13 +390856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/566" + "$ref": "https://ils.rero.ch/api/documents/566" } }, { @@ -390870,13 +390870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/566" + "$ref": "https://ils.rero.ch/api/documents/566" } }, { @@ -390884,13 +390884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/565" + "$ref": "https://ils.rero.ch/api/documents/565" } }, { @@ -390898,13 +390898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/565" + "$ref": "https://ils.rero.ch/api/documents/565" } }, { @@ -390912,13 +390912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/565" + "$ref": "https://ils.rero.ch/api/documents/565" } }, { @@ -390926,13 +390926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/565" + "$ref": "https://ils.rero.ch/api/documents/565" } }, { @@ -390940,13 +390940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/564" + "$ref": "https://ils.rero.ch/api/documents/564" } }, { @@ -390954,13 +390954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/564" + "$ref": "https://ils.rero.ch/api/documents/564" } }, { @@ -390968,13 +390968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/564" + "$ref": "https://ils.rero.ch/api/documents/564" } }, { @@ -390982,13 +390982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/563" + "$ref": "https://ils.rero.ch/api/documents/563" } }, { @@ -390996,13 +390996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/562" + "$ref": "https://ils.rero.ch/api/documents/562" } }, { @@ -391010,13 +391010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/562" + "$ref": "https://ils.rero.ch/api/documents/562" } }, { @@ -391024,13 +391024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/561" + "$ref": "https://ils.rero.ch/api/documents/561" } }, { @@ -391038,13 +391038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/561" + "$ref": "https://ils.rero.ch/api/documents/561" } }, { @@ -391052,13 +391052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/561" + "$ref": "https://ils.rero.ch/api/documents/561" } }, { @@ -391066,13 +391066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/561" + "$ref": "https://ils.rero.ch/api/documents/561" } }, { @@ -391080,13 +391080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/561" + "$ref": "https://ils.rero.ch/api/documents/561" } }, { @@ -391094,13 +391094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/560" + "$ref": "https://ils.rero.ch/api/documents/560" } }, { @@ -391108,13 +391108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/560" + "$ref": "https://ils.rero.ch/api/documents/560" } }, { @@ -391122,13 +391122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/560" + "$ref": "https://ils.rero.ch/api/documents/560" } }, { @@ -391136,13 +391136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/560" + "$ref": "https://ils.rero.ch/api/documents/560" } }, { @@ -391150,13 +391150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/560" + "$ref": "https://ils.rero.ch/api/documents/560" } }, { @@ -391164,13 +391164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/559" + "$ref": "https://ils.rero.ch/api/documents/559" } }, { @@ -391178,13 +391178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/559" + "$ref": "https://ils.rero.ch/api/documents/559" } }, { @@ -391192,13 +391192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/559" + "$ref": "https://ils.rero.ch/api/documents/559" } }, { @@ -391206,13 +391206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/559" + "$ref": "https://ils.rero.ch/api/documents/559" } }, { @@ -391220,13 +391220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/558" + "$ref": "https://ils.rero.ch/api/documents/558" } }, { @@ -391234,13 +391234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/558" + "$ref": "https://ils.rero.ch/api/documents/558" } }, { @@ -391248,13 +391248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/558" + "$ref": "https://ils.rero.ch/api/documents/558" } }, { @@ -391262,13 +391262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/557" + "$ref": "https://ils.rero.ch/api/documents/557" } }, { @@ -391276,13 +391276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/557" + "$ref": "https://ils.rero.ch/api/documents/557" } }, { @@ -391290,13 +391290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/556" + "$ref": "https://ils.rero.ch/api/documents/556" } }, { @@ -391304,13 +391304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/556" + "$ref": "https://ils.rero.ch/api/documents/556" } }, { @@ -391318,13 +391318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/556" + "$ref": "https://ils.rero.ch/api/documents/556" } }, { @@ -391332,13 +391332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/556" + "$ref": "https://ils.rero.ch/api/documents/556" } }, { @@ -391346,13 +391346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/556" + "$ref": "https://ils.rero.ch/api/documents/556" } }, { @@ -391360,13 +391360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/555" + "$ref": "https://ils.rero.ch/api/documents/555" } }, { @@ -391374,13 +391374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/555" + "$ref": "https://ils.rero.ch/api/documents/555" } }, { @@ -391388,13 +391388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/555" + "$ref": "https://ils.rero.ch/api/documents/555" } }, { @@ -391402,13 +391402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/555" + "$ref": "https://ils.rero.ch/api/documents/555" } }, { @@ -391416,13 +391416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/555" + "$ref": "https://ils.rero.ch/api/documents/555" } }, { @@ -391430,13 +391430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/554" + "$ref": "https://ils.rero.ch/api/documents/554" } }, { @@ -391444,13 +391444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/554" + "$ref": "https://ils.rero.ch/api/documents/554" } }, { @@ -391458,13 +391458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/554" + "$ref": "https://ils.rero.ch/api/documents/554" } }, { @@ -391472,13 +391472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/554" + "$ref": "https://ils.rero.ch/api/documents/554" } }, { @@ -391486,13 +391486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/553" + "$ref": "https://ils.rero.ch/api/documents/553" } }, { @@ -391500,13 +391500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/553" + "$ref": "https://ils.rero.ch/api/documents/553" } }, { @@ -391514,13 +391514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/553" + "$ref": "https://ils.rero.ch/api/documents/553" } }, { @@ -391528,13 +391528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/553" + "$ref": "https://ils.rero.ch/api/documents/553" } }, { @@ -391542,13 +391542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/553" + "$ref": "https://ils.rero.ch/api/documents/553" } }, { @@ -391556,13 +391556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/552" + "$ref": "https://ils.rero.ch/api/documents/552" } }, { @@ -391570,13 +391570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/552" + "$ref": "https://ils.rero.ch/api/documents/552" } }, { @@ -391584,13 +391584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/552" + "$ref": "https://ils.rero.ch/api/documents/552" } }, { @@ -391598,13 +391598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/552" + "$ref": "https://ils.rero.ch/api/documents/552" } }, { @@ -391612,13 +391612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/552" + "$ref": "https://ils.rero.ch/api/documents/552" } }, { @@ -391626,13 +391626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/551" + "$ref": "https://ils.rero.ch/api/documents/551" } }, { @@ -391640,13 +391640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/551" + "$ref": "https://ils.rero.ch/api/documents/551" } }, { @@ -391654,13 +391654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/551" + "$ref": "https://ils.rero.ch/api/documents/551" } }, { @@ -391668,13 +391668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/550" + "$ref": "https://ils.rero.ch/api/documents/550" } }, { @@ -391682,13 +391682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/550" + "$ref": "https://ils.rero.ch/api/documents/550" } }, { @@ -391696,13 +391696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/550" + "$ref": "https://ils.rero.ch/api/documents/550" } }, { @@ -391710,13 +391710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/550" + "$ref": "https://ils.rero.ch/api/documents/550" } }, { @@ -391724,13 +391724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/549" + "$ref": "https://ils.rero.ch/api/documents/549" } }, { @@ -391738,13 +391738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/549" + "$ref": "https://ils.rero.ch/api/documents/549" } }, { @@ -391752,13 +391752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/549" + "$ref": "https://ils.rero.ch/api/documents/549" } }, { @@ -391766,13 +391766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/549" + "$ref": "https://ils.rero.ch/api/documents/549" } }, { @@ -391780,13 +391780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/548" + "$ref": "https://ils.rero.ch/api/documents/548" } }, { @@ -391794,13 +391794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/548" + "$ref": "https://ils.rero.ch/api/documents/548" } }, { @@ -391808,13 +391808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/547" + "$ref": "https://ils.rero.ch/api/documents/547" } }, { @@ -391822,13 +391822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/546" + "$ref": "https://ils.rero.ch/api/documents/546" } }, { @@ -391836,13 +391836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/546" + "$ref": "https://ils.rero.ch/api/documents/546" } }, { @@ -391850,13 +391850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/546" + "$ref": "https://ils.rero.ch/api/documents/546" } }, { @@ -391864,13 +391864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/546" + "$ref": "https://ils.rero.ch/api/documents/546" } }, { @@ -391878,13 +391878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/545" + "$ref": "https://ils.rero.ch/api/documents/545" } }, { @@ -391892,13 +391892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/545" + "$ref": "https://ils.rero.ch/api/documents/545" } }, { @@ -391906,13 +391906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/545" + "$ref": "https://ils.rero.ch/api/documents/545" } }, { @@ -391920,13 +391920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/544" + "$ref": "https://ils.rero.ch/api/documents/544" } }, { @@ -391934,13 +391934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/543" + "$ref": "https://ils.rero.ch/api/documents/543" } }, { @@ -391948,13 +391948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/543" + "$ref": "https://ils.rero.ch/api/documents/543" } }, { @@ -391962,13 +391962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/543" + "$ref": "https://ils.rero.ch/api/documents/543" } }, { @@ -391976,13 +391976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/542" + "$ref": "https://ils.rero.ch/api/documents/542" } }, { @@ -391990,13 +391990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/542" + "$ref": "https://ils.rero.ch/api/documents/542" } }, { @@ -392004,13 +392004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/542" + "$ref": "https://ils.rero.ch/api/documents/542" } }, { @@ -392018,13 +392018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/542" + "$ref": "https://ils.rero.ch/api/documents/542" } }, { @@ -392032,13 +392032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/542" + "$ref": "https://ils.rero.ch/api/documents/542" } }, { @@ -392046,13 +392046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/541" + "$ref": "https://ils.rero.ch/api/documents/541" } }, { @@ -392060,13 +392060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/540" + "$ref": "https://ils.rero.ch/api/documents/540" } }, { @@ -392074,13 +392074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/539" + "$ref": "https://ils.rero.ch/api/documents/539" } }, { @@ -392088,13 +392088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/539" + "$ref": "https://ils.rero.ch/api/documents/539" } }, { @@ -392102,13 +392102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/539" + "$ref": "https://ils.rero.ch/api/documents/539" } }, { @@ -392116,13 +392116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/539" + "$ref": "https://ils.rero.ch/api/documents/539" } }, { @@ -392130,13 +392130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/539" + "$ref": "https://ils.rero.ch/api/documents/539" } }, { @@ -392144,13 +392144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/538" + "$ref": "https://ils.rero.ch/api/documents/538" } }, { @@ -392158,13 +392158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/538" + "$ref": "https://ils.rero.ch/api/documents/538" } }, { @@ -392172,13 +392172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/538" + "$ref": "https://ils.rero.ch/api/documents/538" } }, { @@ -392186,13 +392186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/538" + "$ref": "https://ils.rero.ch/api/documents/538" } }, { @@ -392200,13 +392200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/538" + "$ref": "https://ils.rero.ch/api/documents/538" } }, { @@ -392214,13 +392214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/537" + "$ref": "https://ils.rero.ch/api/documents/537" } }, { @@ -392228,13 +392228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/536" + "$ref": "https://ils.rero.ch/api/documents/536" } }, { @@ -392242,13 +392242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/536" + "$ref": "https://ils.rero.ch/api/documents/536" } }, { @@ -392256,13 +392256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/536" + "$ref": "https://ils.rero.ch/api/documents/536" } }, { @@ -392270,13 +392270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/536" + "$ref": "https://ils.rero.ch/api/documents/536" } }, { @@ -392284,13 +392284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/535" + "$ref": "https://ils.rero.ch/api/documents/535" } }, { @@ -392298,13 +392298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/535" + "$ref": "https://ils.rero.ch/api/documents/535" } }, { @@ -392312,13 +392312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/535" + "$ref": "https://ils.rero.ch/api/documents/535" } }, { @@ -392326,13 +392326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/535" + "$ref": "https://ils.rero.ch/api/documents/535" } }, { @@ -392340,13 +392340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/534" + "$ref": "https://ils.rero.ch/api/documents/534" } }, { @@ -392354,13 +392354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/534" + "$ref": "https://ils.rero.ch/api/documents/534" } }, { @@ -392368,13 +392368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/534" + "$ref": "https://ils.rero.ch/api/documents/534" } }, { @@ -392382,13 +392382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/534" + "$ref": "https://ils.rero.ch/api/documents/534" } }, { @@ -392396,13 +392396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/533" + "$ref": "https://ils.rero.ch/api/documents/533" } }, { @@ -392410,13 +392410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/533" + "$ref": "https://ils.rero.ch/api/documents/533" } }, { @@ -392424,13 +392424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/532" + "$ref": "https://ils.rero.ch/api/documents/532" } }, { @@ -392438,13 +392438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/532" + "$ref": "https://ils.rero.ch/api/documents/532" } }, { @@ -392452,13 +392452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/532" + "$ref": "https://ils.rero.ch/api/documents/532" } }, { @@ -392466,13 +392466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/532" + "$ref": "https://ils.rero.ch/api/documents/532" } }, { @@ -392480,13 +392480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/531" + "$ref": "https://ils.rero.ch/api/documents/531" } }, { @@ -392494,13 +392494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/531" + "$ref": "https://ils.rero.ch/api/documents/531" } }, { @@ -392508,13 +392508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/530" + "$ref": "https://ils.rero.ch/api/documents/530" } }, { @@ -392522,13 +392522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/529" + "$ref": "https://ils.rero.ch/api/documents/529" } }, { @@ -392536,13 +392536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/529" + "$ref": "https://ils.rero.ch/api/documents/529" } }, { @@ -392550,13 +392550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/528" + "$ref": "https://ils.rero.ch/api/documents/528" } }, { @@ -392564,13 +392564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/528" + "$ref": "https://ils.rero.ch/api/documents/528" } }, { @@ -392578,13 +392578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/528" + "$ref": "https://ils.rero.ch/api/documents/528" } }, { @@ -392592,13 +392592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/528" + "$ref": "https://ils.rero.ch/api/documents/528" } }, { @@ -392606,13 +392606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/528" + "$ref": "https://ils.rero.ch/api/documents/528" } }, { @@ -392620,13 +392620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/527" + "$ref": "https://ils.rero.ch/api/documents/527" } }, { @@ -392634,13 +392634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/527" + "$ref": "https://ils.rero.ch/api/documents/527" } }, { @@ -392648,13 +392648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/527" + "$ref": "https://ils.rero.ch/api/documents/527" } }, { @@ -392662,13 +392662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/527" + "$ref": "https://ils.rero.ch/api/documents/527" } }, { @@ -392676,13 +392676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/526" + "$ref": "https://ils.rero.ch/api/documents/526" } }, { @@ -392690,13 +392690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/526" + "$ref": "https://ils.rero.ch/api/documents/526" } }, { @@ -392704,13 +392704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/526" + "$ref": "https://ils.rero.ch/api/documents/526" } }, { @@ -392718,13 +392718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/526" + "$ref": "https://ils.rero.ch/api/documents/526" } }, { @@ -392732,13 +392732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/526" + "$ref": "https://ils.rero.ch/api/documents/526" } }, { @@ -392746,13 +392746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/525" + "$ref": "https://ils.rero.ch/api/documents/525" } }, { @@ -392760,13 +392760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/525" + "$ref": "https://ils.rero.ch/api/documents/525" } }, { @@ -392774,13 +392774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/525" + "$ref": "https://ils.rero.ch/api/documents/525" } }, { @@ -392788,13 +392788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/524" + "$ref": "https://ils.rero.ch/api/documents/524" } }, { @@ -392802,13 +392802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/524" + "$ref": "https://ils.rero.ch/api/documents/524" } }, { @@ -392816,13 +392816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/524" + "$ref": "https://ils.rero.ch/api/documents/524" } }, { @@ -392830,13 +392830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/523" + "$ref": "https://ils.rero.ch/api/documents/523" } }, { @@ -392844,13 +392844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/523" + "$ref": "https://ils.rero.ch/api/documents/523" } }, { @@ -392858,13 +392858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/522" + "$ref": "https://ils.rero.ch/api/documents/522" } }, { @@ -392872,13 +392872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/522" + "$ref": "https://ils.rero.ch/api/documents/522" } }, { @@ -392886,13 +392886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/521" + "$ref": "https://ils.rero.ch/api/documents/521" } }, { @@ -392900,13 +392900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/521" + "$ref": "https://ils.rero.ch/api/documents/521" } }, { @@ -392914,13 +392914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/521" + "$ref": "https://ils.rero.ch/api/documents/521" } }, { @@ -392928,13 +392928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/521" + "$ref": "https://ils.rero.ch/api/documents/521" } }, { @@ -392942,13 +392942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/520" + "$ref": "https://ils.rero.ch/api/documents/520" } }, { @@ -392956,13 +392956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/520" + "$ref": "https://ils.rero.ch/api/documents/520" } }, { @@ -392970,13 +392970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/520" + "$ref": "https://ils.rero.ch/api/documents/520" } }, { @@ -392984,13 +392984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/519" + "$ref": "https://ils.rero.ch/api/documents/519" } }, { @@ -392998,13 +392998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/519" + "$ref": "https://ils.rero.ch/api/documents/519" } }, { @@ -393012,13 +393012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/519" + "$ref": "https://ils.rero.ch/api/documents/519" } }, { @@ -393026,13 +393026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/519" + "$ref": "https://ils.rero.ch/api/documents/519" } }, { @@ -393040,13 +393040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/518" + "$ref": "https://ils.rero.ch/api/documents/518" } }, { @@ -393054,13 +393054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/518" + "$ref": "https://ils.rero.ch/api/documents/518" } }, { @@ -393068,13 +393068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/518" + "$ref": "https://ils.rero.ch/api/documents/518" } }, { @@ -393082,13 +393082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/518" + "$ref": "https://ils.rero.ch/api/documents/518" } }, { @@ -393096,13 +393096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/517" + "$ref": "https://ils.rero.ch/api/documents/517" } }, { @@ -393110,13 +393110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/517" + "$ref": "https://ils.rero.ch/api/documents/517" } }, { @@ -393124,13 +393124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/516" + "$ref": "https://ils.rero.ch/api/documents/516" } }, { @@ -393138,13 +393138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/516" + "$ref": "https://ils.rero.ch/api/documents/516" } }, { @@ -393152,13 +393152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/515" + "$ref": "https://ils.rero.ch/api/documents/515" } }, { @@ -393166,13 +393166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/515" + "$ref": "https://ils.rero.ch/api/documents/515" } }, { @@ -393180,13 +393180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/515" + "$ref": "https://ils.rero.ch/api/documents/515" } }, { @@ -393194,13 +393194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/514" + "$ref": "https://ils.rero.ch/api/documents/514" } }, { @@ -393208,13 +393208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/513" + "$ref": "https://ils.rero.ch/api/documents/513" } }, { @@ -393222,13 +393222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/512" + "$ref": "https://ils.rero.ch/api/documents/512" } }, { @@ -393236,13 +393236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/512" + "$ref": "https://ils.rero.ch/api/documents/512" } }, { @@ -393250,13 +393250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/512" + "$ref": "https://ils.rero.ch/api/documents/512" } }, { @@ -393264,13 +393264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/512" + "$ref": "https://ils.rero.ch/api/documents/512" } }, { @@ -393278,13 +393278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/511" + "$ref": "https://ils.rero.ch/api/documents/511" } }, { @@ -393292,13 +393292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/511" + "$ref": "https://ils.rero.ch/api/documents/511" } }, { @@ -393306,13 +393306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/511" + "$ref": "https://ils.rero.ch/api/documents/511" } }, { @@ -393320,13 +393320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/511" + "$ref": "https://ils.rero.ch/api/documents/511" } }, { @@ -393334,13 +393334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/511" + "$ref": "https://ils.rero.ch/api/documents/511" } }, { @@ -393348,13 +393348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/510" + "$ref": "https://ils.rero.ch/api/documents/510" } }, { @@ -393362,13 +393362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/510" + "$ref": "https://ils.rero.ch/api/documents/510" } }, { @@ -393376,13 +393376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/510" + "$ref": "https://ils.rero.ch/api/documents/510" } }, { @@ -393390,13 +393390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/510" + "$ref": "https://ils.rero.ch/api/documents/510" } }, { @@ -393404,13 +393404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/509" + "$ref": "https://ils.rero.ch/api/documents/509" } }, { @@ -393418,13 +393418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/509" + "$ref": "https://ils.rero.ch/api/documents/509" } }, { @@ -393432,13 +393432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/509" + "$ref": "https://ils.rero.ch/api/documents/509" } }, { @@ -393446,13 +393446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/509" + "$ref": "https://ils.rero.ch/api/documents/509" } }, { @@ -393460,13 +393460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/509" + "$ref": "https://ils.rero.ch/api/documents/509" } }, { @@ -393474,13 +393474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/508" + "$ref": "https://ils.rero.ch/api/documents/508" } }, { @@ -393488,13 +393488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/508" + "$ref": "https://ils.rero.ch/api/documents/508" } }, { @@ -393502,13 +393502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/508" + "$ref": "https://ils.rero.ch/api/documents/508" } }, { @@ -393516,13 +393516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/507" + "$ref": "https://ils.rero.ch/api/documents/507" } }, { @@ -393530,13 +393530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/507" + "$ref": "https://ils.rero.ch/api/documents/507" } }, { @@ -393544,13 +393544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/507" + "$ref": "https://ils.rero.ch/api/documents/507" } }, { @@ -393558,13 +393558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/506" + "$ref": "https://ils.rero.ch/api/documents/506" } }, { @@ -393572,13 +393572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/506" + "$ref": "https://ils.rero.ch/api/documents/506" } }, { @@ -393586,13 +393586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/506" + "$ref": "https://ils.rero.ch/api/documents/506" } }, { @@ -393600,13 +393600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/506" + "$ref": "https://ils.rero.ch/api/documents/506" } }, { @@ -393614,13 +393614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/505" + "$ref": "https://ils.rero.ch/api/documents/505" } }, { @@ -393628,13 +393628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/505" + "$ref": "https://ils.rero.ch/api/documents/505" } }, { @@ -393642,13 +393642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/505" + "$ref": "https://ils.rero.ch/api/documents/505" } }, { @@ -393656,13 +393656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/504" + "$ref": "https://ils.rero.ch/api/documents/504" } }, { @@ -393670,13 +393670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/504" + "$ref": "https://ils.rero.ch/api/documents/504" } }, { @@ -393684,13 +393684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/504" + "$ref": "https://ils.rero.ch/api/documents/504" } }, { @@ -393698,13 +393698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/504" + "$ref": "https://ils.rero.ch/api/documents/504" } }, { @@ -393712,13 +393712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/503" + "$ref": "https://ils.rero.ch/api/documents/503" } }, { @@ -393726,13 +393726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/502" + "$ref": "https://ils.rero.ch/api/documents/502" } }, { @@ -393740,13 +393740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/502" + "$ref": "https://ils.rero.ch/api/documents/502" } }, { @@ -393754,13 +393754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/502" + "$ref": "https://ils.rero.ch/api/documents/502" } }, { @@ -393768,13 +393768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/502" + "$ref": "https://ils.rero.ch/api/documents/502" } }, { @@ -393782,13 +393782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/502" + "$ref": "https://ils.rero.ch/api/documents/502" } }, { @@ -393796,13 +393796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/501" + "$ref": "https://ils.rero.ch/api/documents/501" } }, { @@ -393810,13 +393810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/500" + "$ref": "https://ils.rero.ch/api/documents/500" } }, { @@ -393824,13 +393824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/500" + "$ref": "https://ils.rero.ch/api/documents/500" } }, { @@ -393838,13 +393838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/500" + "$ref": "https://ils.rero.ch/api/documents/500" } }, { @@ -393852,13 +393852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/499" + "$ref": "https://ils.rero.ch/api/documents/499" } }, { @@ -393866,13 +393866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/499" + "$ref": "https://ils.rero.ch/api/documents/499" } }, { @@ -393880,13 +393880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/499" + "$ref": "https://ils.rero.ch/api/documents/499" } }, { @@ -393894,13 +393894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/498" + "$ref": "https://ils.rero.ch/api/documents/498" } }, { @@ -393908,13 +393908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/498" + "$ref": "https://ils.rero.ch/api/documents/498" } }, { @@ -393922,13 +393922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/498" + "$ref": "https://ils.rero.ch/api/documents/498" } }, { @@ -393936,13 +393936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/498" + "$ref": "https://ils.rero.ch/api/documents/498" } }, { @@ -393950,13 +393950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/497" + "$ref": "https://ils.rero.ch/api/documents/497" } }, { @@ -393964,13 +393964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/497" + "$ref": "https://ils.rero.ch/api/documents/497" } }, { @@ -393978,13 +393978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/496" + "$ref": "https://ils.rero.ch/api/documents/496" } }, { @@ -393992,13 +393992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/495" + "$ref": "https://ils.rero.ch/api/documents/495" } }, { @@ -394006,13 +394006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/495" + "$ref": "https://ils.rero.ch/api/documents/495" } }, { @@ -394020,13 +394020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/495" + "$ref": "https://ils.rero.ch/api/documents/495" } }, { @@ -394034,13 +394034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/494" + "$ref": "https://ils.rero.ch/api/documents/494" } }, { @@ -394048,13 +394048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/494" + "$ref": "https://ils.rero.ch/api/documents/494" } }, { @@ -394062,13 +394062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/494" + "$ref": "https://ils.rero.ch/api/documents/494" } }, { @@ -394076,13 +394076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/494" + "$ref": "https://ils.rero.ch/api/documents/494" } }, { @@ -394090,13 +394090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/493" + "$ref": "https://ils.rero.ch/api/documents/493" } }, { @@ -394104,13 +394104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/493" + "$ref": "https://ils.rero.ch/api/documents/493" } }, { @@ -394118,13 +394118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/492" + "$ref": "https://ils.rero.ch/api/documents/492" } }, { @@ -394132,13 +394132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/492" + "$ref": "https://ils.rero.ch/api/documents/492" } }, { @@ -394146,13 +394146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/491" + "$ref": "https://ils.rero.ch/api/documents/491" } }, { @@ -394160,13 +394160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/491" + "$ref": "https://ils.rero.ch/api/documents/491" } }, { @@ -394174,13 +394174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/490" + "$ref": "https://ils.rero.ch/api/documents/490" } }, { @@ -394188,13 +394188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/490" + "$ref": "https://ils.rero.ch/api/documents/490" } }, { @@ -394202,13 +394202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/490" + "$ref": "https://ils.rero.ch/api/documents/490" } }, { @@ -394216,13 +394216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/490" + "$ref": "https://ils.rero.ch/api/documents/490" } }, { @@ -394230,13 +394230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/489" + "$ref": "https://ils.rero.ch/api/documents/489" } }, { @@ -394244,13 +394244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/489" + "$ref": "https://ils.rero.ch/api/documents/489" } }, { @@ -394258,13 +394258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/489" + "$ref": "https://ils.rero.ch/api/documents/489" } }, { @@ -394272,13 +394272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/489" + "$ref": "https://ils.rero.ch/api/documents/489" } }, { @@ -394286,13 +394286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/488" + "$ref": "https://ils.rero.ch/api/documents/488" } }, { @@ -394300,13 +394300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/488" + "$ref": "https://ils.rero.ch/api/documents/488" } }, { @@ -394314,13 +394314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/488" + "$ref": "https://ils.rero.ch/api/documents/488" } }, { @@ -394328,13 +394328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/488" + "$ref": "https://ils.rero.ch/api/documents/488" } }, { @@ -394342,13 +394342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/487" + "$ref": "https://ils.rero.ch/api/documents/487" } }, { @@ -394356,13 +394356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/487" + "$ref": "https://ils.rero.ch/api/documents/487" } }, { @@ -394370,13 +394370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/486" + "$ref": "https://ils.rero.ch/api/documents/486" } }, { @@ -394384,13 +394384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/486" + "$ref": "https://ils.rero.ch/api/documents/486" } }, { @@ -394398,13 +394398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/486" + "$ref": "https://ils.rero.ch/api/documents/486" } }, { @@ -394412,13 +394412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/485" + "$ref": "https://ils.rero.ch/api/documents/485" } }, { @@ -394426,13 +394426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/485" + "$ref": "https://ils.rero.ch/api/documents/485" } }, { @@ -394440,13 +394440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/485" + "$ref": "https://ils.rero.ch/api/documents/485" } }, { @@ -394454,13 +394454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/484" + "$ref": "https://ils.rero.ch/api/documents/484" } }, { @@ -394468,13 +394468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/483" + "$ref": "https://ils.rero.ch/api/documents/483" } }, { @@ -394482,13 +394482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/482" + "$ref": "https://ils.rero.ch/api/documents/482" } }, { @@ -394496,13 +394496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/481" + "$ref": "https://ils.rero.ch/api/documents/481" } }, { @@ -394510,13 +394510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/481" + "$ref": "https://ils.rero.ch/api/documents/481" } }, { @@ -394524,13 +394524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/480" + "$ref": "https://ils.rero.ch/api/documents/480" } }, { @@ -394538,13 +394538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/480" + "$ref": "https://ils.rero.ch/api/documents/480" } }, { @@ -394552,13 +394552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/480" + "$ref": "https://ils.rero.ch/api/documents/480" } }, { @@ -394566,13 +394566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/480" + "$ref": "https://ils.rero.ch/api/documents/480" } }, { @@ -394580,13 +394580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/479" + "$ref": "https://ils.rero.ch/api/documents/479" } }, { @@ -394594,13 +394594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/479" + "$ref": "https://ils.rero.ch/api/documents/479" } }, { @@ -394608,13 +394608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/479" + "$ref": "https://ils.rero.ch/api/documents/479" } }, { @@ -394622,13 +394622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/479" + "$ref": "https://ils.rero.ch/api/documents/479" } }, { @@ -394636,13 +394636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/479" + "$ref": "https://ils.rero.ch/api/documents/479" } }, { @@ -394650,13 +394650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/478" + "$ref": "https://ils.rero.ch/api/documents/478" } }, { @@ -394664,13 +394664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/478" + "$ref": "https://ils.rero.ch/api/documents/478" } }, { @@ -394678,13 +394678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/478" + "$ref": "https://ils.rero.ch/api/documents/478" } }, { @@ -394692,13 +394692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/478" + "$ref": "https://ils.rero.ch/api/documents/478" } }, { @@ -394706,13 +394706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/477" + "$ref": "https://ils.rero.ch/api/documents/477" } }, { @@ -394720,13 +394720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/476" + "$ref": "https://ils.rero.ch/api/documents/476" } }, { @@ -394734,13 +394734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/476" + "$ref": "https://ils.rero.ch/api/documents/476" } }, { @@ -394748,13 +394748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/476" + "$ref": "https://ils.rero.ch/api/documents/476" } }, { @@ -394762,13 +394762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/475" + "$ref": "https://ils.rero.ch/api/documents/475" } }, { @@ -394776,13 +394776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/475" + "$ref": "https://ils.rero.ch/api/documents/475" } }, { @@ -394790,13 +394790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/475" + "$ref": "https://ils.rero.ch/api/documents/475" } }, { @@ -394804,13 +394804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/474" + "$ref": "https://ils.rero.ch/api/documents/474" } }, { @@ -394818,13 +394818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/474" + "$ref": "https://ils.rero.ch/api/documents/474" } }, { @@ -394832,13 +394832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/473" + "$ref": "https://ils.rero.ch/api/documents/473" } }, { @@ -394846,13 +394846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/473" + "$ref": "https://ils.rero.ch/api/documents/473" } }, { @@ -394860,13 +394860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/473" + "$ref": "https://ils.rero.ch/api/documents/473" } }, { @@ -394874,13 +394874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/473" + "$ref": "https://ils.rero.ch/api/documents/473" } }, { @@ -394888,13 +394888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/472" + "$ref": "https://ils.rero.ch/api/documents/472" } }, { @@ -394902,13 +394902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/472" + "$ref": "https://ils.rero.ch/api/documents/472" } }, { @@ -394916,13 +394916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/472" + "$ref": "https://ils.rero.ch/api/documents/472" } }, { @@ -394930,13 +394930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/472" + "$ref": "https://ils.rero.ch/api/documents/472" } }, { @@ -394944,13 +394944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/472" + "$ref": "https://ils.rero.ch/api/documents/472" } }, { @@ -394958,13 +394958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/471" + "$ref": "https://ils.rero.ch/api/documents/471" } }, { @@ -394972,13 +394972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/471" + "$ref": "https://ils.rero.ch/api/documents/471" } }, { @@ -394986,13 +394986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/471" + "$ref": "https://ils.rero.ch/api/documents/471" } }, { @@ -395000,13 +395000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/470" + "$ref": "https://ils.rero.ch/api/documents/470" } }, { @@ -395014,13 +395014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/469" + "$ref": "https://ils.rero.ch/api/documents/469" } }, { @@ -395028,13 +395028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/469" + "$ref": "https://ils.rero.ch/api/documents/469" } }, { @@ -395042,13 +395042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/468" + "$ref": "https://ils.rero.ch/api/documents/468" } }, { @@ -395056,13 +395056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/468" + "$ref": "https://ils.rero.ch/api/documents/468" } }, { @@ -395070,13 +395070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/468" + "$ref": "https://ils.rero.ch/api/documents/468" } }, { @@ -395084,13 +395084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/468" + "$ref": "https://ils.rero.ch/api/documents/468" } }, { @@ -395098,13 +395098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/468" + "$ref": "https://ils.rero.ch/api/documents/468" } }, { @@ -395112,13 +395112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/467" + "$ref": "https://ils.rero.ch/api/documents/467" } }, { @@ -395126,13 +395126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/467" + "$ref": "https://ils.rero.ch/api/documents/467" } }, { @@ -395140,13 +395140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/466" + "$ref": "https://ils.rero.ch/api/documents/466" } }, { @@ -395154,13 +395154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/466" + "$ref": "https://ils.rero.ch/api/documents/466" } }, { @@ -395168,13 +395168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/465" + "$ref": "https://ils.rero.ch/api/documents/465" } }, { @@ -395182,13 +395182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/465" + "$ref": "https://ils.rero.ch/api/documents/465" } }, { @@ -395196,13 +395196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/464" + "$ref": "https://ils.rero.ch/api/documents/464" } }, { @@ -395210,13 +395210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/464" + "$ref": "https://ils.rero.ch/api/documents/464" } }, { @@ -395224,13 +395224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/464" + "$ref": "https://ils.rero.ch/api/documents/464" } }, { @@ -395238,13 +395238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/464" + "$ref": "https://ils.rero.ch/api/documents/464" } }, { @@ -395252,13 +395252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/463" + "$ref": "https://ils.rero.ch/api/documents/463" } }, { @@ -395266,13 +395266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/462" + "$ref": "https://ils.rero.ch/api/documents/462" } }, { @@ -395280,13 +395280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/462" + "$ref": "https://ils.rero.ch/api/documents/462" } }, { @@ -395294,13 +395294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/462" + "$ref": "https://ils.rero.ch/api/documents/462" } }, { @@ -395308,13 +395308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/462" + "$ref": "https://ils.rero.ch/api/documents/462" } }, { @@ -395322,13 +395322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/461" + "$ref": "https://ils.rero.ch/api/documents/461" } }, { @@ -395336,13 +395336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/460" + "$ref": "https://ils.rero.ch/api/documents/460" } }, { @@ -395350,13 +395350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/459" + "$ref": "https://ils.rero.ch/api/documents/459" } }, { @@ -395364,13 +395364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/459" + "$ref": "https://ils.rero.ch/api/documents/459" } }, { @@ -395378,13 +395378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/458" + "$ref": "https://ils.rero.ch/api/documents/458" } }, { @@ -395392,13 +395392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/458" + "$ref": "https://ils.rero.ch/api/documents/458" } }, { @@ -395406,13 +395406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/458" + "$ref": "https://ils.rero.ch/api/documents/458" } }, { @@ -395420,13 +395420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/458" + "$ref": "https://ils.rero.ch/api/documents/458" } }, { @@ -395434,13 +395434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/457" + "$ref": "https://ils.rero.ch/api/documents/457" } }, { @@ -395448,13 +395448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/456" + "$ref": "https://ils.rero.ch/api/documents/456" } }, { @@ -395462,13 +395462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/455" + "$ref": "https://ils.rero.ch/api/documents/455" } }, { @@ -395476,13 +395476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/455" + "$ref": "https://ils.rero.ch/api/documents/455" } }, { @@ -395490,13 +395490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/455" + "$ref": "https://ils.rero.ch/api/documents/455" } }, { @@ -395504,13 +395504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/454" + "$ref": "https://ils.rero.ch/api/documents/454" } }, { @@ -395518,13 +395518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/454" + "$ref": "https://ils.rero.ch/api/documents/454" } }, { @@ -395532,13 +395532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/453" + "$ref": "https://ils.rero.ch/api/documents/453" } }, { @@ -395546,13 +395546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/452" + "$ref": "https://ils.rero.ch/api/documents/452" } }, { @@ -395560,13 +395560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/452" + "$ref": "https://ils.rero.ch/api/documents/452" } }, { @@ -395574,13 +395574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/452" + "$ref": "https://ils.rero.ch/api/documents/452" } }, { @@ -395588,13 +395588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/451" + "$ref": "https://ils.rero.ch/api/documents/451" } }, { @@ -395602,13 +395602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/451" + "$ref": "https://ils.rero.ch/api/documents/451" } }, { @@ -395616,13 +395616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/450" + "$ref": "https://ils.rero.ch/api/documents/450" } }, { @@ -395630,13 +395630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/450" + "$ref": "https://ils.rero.ch/api/documents/450" } }, { @@ -395644,13 +395644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/450" + "$ref": "https://ils.rero.ch/api/documents/450" } }, { @@ -395658,13 +395658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/450" + "$ref": "https://ils.rero.ch/api/documents/450" } }, { @@ -395672,13 +395672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/450" + "$ref": "https://ils.rero.ch/api/documents/450" } }, { @@ -395686,13 +395686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/449" + "$ref": "https://ils.rero.ch/api/documents/449" } }, { @@ -395700,13 +395700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/449" + "$ref": "https://ils.rero.ch/api/documents/449" } }, { @@ -395714,13 +395714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/449" + "$ref": "https://ils.rero.ch/api/documents/449" } }, { @@ -395728,13 +395728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/449" + "$ref": "https://ils.rero.ch/api/documents/449" } }, { @@ -395742,13 +395742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/449" + "$ref": "https://ils.rero.ch/api/documents/449" } }, { @@ -395756,13 +395756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/448" + "$ref": "https://ils.rero.ch/api/documents/448" } }, { @@ -395770,13 +395770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/447" + "$ref": "https://ils.rero.ch/api/documents/447" } }, { @@ -395784,13 +395784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/446" + "$ref": "https://ils.rero.ch/api/documents/446" } }, { @@ -395798,13 +395798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/446" + "$ref": "https://ils.rero.ch/api/documents/446" } }, { @@ -395812,13 +395812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/445" + "$ref": "https://ils.rero.ch/api/documents/445" } }, { @@ -395826,13 +395826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/445" + "$ref": "https://ils.rero.ch/api/documents/445" } }, { @@ -395840,13 +395840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/444" + "$ref": "https://ils.rero.ch/api/documents/444" } }, { @@ -395854,13 +395854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/444" + "$ref": "https://ils.rero.ch/api/documents/444" } }, { @@ -395868,13 +395868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/443" + "$ref": "https://ils.rero.ch/api/documents/443" } }, { @@ -395882,13 +395882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/443" + "$ref": "https://ils.rero.ch/api/documents/443" } }, { @@ -395896,13 +395896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/443" + "$ref": "https://ils.rero.ch/api/documents/443" } }, { @@ -395910,13 +395910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/443" + "$ref": "https://ils.rero.ch/api/documents/443" } }, { @@ -395924,13 +395924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/442" + "$ref": "https://ils.rero.ch/api/documents/442" } }, { @@ -395938,13 +395938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/442" + "$ref": "https://ils.rero.ch/api/documents/442" } }, { @@ -395952,13 +395952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/442" + "$ref": "https://ils.rero.ch/api/documents/442" } }, { @@ -395966,13 +395966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/441" + "$ref": "https://ils.rero.ch/api/documents/441" } }, { @@ -395980,13 +395980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/441" + "$ref": "https://ils.rero.ch/api/documents/441" } }, { @@ -395994,13 +395994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/441" + "$ref": "https://ils.rero.ch/api/documents/441" } }, { @@ -396008,13 +396008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/441" + "$ref": "https://ils.rero.ch/api/documents/441" } }, { @@ -396022,13 +396022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/440" + "$ref": "https://ils.rero.ch/api/documents/440" } }, { @@ -396036,13 +396036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/440" + "$ref": "https://ils.rero.ch/api/documents/440" } }, { @@ -396050,13 +396050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/440" + "$ref": "https://ils.rero.ch/api/documents/440" } }, { @@ -396064,13 +396064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/439" + "$ref": "https://ils.rero.ch/api/documents/439" } }, { @@ -396078,13 +396078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/439" + "$ref": "https://ils.rero.ch/api/documents/439" } }, { @@ -396092,13 +396092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/439" + "$ref": "https://ils.rero.ch/api/documents/439" } }, { @@ -396106,13 +396106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/438" + "$ref": "https://ils.rero.ch/api/documents/438" } }, { @@ -396120,13 +396120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/438" + "$ref": "https://ils.rero.ch/api/documents/438" } }, { @@ -396134,13 +396134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/438" + "$ref": "https://ils.rero.ch/api/documents/438" } }, { @@ -396148,13 +396148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/438" + "$ref": "https://ils.rero.ch/api/documents/438" } }, { @@ -396162,13 +396162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/437" + "$ref": "https://ils.rero.ch/api/documents/437" } }, { @@ -396176,13 +396176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/437" + "$ref": "https://ils.rero.ch/api/documents/437" } }, { @@ -396190,13 +396190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/437" + "$ref": "https://ils.rero.ch/api/documents/437" } }, { @@ -396204,13 +396204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/437" + "$ref": "https://ils.rero.ch/api/documents/437" } }, { @@ -396218,13 +396218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/436" + "$ref": "https://ils.rero.ch/api/documents/436" } }, { @@ -396232,13 +396232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/436" + "$ref": "https://ils.rero.ch/api/documents/436" } }, { @@ -396246,13 +396246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/435" + "$ref": "https://ils.rero.ch/api/documents/435" } }, { @@ -396260,13 +396260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/435" + "$ref": "https://ils.rero.ch/api/documents/435" } }, { @@ -396274,13 +396274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/435" + "$ref": "https://ils.rero.ch/api/documents/435" } }, { @@ -396288,13 +396288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/435" + "$ref": "https://ils.rero.ch/api/documents/435" } }, { @@ -396302,13 +396302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/434" + "$ref": "https://ils.rero.ch/api/documents/434" } }, { @@ -396316,13 +396316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/434" + "$ref": "https://ils.rero.ch/api/documents/434" } }, { @@ -396330,13 +396330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/433" + "$ref": "https://ils.rero.ch/api/documents/433" } }, { @@ -396344,13 +396344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/433" + "$ref": "https://ils.rero.ch/api/documents/433" } }, { @@ -396358,13 +396358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/433" + "$ref": "https://ils.rero.ch/api/documents/433" } }, { @@ -396372,13 +396372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/433" + "$ref": "https://ils.rero.ch/api/documents/433" } }, { @@ -396386,13 +396386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/432" + "$ref": "https://ils.rero.ch/api/documents/432" } }, { @@ -396400,13 +396400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/432" + "$ref": "https://ils.rero.ch/api/documents/432" } }, { @@ -396414,13 +396414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/432" + "$ref": "https://ils.rero.ch/api/documents/432" } }, { @@ -396428,13 +396428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/432" + "$ref": "https://ils.rero.ch/api/documents/432" } }, { @@ -396442,13 +396442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/432" + "$ref": "https://ils.rero.ch/api/documents/432" } }, { @@ -396456,13 +396456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/431" + "$ref": "https://ils.rero.ch/api/documents/431" } }, { @@ -396470,13 +396470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/431" + "$ref": "https://ils.rero.ch/api/documents/431" } }, { @@ -396484,13 +396484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/431" + "$ref": "https://ils.rero.ch/api/documents/431" } }, { @@ -396498,13 +396498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/431" + "$ref": "https://ils.rero.ch/api/documents/431" } }, { @@ -396512,13 +396512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/430" + "$ref": "https://ils.rero.ch/api/documents/430" } }, { @@ -396526,13 +396526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/429" + "$ref": "https://ils.rero.ch/api/documents/429" } }, { @@ -396540,13 +396540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/429" + "$ref": "https://ils.rero.ch/api/documents/429" } }, { @@ -396554,13 +396554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/428" + "$ref": "https://ils.rero.ch/api/documents/428" } }, { @@ -396568,13 +396568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/428" + "$ref": "https://ils.rero.ch/api/documents/428" } }, { @@ -396582,13 +396582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/428" + "$ref": "https://ils.rero.ch/api/documents/428" } }, { @@ -396596,13 +396596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/428" + "$ref": "https://ils.rero.ch/api/documents/428" } }, { @@ -396610,13 +396610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/427" + "$ref": "https://ils.rero.ch/api/documents/427" } }, { @@ -396624,13 +396624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/427" + "$ref": "https://ils.rero.ch/api/documents/427" } }, { @@ -396638,13 +396638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/427" + "$ref": "https://ils.rero.ch/api/documents/427" } }, { @@ -396652,13 +396652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/426" + "$ref": "https://ils.rero.ch/api/documents/426" } }, { @@ -396666,13 +396666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/425" + "$ref": "https://ils.rero.ch/api/documents/425" } }, { @@ -396680,13 +396680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/425" + "$ref": "https://ils.rero.ch/api/documents/425" } }, { @@ -396694,13 +396694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/425" + "$ref": "https://ils.rero.ch/api/documents/425" } }, { @@ -396708,13 +396708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/425" + "$ref": "https://ils.rero.ch/api/documents/425" } }, { @@ -396722,13 +396722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/424" + "$ref": "https://ils.rero.ch/api/documents/424" } }, { @@ -396736,13 +396736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/424" + "$ref": "https://ils.rero.ch/api/documents/424" } }, { @@ -396750,13 +396750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/423" + "$ref": "https://ils.rero.ch/api/documents/423" } }, { @@ -396764,13 +396764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/423" + "$ref": "https://ils.rero.ch/api/documents/423" } }, { @@ -396778,13 +396778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/422" + "$ref": "https://ils.rero.ch/api/documents/422" } }, { @@ -396792,13 +396792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/422" + "$ref": "https://ils.rero.ch/api/documents/422" } }, { @@ -396806,13 +396806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/421" + "$ref": "https://ils.rero.ch/api/documents/421" } }, { @@ -396820,13 +396820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/420" + "$ref": "https://ils.rero.ch/api/documents/420" } }, { @@ -396834,13 +396834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/420" + "$ref": "https://ils.rero.ch/api/documents/420" } }, { @@ -396848,13 +396848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/420" + "$ref": "https://ils.rero.ch/api/documents/420" } }, { @@ -396862,13 +396862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/419" + "$ref": "https://ils.rero.ch/api/documents/419" } }, { @@ -396876,13 +396876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/419" + "$ref": "https://ils.rero.ch/api/documents/419" } }, { @@ -396890,13 +396890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/418" + "$ref": "https://ils.rero.ch/api/documents/418" } }, { @@ -396904,13 +396904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/418" + "$ref": "https://ils.rero.ch/api/documents/418" } }, { @@ -396918,13 +396918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/418" + "$ref": "https://ils.rero.ch/api/documents/418" } }, { @@ -396932,13 +396932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/418" + "$ref": "https://ils.rero.ch/api/documents/418" } }, { @@ -396946,13 +396946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/417" + "$ref": "https://ils.rero.ch/api/documents/417" } }, { @@ -396960,13 +396960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/416" + "$ref": "https://ils.rero.ch/api/documents/416" } }, { @@ -396974,13 +396974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/416" + "$ref": "https://ils.rero.ch/api/documents/416" } }, { @@ -396988,13 +396988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/416" + "$ref": "https://ils.rero.ch/api/documents/416" } }, { @@ -397002,13 +397002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/416" + "$ref": "https://ils.rero.ch/api/documents/416" } }, { @@ -397016,13 +397016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/416" + "$ref": "https://ils.rero.ch/api/documents/416" } }, { @@ -397030,13 +397030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/415" + "$ref": "https://ils.rero.ch/api/documents/415" } }, { @@ -397044,13 +397044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/414" + "$ref": "https://ils.rero.ch/api/documents/414" } }, { @@ -397058,13 +397058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/414" + "$ref": "https://ils.rero.ch/api/documents/414" } }, { @@ -397072,13 +397072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/414" + "$ref": "https://ils.rero.ch/api/documents/414" } }, { @@ -397086,13 +397086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/414" + "$ref": "https://ils.rero.ch/api/documents/414" } }, { @@ -397100,13 +397100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/414" + "$ref": "https://ils.rero.ch/api/documents/414" } }, { @@ -397114,13 +397114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/413" + "$ref": "https://ils.rero.ch/api/documents/413" } }, { @@ -397128,13 +397128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/413" + "$ref": "https://ils.rero.ch/api/documents/413" } }, { @@ -397142,13 +397142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/413" + "$ref": "https://ils.rero.ch/api/documents/413" } }, { @@ -397156,13 +397156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/413" + "$ref": "https://ils.rero.ch/api/documents/413" } }, { @@ -397170,13 +397170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/412" + "$ref": "https://ils.rero.ch/api/documents/412" } }, { @@ -397184,13 +397184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/412" + "$ref": "https://ils.rero.ch/api/documents/412" } }, { @@ -397198,13 +397198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/412" + "$ref": "https://ils.rero.ch/api/documents/412" } }, { @@ -397212,13 +397212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/412" + "$ref": "https://ils.rero.ch/api/documents/412" } }, { @@ -397226,13 +397226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/412" + "$ref": "https://ils.rero.ch/api/documents/412" } }, { @@ -397240,13 +397240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/411" + "$ref": "https://ils.rero.ch/api/documents/411" } }, { @@ -397254,13 +397254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/411" + "$ref": "https://ils.rero.ch/api/documents/411" } }, { @@ -397268,13 +397268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/411" + "$ref": "https://ils.rero.ch/api/documents/411" } }, { @@ -397282,13 +397282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/410" + "$ref": "https://ils.rero.ch/api/documents/410" } }, { @@ -397296,13 +397296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/410" + "$ref": "https://ils.rero.ch/api/documents/410" } }, { @@ -397310,13 +397310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/409" + "$ref": "https://ils.rero.ch/api/documents/409" } }, { @@ -397324,13 +397324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/409" + "$ref": "https://ils.rero.ch/api/documents/409" } }, { @@ -397338,13 +397338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/409" + "$ref": "https://ils.rero.ch/api/documents/409" } }, { @@ -397352,13 +397352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/409" + "$ref": "https://ils.rero.ch/api/documents/409" } }, { @@ -397366,13 +397366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/408" + "$ref": "https://ils.rero.ch/api/documents/408" } }, { @@ -397380,13 +397380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/408" + "$ref": "https://ils.rero.ch/api/documents/408" } }, { @@ -397394,13 +397394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/408" + "$ref": "https://ils.rero.ch/api/documents/408" } }, { @@ -397408,13 +397408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/407" + "$ref": "https://ils.rero.ch/api/documents/407" } }, { @@ -397422,13 +397422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/406" + "$ref": "https://ils.rero.ch/api/documents/406" } }, { @@ -397436,13 +397436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/406" + "$ref": "https://ils.rero.ch/api/documents/406" } }, { @@ -397450,13 +397450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/406" + "$ref": "https://ils.rero.ch/api/documents/406" } }, { @@ -397464,13 +397464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/406" + "$ref": "https://ils.rero.ch/api/documents/406" } }, { @@ -397478,13 +397478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/406" + "$ref": "https://ils.rero.ch/api/documents/406" } }, { @@ -397492,13 +397492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/405" + "$ref": "https://ils.rero.ch/api/documents/405" } }, { @@ -397506,13 +397506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/405" + "$ref": "https://ils.rero.ch/api/documents/405" } }, { @@ -397520,13 +397520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/405" + "$ref": "https://ils.rero.ch/api/documents/405" } }, { @@ -397534,13 +397534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/404" + "$ref": "https://ils.rero.ch/api/documents/404" } }, { @@ -397548,13 +397548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/404" + "$ref": "https://ils.rero.ch/api/documents/404" } }, { @@ -397562,13 +397562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/404" + "$ref": "https://ils.rero.ch/api/documents/404" } }, { @@ -397576,13 +397576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/403" + "$ref": "https://ils.rero.ch/api/documents/403" } }, { @@ -397590,13 +397590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/403" + "$ref": "https://ils.rero.ch/api/documents/403" } }, { @@ -397604,13 +397604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/403" + "$ref": "https://ils.rero.ch/api/documents/403" } }, { @@ -397618,13 +397618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/403" + "$ref": "https://ils.rero.ch/api/documents/403" } }, { @@ -397632,13 +397632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/402" + "$ref": "https://ils.rero.ch/api/documents/402" } }, { @@ -397646,13 +397646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/402" + "$ref": "https://ils.rero.ch/api/documents/402" } }, { @@ -397660,13 +397660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/402" + "$ref": "https://ils.rero.ch/api/documents/402" } }, { @@ -397674,13 +397674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/402" + "$ref": "https://ils.rero.ch/api/documents/402" } }, { @@ -397688,13 +397688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/401" + "$ref": "https://ils.rero.ch/api/documents/401" } }, { @@ -397702,13 +397702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/401" + "$ref": "https://ils.rero.ch/api/documents/401" } }, { @@ -397716,13 +397716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/401" + "$ref": "https://ils.rero.ch/api/documents/401" } }, { @@ -397730,13 +397730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/400" + "$ref": "https://ils.rero.ch/api/documents/400" } }, { @@ -397744,13 +397744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/400" + "$ref": "https://ils.rero.ch/api/documents/400" } }, { @@ -397758,13 +397758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/400" + "$ref": "https://ils.rero.ch/api/documents/400" } }, { @@ -397772,13 +397772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/399" + "$ref": "https://ils.rero.ch/api/documents/399" } }, { @@ -397786,13 +397786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/399" + "$ref": "https://ils.rero.ch/api/documents/399" } }, { @@ -397800,13 +397800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/399" + "$ref": "https://ils.rero.ch/api/documents/399" } }, { @@ -397814,13 +397814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/399" + "$ref": "https://ils.rero.ch/api/documents/399" } }, { @@ -397828,13 +397828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/399" + "$ref": "https://ils.rero.ch/api/documents/399" } }, { @@ -397842,13 +397842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/398" + "$ref": "https://ils.rero.ch/api/documents/398" } }, { @@ -397856,13 +397856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/398" + "$ref": "https://ils.rero.ch/api/documents/398" } }, { @@ -397870,13 +397870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/397" + "$ref": "https://ils.rero.ch/api/documents/397" } }, { @@ -397884,13 +397884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/397" + "$ref": "https://ils.rero.ch/api/documents/397" } }, { @@ -397898,13 +397898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/397" + "$ref": "https://ils.rero.ch/api/documents/397" } }, { @@ -397912,13 +397912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/397" + "$ref": "https://ils.rero.ch/api/documents/397" } }, { @@ -397926,13 +397926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/396" + "$ref": "https://ils.rero.ch/api/documents/396" } }, { @@ -397940,13 +397940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/396" + "$ref": "https://ils.rero.ch/api/documents/396" } }, { @@ -397954,13 +397954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/396" + "$ref": "https://ils.rero.ch/api/documents/396" } }, { @@ -397968,13 +397968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/396" + "$ref": "https://ils.rero.ch/api/documents/396" } }, { @@ -397982,13 +397982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/396" + "$ref": "https://ils.rero.ch/api/documents/396" } }, { @@ -397996,13 +397996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/395" + "$ref": "https://ils.rero.ch/api/documents/395" } }, { @@ -398010,13 +398010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/395" + "$ref": "https://ils.rero.ch/api/documents/395" } }, { @@ -398024,13 +398024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/395" + "$ref": "https://ils.rero.ch/api/documents/395" } }, { @@ -398038,13 +398038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/395" + "$ref": "https://ils.rero.ch/api/documents/395" } }, { @@ -398052,13 +398052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/394" + "$ref": "https://ils.rero.ch/api/documents/394" } }, { @@ -398066,13 +398066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/394" + "$ref": "https://ils.rero.ch/api/documents/394" } }, { @@ -398080,13 +398080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/394" + "$ref": "https://ils.rero.ch/api/documents/394" } }, { @@ -398094,13 +398094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/393" + "$ref": "https://ils.rero.ch/api/documents/393" } }, { @@ -398108,13 +398108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/393" + "$ref": "https://ils.rero.ch/api/documents/393" } }, { @@ -398122,13 +398122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/393" + "$ref": "https://ils.rero.ch/api/documents/393" } }, { @@ -398136,13 +398136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/392" + "$ref": "https://ils.rero.ch/api/documents/392" } }, { @@ -398150,13 +398150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/392" + "$ref": "https://ils.rero.ch/api/documents/392" } }, { @@ -398164,13 +398164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/391" + "$ref": "https://ils.rero.ch/api/documents/391" } }, { @@ -398178,13 +398178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/391" + "$ref": "https://ils.rero.ch/api/documents/391" } }, { @@ -398192,13 +398192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/391" + "$ref": "https://ils.rero.ch/api/documents/391" } }, { @@ -398206,13 +398206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/391" + "$ref": "https://ils.rero.ch/api/documents/391" } }, { @@ -398220,13 +398220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/391" + "$ref": "https://ils.rero.ch/api/documents/391" } }, { @@ -398234,13 +398234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/390" + "$ref": "https://ils.rero.ch/api/documents/390" } }, { @@ -398248,13 +398248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/390" + "$ref": "https://ils.rero.ch/api/documents/390" } }, { @@ -398262,13 +398262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/390" + "$ref": "https://ils.rero.ch/api/documents/390" } }, { @@ -398276,13 +398276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/389" + "$ref": "https://ils.rero.ch/api/documents/389" } }, { @@ -398290,13 +398290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/388" + "$ref": "https://ils.rero.ch/api/documents/388" } }, { @@ -398304,13 +398304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/388" + "$ref": "https://ils.rero.ch/api/documents/388" } }, { @@ -398318,13 +398318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/388" + "$ref": "https://ils.rero.ch/api/documents/388" } }, { @@ -398332,13 +398332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/388" + "$ref": "https://ils.rero.ch/api/documents/388" } }, { @@ -398346,13 +398346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/387" + "$ref": "https://ils.rero.ch/api/documents/387" } }, { @@ -398360,13 +398360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/387" + "$ref": "https://ils.rero.ch/api/documents/387" } }, { @@ -398374,13 +398374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/387" + "$ref": "https://ils.rero.ch/api/documents/387" } }, { @@ -398388,13 +398388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/387" + "$ref": "https://ils.rero.ch/api/documents/387" } }, { @@ -398402,13 +398402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/387" + "$ref": "https://ils.rero.ch/api/documents/387" } }, { @@ -398416,13 +398416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/386" + "$ref": "https://ils.rero.ch/api/documents/386" } }, { @@ -398430,13 +398430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/386" + "$ref": "https://ils.rero.ch/api/documents/386" } }, { @@ -398444,13 +398444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/386" + "$ref": "https://ils.rero.ch/api/documents/386" } }, { @@ -398458,13 +398458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/386" + "$ref": "https://ils.rero.ch/api/documents/386" } }, { @@ -398472,13 +398472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/385" + "$ref": "https://ils.rero.ch/api/documents/385" } }, { @@ -398486,13 +398486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/384" + "$ref": "https://ils.rero.ch/api/documents/384" } }, { @@ -398500,13 +398500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/384" + "$ref": "https://ils.rero.ch/api/documents/384" } }, { @@ -398514,13 +398514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/384" + "$ref": "https://ils.rero.ch/api/documents/384" } }, { @@ -398528,13 +398528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/384" + "$ref": "https://ils.rero.ch/api/documents/384" } }, { @@ -398542,13 +398542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/383" + "$ref": "https://ils.rero.ch/api/documents/383" } }, { @@ -398556,13 +398556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/383" + "$ref": "https://ils.rero.ch/api/documents/383" } }, { @@ -398570,13 +398570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/383" + "$ref": "https://ils.rero.ch/api/documents/383" } }, { @@ -398584,13 +398584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/383" + "$ref": "https://ils.rero.ch/api/documents/383" } }, { @@ -398598,13 +398598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/383" + "$ref": "https://ils.rero.ch/api/documents/383" } }, { @@ -398612,13 +398612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/382" + "$ref": "https://ils.rero.ch/api/documents/382" } }, { @@ -398626,13 +398626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/382" + "$ref": "https://ils.rero.ch/api/documents/382" } }, { @@ -398640,13 +398640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/382" + "$ref": "https://ils.rero.ch/api/documents/382" } }, { @@ -398654,13 +398654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/382" + "$ref": "https://ils.rero.ch/api/documents/382" } }, { @@ -398668,13 +398668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/381" + "$ref": "https://ils.rero.ch/api/documents/381" } }, { @@ -398682,13 +398682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/381" + "$ref": "https://ils.rero.ch/api/documents/381" } }, { @@ -398696,13 +398696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/381" + "$ref": "https://ils.rero.ch/api/documents/381" } }, { @@ -398710,13 +398710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/381" + "$ref": "https://ils.rero.ch/api/documents/381" } }, { @@ -398724,13 +398724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/380" + "$ref": "https://ils.rero.ch/api/documents/380" } }, { @@ -398738,13 +398738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/380" + "$ref": "https://ils.rero.ch/api/documents/380" } }, { @@ -398752,13 +398752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/379" + "$ref": "https://ils.rero.ch/api/documents/379" } }, { @@ -398766,13 +398766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/379" + "$ref": "https://ils.rero.ch/api/documents/379" } }, { @@ -398780,13 +398780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/379" + "$ref": "https://ils.rero.ch/api/documents/379" } }, { @@ -398794,13 +398794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/379" + "$ref": "https://ils.rero.ch/api/documents/379" } }, { @@ -398808,13 +398808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/379" + "$ref": "https://ils.rero.ch/api/documents/379" } }, { @@ -398822,13 +398822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/378" + "$ref": "https://ils.rero.ch/api/documents/378" } }, { @@ -398836,13 +398836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/378" + "$ref": "https://ils.rero.ch/api/documents/378" } }, { @@ -398850,13 +398850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/377" + "$ref": "https://ils.rero.ch/api/documents/377" } }, { @@ -398864,13 +398864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/376" + "$ref": "https://ils.rero.ch/api/documents/376" } }, { @@ -398878,13 +398878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/376" + "$ref": "https://ils.rero.ch/api/documents/376" } }, { @@ -398892,13 +398892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/376" + "$ref": "https://ils.rero.ch/api/documents/376" } }, { @@ -398906,13 +398906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/376" + "$ref": "https://ils.rero.ch/api/documents/376" } }, { @@ -398920,13 +398920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/376" + "$ref": "https://ils.rero.ch/api/documents/376" } }, { @@ -398934,13 +398934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/375" + "$ref": "https://ils.rero.ch/api/documents/375" } }, { @@ -398948,13 +398948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/374" + "$ref": "https://ils.rero.ch/api/documents/374" } }, { @@ -398962,13 +398962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/374" + "$ref": "https://ils.rero.ch/api/documents/374" } }, { @@ -398976,13 +398976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/374" + "$ref": "https://ils.rero.ch/api/documents/374" } }, { @@ -398990,13 +398990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/374" + "$ref": "https://ils.rero.ch/api/documents/374" } }, { @@ -399004,13 +399004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/374" + "$ref": "https://ils.rero.ch/api/documents/374" } }, { @@ -399018,13 +399018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/373" + "$ref": "https://ils.rero.ch/api/documents/373" } }, { @@ -399032,13 +399032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/373" + "$ref": "https://ils.rero.ch/api/documents/373" } }, { @@ -399046,13 +399046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/373" + "$ref": "https://ils.rero.ch/api/documents/373" } }, { @@ -399060,13 +399060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/372" + "$ref": "https://ils.rero.ch/api/documents/372" } }, { @@ -399074,13 +399074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/372" + "$ref": "https://ils.rero.ch/api/documents/372" } }, { @@ -399088,13 +399088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/372" + "$ref": "https://ils.rero.ch/api/documents/372" } }, { @@ -399102,13 +399102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/371" + "$ref": "https://ils.rero.ch/api/documents/371" } }, { @@ -399116,13 +399116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/371" + "$ref": "https://ils.rero.ch/api/documents/371" } }, { @@ -399130,13 +399130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/371" + "$ref": "https://ils.rero.ch/api/documents/371" } }, { @@ -399144,13 +399144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/370" + "$ref": "https://ils.rero.ch/api/documents/370" } }, { @@ -399158,13 +399158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/370" + "$ref": "https://ils.rero.ch/api/documents/370" } }, { @@ -399172,13 +399172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/370" + "$ref": "https://ils.rero.ch/api/documents/370" } }, { @@ -399186,13 +399186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/369" + "$ref": "https://ils.rero.ch/api/documents/369" } }, { @@ -399200,13 +399200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/369" + "$ref": "https://ils.rero.ch/api/documents/369" } }, { @@ -399214,13 +399214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/369" + "$ref": "https://ils.rero.ch/api/documents/369" } }, { @@ -399228,13 +399228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/368" + "$ref": "https://ils.rero.ch/api/documents/368" } }, { @@ -399242,13 +399242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/368" + "$ref": "https://ils.rero.ch/api/documents/368" } }, { @@ -399256,13 +399256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/368" + "$ref": "https://ils.rero.ch/api/documents/368" } }, { @@ -399270,13 +399270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/368" + "$ref": "https://ils.rero.ch/api/documents/368" } }, { @@ -399284,13 +399284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/368" + "$ref": "https://ils.rero.ch/api/documents/368" } }, { @@ -399298,13 +399298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/367" + "$ref": "https://ils.rero.ch/api/documents/367" } }, { @@ -399312,13 +399312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/367" + "$ref": "https://ils.rero.ch/api/documents/367" } }, { @@ -399326,13 +399326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/367" + "$ref": "https://ils.rero.ch/api/documents/367" } }, { @@ -399340,13 +399340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/366" + "$ref": "https://ils.rero.ch/api/documents/366" } }, { @@ -399354,13 +399354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/365" + "$ref": "https://ils.rero.ch/api/documents/365" } }, { @@ -399368,13 +399368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/364" + "$ref": "https://ils.rero.ch/api/documents/364" } }, { @@ -399382,13 +399382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/364" + "$ref": "https://ils.rero.ch/api/documents/364" } }, { @@ -399396,13 +399396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/364" + "$ref": "https://ils.rero.ch/api/documents/364" } }, { @@ -399410,13 +399410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/363" + "$ref": "https://ils.rero.ch/api/documents/363" } }, { @@ -399424,13 +399424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/363" + "$ref": "https://ils.rero.ch/api/documents/363" } }, { @@ -399438,13 +399438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/363" + "$ref": "https://ils.rero.ch/api/documents/363" } }, { @@ -399452,13 +399452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/362" + "$ref": "https://ils.rero.ch/api/documents/362" } }, { @@ -399466,13 +399466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/362" + "$ref": "https://ils.rero.ch/api/documents/362" } }, { @@ -399480,13 +399480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/362" + "$ref": "https://ils.rero.ch/api/documents/362" } }, { @@ -399494,13 +399494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/362" + "$ref": "https://ils.rero.ch/api/documents/362" } }, { @@ -399508,13 +399508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/362" + "$ref": "https://ils.rero.ch/api/documents/362" } }, { @@ -399522,13 +399522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/361" + "$ref": "https://ils.rero.ch/api/documents/361" } }, { @@ -399536,13 +399536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/361" + "$ref": "https://ils.rero.ch/api/documents/361" } }, { @@ -399550,13 +399550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/361" + "$ref": "https://ils.rero.ch/api/documents/361" } }, { @@ -399564,13 +399564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/360" + "$ref": "https://ils.rero.ch/api/documents/360" } }, { @@ -399578,13 +399578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/360" + "$ref": "https://ils.rero.ch/api/documents/360" } }, { @@ -399592,13 +399592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/360" + "$ref": "https://ils.rero.ch/api/documents/360" } }, { @@ -399606,13 +399606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/359" + "$ref": "https://ils.rero.ch/api/documents/359" } }, { @@ -399620,13 +399620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/359" + "$ref": "https://ils.rero.ch/api/documents/359" } }, { @@ -399634,13 +399634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/359" + "$ref": "https://ils.rero.ch/api/documents/359" } }, { @@ -399648,13 +399648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/358" + "$ref": "https://ils.rero.ch/api/documents/358" } }, { @@ -399662,13 +399662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/358" + "$ref": "https://ils.rero.ch/api/documents/358" } }, { @@ -399676,13 +399676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/358" + "$ref": "https://ils.rero.ch/api/documents/358" } }, { @@ -399690,13 +399690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/357" + "$ref": "https://ils.rero.ch/api/documents/357" } }, { @@ -399704,13 +399704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/357" + "$ref": "https://ils.rero.ch/api/documents/357" } }, { @@ -399718,13 +399718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/357" + "$ref": "https://ils.rero.ch/api/documents/357" } }, { @@ -399732,13 +399732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/357" + "$ref": "https://ils.rero.ch/api/documents/357" } }, { @@ -399746,13 +399746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/357" + "$ref": "https://ils.rero.ch/api/documents/357" } }, { @@ -399760,13 +399760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/356" + "$ref": "https://ils.rero.ch/api/documents/356" } }, { @@ -399774,13 +399774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/356" + "$ref": "https://ils.rero.ch/api/documents/356" } }, { @@ -399788,13 +399788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/356" + "$ref": "https://ils.rero.ch/api/documents/356" } }, { @@ -399802,13 +399802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/356" + "$ref": "https://ils.rero.ch/api/documents/356" } }, { @@ -399816,13 +399816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/356" + "$ref": "https://ils.rero.ch/api/documents/356" } }, { @@ -399830,13 +399830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/355" + "$ref": "https://ils.rero.ch/api/documents/355" } }, { @@ -399844,13 +399844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/355" + "$ref": "https://ils.rero.ch/api/documents/355" } }, { @@ -399858,13 +399858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/354" + "$ref": "https://ils.rero.ch/api/documents/354" } }, { @@ -399872,13 +399872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/354" + "$ref": "https://ils.rero.ch/api/documents/354" } }, { @@ -399886,13 +399886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/354" + "$ref": "https://ils.rero.ch/api/documents/354" } }, { @@ -399900,13 +399900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/354" + "$ref": "https://ils.rero.ch/api/documents/354" } }, { @@ -399914,13 +399914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/354" + "$ref": "https://ils.rero.ch/api/documents/354" } }, { @@ -399928,13 +399928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/353" + "$ref": "https://ils.rero.ch/api/documents/353" } }, { @@ -399942,13 +399942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/353" + "$ref": "https://ils.rero.ch/api/documents/353" } }, { @@ -399956,13 +399956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/353" + "$ref": "https://ils.rero.ch/api/documents/353" } }, { @@ -399970,13 +399970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/353" + "$ref": "https://ils.rero.ch/api/documents/353" } }, { @@ -399984,13 +399984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/353" + "$ref": "https://ils.rero.ch/api/documents/353" } }, { @@ -399998,13 +399998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/352" + "$ref": "https://ils.rero.ch/api/documents/352" } }, { @@ -400012,13 +400012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/352" + "$ref": "https://ils.rero.ch/api/documents/352" } }, { @@ -400026,13 +400026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/352" + "$ref": "https://ils.rero.ch/api/documents/352" } }, { @@ -400040,13 +400040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/352" + "$ref": "https://ils.rero.ch/api/documents/352" } }, { @@ -400054,13 +400054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/352" + "$ref": "https://ils.rero.ch/api/documents/352" } }, { @@ -400068,13 +400068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/351" + "$ref": "https://ils.rero.ch/api/documents/351" } }, { @@ -400082,13 +400082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/350" + "$ref": "https://ils.rero.ch/api/documents/350" } }, { @@ -400096,13 +400096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/349" + "$ref": "https://ils.rero.ch/api/documents/349" } }, { @@ -400110,13 +400110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/349" + "$ref": "https://ils.rero.ch/api/documents/349" } }, { @@ -400124,13 +400124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/348" + "$ref": "https://ils.rero.ch/api/documents/348" } }, { @@ -400138,13 +400138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/348" + "$ref": "https://ils.rero.ch/api/documents/348" } }, { @@ -400152,13 +400152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/348" + "$ref": "https://ils.rero.ch/api/documents/348" } }, { @@ -400166,13 +400166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/348" + "$ref": "https://ils.rero.ch/api/documents/348" } }, { @@ -400180,13 +400180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/348" + "$ref": "https://ils.rero.ch/api/documents/348" } }, { @@ -400194,13 +400194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/347" + "$ref": "https://ils.rero.ch/api/documents/347" } }, { @@ -400208,13 +400208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/347" + "$ref": "https://ils.rero.ch/api/documents/347" } }, { @@ -400222,13 +400222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/347" + "$ref": "https://ils.rero.ch/api/documents/347" } }, { @@ -400236,13 +400236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/346" + "$ref": "https://ils.rero.ch/api/documents/346" } }, { @@ -400250,13 +400250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/345" + "$ref": "https://ils.rero.ch/api/documents/345" } }, { @@ -400264,13 +400264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/345" + "$ref": "https://ils.rero.ch/api/documents/345" } }, { @@ -400278,13 +400278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/345" + "$ref": "https://ils.rero.ch/api/documents/345" } }, { @@ -400292,13 +400292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/345" + "$ref": "https://ils.rero.ch/api/documents/345" } }, { @@ -400306,13 +400306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/345" + "$ref": "https://ils.rero.ch/api/documents/345" } }, { @@ -400320,13 +400320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/344" + "$ref": "https://ils.rero.ch/api/documents/344" } }, { @@ -400334,13 +400334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/344" + "$ref": "https://ils.rero.ch/api/documents/344" } }, { @@ -400348,13 +400348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/344" + "$ref": "https://ils.rero.ch/api/documents/344" } }, { @@ -400362,13 +400362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/344" + "$ref": "https://ils.rero.ch/api/documents/344" } }, { @@ -400376,13 +400376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/343" + "$ref": "https://ils.rero.ch/api/documents/343" } }, { @@ -400390,13 +400390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/343" + "$ref": "https://ils.rero.ch/api/documents/343" } }, { @@ -400404,13 +400404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/343" + "$ref": "https://ils.rero.ch/api/documents/343" } }, { @@ -400418,13 +400418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/343" + "$ref": "https://ils.rero.ch/api/documents/343" } }, { @@ -400432,13 +400432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/343" + "$ref": "https://ils.rero.ch/api/documents/343" } }, { @@ -400446,13 +400446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/342" + "$ref": "https://ils.rero.ch/api/documents/342" } }, { @@ -400460,13 +400460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/342" + "$ref": "https://ils.rero.ch/api/documents/342" } }, { @@ -400474,13 +400474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/341" + "$ref": "https://ils.rero.ch/api/documents/341" } }, { @@ -400488,13 +400488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/341" + "$ref": "https://ils.rero.ch/api/documents/341" } }, { @@ -400502,13 +400502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/341" + "$ref": "https://ils.rero.ch/api/documents/341" } }, { @@ -400516,13 +400516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/340" + "$ref": "https://ils.rero.ch/api/documents/340" } }, { @@ -400530,13 +400530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/340" + "$ref": "https://ils.rero.ch/api/documents/340" } }, { @@ -400544,13 +400544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/340" + "$ref": "https://ils.rero.ch/api/documents/340" } }, { @@ -400558,13 +400558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/339" + "$ref": "https://ils.rero.ch/api/documents/339" } }, { @@ -400572,13 +400572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/339" + "$ref": "https://ils.rero.ch/api/documents/339" } }, { @@ -400586,13 +400586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/339" + "$ref": "https://ils.rero.ch/api/documents/339" } }, { @@ -400600,13 +400600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/339" + "$ref": "https://ils.rero.ch/api/documents/339" } }, { @@ -400614,13 +400614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/338" + "$ref": "https://ils.rero.ch/api/documents/338" } }, { @@ -400628,13 +400628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/338" + "$ref": "https://ils.rero.ch/api/documents/338" } }, { @@ -400642,13 +400642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/338" + "$ref": "https://ils.rero.ch/api/documents/338" } }, { @@ -400656,13 +400656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/337" + "$ref": "https://ils.rero.ch/api/documents/337" } }, { @@ -400670,13 +400670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/337" + "$ref": "https://ils.rero.ch/api/documents/337" } }, { @@ -400684,13 +400684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/336" + "$ref": "https://ils.rero.ch/api/documents/336" } }, { @@ -400698,13 +400698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/335" + "$ref": "https://ils.rero.ch/api/documents/335" } }, { @@ -400712,13 +400712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/335" + "$ref": "https://ils.rero.ch/api/documents/335" } }, { @@ -400726,13 +400726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/335" + "$ref": "https://ils.rero.ch/api/documents/335" } }, { @@ -400740,13 +400740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/335" + "$ref": "https://ils.rero.ch/api/documents/335" } }, { @@ -400754,13 +400754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/334" + "$ref": "https://ils.rero.ch/api/documents/334" } }, { @@ -400768,13 +400768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/334" + "$ref": "https://ils.rero.ch/api/documents/334" } }, { @@ -400782,13 +400782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/334" + "$ref": "https://ils.rero.ch/api/documents/334" } }, { @@ -400796,13 +400796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/334" + "$ref": "https://ils.rero.ch/api/documents/334" } }, { @@ -400810,13 +400810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/333" + "$ref": "https://ils.rero.ch/api/documents/333" } }, { @@ -400824,13 +400824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/333" + "$ref": "https://ils.rero.ch/api/documents/333" } }, { @@ -400838,13 +400838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/333" + "$ref": "https://ils.rero.ch/api/documents/333" } }, { @@ -400852,13 +400852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/333" + "$ref": "https://ils.rero.ch/api/documents/333" } }, { @@ -400866,13 +400866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/333" + "$ref": "https://ils.rero.ch/api/documents/333" } }, { @@ -400880,13 +400880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/332" + "$ref": "https://ils.rero.ch/api/documents/332" } }, { @@ -400894,13 +400894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/332" + "$ref": "https://ils.rero.ch/api/documents/332" } }, { @@ -400908,13 +400908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/332" + "$ref": "https://ils.rero.ch/api/documents/332" } }, { @@ -400922,13 +400922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/331" + "$ref": "https://ils.rero.ch/api/documents/331" } }, { @@ -400936,13 +400936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/331" + "$ref": "https://ils.rero.ch/api/documents/331" } }, { @@ -400950,13 +400950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/331" + "$ref": "https://ils.rero.ch/api/documents/331" } }, { @@ -400964,13 +400964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/331" + "$ref": "https://ils.rero.ch/api/documents/331" } }, { @@ -400978,13 +400978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/330" + "$ref": "https://ils.rero.ch/api/documents/330" } }, { @@ -400992,13 +400992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/330" + "$ref": "https://ils.rero.ch/api/documents/330" } }, { @@ -401006,13 +401006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/330" + "$ref": "https://ils.rero.ch/api/documents/330" } }, { @@ -401020,13 +401020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/330" + "$ref": "https://ils.rero.ch/api/documents/330" } }, { @@ -401034,13 +401034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/329" + "$ref": "https://ils.rero.ch/api/documents/329" } }, { @@ -401048,13 +401048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/328" + "$ref": "https://ils.rero.ch/api/documents/328" } }, { @@ -401062,13 +401062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/328" + "$ref": "https://ils.rero.ch/api/documents/328" } }, { @@ -401076,13 +401076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/328" + "$ref": "https://ils.rero.ch/api/documents/328" } }, { @@ -401090,13 +401090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/328" + "$ref": "https://ils.rero.ch/api/documents/328" } }, { @@ -401104,13 +401104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/328" + "$ref": "https://ils.rero.ch/api/documents/328" } }, { @@ -401118,13 +401118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/327" + "$ref": "https://ils.rero.ch/api/documents/327" } }, { @@ -401132,13 +401132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/326" + "$ref": "https://ils.rero.ch/api/documents/326" } }, { @@ -401146,13 +401146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/326" + "$ref": "https://ils.rero.ch/api/documents/326" } }, { @@ -401160,13 +401160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/326" + "$ref": "https://ils.rero.ch/api/documents/326" } }, { @@ -401174,13 +401174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/326" + "$ref": "https://ils.rero.ch/api/documents/326" } }, { @@ -401188,13 +401188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/325" + "$ref": "https://ils.rero.ch/api/documents/325" } }, { @@ -401202,13 +401202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/325" + "$ref": "https://ils.rero.ch/api/documents/325" } }, { @@ -401216,13 +401216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/325" + "$ref": "https://ils.rero.ch/api/documents/325" } }, { @@ -401230,13 +401230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/324" + "$ref": "https://ils.rero.ch/api/documents/324" } }, { @@ -401244,13 +401244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/324" + "$ref": "https://ils.rero.ch/api/documents/324" } }, { @@ -401258,13 +401258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/324" + "$ref": "https://ils.rero.ch/api/documents/324" } }, { @@ -401272,13 +401272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/324" + "$ref": "https://ils.rero.ch/api/documents/324" } }, { @@ -401286,13 +401286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/324" + "$ref": "https://ils.rero.ch/api/documents/324" } }, { @@ -401300,13 +401300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/323" + "$ref": "https://ils.rero.ch/api/documents/323" } }, { @@ -401314,13 +401314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/323" + "$ref": "https://ils.rero.ch/api/documents/323" } }, { @@ -401328,13 +401328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/323" + "$ref": "https://ils.rero.ch/api/documents/323" } }, { @@ -401342,13 +401342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/322" + "$ref": "https://ils.rero.ch/api/documents/322" } }, { @@ -401356,13 +401356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/322" + "$ref": "https://ils.rero.ch/api/documents/322" } }, { @@ -401370,13 +401370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/321" + "$ref": "https://ils.rero.ch/api/documents/321" } }, { @@ -401384,13 +401384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/321" + "$ref": "https://ils.rero.ch/api/documents/321" } }, { @@ -401398,13 +401398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/321" + "$ref": "https://ils.rero.ch/api/documents/321" } }, { @@ -401412,13 +401412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/320" + "$ref": "https://ils.rero.ch/api/documents/320" } }, { @@ -401426,13 +401426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/319" + "$ref": "https://ils.rero.ch/api/documents/319" } }, { @@ -401440,13 +401440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/319" + "$ref": "https://ils.rero.ch/api/documents/319" } }, { @@ -401454,13 +401454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/318" + "$ref": "https://ils.rero.ch/api/documents/318" } }, { @@ -401468,13 +401468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/317" + "$ref": "https://ils.rero.ch/api/documents/317" } }, { @@ -401482,13 +401482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/316" + "$ref": "https://ils.rero.ch/api/documents/316" } }, { @@ -401496,13 +401496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/316" + "$ref": "https://ils.rero.ch/api/documents/316" } }, { @@ -401510,13 +401510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/316" + "$ref": "https://ils.rero.ch/api/documents/316" } }, { @@ -401524,13 +401524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/316" + "$ref": "https://ils.rero.ch/api/documents/316" } }, { @@ -401538,13 +401538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/316" + "$ref": "https://ils.rero.ch/api/documents/316" } }, { @@ -401552,13 +401552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/315" + "$ref": "https://ils.rero.ch/api/documents/315" } }, { @@ -401566,13 +401566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/315" + "$ref": "https://ils.rero.ch/api/documents/315" } }, { @@ -401580,13 +401580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/315" + "$ref": "https://ils.rero.ch/api/documents/315" } }, { @@ -401594,13 +401594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/315" + "$ref": "https://ils.rero.ch/api/documents/315" } }, { @@ -401608,13 +401608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/315" + "$ref": "https://ils.rero.ch/api/documents/315" } }, { @@ -401622,13 +401622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/314" + "$ref": "https://ils.rero.ch/api/documents/314" } }, { @@ -401636,13 +401636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/314" + "$ref": "https://ils.rero.ch/api/documents/314" } }, { @@ -401650,13 +401650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/314" + "$ref": "https://ils.rero.ch/api/documents/314" } }, { @@ -401664,13 +401664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/313" + "$ref": "https://ils.rero.ch/api/documents/313" } }, { @@ -401678,13 +401678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/313" + "$ref": "https://ils.rero.ch/api/documents/313" } }, { @@ -401692,13 +401692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/312" + "$ref": "https://ils.rero.ch/api/documents/312" } }, { @@ -401706,13 +401706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/312" + "$ref": "https://ils.rero.ch/api/documents/312" } }, { @@ -401720,13 +401720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/312" + "$ref": "https://ils.rero.ch/api/documents/312" } }, { @@ -401734,13 +401734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/312" + "$ref": "https://ils.rero.ch/api/documents/312" } }, { @@ -401748,13 +401748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/311" + "$ref": "https://ils.rero.ch/api/documents/311" } }, { @@ -401762,13 +401762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/311" + "$ref": "https://ils.rero.ch/api/documents/311" } }, { @@ -401776,13 +401776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/311" + "$ref": "https://ils.rero.ch/api/documents/311" } }, { @@ -401790,13 +401790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/311" + "$ref": "https://ils.rero.ch/api/documents/311" } }, { @@ -401804,13 +401804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/310" + "$ref": "https://ils.rero.ch/api/documents/310" } }, { @@ -401818,13 +401818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/309" + "$ref": "https://ils.rero.ch/api/documents/309" } }, { @@ -401832,13 +401832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/309" + "$ref": "https://ils.rero.ch/api/documents/309" } }, { @@ -401846,13 +401846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/309" + "$ref": "https://ils.rero.ch/api/documents/309" } }, { @@ -401860,13 +401860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/308" + "$ref": "https://ils.rero.ch/api/documents/308" } }, { @@ -401874,13 +401874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/308" + "$ref": "https://ils.rero.ch/api/documents/308" } }, { @@ -401888,13 +401888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/308" + "$ref": "https://ils.rero.ch/api/documents/308" } }, { @@ -401902,13 +401902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/308" + "$ref": "https://ils.rero.ch/api/documents/308" } }, { @@ -401916,13 +401916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/308" + "$ref": "https://ils.rero.ch/api/documents/308" } }, { @@ -401930,13 +401930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/307" + "$ref": "https://ils.rero.ch/api/documents/307" } }, { @@ -401944,13 +401944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/306" + "$ref": "https://ils.rero.ch/api/documents/306" } }, { @@ -401958,13 +401958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/306" + "$ref": "https://ils.rero.ch/api/documents/306" } }, { @@ -401972,13 +401972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/306" + "$ref": "https://ils.rero.ch/api/documents/306" } }, { @@ -401986,13 +401986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/306" + "$ref": "https://ils.rero.ch/api/documents/306" } }, { @@ -402000,13 +402000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/305" + "$ref": "https://ils.rero.ch/api/documents/305" } }, { @@ -402014,13 +402014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/305" + "$ref": "https://ils.rero.ch/api/documents/305" } }, { @@ -402028,13 +402028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/305" + "$ref": "https://ils.rero.ch/api/documents/305" } }, { @@ -402042,13 +402042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/305" + "$ref": "https://ils.rero.ch/api/documents/305" } }, { @@ -402056,13 +402056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/305" + "$ref": "https://ils.rero.ch/api/documents/305" } }, { @@ -402070,13 +402070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/304" + "$ref": "https://ils.rero.ch/api/documents/304" } }, { @@ -402084,13 +402084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/304" + "$ref": "https://ils.rero.ch/api/documents/304" } }, { @@ -402098,13 +402098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/304" + "$ref": "https://ils.rero.ch/api/documents/304" } }, { @@ -402112,13 +402112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/303" + "$ref": "https://ils.rero.ch/api/documents/303" } }, { @@ -402126,13 +402126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/303" + "$ref": "https://ils.rero.ch/api/documents/303" } }, { @@ -402140,13 +402140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/303" + "$ref": "https://ils.rero.ch/api/documents/303" } }, { @@ -402154,13 +402154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/303" + "$ref": "https://ils.rero.ch/api/documents/303" } }, { @@ -402168,13 +402168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/303" + "$ref": "https://ils.rero.ch/api/documents/303" } }, { @@ -402182,13 +402182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/302" + "$ref": "https://ils.rero.ch/api/documents/302" } }, { @@ -402196,13 +402196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/302" + "$ref": "https://ils.rero.ch/api/documents/302" } }, { @@ -402210,13 +402210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/302" + "$ref": "https://ils.rero.ch/api/documents/302" } }, { @@ -402224,13 +402224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/302" + "$ref": "https://ils.rero.ch/api/documents/302" } }, { @@ -402238,13 +402238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/302" + "$ref": "https://ils.rero.ch/api/documents/302" } }, { @@ -402252,13 +402252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/301" + "$ref": "https://ils.rero.ch/api/documents/301" } }, { @@ -402266,13 +402266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/300" + "$ref": "https://ils.rero.ch/api/documents/300" } }, { @@ -402280,13 +402280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/300" + "$ref": "https://ils.rero.ch/api/documents/300" } }, { @@ -402294,13 +402294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/300" + "$ref": "https://ils.rero.ch/api/documents/300" } }, { @@ -402308,13 +402308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/300" + "$ref": "https://ils.rero.ch/api/documents/300" } }, { @@ -402322,13 +402322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/300" + "$ref": "https://ils.rero.ch/api/documents/300" } }, { @@ -402336,13 +402336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/299" + "$ref": "https://ils.rero.ch/api/documents/299" } }, { @@ -402350,13 +402350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/299" + "$ref": "https://ils.rero.ch/api/documents/299" } }, { @@ -402364,13 +402364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/299" + "$ref": "https://ils.rero.ch/api/documents/299" } }, { @@ -402378,13 +402378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/298" + "$ref": "https://ils.rero.ch/api/documents/298" } }, { @@ -402392,13 +402392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/298" + "$ref": "https://ils.rero.ch/api/documents/298" } }, { @@ -402406,13 +402406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/298" + "$ref": "https://ils.rero.ch/api/documents/298" } }, { @@ -402420,13 +402420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/298" + "$ref": "https://ils.rero.ch/api/documents/298" } }, { @@ -402434,13 +402434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/297" + "$ref": "https://ils.rero.ch/api/documents/297" } }, { @@ -402448,13 +402448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/297" + "$ref": "https://ils.rero.ch/api/documents/297" } }, { @@ -402462,13 +402462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/297" + "$ref": "https://ils.rero.ch/api/documents/297" } }, { @@ -402476,13 +402476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/297" + "$ref": "https://ils.rero.ch/api/documents/297" } }, { @@ -402490,13 +402490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/297" + "$ref": "https://ils.rero.ch/api/documents/297" } }, { @@ -402504,13 +402504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/296" + "$ref": "https://ils.rero.ch/api/documents/296" } }, { @@ -402518,13 +402518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/296" + "$ref": "https://ils.rero.ch/api/documents/296" } }, { @@ -402532,13 +402532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/296" + "$ref": "https://ils.rero.ch/api/documents/296" } }, { @@ -402546,13 +402546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/295" + "$ref": "https://ils.rero.ch/api/documents/295" } }, { @@ -402560,13 +402560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/295" + "$ref": "https://ils.rero.ch/api/documents/295" } }, { @@ -402574,13 +402574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/295" + "$ref": "https://ils.rero.ch/api/documents/295" } }, { @@ -402588,13 +402588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/294" + "$ref": "https://ils.rero.ch/api/documents/294" } }, { @@ -402602,13 +402602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/294" + "$ref": "https://ils.rero.ch/api/documents/294" } }, { @@ -402616,13 +402616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/294" + "$ref": "https://ils.rero.ch/api/documents/294" } }, { @@ -402630,13 +402630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/293" + "$ref": "https://ils.rero.ch/api/documents/293" } }, { @@ -402644,13 +402644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/293" + "$ref": "https://ils.rero.ch/api/documents/293" } }, { @@ -402658,13 +402658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/293" + "$ref": "https://ils.rero.ch/api/documents/293" } }, { @@ -402672,13 +402672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/293" + "$ref": "https://ils.rero.ch/api/documents/293" } }, { @@ -402686,13 +402686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/293" + "$ref": "https://ils.rero.ch/api/documents/293" } }, { @@ -402700,13 +402700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/292" + "$ref": "https://ils.rero.ch/api/documents/292" } }, { @@ -402714,13 +402714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/291" + "$ref": "https://ils.rero.ch/api/documents/291" } }, { @@ -402728,13 +402728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/291" + "$ref": "https://ils.rero.ch/api/documents/291" } }, { @@ -402742,13 +402742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/291" + "$ref": "https://ils.rero.ch/api/documents/291" } }, { @@ -402756,13 +402756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/291" + "$ref": "https://ils.rero.ch/api/documents/291" } }, { @@ -402770,13 +402770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/290" + "$ref": "https://ils.rero.ch/api/documents/290" } }, { @@ -402784,13 +402784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/290" + "$ref": "https://ils.rero.ch/api/documents/290" } }, { @@ -402798,13 +402798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/290" + "$ref": "https://ils.rero.ch/api/documents/290" } }, { @@ -402812,13 +402812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/290" + "$ref": "https://ils.rero.ch/api/documents/290" } }, { @@ -402826,13 +402826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/290" + "$ref": "https://ils.rero.ch/api/documents/290" } }, { @@ -402840,13 +402840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/289" + "$ref": "https://ils.rero.ch/api/documents/289" } }, { @@ -402854,13 +402854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/288" + "$ref": "https://ils.rero.ch/api/documents/288" } }, { @@ -402868,13 +402868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/288" + "$ref": "https://ils.rero.ch/api/documents/288" } }, { @@ -402882,13 +402882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/288" + "$ref": "https://ils.rero.ch/api/documents/288" } }, { @@ -402896,13 +402896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/288" + "$ref": "https://ils.rero.ch/api/documents/288" } }, { @@ -402910,13 +402910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/287" + "$ref": "https://ils.rero.ch/api/documents/287" } }, { @@ -402924,13 +402924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/287" + "$ref": "https://ils.rero.ch/api/documents/287" } }, { @@ -402938,13 +402938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/287" + "$ref": "https://ils.rero.ch/api/documents/287" } }, { @@ -402952,13 +402952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/287" + "$ref": "https://ils.rero.ch/api/documents/287" } }, { @@ -402966,13 +402966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/287" + "$ref": "https://ils.rero.ch/api/documents/287" } }, { @@ -402980,13 +402980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/286" + "$ref": "https://ils.rero.ch/api/documents/286" } }, { @@ -402994,13 +402994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/286" + "$ref": "https://ils.rero.ch/api/documents/286" } }, { @@ -403008,13 +403008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/285" + "$ref": "https://ils.rero.ch/api/documents/285" } }, { @@ -403022,13 +403022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/285" + "$ref": "https://ils.rero.ch/api/documents/285" } }, { @@ -403036,13 +403036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/285" + "$ref": "https://ils.rero.ch/api/documents/285" } }, { @@ -403050,13 +403050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/285" + "$ref": "https://ils.rero.ch/api/documents/285" } }, { @@ -403064,13 +403064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/284" + "$ref": "https://ils.rero.ch/api/documents/284" } }, { @@ -403078,13 +403078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/284" + "$ref": "https://ils.rero.ch/api/documents/284" } }, { @@ -403092,13 +403092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/283" + "$ref": "https://ils.rero.ch/api/documents/283" } }, { @@ -403106,13 +403106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/282" + "$ref": "https://ils.rero.ch/api/documents/282" } }, { @@ -403120,13 +403120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/282" + "$ref": "https://ils.rero.ch/api/documents/282" } }, { @@ -403134,13 +403134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/282" + "$ref": "https://ils.rero.ch/api/documents/282" } }, { @@ -403148,13 +403148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/281" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { @@ -403162,13 +403162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/281" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { @@ -403176,13 +403176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/281" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { @@ -403190,13 +403190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/281" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { @@ -403204,13 +403204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/281" + "$ref": "https://ils.rero.ch/api/documents/281" } }, { @@ -403218,13 +403218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/280" + "$ref": "https://ils.rero.ch/api/documents/280" } }, { @@ -403232,13 +403232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/280" + "$ref": "https://ils.rero.ch/api/documents/280" } }, { @@ -403246,13 +403246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/280" + "$ref": "https://ils.rero.ch/api/documents/280" } }, { @@ -403260,13 +403260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/279" + "$ref": "https://ils.rero.ch/api/documents/279" } }, { @@ -403274,13 +403274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/279" + "$ref": "https://ils.rero.ch/api/documents/279" } }, { @@ -403288,13 +403288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/279" + "$ref": "https://ils.rero.ch/api/documents/279" } }, { @@ -403302,13 +403302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/278" + "$ref": "https://ils.rero.ch/api/documents/278" } }, { @@ -403316,13 +403316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/277" + "$ref": "https://ils.rero.ch/api/documents/277" } }, { @@ -403330,13 +403330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/276" + "$ref": "https://ils.rero.ch/api/documents/276" } }, { @@ -403344,13 +403344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/276" + "$ref": "https://ils.rero.ch/api/documents/276" } }, { @@ -403358,13 +403358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/276" + "$ref": "https://ils.rero.ch/api/documents/276" } }, { @@ -403372,13 +403372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/276" + "$ref": "https://ils.rero.ch/api/documents/276" } }, { @@ -403386,13 +403386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/275" + "$ref": "https://ils.rero.ch/api/documents/275" } }, { @@ -403400,13 +403400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/275" + "$ref": "https://ils.rero.ch/api/documents/275" } }, { @@ -403414,13 +403414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/274" } }, { @@ -403428,13 +403428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/274" } }, { @@ -403442,13 +403442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/274" } }, { @@ -403456,13 +403456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/274" } }, { @@ -403470,13 +403470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/274" + "$ref": "https://ils.rero.ch/api/documents/274" } }, { @@ -403484,13 +403484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/273" + "$ref": "https://ils.rero.ch/api/documents/273" } }, { @@ -403498,13 +403498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/273" + "$ref": "https://ils.rero.ch/api/documents/273" } }, { @@ -403512,13 +403512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/273" + "$ref": "https://ils.rero.ch/api/documents/273" } }, { @@ -403526,13 +403526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/273" + "$ref": "https://ils.rero.ch/api/documents/273" } }, { @@ -403540,13 +403540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/272" } }, { @@ -403554,13 +403554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/272" } }, { @@ -403568,13 +403568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/272" + "$ref": "https://ils.rero.ch/api/documents/272" } }, { @@ -403582,13 +403582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/271" + "$ref": "https://ils.rero.ch/api/documents/271" } }, { @@ -403596,13 +403596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/271" + "$ref": "https://ils.rero.ch/api/documents/271" } }, { @@ -403610,13 +403610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/270" + "$ref": "https://ils.rero.ch/api/documents/270" } }, { @@ -403624,13 +403624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/269" + "$ref": "https://ils.rero.ch/api/documents/269" } }, { @@ -403638,13 +403638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/268" + "$ref": "https://ils.rero.ch/api/documents/268" } }, { @@ -403652,13 +403652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { @@ -403666,13 +403666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { @@ -403680,13 +403680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { @@ -403694,13 +403694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { @@ -403708,13 +403708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/267" + "$ref": "https://ils.rero.ch/api/documents/267" } }, { @@ -403722,13 +403722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/266" } }, { @@ -403736,13 +403736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/266" + "$ref": "https://ils.rero.ch/api/documents/266" } }, { @@ -403750,13 +403750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/265" + "$ref": "https://ils.rero.ch/api/documents/265" } }, { @@ -403764,13 +403764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -403778,13 +403778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -403792,13 +403792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -403806,13 +403806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -403820,13 +403820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/264" + "$ref": "https://ils.rero.ch/api/documents/264" } }, { @@ -403834,13 +403834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/263" + "$ref": "https://ils.rero.ch/api/documents/263" } }, { @@ -403848,13 +403848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/263" + "$ref": "https://ils.rero.ch/api/documents/263" } }, { @@ -403862,13 +403862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/262" + "$ref": "https://ils.rero.ch/api/documents/262" } }, { @@ -403876,13 +403876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { @@ -403890,13 +403890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { @@ -403904,13 +403904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { @@ -403918,13 +403918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/261" + "$ref": "https://ils.rero.ch/api/documents/261" } }, { @@ -403932,13 +403932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/260" } }, { @@ -403946,13 +403946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/260" + "$ref": "https://ils.rero.ch/api/documents/260" } }, { @@ -403960,13 +403960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/259" } }, { @@ -403974,13 +403974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/259" } }, { @@ -403988,13 +403988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/259" + "$ref": "https://ils.rero.ch/api/documents/259" } }, { @@ -404002,13 +404002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/258" } }, { @@ -404016,13 +404016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/258" } }, { @@ -404030,13 +404030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/258" + "$ref": "https://ils.rero.ch/api/documents/258" } }, { @@ -404044,13 +404044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/257" + "$ref": "https://ils.rero.ch/api/documents/257" } }, { @@ -404058,13 +404058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/257" + "$ref": "https://ils.rero.ch/api/documents/257" } }, { @@ -404072,13 +404072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { @@ -404086,13 +404086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { @@ -404100,13 +404100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { @@ -404114,13 +404114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/256" + "$ref": "https://ils.rero.ch/api/documents/256" } }, { @@ -404128,13 +404128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -404142,13 +404142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -404156,13 +404156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -404170,13 +404170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -404184,13 +404184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/255" + "$ref": "https://ils.rero.ch/api/documents/255" } }, { @@ -404198,13 +404198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/254" } }, { @@ -404212,13 +404212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/254" } }, { @@ -404226,13 +404226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/254" } }, { @@ -404240,13 +404240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/254" + "$ref": "https://ils.rero.ch/api/documents/254" } }, { @@ -404254,13 +404254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { @@ -404268,13 +404268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { @@ -404282,13 +404282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { @@ -404296,13 +404296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { @@ -404310,13 +404310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/253" + "$ref": "https://ils.rero.ch/api/documents/253" } }, { @@ -404324,13 +404324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/252" + "$ref": "https://ils.rero.ch/api/documents/252" } }, { @@ -404338,13 +404338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/252" + "$ref": "https://ils.rero.ch/api/documents/252" } }, { @@ -404352,13 +404352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { @@ -404366,13 +404366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { @@ -404380,13 +404380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { @@ -404394,13 +404394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/251" + "$ref": "https://ils.rero.ch/api/documents/251" } }, { @@ -404408,13 +404408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/250" + "$ref": "https://ils.rero.ch/api/documents/250" } }, { @@ -404422,13 +404422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/249" + "$ref": "https://ils.rero.ch/api/documents/249" } }, { @@ -404436,13 +404436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/249" + "$ref": "https://ils.rero.ch/api/documents/249" } }, { @@ -404450,13 +404450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/249" + "$ref": "https://ils.rero.ch/api/documents/249" } }, { @@ -404464,13 +404464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/248" + "$ref": "https://ils.rero.ch/api/documents/248" } }, { @@ -404478,13 +404478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/247" } }, { @@ -404492,13 +404492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/247" } }, { @@ -404506,13 +404506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/247" } }, { @@ -404520,13 +404520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/247" + "$ref": "https://ils.rero.ch/api/documents/247" } }, { @@ -404534,13 +404534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/246" } }, { @@ -404548,13 +404548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/246" } }, { @@ -404562,13 +404562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/246" } }, { @@ -404576,13 +404576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/246" + "$ref": "https://ils.rero.ch/api/documents/246" } }, { @@ -404590,13 +404590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/245" + "$ref": "https://ils.rero.ch/api/documents/245" } }, { @@ -404604,13 +404604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/245" + "$ref": "https://ils.rero.ch/api/documents/245" } }, { @@ -404618,13 +404618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { @@ -404632,13 +404632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { @@ -404646,13 +404646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { @@ -404660,13 +404660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/244" + "$ref": "https://ils.rero.ch/api/documents/244" } }, { @@ -404674,13 +404674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/243" + "$ref": "https://ils.rero.ch/api/documents/243" } }, { @@ -404688,13 +404688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/242" } }, { @@ -404702,13 +404702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/242" + "$ref": "https://ils.rero.ch/api/documents/242" } }, { @@ -404716,13 +404716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { @@ -404730,13 +404730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { @@ -404744,13 +404744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { @@ -404758,13 +404758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/241" + "$ref": "https://ils.rero.ch/api/documents/241" } }, { @@ -404772,13 +404772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/240" } }, { @@ -404786,13 +404786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/240" } }, { @@ -404800,13 +404800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/240" + "$ref": "https://ils.rero.ch/api/documents/240" } }, { @@ -404814,13 +404814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/239" } }, { @@ -404828,13 +404828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/239" } }, { @@ -404842,13 +404842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/239" } }, { @@ -404856,13 +404856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/239" + "$ref": "https://ils.rero.ch/api/documents/239" } }, { @@ -404870,13 +404870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/238" } }, { @@ -404884,13 +404884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/238" } }, { @@ -404898,13 +404898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/238" } }, { @@ -404912,13 +404912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/238" + "$ref": "https://ils.rero.ch/api/documents/238" } }, { @@ -404926,13 +404926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/237" + "$ref": "https://ils.rero.ch/api/documents/237" } }, { @@ -404940,13 +404940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/237" + "$ref": "https://ils.rero.ch/api/documents/237" } }, { @@ -404954,13 +404954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/236" + "$ref": "https://ils.rero.ch/api/documents/236" } }, { @@ -404968,13 +404968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/236" + "$ref": "https://ils.rero.ch/api/documents/236" } }, { @@ -404982,13 +404982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/236" + "$ref": "https://ils.rero.ch/api/documents/236" } }, { @@ -404996,13 +404996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/235" + "$ref": "https://ils.rero.ch/api/documents/235" } }, { @@ -405010,13 +405010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/235" + "$ref": "https://ils.rero.ch/api/documents/235" } }, { @@ -405024,13 +405024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/234" } }, { @@ -405038,13 +405038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/234" + "$ref": "https://ils.rero.ch/api/documents/234" } }, { @@ -405052,13 +405052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/233" } }, { @@ -405066,13 +405066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/233" } }, { @@ -405080,13 +405080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/233" + "$ref": "https://ils.rero.ch/api/documents/233" } }, { @@ -405094,13 +405094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/232" + "$ref": "https://ils.rero.ch/api/documents/232" } }, { @@ -405108,13 +405108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/232" + "$ref": "https://ils.rero.ch/api/documents/232" } }, { @@ -405122,13 +405122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { @@ -405136,13 +405136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { @@ -405150,13 +405150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { @@ -405164,13 +405164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { @@ -405178,13 +405178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/231" + "$ref": "https://ils.rero.ch/api/documents/231" } }, { @@ -405192,13 +405192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/230" } }, { @@ -405206,13 +405206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/230" + "$ref": "https://ils.rero.ch/api/documents/230" } }, { @@ -405220,13 +405220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/229" } }, { @@ -405234,13 +405234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/229" } }, { @@ -405248,13 +405248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/229" } }, { @@ -405262,13 +405262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/229" + "$ref": "https://ils.rero.ch/api/documents/229" } }, { @@ -405276,13 +405276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/228" + "$ref": "https://ils.rero.ch/api/documents/228" } }, { @@ -405290,13 +405290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/228" + "$ref": "https://ils.rero.ch/api/documents/228" } }, { @@ -405304,13 +405304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/227" } }, { @@ -405318,13 +405318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/227" } }, { @@ -405332,13 +405332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/227" + "$ref": "https://ils.rero.ch/api/documents/227" } }, { @@ -405346,13 +405346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/226" + "$ref": "https://ils.rero.ch/api/documents/226" } }, { @@ -405360,13 +405360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/225" } }, { @@ -405374,13 +405374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/225" } }, { @@ -405388,13 +405388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/225" } }, { @@ -405402,13 +405402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/225" + "$ref": "https://ils.rero.ch/api/documents/225" } }, { @@ -405416,13 +405416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/224" + "$ref": "https://ils.rero.ch/api/documents/224" } }, { @@ -405430,13 +405430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/224" + "$ref": "https://ils.rero.ch/api/documents/224" } }, { @@ -405444,13 +405444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/223" + "$ref": "https://ils.rero.ch/api/documents/223" } }, { @@ -405458,13 +405458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/222" } }, { @@ -405472,13 +405472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/222" } }, { @@ -405486,13 +405486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/222" + "$ref": "https://ils.rero.ch/api/documents/222" } }, { @@ -405500,13 +405500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/221" + "$ref": "https://ils.rero.ch/api/documents/221" } }, { @@ -405514,13 +405514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/221" + "$ref": "https://ils.rero.ch/api/documents/221" } }, { @@ -405528,13 +405528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/221" + "$ref": "https://ils.rero.ch/api/documents/221" } }, { @@ -405542,13 +405542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/220" } }, { @@ -405556,13 +405556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/220" + "$ref": "https://ils.rero.ch/api/documents/220" } }, { @@ -405570,13 +405570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/219" + "$ref": "https://ils.rero.ch/api/documents/219" } }, { @@ -405584,13 +405584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/219" + "$ref": "https://ils.rero.ch/api/documents/219" } }, { @@ -405598,13 +405598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/219" + "$ref": "https://ils.rero.ch/api/documents/219" } }, { @@ -405612,13 +405612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/218" + "$ref": "https://ils.rero.ch/api/documents/218" } }, { @@ -405626,13 +405626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/217" } }, { @@ -405640,13 +405640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/217" } }, { @@ -405654,13 +405654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/217" } }, { @@ -405668,13 +405668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/217" + "$ref": "https://ils.rero.ch/api/documents/217" } }, { @@ -405682,13 +405682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/216" + "$ref": "https://ils.rero.ch/api/documents/216" } }, { @@ -405696,13 +405696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/216" + "$ref": "https://ils.rero.ch/api/documents/216" } }, { @@ -405710,13 +405710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/216" + "$ref": "https://ils.rero.ch/api/documents/216" } }, { @@ -405724,13 +405724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/215" + "$ref": "https://ils.rero.ch/api/documents/215" } }, { @@ -405738,13 +405738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/215" + "$ref": "https://ils.rero.ch/api/documents/215" } }, { @@ -405752,13 +405752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/215" + "$ref": "https://ils.rero.ch/api/documents/215" } }, { @@ -405766,13 +405766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/214" + "$ref": "https://ils.rero.ch/api/documents/214" } }, { @@ -405780,13 +405780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/213" + "$ref": "https://ils.rero.ch/api/documents/213" } }, { @@ -405794,13 +405794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/212" } }, { @@ -405808,13 +405808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/212" } }, { @@ -405822,13 +405822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/212" } }, { @@ -405836,13 +405836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/212" + "$ref": "https://ils.rero.ch/api/documents/212" } }, { @@ -405850,13 +405850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/211" + "$ref": "https://ils.rero.ch/api/documents/211" } }, { @@ -405864,13 +405864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -405878,13 +405878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -405892,13 +405892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -405906,13 +405906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -405920,13 +405920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/210" + "$ref": "https://ils.rero.ch/api/documents/210" } }, { @@ -405934,13 +405934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { @@ -405948,13 +405948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { @@ -405962,13 +405962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { @@ -405976,13 +405976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { @@ -405990,13 +405990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/209" + "$ref": "https://ils.rero.ch/api/documents/209" } }, { @@ -406004,13 +406004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { @@ -406018,13 +406018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { @@ -406032,13 +406032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { @@ -406046,13 +406046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { @@ -406060,13 +406060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/208" + "$ref": "https://ils.rero.ch/api/documents/208" } }, { @@ -406074,13 +406074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { @@ -406088,13 +406088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { @@ -406102,13 +406102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { @@ -406116,13 +406116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { @@ -406130,13 +406130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/207" + "$ref": "https://ils.rero.ch/api/documents/207" } }, { @@ -406144,13 +406144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/206" + "$ref": "https://ils.rero.ch/api/documents/206" } }, { @@ -406158,13 +406158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/205" } }, { @@ -406172,13 +406172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/205" + "$ref": "https://ils.rero.ch/api/documents/205" } }, { @@ -406186,13 +406186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/204" } }, { @@ -406200,13 +406200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/204" } }, { @@ -406214,13 +406214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/204" + "$ref": "https://ils.rero.ch/api/documents/204" } }, { @@ -406228,13 +406228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/203" } }, { @@ -406242,13 +406242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/203" + "$ref": "https://ils.rero.ch/api/documents/203" } }, { @@ -406256,13 +406256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -406270,13 +406270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -406284,13 +406284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -406298,13 +406298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -406312,13 +406312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/202" + "$ref": "https://ils.rero.ch/api/documents/202" } }, { @@ -406326,13 +406326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { @@ -406340,13 +406340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { @@ -406354,13 +406354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { @@ -406368,13 +406368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { @@ -406382,13 +406382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/201" + "$ref": "https://ils.rero.ch/api/documents/201" } }, { @@ -406396,13 +406396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/200" + "$ref": "https://ils.rero.ch/api/documents/200" } }, { @@ -406410,13 +406410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/200" + "$ref": "https://ils.rero.ch/api/documents/200" } }, { @@ -406424,13 +406424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/199" } }, { @@ -406438,13 +406438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/199" } }, { @@ -406452,13 +406452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/199" } }, { @@ -406466,13 +406466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/199" + "$ref": "https://ils.rero.ch/api/documents/199" } }, { @@ -406480,13 +406480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/198" + "$ref": "https://ils.rero.ch/api/documents/198" } }, { @@ -406494,13 +406494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/197" + "$ref": "https://ils.rero.ch/api/documents/197" } }, { @@ -406508,13 +406508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/197" + "$ref": "https://ils.rero.ch/api/documents/197" } }, { @@ -406522,13 +406522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/197" + "$ref": "https://ils.rero.ch/api/documents/197" } }, { @@ -406536,13 +406536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/196" + "$ref": "https://ils.rero.ch/api/documents/196" } }, { @@ -406550,13 +406550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/196" + "$ref": "https://ils.rero.ch/api/documents/196" } }, { @@ -406564,13 +406564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/196" + "$ref": "https://ils.rero.ch/api/documents/196" } }, { @@ -406578,13 +406578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -406592,13 +406592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -406606,13 +406606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -406620,13 +406620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -406634,13 +406634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/195" + "$ref": "https://ils.rero.ch/api/documents/195" } }, { @@ -406648,13 +406648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/194" + "$ref": "https://ils.rero.ch/api/documents/194" } }, { @@ -406662,13 +406662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { @@ -406676,13 +406676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { @@ -406690,13 +406690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { @@ -406704,13 +406704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { @@ -406718,13 +406718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/193" + "$ref": "https://ils.rero.ch/api/documents/193" } }, { @@ -406732,13 +406732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/192" + "$ref": "https://ils.rero.ch/api/documents/192" } }, { @@ -406746,13 +406746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/192" + "$ref": "https://ils.rero.ch/api/documents/192" } }, { @@ -406760,13 +406760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/192" + "$ref": "https://ils.rero.ch/api/documents/192" } }, { @@ -406774,13 +406774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -406788,13 +406788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -406802,13 +406802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -406816,13 +406816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -406830,13 +406830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/191" + "$ref": "https://ils.rero.ch/api/documents/191" } }, { @@ -406844,13 +406844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { @@ -406858,13 +406858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { @@ -406872,13 +406872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { @@ -406886,13 +406886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/190" + "$ref": "https://ils.rero.ch/api/documents/190" } }, { @@ -406900,13 +406900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/189" + "$ref": "https://ils.rero.ch/api/documents/189" } }, { @@ -406914,13 +406914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/189" + "$ref": "https://ils.rero.ch/api/documents/189" } }, { @@ -406928,13 +406928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/188" } }, { @@ -406942,13 +406942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/188" } }, { @@ -406956,13 +406956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/188" + "$ref": "https://ils.rero.ch/api/documents/188" } }, { @@ -406970,13 +406970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/187" } }, { @@ -406984,13 +406984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/187" } }, { @@ -406998,13 +406998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/187" } }, { @@ -407012,13 +407012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/187" + "$ref": "https://ils.rero.ch/api/documents/187" } }, { @@ -407026,13 +407026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/186" + "$ref": "https://ils.rero.ch/api/documents/186" } }, { @@ -407040,13 +407040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { @@ -407054,13 +407054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { @@ -407068,13 +407068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { @@ -407082,13 +407082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/185" + "$ref": "https://ils.rero.ch/api/documents/185" } }, { @@ -407096,13 +407096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/184" + "$ref": "https://ils.rero.ch/api/documents/184" } }, { @@ -407110,13 +407110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/184" + "$ref": "https://ils.rero.ch/api/documents/184" } }, { @@ -407124,13 +407124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/184" + "$ref": "https://ils.rero.ch/api/documents/184" } }, { @@ -407138,13 +407138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { @@ -407152,13 +407152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { @@ -407166,13 +407166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { @@ -407180,13 +407180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { @@ -407194,13 +407194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/183" + "$ref": "https://ils.rero.ch/api/documents/183" } }, { @@ -407208,13 +407208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/182" } }, { @@ -407222,13 +407222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/182" + "$ref": "https://ils.rero.ch/api/documents/182" } }, { @@ -407236,13 +407236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/181" + "$ref": "https://ils.rero.ch/api/documents/181" } }, { @@ -407250,13 +407250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { @@ -407264,13 +407264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { @@ -407278,13 +407278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { @@ -407292,13 +407292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/180" + "$ref": "https://ils.rero.ch/api/documents/180" } }, { @@ -407306,13 +407306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/179" + "$ref": "https://ils.rero.ch/api/documents/179" } }, { @@ -407320,13 +407320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/179" + "$ref": "https://ils.rero.ch/api/documents/179" } }, { @@ -407334,13 +407334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/178" + "$ref": "https://ils.rero.ch/api/documents/178" } }, { @@ -407348,13 +407348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/178" + "$ref": "https://ils.rero.ch/api/documents/178" } }, { @@ -407362,13 +407362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/177" + "$ref": "https://ils.rero.ch/api/documents/177" } }, { @@ -407376,13 +407376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/177" + "$ref": "https://ils.rero.ch/api/documents/177" } }, { @@ -407390,13 +407390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/176" } }, { @@ -407404,13 +407404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/176" + "$ref": "https://ils.rero.ch/api/documents/176" } }, { @@ -407418,13 +407418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { @@ -407432,13 +407432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { @@ -407446,13 +407446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { @@ -407460,13 +407460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/175" + "$ref": "https://ils.rero.ch/api/documents/175" } }, { @@ -407474,13 +407474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/174" + "$ref": "https://ils.rero.ch/api/documents/174" } }, { @@ -407488,13 +407488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/174" + "$ref": "https://ils.rero.ch/api/documents/174" } }, { @@ -407502,13 +407502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/174" + "$ref": "https://ils.rero.ch/api/documents/174" } }, { @@ -407516,13 +407516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/173" } }, { @@ -407530,13 +407530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/173" } }, { @@ -407544,13 +407544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/173" } }, { @@ -407558,13 +407558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/173" + "$ref": "https://ils.rero.ch/api/documents/173" } }, { @@ -407572,13 +407572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/172" + "$ref": "https://ils.rero.ch/api/documents/172" } }, { @@ -407586,13 +407586,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/171" + "$ref": "https://ils.rero.ch/api/documents/171" } }, { @@ -407600,13 +407600,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/170" + "$ref": "https://ils.rero.ch/api/documents/170" } }, { @@ -407614,13 +407614,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/170" + "$ref": "https://ils.rero.ch/api/documents/170" } }, { @@ -407628,13 +407628,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { @@ -407642,13 +407642,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { @@ -407656,13 +407656,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { @@ -407670,13 +407670,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { @@ -407684,13 +407684,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/169" + "$ref": "https://ils.rero.ch/api/documents/169" } }, { @@ -407698,13 +407698,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/168" + "$ref": "https://ils.rero.ch/api/documents/168" } }, { @@ -407712,13 +407712,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/168" + "$ref": "https://ils.rero.ch/api/documents/168" } }, { @@ -407726,13 +407726,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/168" + "$ref": "https://ils.rero.ch/api/documents/168" } }, { @@ -407740,13 +407740,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/167" + "$ref": "https://ils.rero.ch/api/documents/167" } }, { @@ -407754,13 +407754,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/167" + "$ref": "https://ils.rero.ch/api/documents/167" } }, { @@ -407768,13 +407768,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/167" + "$ref": "https://ils.rero.ch/api/documents/167" } }, { @@ -407782,13 +407782,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/166" } }, { @@ -407796,13 +407796,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/166" + "$ref": "https://ils.rero.ch/api/documents/166" } }, { @@ -407810,13 +407810,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { @@ -407824,13 +407824,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { @@ -407838,13 +407838,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { @@ -407852,13 +407852,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { @@ -407866,13 +407866,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/165" + "$ref": "https://ils.rero.ch/api/documents/165" } }, { @@ -407880,13 +407880,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/164" } }, { @@ -407894,13 +407894,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/164" } }, { @@ -407908,13 +407908,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/164" } }, { @@ -407922,13 +407922,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/164" + "$ref": "https://ils.rero.ch/api/documents/164" } }, { @@ -407936,13 +407936,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/163" + "$ref": "https://ils.rero.ch/api/documents/163" } }, { @@ -407950,13 +407950,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/163" + "$ref": "https://ils.rero.ch/api/documents/163" } }, { @@ -407964,13 +407964,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/163" + "$ref": "https://ils.rero.ch/api/documents/163" } }, { @@ -407978,13 +407978,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/162" } }, { @@ -407992,13 +407992,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/162" + "$ref": "https://ils.rero.ch/api/documents/162" } }, { @@ -408006,13 +408006,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -408020,13 +408020,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -408034,13 +408034,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -408048,13 +408048,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -408062,13 +408062,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/161" + "$ref": "https://ils.rero.ch/api/documents/161" } }, { @@ -408076,13 +408076,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/160" + "$ref": "https://ils.rero.ch/api/documents/160" } }, { @@ -408090,13 +408090,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/160" + "$ref": "https://ils.rero.ch/api/documents/160" } }, { @@ -408104,13 +408104,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/159" + "$ref": "https://ils.rero.ch/api/documents/159" } }, { @@ -408118,13 +408118,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/159" + "$ref": "https://ils.rero.ch/api/documents/159" } }, { @@ -408132,13 +408132,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { @@ -408146,13 +408146,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { @@ -408160,13 +408160,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { @@ -408174,13 +408174,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/158" + "$ref": "https://ils.rero.ch/api/documents/158" } }, { @@ -408188,13 +408188,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/157" } }, { @@ -408202,13 +408202,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/157" } }, { @@ -408216,13 +408216,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/157" + "$ref": "https://ils.rero.ch/api/documents/157" } }, { @@ -408230,13 +408230,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { @@ -408244,13 +408244,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { @@ -408258,13 +408258,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { @@ -408272,13 +408272,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { @@ -408286,13 +408286,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/156" + "$ref": "https://ils.rero.ch/api/documents/156" } }, { @@ -408300,13 +408300,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { @@ -408314,13 +408314,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { @@ -408328,13 +408328,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { @@ -408342,13 +408342,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { @@ -408356,13 +408356,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/155" + "$ref": "https://ils.rero.ch/api/documents/155" } }, { @@ -408370,13 +408370,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/154" } }, { @@ -408384,13 +408384,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/154" + "$ref": "https://ils.rero.ch/api/documents/154" } }, { @@ -408398,13 +408398,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/153" + "$ref": "https://ils.rero.ch/api/documents/153" } }, { @@ -408412,13 +408412,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/153" + "$ref": "https://ils.rero.ch/api/documents/153" } }, { @@ -408426,13 +408426,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/152" + "$ref": "https://ils.rero.ch/api/documents/152" } }, { @@ -408440,13 +408440,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/151" + "$ref": "https://ils.rero.ch/api/documents/151" } }, { @@ -408454,13 +408454,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/150" + "$ref": "https://ils.rero.ch/api/documents/150" } }, { @@ -408468,13 +408468,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/149" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { @@ -408482,13 +408482,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/149" + "$ref": "https://ils.rero.ch/api/documents/149" } }, { @@ -408496,13 +408496,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { @@ -408510,13 +408510,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/148" + "$ref": "https://ils.rero.ch/api/documents/148" } }, { @@ -408524,13 +408524,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { @@ -408538,13 +408538,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { @@ -408552,13 +408552,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/147" + "$ref": "https://ils.rero.ch/api/documents/147" } }, { @@ -408566,13 +408566,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { @@ -408580,13 +408580,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { @@ -408594,13 +408594,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { @@ -408608,13 +408608,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { @@ -408622,13 +408622,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/146" + "$ref": "https://ils.rero.ch/api/documents/146" } }, { @@ -408636,13 +408636,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { @@ -408650,13 +408650,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { @@ -408664,13 +408664,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { @@ -408678,13 +408678,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/145" + "$ref": "https://ils.rero.ch/api/documents/145" } }, { @@ -408692,13 +408692,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/144" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { @@ -408706,13 +408706,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/144" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { @@ -408720,13 +408720,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/144" + "$ref": "https://ils.rero.ch/api/documents/144" } }, { @@ -408734,13 +408734,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/143" } }, { @@ -408748,13 +408748,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/143" + "$ref": "https://ils.rero.ch/api/documents/143" } }, { @@ -408762,13 +408762,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/142" } }, { @@ -408776,13 +408776,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/142" } }, { @@ -408790,13 +408790,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/142" + "$ref": "https://ils.rero.ch/api/documents/142" } }, { @@ -408804,13 +408804,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/141" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { @@ -408818,13 +408818,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/141" + "$ref": "https://ils.rero.ch/api/documents/141" } }, { @@ -408832,13 +408832,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { @@ -408846,13 +408846,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { @@ -408860,13 +408860,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { @@ -408874,13 +408874,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { @@ -408888,13 +408888,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/140" + "$ref": "https://ils.rero.ch/api/documents/140" } }, { @@ -408902,13 +408902,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/139" + "$ref": "https://ils.rero.ch/api/documents/139" } }, { @@ -408916,13 +408916,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/139" + "$ref": "https://ils.rero.ch/api/documents/139" } }, { @@ -408930,13 +408930,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/138" + "$ref": "https://ils.rero.ch/api/documents/138" } }, { @@ -408944,13 +408944,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { @@ -408958,13 +408958,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { @@ -408972,13 +408972,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { @@ -408986,13 +408986,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/137" + "$ref": "https://ils.rero.ch/api/documents/137" } }, { @@ -409000,13 +409000,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { @@ -409014,13 +409014,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { @@ -409028,13 +409028,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { @@ -409042,13 +409042,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { @@ -409056,13 +409056,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/136" + "$ref": "https://ils.rero.ch/api/documents/136" } }, { @@ -409070,13 +409070,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { @@ -409084,13 +409084,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { @@ -409098,13 +409098,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { @@ -409112,13 +409112,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/135" + "$ref": "https://ils.rero.ch/api/documents/135" } }, { @@ -409126,13 +409126,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/134" + "$ref": "https://ils.rero.ch/api/documents/134" } }, { @@ -409140,13 +409140,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/134" + "$ref": "https://ils.rero.ch/api/documents/134" } }, { @@ -409154,13 +409154,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/133" + "$ref": "https://ils.rero.ch/api/documents/133" } }, { @@ -409168,13 +409168,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/132" + "$ref": "https://ils.rero.ch/api/documents/132" } }, { @@ -409182,13 +409182,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/131" + "$ref": "https://ils.rero.ch/api/documents/131" } }, { @@ -409196,13 +409196,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/130" + "$ref": "https://ils.rero.ch/api/documents/130" } }, { @@ -409210,13 +409210,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/130" + "$ref": "https://ils.rero.ch/api/documents/130" } }, { @@ -409224,13 +409224,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/130" + "$ref": "https://ils.rero.ch/api/documents/130" } }, { @@ -409238,13 +409238,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { @@ -409252,13 +409252,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { @@ -409266,13 +409266,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/129" + "$ref": "https://ils.rero.ch/api/documents/129" } }, { @@ -409280,13 +409280,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { @@ -409294,13 +409294,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { @@ -409308,13 +409308,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { @@ -409322,13 +409322,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { @@ -409336,13 +409336,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/128" + "$ref": "https://ils.rero.ch/api/documents/128" } }, { @@ -409350,13 +409350,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { @@ -409364,13 +409364,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { @@ -409378,13 +409378,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { @@ -409392,13 +409392,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/127" + "$ref": "https://ils.rero.ch/api/documents/127" } }, { @@ -409406,13 +409406,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { @@ -409420,13 +409420,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { @@ -409434,13 +409434,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { @@ -409448,13 +409448,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/126" + "$ref": "https://ils.rero.ch/api/documents/126" } }, { @@ -409462,13 +409462,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { @@ -409476,13 +409476,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { @@ -409490,13 +409490,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { @@ -409504,13 +409504,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/125" + "$ref": "https://ils.rero.ch/api/documents/125" } }, { @@ -409518,13 +409518,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/124" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { @@ -409532,13 +409532,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/124" + "$ref": "https://ils.rero.ch/api/documents/124" } }, { @@ -409546,13 +409546,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { @@ -409560,13 +409560,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { @@ -409574,13 +409574,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { @@ -409588,13 +409588,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/123" + "$ref": "https://ils.rero.ch/api/documents/123" } }, { @@ -409602,13 +409602,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/122" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { @@ -409616,13 +409616,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/122" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { @@ -409630,13 +409630,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/122" + "$ref": "https://ils.rero.ch/api/documents/122" } }, { @@ -409644,13 +409644,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { @@ -409658,13 +409658,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { @@ -409672,13 +409672,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { @@ -409686,13 +409686,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { @@ -409700,13 +409700,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/121" + "$ref": "https://ils.rero.ch/api/documents/121" } }, { @@ -409714,13 +409714,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { @@ -409728,13 +409728,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/120" + "$ref": "https://ils.rero.ch/api/documents/120" } }, { @@ -409742,13 +409742,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/119" + "$ref": "https://ils.rero.ch/api/documents/119" } }, { @@ -409756,13 +409756,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { @@ -409770,13 +409770,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { @@ -409784,13 +409784,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { @@ -409798,13 +409798,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/118" + "$ref": "https://ils.rero.ch/api/documents/118" } }, { @@ -409812,13 +409812,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/117" + "$ref": "https://ils.rero.ch/api/documents/117" } }, { @@ -409826,13 +409826,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { @@ -409840,13 +409840,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { @@ -409854,13 +409854,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/116" + "$ref": "https://ils.rero.ch/api/documents/116" } }, { @@ -409868,13 +409868,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { @@ -409882,13 +409882,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { @@ -409896,13 +409896,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { @@ -409910,13 +409910,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/115" + "$ref": "https://ils.rero.ch/api/documents/115" } }, { @@ -409924,13 +409924,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/114" + "$ref": "https://ils.rero.ch/api/documents/114" } }, { @@ -409938,13 +409938,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -409952,13 +409952,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -409966,13 +409966,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -409980,13 +409980,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -409994,13 +409994,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/113" + "$ref": "https://ils.rero.ch/api/documents/113" } }, { @@ -410008,13 +410008,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { @@ -410022,13 +410022,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { @@ -410036,13 +410036,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { @@ -410050,13 +410050,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/112" + "$ref": "https://ils.rero.ch/api/documents/112" } }, { @@ -410064,13 +410064,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/111" + "$ref": "https://ils.rero.ch/api/documents/111" } }, { @@ -410078,13 +410078,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/111" + "$ref": "https://ils.rero.ch/api/documents/111" } }, { @@ -410092,13 +410092,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/110" + "$ref": "https://ils.rero.ch/api/documents/110" } }, { @@ -410106,13 +410106,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/110" + "$ref": "https://ils.rero.ch/api/documents/110" } }, { @@ -410120,13 +410120,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/109" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { @@ -410134,13 +410134,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/109" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { @@ -410148,13 +410148,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/109" + "$ref": "https://ils.rero.ch/api/documents/109" } }, { @@ -410162,13 +410162,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/108" + "$ref": "https://ils.rero.ch/api/documents/108" } }, { @@ -410176,13 +410176,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { @@ -410190,13 +410190,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { @@ -410204,13 +410204,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { @@ -410218,13 +410218,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/107" + "$ref": "https://ils.rero.ch/api/documents/107" } }, { @@ -410232,13 +410232,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/106" + "$ref": "https://ils.rero.ch/api/documents/106" } }, { @@ -410246,13 +410246,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { @@ -410260,13 +410260,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { @@ -410274,13 +410274,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { @@ -410288,13 +410288,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { @@ -410302,13 +410302,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/105" + "$ref": "https://ils.rero.ch/api/documents/105" } }, { @@ -410316,13 +410316,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/104" + "$ref": "https://ils.rero.ch/api/documents/104" } }, { @@ -410330,13 +410330,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/104" + "$ref": "https://ils.rero.ch/api/documents/104" } }, { @@ -410344,13 +410344,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -410358,13 +410358,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -410372,13 +410372,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -410386,13 +410386,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -410400,13 +410400,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/103" + "$ref": "https://ils.rero.ch/api/documents/103" } }, { @@ -410414,13 +410414,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/102" + "$ref": "https://ils.rero.ch/api/documents/102" } }, { @@ -410428,13 +410428,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/102" + "$ref": "https://ils.rero.ch/api/documents/102" } }, { @@ -410442,13 +410442,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/102" + "$ref": "https://ils.rero.ch/api/documents/102" } }, { @@ -410456,13 +410456,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { @@ -410470,13 +410470,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { @@ -410484,13 +410484,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/101" + "$ref": "https://ils.rero.ch/api/documents/101" } }, { @@ -410498,13 +410498,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { @@ -410512,13 +410512,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { @@ -410526,13 +410526,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { @@ -410540,13 +410540,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { @@ -410554,13 +410554,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/100" + "$ref": "https://ils.rero.ch/api/documents/100" } }, { @@ -410568,13 +410568,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/99" + "$ref": "https://ils.rero.ch/api/documents/99" } }, { @@ -410582,13 +410582,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/99" + "$ref": "https://ils.rero.ch/api/documents/99" } }, { @@ -410596,13 +410596,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { @@ -410610,13 +410610,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { @@ -410624,13 +410624,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { @@ -410638,13 +410638,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/98" + "$ref": "https://ils.rero.ch/api/documents/98" } }, { @@ -410652,13 +410652,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/97" + "$ref": "https://ils.rero.ch/api/documents/97" } }, { @@ -410666,13 +410666,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -410680,13 +410680,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -410694,13 +410694,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -410708,13 +410708,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -410722,13 +410722,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/96" + "$ref": "https://ils.rero.ch/api/documents/96" } }, { @@ -410736,13 +410736,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { @@ -410750,13 +410750,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { @@ -410764,13 +410764,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { @@ -410778,13 +410778,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { @@ -410792,13 +410792,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/95" + "$ref": "https://ils.rero.ch/api/documents/95" } }, { @@ -410806,13 +410806,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/94" + "$ref": "https://ils.rero.ch/api/documents/94" } }, { @@ -410820,13 +410820,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -410834,13 +410834,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -410848,13 +410848,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -410862,13 +410862,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/93" + "$ref": "https://ils.rero.ch/api/documents/93" } }, { @@ -410876,13 +410876,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { @@ -410890,13 +410890,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { @@ -410904,13 +410904,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { @@ -410918,13 +410918,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { @@ -410932,13 +410932,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/92" + "$ref": "https://ils.rero.ch/api/documents/92" } }, { @@ -410946,13 +410946,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -410960,13 +410960,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -410974,13 +410974,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -410988,13 +410988,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -411002,13 +411002,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/91" + "$ref": "https://ils.rero.ch/api/documents/91" } }, { @@ -411016,13 +411016,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/90" + "$ref": "https://ils.rero.ch/api/documents/90" } }, { @@ -411030,13 +411030,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/89" + "$ref": "https://ils.rero.ch/api/documents/89" } }, { @@ -411044,13 +411044,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { @@ -411058,13 +411058,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/88" + "$ref": "https://ils.rero.ch/api/documents/88" } }, { @@ -411072,13 +411072,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/87" } }, { @@ -411086,13 +411086,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/87" + "$ref": "https://ils.rero.ch/api/documents/87" } }, { @@ -411100,13 +411100,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/86" + "$ref": "https://ils.rero.ch/api/documents/86" } }, { @@ -411114,13 +411114,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/86" + "$ref": "https://ils.rero.ch/api/documents/86" } }, { @@ -411128,13 +411128,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/85" + "$ref": "https://ils.rero.ch/api/documents/85" } }, { @@ -411142,13 +411142,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { @@ -411156,13 +411156,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { @@ -411170,13 +411170,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { @@ -411184,13 +411184,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { @@ -411198,13 +411198,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/84" + "$ref": "https://ils.rero.ch/api/documents/84" } }, { @@ -411212,13 +411212,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/83" + "$ref": "https://ils.rero.ch/api/documents/83" } }, { @@ -411226,13 +411226,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { @@ -411240,13 +411240,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { @@ -411254,13 +411254,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { @@ -411268,13 +411268,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/82" + "$ref": "https://ils.rero.ch/api/documents/82" } }, { @@ -411282,13 +411282,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { @@ -411296,13 +411296,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { @@ -411310,13 +411310,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { @@ -411324,13 +411324,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/81" + "$ref": "https://ils.rero.ch/api/documents/81" } }, { @@ -411338,13 +411338,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -411352,13 +411352,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -411366,13 +411366,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -411380,13 +411380,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -411394,13 +411394,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/80" + "$ref": "https://ils.rero.ch/api/documents/80" } }, { @@ -411408,13 +411408,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/79" } }, { @@ -411422,13 +411422,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/79" } }, { @@ -411436,13 +411436,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/79" + "$ref": "https://ils.rero.ch/api/documents/79" } }, { @@ -411450,13 +411450,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/78" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { @@ -411464,13 +411464,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/78" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { @@ -411478,13 +411478,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/78" + "$ref": "https://ils.rero.ch/api/documents/78" } }, { @@ -411492,13 +411492,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/77" + "$ref": "https://ils.rero.ch/api/documents/77" } }, { @@ -411506,13 +411506,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { @@ -411520,13 +411520,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { @@ -411534,13 +411534,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { @@ -411548,13 +411548,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/76" + "$ref": "https://ils.rero.ch/api/documents/76" } }, { @@ -411562,13 +411562,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { @@ -411576,13 +411576,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { @@ -411590,13 +411590,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { @@ -411604,13 +411604,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { @@ -411618,13 +411618,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/75" + "$ref": "https://ils.rero.ch/api/documents/75" } }, { @@ -411632,13 +411632,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/74" + "$ref": "https://ils.rero.ch/api/documents/74" } }, { @@ -411646,13 +411646,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/74" + "$ref": "https://ils.rero.ch/api/documents/74" } }, { @@ -411660,13 +411660,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/74" + "$ref": "https://ils.rero.ch/api/documents/74" } }, { @@ -411674,13 +411674,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/73" } }, { @@ -411688,13 +411688,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/73" + "$ref": "https://ils.rero.ch/api/documents/73" } }, { @@ -411702,13 +411702,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/72" + "$ref": "https://ils.rero.ch/api/documents/72" } }, { @@ -411716,13 +411716,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/72" + "$ref": "https://ils.rero.ch/api/documents/72" } }, { @@ -411730,13 +411730,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/71" + "$ref": "https://ils.rero.ch/api/documents/71" } }, { @@ -411744,13 +411744,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/70" } }, { @@ -411758,13 +411758,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/70" } }, { @@ -411772,13 +411772,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/70" + "$ref": "https://ils.rero.ch/api/documents/70" } }, { @@ -411786,13 +411786,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/69" + "$ref": "https://ils.rero.ch/api/documents/69" } }, { @@ -411800,13 +411800,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/69" + "$ref": "https://ils.rero.ch/api/documents/69" } }, { @@ -411814,13 +411814,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -411828,13 +411828,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -411842,13 +411842,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -411856,13 +411856,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -411870,13 +411870,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/68" + "$ref": "https://ils.rero.ch/api/documents/68" } }, { @@ -411884,13 +411884,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/67" + "$ref": "https://ils.rero.ch/api/documents/67" } }, { @@ -411898,13 +411898,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/67" + "$ref": "https://ils.rero.ch/api/documents/67" } }, { @@ -411912,13 +411912,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/66" } }, { @@ -411926,13 +411926,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/66" + "$ref": "https://ils.rero.ch/api/documents/66" } }, { @@ -411940,13 +411940,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { @@ -411954,13 +411954,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { @@ -411968,13 +411968,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { @@ -411982,13 +411982,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/65" + "$ref": "https://ils.rero.ch/api/documents/65" } }, { @@ -411996,13 +411996,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/64" + "$ref": "https://ils.rero.ch/api/documents/64" } }, { @@ -412010,13 +412010,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/63" + "$ref": "https://ils.rero.ch/api/documents/63" } }, { @@ -412024,13 +412024,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { @@ -412038,13 +412038,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { @@ -412052,13 +412052,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/62" + "$ref": "https://ils.rero.ch/api/documents/62" } }, { @@ -412066,13 +412066,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/61" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { @@ -412080,13 +412080,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/61" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { @@ -412094,13 +412094,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/61" + "$ref": "https://ils.rero.ch/api/documents/61" } }, { @@ -412108,13 +412108,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/60" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { @@ -412122,13 +412122,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/60" + "$ref": "https://ils.rero.ch/api/documents/60" } }, { @@ -412136,13 +412136,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/59" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { @@ -412150,13 +412150,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/59" + "$ref": "https://ils.rero.ch/api/documents/59" } }, { @@ -412164,13 +412164,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { @@ -412178,13 +412178,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { @@ -412192,13 +412192,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { @@ -412206,13 +412206,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { @@ -412220,13 +412220,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/58" + "$ref": "https://ils.rero.ch/api/documents/58" } }, { @@ -412234,13 +412234,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -412248,13 +412248,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -412262,13 +412262,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -412276,13 +412276,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/57" + "$ref": "https://ils.rero.ch/api/documents/57" } }, { @@ -412290,13 +412290,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { @@ -412304,13 +412304,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/56" + "$ref": "https://ils.rero.ch/api/documents/56" } }, { @@ -412318,13 +412318,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { @@ -412332,13 +412332,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { @@ -412346,13 +412346,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { @@ -412360,13 +412360,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { @@ -412374,13 +412374,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/55" + "$ref": "https://ils.rero.ch/api/documents/55" } }, { @@ -412388,13 +412388,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/54" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { @@ -412402,13 +412402,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/54" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { @@ -412416,13 +412416,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/54" + "$ref": "https://ils.rero.ch/api/documents/54" } }, { @@ -412430,13 +412430,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -412444,13 +412444,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -412458,13 +412458,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -412472,13 +412472,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -412486,13 +412486,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/53" + "$ref": "https://ils.rero.ch/api/documents/53" } }, { @@ -412500,13 +412500,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { @@ -412514,13 +412514,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { @@ -412528,13 +412528,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { @@ -412542,13 +412542,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { @@ -412556,13 +412556,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/52" + "$ref": "https://ils.rero.ch/api/documents/52" } }, { @@ -412570,13 +412570,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { @@ -412584,13 +412584,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { @@ -412598,13 +412598,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { @@ -412612,13 +412612,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/51" + "$ref": "https://ils.rero.ch/api/documents/51" } }, { @@ -412626,13 +412626,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { @@ -412640,13 +412640,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { @@ -412654,13 +412654,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { @@ -412668,13 +412668,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/50" + "$ref": "https://ils.rero.ch/api/documents/50" } }, { @@ -412682,13 +412682,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { @@ -412696,13 +412696,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { @@ -412710,13 +412710,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/49" + "$ref": "https://ils.rero.ch/api/documents/49" } }, { @@ -412724,13 +412724,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/48" } }, { @@ -412738,13 +412738,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/48" } }, { @@ -412752,13 +412752,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/48" + "$ref": "https://ils.rero.ch/api/documents/48" } }, { @@ -412766,13 +412766,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/47" + "$ref": "https://ils.rero.ch/api/documents/47" } }, { @@ -412780,13 +412780,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/47" + "$ref": "https://ils.rero.ch/api/documents/47" } }, { @@ -412794,13 +412794,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/46" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { @@ -412808,13 +412808,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/46" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { @@ -412822,13 +412822,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/46" + "$ref": "https://ils.rero.ch/api/documents/46" } }, { @@ -412836,13 +412836,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { @@ -412850,13 +412850,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { @@ -412864,13 +412864,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { @@ -412878,13 +412878,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/45" + "$ref": "https://ils.rero.ch/api/documents/45" } }, { @@ -412892,13 +412892,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { @@ -412906,13 +412906,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { @@ -412920,13 +412920,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { @@ -412934,13 +412934,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { @@ -412948,13 +412948,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/44" + "$ref": "https://ils.rero.ch/api/documents/44" } }, { @@ -412962,13 +412962,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/43" + "$ref": "https://ils.rero.ch/api/documents/43" } }, { @@ -412976,13 +412976,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/42" } }, { @@ -412990,13 +412990,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/42" } }, { @@ -413004,13 +413004,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/42" + "$ref": "https://ils.rero.ch/api/documents/42" } }, { @@ -413018,13 +413018,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/41" + "$ref": "https://ils.rero.ch/api/documents/41" } }, { @@ -413032,13 +413032,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/40" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { @@ -413046,13 +413046,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/40" + "$ref": "https://ils.rero.ch/api/documents/40" } }, { @@ -413060,13 +413060,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/39" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { @@ -413074,13 +413074,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/39" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { @@ -413088,13 +413088,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/39" + "$ref": "https://ils.rero.ch/api/documents/39" } }, { @@ -413102,13 +413102,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { @@ -413116,13 +413116,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { @@ -413130,13 +413130,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { @@ -413144,13 +413144,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { @@ -413158,13 +413158,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/38" + "$ref": "https://ils.rero.ch/api/documents/38" } }, { @@ -413172,13 +413172,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { @@ -413186,13 +413186,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { @@ -413200,13 +413200,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { @@ -413214,13 +413214,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/37" + "$ref": "https://ils.rero.ch/api/documents/37" } }, { @@ -413228,13 +413228,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { @@ -413242,13 +413242,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { @@ -413256,13 +413256,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { @@ -413270,13 +413270,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/36" + "$ref": "https://ils.rero.ch/api/documents/36" } }, { @@ -413284,13 +413284,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { @@ -413298,13 +413298,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { @@ -413312,13 +413312,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { @@ -413326,13 +413326,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/35" + "$ref": "https://ils.rero.ch/api/documents/35" } }, { @@ -413340,13 +413340,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/34" + "$ref": "https://ils.rero.ch/api/documents/34" } }, { @@ -413354,13 +413354,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/33" + "$ref": "https://ils.rero.ch/api/documents/33" } }, { @@ -413368,13 +413368,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/32" + "$ref": "https://ils.rero.ch/api/documents/32" } }, { @@ -413382,13 +413382,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/31" + "$ref": "https://ils.rero.ch/api/documents/31" } }, { @@ -413396,13 +413396,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/30" } }, { @@ -413410,13 +413410,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/30" } }, { @@ -413424,13 +413424,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/30" + "$ref": "https://ils.rero.ch/api/documents/30" } }, { @@ -413438,13 +413438,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/29" } }, { @@ -413452,13 +413452,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/29" + "$ref": "https://ils.rero.ch/api/documents/29" } }, { @@ -413466,13 +413466,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { @@ -413480,13 +413480,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { @@ -413494,13 +413494,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { @@ -413508,13 +413508,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/28" + "$ref": "https://ils.rero.ch/api/documents/28" } }, { @@ -413522,13 +413522,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/27" + "$ref": "https://ils.rero.ch/api/documents/27" } }, { @@ -413536,13 +413536,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/26" + "$ref": "https://ils.rero.ch/api/documents/26" } }, { @@ -413550,13 +413550,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -413564,13 +413564,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -413578,13 +413578,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -413592,13 +413592,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/25" + "$ref": "https://ils.rero.ch/api/documents/25" } }, { @@ -413606,13 +413606,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/24" + "$ref": "https://ils.rero.ch/api/documents/24" } }, { @@ -413620,13 +413620,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/23" + "$ref": "https://ils.rero.ch/api/documents/23" } }, { @@ -413634,13 +413634,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { @@ -413648,13 +413648,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { @@ -413662,13 +413662,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/22" + "$ref": "https://ils.rero.ch/api/documents/22" } }, { @@ -413676,13 +413676,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { @@ -413690,13 +413690,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { @@ -413704,13 +413704,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { @@ -413718,13 +413718,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/21" + "$ref": "https://ils.rero.ch/api/documents/21" } }, { @@ -413732,13 +413732,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/20" + "$ref": "https://ils.rero.ch/api/documents/20" } }, { @@ -413746,13 +413746,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -413760,13 +413760,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -413774,13 +413774,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -413788,13 +413788,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -413802,13 +413802,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/19" + "$ref": "https://ils.rero.ch/api/documents/19" } }, { @@ -413816,13 +413816,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/18" + "$ref": "https://ils.rero.ch/api/documents/18" } }, { @@ -413830,13 +413830,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/18" + "$ref": "https://ils.rero.ch/api/documents/18" } }, { @@ -413844,13 +413844,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/17" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { @@ -413858,13 +413858,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/17" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { @@ -413872,13 +413872,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/17" + "$ref": "https://ils.rero.ch/api/documents/17" } }, { @@ -413886,13 +413886,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/16" } }, { @@ -413900,13 +413900,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/16" + "$ref": "https://ils.rero.ch/api/documents/16" } }, { @@ -413914,13 +413914,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { @@ -413928,13 +413928,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { @@ -413942,13 +413942,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { @@ -413956,13 +413956,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/15" + "$ref": "https://ils.rero.ch/api/documents/15" } }, { @@ -413970,13 +413970,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { @@ -413984,13 +413984,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { @@ -413998,13 +413998,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { @@ -414012,13 +414012,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { @@ -414026,13 +414026,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/14" + "$ref": "https://ils.rero.ch/api/documents/14" } }, { @@ -414040,13 +414040,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/13" } }, { @@ -414054,13 +414054,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/13" } }, { @@ -414068,13 +414068,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/13" + "$ref": "https://ils.rero.ch/api/documents/13" } }, { @@ -414082,13 +414082,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/12" } }, { @@ -414096,13 +414096,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/12" } }, { @@ -414110,13 +414110,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/12" } }, { @@ -414124,13 +414124,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/11" + "$ref": "https://ils.rero.ch/api/locations/11" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/12" + "$ref": "https://ils.rero.ch/api/documents/12" } }, { @@ -414138,13 +414138,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/11" } }, { @@ -414152,13 +414152,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/11" } }, { @@ -414166,13 +414166,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/11" } }, { @@ -414180,13 +414180,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/11" + "$ref": "https://ils.rero.ch/api/documents/11" } }, { @@ -414194,13 +414194,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { @@ -414208,13 +414208,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { @@ -414222,13 +414222,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { @@ -414236,13 +414236,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/10" + "$ref": "https://ils.rero.ch/api/documents/10" } }, { @@ -414250,13 +414250,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/9" + "$ref": "https://ils.rero.ch/api/documents/9" } }, { @@ -414264,13 +414264,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { @@ -414278,13 +414278,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/7" + "$ref": "https://ils.rero.ch/api/locations/7" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { @@ -414292,13 +414292,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { @@ -414306,13 +414306,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/8" + "$ref": "https://ils.rero.ch/api/documents/8" } }, { @@ -414320,13 +414320,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/7" + "$ref": "https://ils.rero.ch/api/documents/7" } }, { @@ -414334,13 +414334,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { @@ -414348,13 +414348,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { @@ -414362,13 +414362,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/6" + "$ref": "https://ils.rero.ch/api/documents/6" } }, { @@ -414376,13 +414376,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -414390,13 +414390,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -414404,13 +414404,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/8" + "$ref": "https://ils.rero.ch/api/locations/8" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -414418,13 +414418,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/2" + "$ref": "https://ils.rero.ch/api/locations/2" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -414432,13 +414432,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/5" + "$ref": "https://ils.rero.ch/api/locations/5" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/5" + "$ref": "https://ils.rero.ch/api/documents/5" } }, { @@ -414446,13 +414446,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/4" + "$ref": "https://ils.rero.ch/api/locations/4" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/4" + "$ref": "https://ils.rero.ch/api/documents/4" } }, { @@ -414460,13 +414460,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/3" + "$ref": "https://ils.rero.ch/api/documents/3" } }, { @@ -414474,13 +414474,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/9" + "$ref": "https://ils.rero.ch/api/locations/9" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { @@ -414488,13 +414488,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/6" + "$ref": "https://ils.rero.ch/api/locations/6" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { @@ -414502,13 +414502,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { @@ -414516,13 +414516,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/3" + "$ref": "https://ils.rero.ch/api/locations/3" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { @@ -414530,13 +414530,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/2" + "$ref": "https://ils.rero.ch/api/item_types/2" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/2" + "$ref": "https://ils.rero.ch/api/documents/2" } }, { @@ -414544,13 +414544,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/4" + "$ref": "https://ils.rero.ch/api/item_types/4" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1" + "$ref": "https://ils.rero.ch/api/documents/1" } }, { @@ -414558,13 +414558,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/10" + "$ref": "https://ils.rero.ch/api/locations/10" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/3" + "$ref": "https://ils.rero.ch/api/item_types/3" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1" + "$ref": "https://ils.rero.ch/api/documents/1" } }, { @@ -414572,13 +414572,13 @@ "call_number": "02969", "status": "on_shelf", "location": { - "$ref": "http://ils.rero.ch/api/locations/1" + "$ref": "https://ils.rero.ch/api/locations/1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/1" + "$ref": "https://ils.rero.ch/api/item_types/1" }, "document": { - "$ref": "http://ils.rero.ch/api/documents/1" + "$ref": "https://ils.rero.ch/api/documents/1" } } -] \ No newline at end of file +] diff --git a/data/libraries.json b/data/libraries.json index 95b753e555..db53cd348b 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -1,12 +1,12 @@ [ { - "$schema": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json", "address": "Via Challand 132, 11100 Aosta", "code": "AOSTE-CANT1", "email": "reroilstest+aoste1@gmail.com", "name": "Biblioth\u00e8que cantonale vald\u00f4taine, site d'Aoste", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "opening_hours": [ { @@ -119,13 +119,13 @@ ] }, { - "$schema": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json", "address": "Viale Carlo Viola 931, 11026 Pont-Saint-Martin", "code": "AOSTE-CANT2", "email": "reroilstest+aoste2@gmail.com", "name": "Biblioth\u00e8que cantonale vald\u00f4taine, site de Pont-saint-Martin", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "opening_hours": [ { @@ -228,13 +228,13 @@ ] }, { - "$schema": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json", "address": "Avise 345, 11010 Avise", "code": "AOSTE-AVISE", "email": "reroilstest+aoste3@gmail.com", "name": "Biblioth\u00e8que communale et scolaire d'Avise", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "opening_hours": [ { @@ -335,13 +335,13 @@ ] }, { - "$schema": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json", "address": "Via Piave 3, 11027 Saint-Vincent", "code": "AOSTE-LYCEE", "email": "reroilstest+aoste4@gmail.com", "name": "Biblioth\u00e8que du Lyc\u00e9e de la Vall\u00e9e d'Aoste", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" }, "opening_hours": [ { diff --git a/data/locations.json b/data/locations.json index b9964e84bd..7528dce3bb 100644 --- a/data/locations.json +++ b/data/locations.json @@ -1,98 +1,98 @@ [ { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-CANT1-PUB", "name": "Espaces publics", "library": { - "$ref": "http://ils.rero.ch/api/libraries/1" + "$ref": "https://ils.rero.ch/api/libraries/1" }, "is_pickup": true, "pickup_name": "AOSTE CANT1: Espaces publics" }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-CANT1-BIBLIOGR", "name": "Bibliographie vald\u00f4taine", "library": { - "$ref": "http://ils.rero.ch/api/libraries/1" + "$ref": "https://ils.rero.ch/api/libraries/1" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-CANT1-MAGA", "name": "Magasin A", "library": { - "$ref": "http://ils.rero.ch/api/libraries/1" + "$ref": "https://ils.rero.ch/api/libraries/1" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-CANT2-PUB", "name": "Espaces publics", "library": { - "$ref": "http://ils.rero.ch/api/libraries/2" + "$ref": "https://ils.rero.ch/api/libraries/2" }, "is_pickup": true, "pickup_name": "AOSTE CANT2: Espaces publics" }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-AVISE-FIC", "name": "Section fiction", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-AVISE-DOC", "name": "Section documentaires", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-AVISE-ENF", "name": "Section enfants", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-AVISE-MUL", "name": "Section multim\u00e9dia", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" } }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-AVISE-PUB", "name": "Espaces publics", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" }, "is_pickup": true, "pickup_name": "AOSTE-AVISE-PUB: Espaces publics" }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-LYCEE-PUB", "name": "Espaces publics", "library": { - "$ref": "http://ils.rero.ch/api/libraries/4" + "$ref": "https://ils.rero.ch/api/libraries/4" }, "is_pickup": true, "pickup_name": "AOSTE-LYCEE: Espaces publics" }, { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-LYCEE-MAT", "name": "Travaux de maturit\u00e9", "library": { - "$ref": "http://ils.rero.ch/api/libraries/4" + "$ref": "https://ils.rero.ch/api/libraries/4" } } ] diff --git a/data/organisations.json b/data/organisations.json index 0062095fcf..26a3ae0025 100644 --- a/data/organisations.json +++ b/data/organisations.json @@ -1,5 +1,5 @@ { - "$schema": "http://ils.rero.ch/schema/organisations/organisation-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/organisations/organisation-v0.0.1.json", "address": "Via Challand 132, 11100 Aosta", "name": "R\u00e9seau des biblioth\u00e8ques du Canton d'Aoste" } diff --git a/data/patron_types.json b/data/patron_types.json index dfbffdcff7..6e14da07c0 100644 --- a/data/patron_types.json +++ b/data/patron_types.json @@ -1,34 +1,34 @@ [ { - "$schema": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", "name": "standard", "description": "standard patron", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", "name": "student", "description": "standard student patron", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", "name": "children1", "description": "children patron, 4-10 years old", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } }, { - "$schema": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", "name": "children2", "description": "children patron, 12-15 years old", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/1" + "$ref": "https://ils.rero.ch/api/organisations/1" } } -] \ No newline at end of file +] diff --git a/data/users.json b/data/users.json index 0212548aba..b61a7cf869 100644 --- a/data/users.json +++ b/data/users.json @@ -1,6 +1,6 @@ [ { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "birth_date": "1989-05-14", "city": "Aosta", "email": "reroilstest@gmail.com", @@ -10,7 +10,7 @@ ], "last_name": "M\u00fcller", "library": { - "$ref": "http://ils.rero.ch/api/libraries/4" + "$ref": "https://ils.rero.ch/api/libraries/4" }, "password": "123456", "phone": "+39324993597", @@ -18,7 +18,7 @@ "street": "Viale Rue Gran Paradiso, 44" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "birth_date": "1974-03-21", "city": "Fribourg", "email": "reroilstest+jean@gmail.com", @@ -28,7 +28,7 @@ ], "last_name": "Dupont", "library": { - "$ref": "http://ils.rero.ch/api/libraries/2" + "$ref": "https://ils.rero.ch/api/libraries/2" }, "password": "123456", "phone": "+41261234567", @@ -36,7 +36,7 @@ "street": "Avenue de la Gare, 80" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "birth_date": "1992-11-23", "city": "Lugano", "email": "reroilstest+elena@gmail.com", @@ -46,7 +46,7 @@ ], "last_name": "Rodriguez", "library": { - "$ref": "http://ils.rero.ch/api/libraries/3" + "$ref": "https://ils.rero.ch/api/libraries/3" }, "password": "123456", "phone": "+41911234567", @@ -54,7 +54,7 @@ "street": "Viale Carlo Cattaneo, 52" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "2050124311", "birth_date": "1969-06-07", "city": "Aosta", @@ -66,14 +66,14 @@ "last_name": "Casalini", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/1" + "$ref": "https://ils.rero.ch/api/patron_types/1" }, "phone": "+39324993585", "postal_code": "11100", "street": "Via Croix Noire 3" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "2030124287", "birth_date": "2004-10-11", "city": "Aosta", @@ -85,13 +85,13 @@ "last_name": "de Figueiredo Santos", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/2" + "$ref": "https://ils.rero.ch/api/patron_types/2" }, "postal_code": "11100", "street": "Panoramica Collinare, 47" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "birth_date": "1969-02-01", "city": "Avise", "email": "reroilstest+virgile@gmail.com", @@ -101,7 +101,7 @@ "librarian" ], "library": { - "$ref": "http://ils.rero.ch/api/libraries/4" + "$ref": "https://ils.rero.ch/api/libraries/4" }, "password": "123456", "phone": "+39244857275", @@ -109,7 +109,7 @@ "street": "Frazione Plan" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "reroils1", "birth_date": "2001-12-12", "city": "Sion", @@ -121,13 +121,13 @@ "last_name": "Monnet", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/3" + "$ref": "https://ils.rero.ch/api/patron_types/3" }, "postal_code": "1950", "street": "Rue du Nord 7" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "2000000001", "birth_date": "1970-05-25", "city": "Santa Clara", @@ -139,14 +139,14 @@ "last_name": "John", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/4" + "$ref": "https://ils.rero.ch/api/patron_types/4" }, "phone": "+1408492280015", "postal_code": "95054", "street": "520 Scott Blvd" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "10000001", "birth_date": "1976-09-07", "city": "Lavey", @@ -158,14 +158,14 @@ "last_name": "Premand", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/1" + "$ref": "https://ils.rero.ch/api/patron_types/1" }, "phone": "+41795762233", "postal_code": "1892", "street": "Route du Village 6" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "2050124312", "birth_date": "1961-11-24", "city": "Bellinzona", @@ -177,14 +177,14 @@ "last_name": "Broglio", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/1" + "$ref": "https://ils.rero.ch/api/patron_types/1" }, "phone": "+41918264239", "postal_code": "6500", "street": "Piazza Collegiata 12" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "kad001", "birth_date": "1980-10-01", "city": "Martigny", @@ -196,14 +196,14 @@ "last_name": "Carron", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/1" + "$ref": "https://ils.rero.ch/api/patron_types/1" }, "phone": "+41792001020", "postal_code": "1920", "street": "Gare 45" }, { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "barcode": "kad002", "birth_date": "1965-02-10", "city": "Fully", @@ -215,10 +215,10 @@ "last_name": "Rard", "password": "123456", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/1" + "$ref": "https://ils.rero.ch/api/patron_types/1" }, "phone": "+41792500512", "postal_code": "1926", "street": "Vignettes 25" } -] \ No newline at end of file +] diff --git a/rero_ils/config.py b/rero_ils/config.py index 5643893b67..f946836a3e 100644 --- a/rero_ils/config.py +++ b/rero_ils/config.py @@ -570,9 +570,12 @@ def _(x): indexer_class=IlsRecordIndexer, search_type=None, record_serializers={ + 'application/rero+json': ( + 'rero_ils.modules.serializers' ':json_v1_response' + ), 'application/json': ( 'invenio_records_rest.serializers' ':json_v1_response' - ) + ), }, search_serializers={ 'application/rero+json': ( @@ -587,7 +590,7 @@ def _(x): item_route='/circ_policies/', default_media_type='application/json', max_result_window=10000, - search_factory_imp='rero_ils.query:and_search_factory', + search_factory_imp='rero_ils.query:and_search_factory' ), ) @@ -700,6 +703,18 @@ def _(x): } } +RECORDS_JSON_SCHEMA = { + 'cipo': '/circ_policies/circ_policy-v0.0.1.json', + 'doc': '/documents/document-v0.0.1.json', + 'item': '/items/item-v0.0.1.json', + 'itty': '/item_types/item_type-v0.0.1.json', + 'lib': '/libraries/library-v0.0.1.json', + 'loc': '/locations/location-v0.0.1.json', + 'org': '/organisations/organisation-v0.0.1.json', + 'ptrn': '/patrons/patron-v0.0.1.json', + 'ptty': '/patron_types/patron_type-v0.0.1.json' +} + # Login Configuration # =================== @@ -738,6 +753,8 @@ def _(x): '403', ] +RERO_ILS_APP_BASE_URL = 'https://ils.rero.ch' + RERO_ILS_PERMALINK_RERO_URL = 'http://data.rero.ch/01-{identifier}' RERO_ILS_PERMALINK_BNF_URL = 'http://catalogue.bnf.fr/ark:/12148/{identifier}' diff --git a/rero_ils/modules/api.py b/rero_ils/modules/api.py index e0dd9a03e8..c504f4469d 100644 --- a/rero_ils/modules/api.py +++ b/rero_ils/modules/api.py @@ -28,6 +28,7 @@ from uuid import uuid4 from elasticsearch.exceptions import NotFoundError +from flask import current_app from invenio_db import db from invenio_indexer import current_record_to_index from invenio_indexer.api import RecordIndexer @@ -111,8 +112,23 @@ def create(cls, data, id_=None, delete_pid=False, dbcommit=False, reindex=False, **kwargs): """Create a new ils record.""" assert cls.minter + if '$schema' not in data: + type = cls.provider.pid_type + schemas = current_app.config.get('RECORDS_JSON_SCHEMA') + if type in schemas: + data_schema = { + 'base_url': current_app.config.get( + 'RERO_ILS_APP_BASE_URL' + ), + 'schema_endpoint': current_app.config.get( + 'JSONSCHEMAS_ENDPOINT' + ), + 'schema': schemas[type] + } + data['$schema'] = '{base_url}{schema_endpoint}{schema}'\ + .format(**data_schema) if delete_pid and data.get('pid'): - del(data['pid']) + del data['pid'] if not id_: id_ = uuid4() cls.minter(id_, data) diff --git a/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json b/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json index 15ab470e0d..8fc6c1e41e 100644 --- a/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json +++ b/rero_ils/modules/circ_policies/jsonschemas/circ_policies/circ_policy-v0.0.1.json @@ -9,7 +9,8 @@ "pid", "name", "description", - "organisation" + "organisation", + "is_default" ], "properties": { "$schema": { @@ -17,7 +18,7 @@ "description": "Schema to validate circulation policies records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json" + "default": "https://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json" }, "pid": { "title": "Circulation policy ID", @@ -42,7 +43,7 @@ "$ref": { "title": "Organisation URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/organisations/.*?$" + "pattern": "^https://ils.rero.ch/api/organisations/.*?$" } } }, @@ -78,6 +79,11 @@ "type": "integer", "minimum": 1 }, + "is_default": { + "title": "Mark as default policy", + "type": "boolean", + "default": false + }, "policy_library_level": { "title": "Library level policy", "type": "boolean", @@ -87,7 +93,18 @@ "title": "List of libraries", "type": "array", "items": { - "type": "string" + "type": "object", + "additionalProperties": false, + "required": [ + "$ref" + ], + "properties": { + "$ref": { + "title": "Libary URI", + "type": "string", + "pattern": "^https://ils.rero.ch/api/libraries/.*?$" + } + } } }, "settings": { @@ -103,11 +120,33 @@ "properties": { "patron_type": { "title": "Patron type", - "type": "string" + "type": "object", + "additionalProperties": false, + "required": [ + "$ref" + ], + "properties": { + "$ref": { + "title": "Patron type URI", + "type": "string", + "pattern": "^https://ils.rero.ch/api/patron_types/.*?$" + } + } }, "item_type": { "title": "Item type", - "type": "string" + "type": "object", + "additionalProperties": false, + "required": [ + "$ref" + ], + "properties": { + "$ref": { + "title": "Item type URI", + "type": "string", + "pattern": "^https://ils.rero.ch/api/item_types/.*?$" + } + } } } } diff --git a/rero_ils/modules/circ_policies/jsonschemas/form_circ_policies/circ_policy-v0.0.1.json b/rero_ils/modules/circ_policies/jsonschemas/form_circ_policies/circ_policy-v0.0.1.json deleted file mode 100644 index ba862302c2..0000000000 --- a/rero_ils/modules/circ_policies/jsonschemas/form_circ_policies/circ_policy-v0.0.1.json +++ /dev/null @@ -1,69 +0,0 @@ -[ - { - "type": "fieldset", - "title": "Patron Type", - "items": [ - { - "title": "Organisation", - "key": "organisation.$ref", - "type": "select", - "remoteRecordType": "organisations" - }, - { - "type": "flex", - "flex-flow": "row wrap", - "items": [ - { - "key": "name", - "htmlClass": "px-2", - "validationMessage": { - "alreadyTakenMessage": "The circulation policy name is already taken." - }, - "remoteRecordType": "patron_types" - }, - { - "htmlClass": "px-2", - "key": "description" - } - ] - }, - { - "type": "flex", - "flex-flow": "row wrap", - "items": [ - { - "title": "Request Parameters", - "key": "allow_requests", - "htmlClass": "px-2 form" - }, - { - "title": "Checkout/Renewal Parameters", - "key": "allow_checkout", - "htmlClass": "px-2" - } - ] - }, - { - "type": "flex", - "flex-flow": "row wrap", - "items": [ - { - "htmlClass": "px-2", - "condition": "model.allow_checkout", - "key": "checkout_duration" - }, - { - "htmlClass": "px-2", - "condition": "model.allow_checkout", - "key": "number_renewals" - }, - { - "htmlClass": "px-2", - "condition": "model.number_renewals", - "key": "renewal_duration" - } - ] - } - ] - } -] \ No newline at end of file diff --git a/rero_ils/modules/circ_policies/mappings/v6/circ_policies/circ_policy-v0.0.1.json b/rero_ils/modules/circ_policies/mappings/v6/circ_policies/circ_policy-v0.0.1.json index 922f7c6f07..af89c32aa1 100644 --- a/rero_ils/modules/circ_policies/mappings/v6/circ_policies/circ_policy-v0.0.1.json +++ b/rero_ils/modules/circ_policies/mappings/v6/circ_policies/circ_policy-v0.0.1.json @@ -47,6 +47,37 @@ "renewal_duration": { "type": "integer" }, + "is_default": { + "type": "boolean" + }, + "policy_library_level": { + "type": "boolean" + }, + "libraries": { + "properties": { + "pid": { + "type": "keyword" + } + } + }, + "settings": { + "properties": { + "patron_type": { + "properties": { + "pid": { + "type": "keyword" + } + } + }, + "item_type": { + "properties": { + "pid": { + "type": "keyword" + } + } + } + } + }, "_created": { "type": "date" }, @@ -56,4 +87,4 @@ } } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json index 2c8a708adb..7eda99fc7e 100644 --- a/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json +++ b/rero_ils/modules/documents/jsonschemas/documents/document-v0.0.1.json @@ -16,7 +16,7 @@ "description": "Schema to validate document against.", "type": "string", "minLength": 7, - "default": "http://ils.rero.ch/schema/documents/document-v0.0.1.json" + "default": "https://ils.rero.ch/schema/documents/document-v0.0.1.json" }, "pid": { "title": "Document ID", diff --git a/rero_ils/modules/item_types/jsonschemas/item_types/item_type-v0.0.1.json b/rero_ils/modules/item_types/jsonschemas/item_types/item_type-v0.0.1.json index 7c1a54c037..677505108c 100644 --- a/rero_ils/modules/item_types/jsonschemas/item_types/item_type-v0.0.1.json +++ b/rero_ils/modules/item_types/jsonschemas/item_types/item_type-v0.0.1.json @@ -17,7 +17,7 @@ "description": "Schema to validate item_type records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json" + "default": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json" }, "pid": { "title": "ItemType ID.", diff --git a/rero_ils/modules/items/cli.py b/rero_ils/modules/items/cli.py index 6ac53258a9..95d3e2283a 100644 --- a/rero_ils/modules/items/cli.py +++ b/rero_ils/modules/items/cli.py @@ -141,9 +141,9 @@ def create_random_item( status = ItemStatus.MISSING missing -= 1 print(missing, status) - url_api = 'http://ils.rero.ch/api/{doc_type}/{pid}' + url_api = 'https://ils.rero.ch/api/{doc_type}/{pid}' item = { - # '$schema': 'http://ils.rero.ch/schema/items/item-v0.0.1.json', + # '$schema': 'https://ils.rero.ch/schema/items/item-v0.0.1.json', 'barcode': str(10000000000 + item_pid), 'call_number': str(item_pid).zfill(5), 'status': status, diff --git a/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json b/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json index af9dc8f288..cf0df75dfb 100644 --- a/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json +++ b/rero_ils/modules/items/jsonschemas/items/item-v0.0.1.json @@ -20,7 +20,7 @@ "description": "Schema to validate item records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/items/item-v0.0.1.json" + "default": "https://ils.rero.ch/schema/items/item-v0.0.1.json" }, "pid": { "title": "Item ID", @@ -46,7 +46,7 @@ "$ref": { "title": "Location URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/locations/.+?$" + "pattern": "^https://ils.rero.ch/api/locations/.+?$" } } }, @@ -57,8 +57,8 @@ "$ref": { "title": "Document URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/documents/.+?$", - "default": "http://ils.rero.ch/api/documents/" + "pattern": "^https://ils.rero.ch/api/documents/.+?$", + "default": "https://ils.rero.ch/api/documents/" } } }, @@ -70,7 +70,7 @@ "$ref": { "title": "Item Type URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/item_types/.+?$" + "pattern": "^https://ils.rero.ch/api/item_types/.+?$" } } }, @@ -87,4 +87,4 @@ ] } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/libraries/jsonschemas/libraries/library-v0.0.1.json b/rero_ils/modules/libraries/jsonschemas/libraries/library-v0.0.1.json index 3d95641464..193240ff6e 100644 --- a/rero_ils/modules/libraries/jsonschemas/libraries/library-v0.0.1.json +++ b/rero_ils/modules/libraries/jsonschemas/libraries/library-v0.0.1.json @@ -17,7 +17,7 @@ "description": "Schema to validate organisation records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json" + "default": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json" }, "pid": { "title": "Library ID", @@ -30,7 +30,7 @@ "$ref": { "title": "Organisation URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/organisations/.*?$" + "pattern": "^https://ils.rero.ch/api/organisations/.*?$" } } }, @@ -254,4 +254,4 @@ } } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/locations/jsonschemas/locations/location-v0.0.1.json b/rero_ils/modules/locations/jsonschemas/locations/location-v0.0.1.json index 22f4fafa67..0b76cbebda 100644 --- a/rero_ils/modules/locations/jsonschemas/locations/location-v0.0.1.json +++ b/rero_ils/modules/locations/jsonschemas/locations/location-v0.0.1.json @@ -17,7 +17,7 @@ "description": "Schema to validate organisation records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/locations/location-v0.0.1.json" + "default": "https://ils.rero.ch/schema/locations/location-v0.0.1.json" }, "pid": { "title": "Location ID", @@ -52,9 +52,9 @@ "$ref": { "title": "Library URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/libraries/.*?$" + "pattern": "^https://ils.rero.ch/api/libraries/.*?$" } } } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/locations/providers.py b/rero_ils/modules/locations/providers.py index 975630c9b8..335d487a4f 100644 --- a/rero_ils/modules/locations/providers.py +++ b/rero_ils/modules/locations/providers.py @@ -26,6 +26,7 @@ from __future__ import absolute_import, print_function +from invenio_pidstore.errors import PIDDoesNotExistError from invenio_pidstore.models import PIDStatus from invenio_pidstore.providers.base import BaseProvider diff --git a/rero_ils/modules/organisations/jsonschemas/organisations/organisation-v0.0.1.json b/rero_ils/modules/organisations/jsonschemas/organisations/organisation-v0.0.1.json index 3acf9b2581..9cc85aa3cf 100644 --- a/rero_ils/modules/organisations/jsonschemas/organisations/organisation-v0.0.1.json +++ b/rero_ils/modules/organisations/jsonschemas/organisations/organisation-v0.0.1.json @@ -14,7 +14,8 @@ "title": "Schema", "description": "Schema to validate organisation records against.", "type": "string", - "minLength": 9 + "minLength": 9, + "default": "https://ils.rero.ch/schema/organisations/organisation-v0.0.1.json" }, "pid": { "title": "Organisation ID", @@ -34,4 +35,4 @@ "minLength": 1 } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/patron_types/jsonschemas/patron_types/patron_type-v0.0.1.json b/rero_ils/modules/patron_types/jsonschemas/patron_types/patron_type-v0.0.1.json index cb842bed12..321dbd45ea 100644 --- a/rero_ils/modules/patron_types/jsonschemas/patron_types/patron_type-v0.0.1.json +++ b/rero_ils/modules/patron_types/jsonschemas/patron_types/patron_type-v0.0.1.json @@ -17,7 +17,7 @@ "description": "Schema to validate patron_types records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json" + "default": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json" }, "pid": { "title": "Patron type ID", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json b/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json index 96a377feb2..ecee3497f2 100644 --- a/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json +++ b/rero_ils/modules/patrons/jsonschemas/patrons/patron-v0.0.1.json @@ -21,7 +21,7 @@ "description": "Schema to validate patron records against.", "type": "string", "minLength": 9, - "default": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json" + "default": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json" }, "pid": { "title": "Patron ID", @@ -87,7 +87,7 @@ "$ref": { "title": "Patron Type URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/patron_types/.*?$" + "pattern": "^https://ils.rero.ch/api/patron_types/.*?$" } } }, @@ -103,7 +103,7 @@ "$ref": { "title": "Library URI", "type": "string", - "pattern": "^http://ils.rero.ch/api/libraries/.*?$" + "pattern": "^https://ils.rero.ch/api/libraries/.*?$" } } }, @@ -123,4 +123,4 @@ } } } -} \ No newline at end of file +} diff --git a/rero_ils/modules/patrons/views.py b/rero_ils/modules/patrons/views.py index b65e9d07bb..fb5840c55d 100644 --- a/rero_ils/modules/patrons/views.py +++ b/rero_ils/modules/patrons/views.py @@ -28,7 +28,7 @@ from functools import wraps -from flask import Blueprint, jsonify, render_template, request +from flask import Blueprint, current_app, jsonify, render_template, request from flask_babelex import gettext as _ from flask_login import current_user, login_required from flask_menu import register_menu @@ -81,10 +81,22 @@ def logged_user(): raise NotFound() if 'resolve' in request.args: patron = patron.replace_refs() + patron = patron.dumps() + if patron.get('library'): + library = Library.get_record_by_pid( + patron['library']['pid'] + ).replace_refs() + patron['library']['organisation'] = { + 'pid': library['organisation']['pid'] + } data = { 'metadata': patron, 'settings': { - 'language': current_i18n.locale.language + 'language': current_i18n.locale.language, + 'baseUrl': current_app.config.get( + 'RERO_ILS_APP_BASE_URL', + '' + ) } } return jsonify(data) diff --git a/rero_ils/modules/serializers.py b/rero_ils/modules/serializers.py index 61bf61dece..40692bbed5 100644 --- a/rero_ils/modules/serializers.py +++ b/rero_ils/modules/serializers.py @@ -44,7 +44,6 @@ def serialize(self, pid, record, links_factory=None, **kwargs): rec = self.transform_record( pid, record, links_factory, **kwargs ).get('metadata', {}) - rec['id'] = record.get('pid') return json.dumps(rec, **self._format_args()) def serialize_search(self, pid_fetcher, search_result, links=None, diff --git a/setup.py b/setup.py index d062364cd3..92040cca44 100644 --- a/setup.py +++ b/setup.py @@ -112,8 +112,6 @@ def run(self): 'messages = rero_ils', ], 'invenio_admin.views': [ - # 'rero_ils_admin_circulation_settings = \ - # rero_ils.modules.admin:circulation_settings', 'rero_ils_admin_circulation = \ rero_ils.modules.admin:circulation', 'rero_ils_admin_library = \ diff --git a/tests/api/test_circ_policies_rest.py b/tests/api/test_circ_policies_rest.py index 77dd7ee3bd..718cc3655b 100644 --- a/tests/api/test_circ_policies_rest.py +++ b/tests/api/test_circ_policies_rest.py @@ -102,8 +102,7 @@ def test_circ_policies_post_put_delete(client, organisation, circ_policy_data, item_url = url_for('invenio_records_rest.cipo_item', pid_value='1') post_url = url_for('invenio_records_rest.cipo_list') list_url = url_for('invenio_records_rest.cipo_list', q='pid:1') - - circ_policy_data['pid'] = '1' + del circ_policy_data['pid'] res = client.post( post_url, data=json.dumps(circ_policy_data), @@ -113,6 +112,7 @@ def test_circ_policies_post_put_delete(client, organisation, circ_policy_data, # Check that the returned record matches the given data data = get_json(res) + circ_policy_data['pid'] = '1' assert data['metadata'] == circ_policy_data res = client.get(item_url) diff --git a/tests/data/data.json b/tests/data/data.json index b76eb8dc94..e54d4a5d2d 100644 --- a/tests/data/data.json +++ b/tests/data/data.json @@ -1,18 +1,18 @@ { "org1": { - "$schema": "http://ils.rero.ch/schema/organisations/organisation-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/organisations/organisation-v0.0.1.json", "pid": "org1", "name": "MV Sion", "address": "address" }, "lib1": { - "$schema": "http://ils.rero.ch/schema/libraries/library-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/libraries/library-v0.0.1.json", "address": "Via Challand 132, 11100 Aosta", "code": "AOSTE-CANT1", "email": "reroilstest+aoste1@gmail.com", "name": "Biblioth\u00e8que cantonale vald\u00f4taine, site d'Aoste", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/org1" + "$ref": "https://ils.rero.ch/api/organisations/org1" }, "pid": "lib1", "opening_hours": [ @@ -107,50 +107,51 @@ ] }, "loc1": { - "$schema": "http://ils.rero.ch/schema/locations/location-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/locations/location-v0.0.1.json", "code": "AOSTE-CANT1-PUB", "name": "Espaces publics", "pid": "loc1", "library": { - "$ref": "http://ils.rero.ch/api/libraries/lib1" + "$ref": "https://ils.rero.ch/api/libraries/lib1" }, "is_pickup": true, "pickup_name": "AOSTE CANT1: Espaces publics" }, "cipo1": { - "$schema": "http://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/circ_policies/circ_policy-v0.0.1.json", "pid": "cipo1", "name": "standard", "description": "default standard circulation policy", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/org1" + "$ref": "https://ils.rero.ch/api/organisations/org1" }, "allow_checkout": true, "checkout_duration": 30, "allow_requests": true, "number_renewals": 3, - "renewal_duration": 30 + "renewal_duration": 30, + "is_default": true }, "itty1": { - "$schema": "http://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/item_types/item_type-v0.0.1.json", "name": "standard", "pid": "itty1", "description": "standard checkout", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/org1" + "$ref": "https://ils.rero.ch/api/organisations/org1" } }, "ptty1": { - "$schema": "http://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patron_types/patron_type-v0.0.1.json", "pid": "ptty1", "name": "standard", "description": "standard patron", "organisation": { - "$ref": "http://ils.rero.ch/api/organisations/org1" + "$ref": "https://ils.rero.ch/api/organisations/org1" } }, "ptrn1": { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "pid": "ptrn1", "first_name": "Simonetta", "last_name": "Casalini", @@ -160,19 +161,19 @@ "barcode": "2050124311", "birth_date": "1967-06-07", "library": { - "$ref": "http://ils.rero.ch/api/libraries/lib1" + "$ref": "https://ils.rero.ch/api/libraries/lib1" }, "email": "simolibri07@gmail.com", "phone": "+41324993585", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/ptty1" + "$ref": "https://ils.rero.ch/api/patron_types/ptty1" }, "roles": [ "librarian" ] }, "ptrn2": { - "$schema": "http://ils.rero.ch/schema/patrons/patron-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/patrons/patron-v0.0.1.json", "pid": "ptrn2", "barcode": "reroils1", "birth_date": "2001-12-12", @@ -181,7 +182,7 @@ "first_name": "Philippe", "last_name": "Monnet", "patron_type": { - "$ref": "http://ils.rero.ch/api/patron_types/ptty1" + "$ref": "https://ils.rero.ch/api/patron_types/ptty1" }, "postal_code": "1950", "street": "Rue du Nord 7", @@ -190,7 +191,7 @@ ] }, "pers1": { - "$schema": "http://ils.rero.ch/schema/persons/mef_person-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/persons/mef_person-v0.0.1.json", "pid": "pers1", "viaf_pid": "56597999", "sources": [ @@ -199,7 +200,7 @@ "bnf" ], "bnf": { - "$schema": "http://mef.test.rero.ch/schemas/authorities/bnf-person-v0.0.1.json", + "$schema": "https://mef.test.rero.ch/schemas/authorities/bnf-person-v0.0.1.json", "authorized_access_point_representing_a_person": "Aernoudt, Pierre, 1811-1865", "biographical_information": [ "\u00c9crivit aussi en latin", @@ -226,7 +227,7 @@ ] }, "gnd": { - "$schema": "http://mef.test.rero.ch/schemas/authorities/gnd-person-v0.0.1.json", + "$schema": "https://mef.test.rero.ch/schemas/authorities/gnd-person-v0.0.1.json", "authorized_access_point_representing_a_person": "Arnoudt, Pierre J., 1811-1865", "biographical_information": [ "Vollsta\u0308ndiger Vorname: Peter Joseph" @@ -257,7 +258,7 @@ ] }, "rero": { - "$schema": "http://mef.test.rero.ch/schemas/authorities/rero-person-v0.0.1.json", + "$schema": "https://mef.test.rero.ch/schemas/authorities/rero-person-v0.0.1.json", "authorized_access_point_representing_a_person": "Arnoudt, Pierre J., 1811-1865", "biographical_information": [ "J\u00e9suite (\u00e0 partir de 1835 ; ordonn\u00e9 pr\u00eatre en 1843) ; v\u00e9cut aux Etats-Unis \u00e0 partir de 1835, \u00e9crivit aussi en latin" @@ -275,7 +276,7 @@ } }, "doc1": { - "$schema": "http://ils.rero.ch/schema/documents/document-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/documents/document-v0.0.1.json", "pid": "doc1", "type": "book", "notes": [ @@ -320,7 +321,7 @@ "freeFormedPublicationDate": "[ca 1889]" }, "loan1": { - "$schema": "http://ils.rero.ch/schema/loans/loan-ils-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/loans/loan-ils-v0.0.1.json", "loan_pid": "loan1", "state": "ITEM_ON_LOAN", "trigger": "checkout", @@ -334,34 +335,34 @@ "transaction_user_pid": "ptrn1" }, "item1": { - "$schema": "http://ils.rero.ch/schema/items/item-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/items/item-v0.0.1.json", "pid": "item1", "barcode": "1234", "document": { - "$ref": "http://ils.rero.ch/api/documents/doc1" + "$ref": "https://ils.rero.ch/api/documents/doc1" }, "call_number": "00004", "location": { - "$ref": "http://ils.rero.ch/api/locations/loc1" + "$ref": "https://ils.rero.ch/api/locations/loc1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/itty1" + "$ref": "https://ils.rero.ch/api/item_types/itty1" }, "status": "on_loan" }, "item2": { - "$schema": "http://ils.rero.ch/schema/items/item-v0.0.1.json", + "$schema": "https://ils.rero.ch/schema/items/item-v0.0.1.json", "pid": "item2", "barcode": "78431", "document": { - "$ref": "http://ils.rero.ch/api/documents/doc1" + "$ref": "https://ils.rero.ch/api/documents/doc1" }, "call_number": "00005", "location": { - "$ref": "http://ils.rero.ch/api/locations/loc1" + "$ref": "https://ils.rero.ch/api/locations/loc1" }, "item_type": { - "$ref": "http://ils.rero.ch/api/item_types/itty1" + "$ref": "https://ils.rero.ch/api/item_types/itty1" }, "status": "on_shelf" } diff --git a/tests/ui/circ_policies/test_circ_policies_api.py b/tests/ui/circ_policies/test_circ_policies_api.py index 686c30b3e4..73056dc3d2 100644 --- a/tests/ui/circ_policies/test_circ_policies_api.py +++ b/tests/ui/circ_policies/test_circ_policies_api.py @@ -26,6 +26,7 @@ from __future__ import absolute_import, print_function +from copy import deepcopy from utils import get_mapping from rero_ils.modules.circ_policies.api import CircPoliciesSearch, \ @@ -45,6 +46,12 @@ def test_circ_policy_create(db, circ_policy_data_tmp): assert fetched_pid.pid_value == '1' assert fetched_pid.pid_type == 'cipo' + circ_policy = deepcopy(circ_policy_data_tmp) + del circ_policy['$schema'] + cipo = CircPolicy.create(circ_policy, delete_pid=True) + assert cipo.get('$schema') + assert cipo.get('pid') == '2' + def test_circ_policy_es_mapping(es, db, organisation, circ_policy_data_tmp): """.""" diff --git a/tests/ui/documents/test_documents_jsonresolver.py b/tests/ui/documents/test_documents_jsonresolver.py index 804f9202f6..082c309e46 100644 --- a/tests/ui/documents/test_documents_jsonresolver.py +++ b/tests/ui/documents/test_documents_jsonresolver.py @@ -32,7 +32,7 @@ def test_documents_jsonresolver(document): """.""" rec = Record.create({ - 'document': {'$ref': 'http://ils.rero.ch/api/documents/doc1'} + 'document': {'$ref': 'https://ils.rero.ch/api/documents/doc1'} }) assert rec.replace_refs().get('document') == {'pid': 'doc1'} @@ -43,7 +43,7 @@ def test_documents_jsonresolver(document): # non existing record rec = Record.create({ - 'document': {'$ref': 'http://ils.rero.ch/api/documents/n_e'} + 'document': {'$ref': 'https://ils.rero.ch/api/documents/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/item_types/test_item_types_jsonresolver.py b/tests/ui/item_types/test_item_types_jsonresolver.py index 4ef892548a..eccb29dc15 100644 --- a/tests/ui/item_types/test_item_types_jsonresolver.py +++ b/tests/ui/item_types/test_item_types_jsonresolver.py @@ -32,7 +32,7 @@ def test_item_types_jsonresolver(item_type): """.""" rec = Record.create({ - 'item_type': {'$ref': 'http://ils.rero.ch/api/item_types/itty1'} + 'item_type': {'$ref': 'https://ils.rero.ch/api/item_types/itty1'} }) assert rec.replace_refs().get('item_type') == {'pid': 'itty1'} @@ -43,7 +43,7 @@ def test_item_types_jsonresolver(item_type): # non existing record rec = Record.create({ - 'item_type': {'$ref': 'http://ils.rero.ch/api/item_types/n_e'} + 'item_type': {'$ref': 'https://ils.rero.ch/api/item_types/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/libraries/test_libraries_jsonresolver.py b/tests/ui/libraries/test_libraries_jsonresolver.py index 3cdc33030d..2e8c589c69 100644 --- a/tests/ui/libraries/test_libraries_jsonresolver.py +++ b/tests/ui/libraries/test_libraries_jsonresolver.py @@ -32,7 +32,7 @@ def test_libraries_jsonresolver(library): """.""" rec = Record.create({ - 'library': {'$ref': 'http://ils.rero.ch/api/libraries/lib1'} + 'library': {'$ref': 'https://ils.rero.ch/api/libraries/lib1'} }) assert rec.replace_refs().get('library') == {'pid': 'lib1'} @@ -43,7 +43,7 @@ def test_libraries_jsonresolver(library): # non existing record rec = Record.create({ - 'library': {'$ref': 'http://ils.rero.ch/api/libraries/n_e'} + 'library': {'$ref': 'https://ils.rero.ch/api/libraries/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/locations/test_locations_jsonresolver.py b/tests/ui/locations/test_locations_jsonresolver.py index 018b54a8dc..dfebff7c73 100644 --- a/tests/ui/locations/test_locations_jsonresolver.py +++ b/tests/ui/locations/test_locations_jsonresolver.py @@ -32,7 +32,7 @@ def test_locations_jsonresolver(location): """.""" rec = Record.create({ - 'location': {'$ref': 'http://ils.rero.ch/api/locations/loc1'} + 'location': {'$ref': 'https://ils.rero.ch/api/locations/loc1'} }) assert rec.replace_refs().get('location') == {'pid': 'loc1'} @@ -43,7 +43,7 @@ def test_locations_jsonresolver(location): # non existing record rec = Record.create({ - 'location': {'$ref': 'http://ils.rero.ch/api/locations/n_e'} + 'location': {'$ref': 'https://ils.rero.ch/api/locations/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/mef_persons/test_mef_persons_filter.py b/tests/ui/mef_persons/test_mef_persons_filter.py index 0b8a5217f6..d865710466 100644 --- a/tests/ui/mef_persons/test_mef_persons_filter.py +++ b/tests/ui/mef_persons/test_mef_persons_filter.py @@ -47,15 +47,15 @@ def test_person_merge_data_values(app, mef_person_data): data = person_merge_data_values(mef_person_data) assert data == { "$schema": { - "http://mef.test.rero.ch/schemas/authorities/" + "https://mef.test.rero.ch/schemas/authorities/" "bnf-person-v0.0.1.json": [ "bnf" ], - "http://mef.test.rero.ch/schemas/authorities/" + "https://mef.test.rero.ch/schemas/authorities/" "gnd-person-v0.0.1.json": [ "gnd" ], - "http://mef.test.rero.ch/schemas/authorities/" + "https://mef.test.rero.ch/schemas/authorities/" "rero-person-v0.0.1.json": [ "rero" ] diff --git a/tests/ui/organisations/test_organisations_jsonresolver.py b/tests/ui/organisations/test_organisations_jsonresolver.py index 64cf19a7ca..304a6d02dd 100644 --- a/tests/ui/organisations/test_organisations_jsonresolver.py +++ b/tests/ui/organisations/test_organisations_jsonresolver.py @@ -32,7 +32,7 @@ def test_organisations_jsonresolver(tmp_organisation): """.""" rec = Record.create({ - 'organisation': {'$ref': 'http://ils.rero.ch/api/organisations/1'} + 'organisation': {'$ref': 'https://ils.rero.ch/api/organisations/1'} }) assert rec.replace_refs().get('organisation') == {'pid': '1'} @@ -43,7 +43,7 @@ def test_organisations_jsonresolver(tmp_organisation): # non existing record rec = Record.create({ - 'organisation': {'$ref': 'http://ils.rero.ch/api/organisations/n_e'} + 'organisation': {'$ref': 'https://ils.rero.ch/api/organisations/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/patron_types/test_patron_types_jsonresolver.py b/tests/ui/patron_types/test_patron_types_jsonresolver.py index 8de945735d..d70accb9ef 100644 --- a/tests/ui/patron_types/test_patron_types_jsonresolver.py +++ b/tests/ui/patron_types/test_patron_types_jsonresolver.py @@ -32,7 +32,7 @@ def test_patron_types_jsonresolver(tmp_patron_type): """.""" rec = Record.create({ - 'patron_type': {'$ref': 'http://ils.rero.ch/api/patron_types/1'} + 'patron_type': {'$ref': 'https://ils.rero.ch/api/patron_types/1'} }) assert rec.replace_refs().get('patron_type') == {'pid': '1'} @@ -43,7 +43,7 @@ def test_patron_types_jsonresolver(tmp_patron_type): # non existing record rec = Record.create({ - 'patron_type': {'$ref': 'http://ils.rero.ch/api/patron_types/n_e'} + 'patron_type': {'$ref': 'https://ils.rero.ch/api/patron_types/n_e'} }) with pytest.raises(JsonRefError): rec.replace_refs().dumps() diff --git a/tests/ui/test_api.py b/tests/ui/test_api.py index 39d7116f7f..da5419211f 100644 --- a/tests/ui/test_api.py +++ b/tests/ui/test_api.py @@ -114,15 +114,13 @@ def test_ilsrecord(app, es_default_index, ils_record, ils_record_2): record_1 = RecordTest.create( data=ils_record, dbcommit=True, - reindex=True, - delete_pid=False + reindex=True ) assert record_1.pid == 'ilsrecord_pid' record_2 = RecordTest.create( data=ils_record_2, dbcommit=True, reindex=True, - delete_pid=False ) assert record_2.pid == 'ilsrecord_pid_2' record_created_pid = RecordTest.create( @@ -136,8 +134,7 @@ def test_ilsrecord(app, es_default_index, ils_record, ils_record_2): RecordTest.create( data=ils_record, dbcommit=True, - reindex=True, - delete_pid=False + reindex=True ) flush_index(SearchTest.Meta.index) diff --git a/tests/unit/test_circ_policies_jsonschema.py b/tests/unit/test_circ_policies_jsonschema.py index 8151f20a53..70b3cbbb57 100644 --- a/tests/unit/test_circ_policies_jsonschema.py +++ b/tests/unit/test_circ_policies_jsonschema.py @@ -129,3 +129,13 @@ def test_circ_policy_number_renewals( with pytest.raises(ValidationError): circ_policy_data_tmp['number_renewals'] = '25' validate(circ_policy_data_tmp, circ_policy_schema) + + +def test_circ_policy_is_default( + circ_policy_schema, circ_policy_data_tmp +): + """Test is_default for circ policy jsonschema.""" + validate(circ_policy_data_tmp, circ_policy_schema) + with pytest.raises(ValidationError): + circ_policy_data_tmp['is_default'] = 25 + validate(circ_policy_data_tmp, circ_policy_schema) diff --git a/tests/unit/test_mef_persons_jsonschema.py b/tests/unit/test_mef_persons_jsonschema.py index 9538132824..d0989f8af1 100644 --- a/tests/unit/test_mef_persons_jsonschema.py +++ b/tests/unit/test_mef_persons_jsonschema.py @@ -52,7 +52,7 @@ def test_required(mef_persons_schema, mef_person_data_tmp): with pytest.raises(ValidationError): validate({ - '$schema': 'http://ils.rero.ch/schema/persons/' + '$schema': 'https://ils.rero.ch/schema/persons/' 'mef-person-v0.0.1.json', 'viaf_pid': '56597999', 'sources': [ @@ -64,7 +64,7 @@ def test_required(mef_persons_schema, mef_person_data_tmp): with pytest.raises(ValidationError): validate({ - '$schema': 'http://ils.rero.ch/schema/persons/' + '$schema': 'https://ils.rero.ch/schema/persons/' 'mef-person-v0.0.1.json', 'pid': 'pers1', 'sources': [ @@ -76,7 +76,7 @@ def test_required(mef_persons_schema, mef_person_data_tmp): with pytest.raises(ValidationError): validate({ - '$schema': 'http://ils.rero.ch/schema/persons/' + '$schema': 'https://ils.rero.ch/schema/persons/' 'mef-person-v0.0.1.json', 'pid': 'pers1', 'viaf_pid': '56597999' diff --git a/ui/admin/src/app/app-routing.module.ts b/ui/admin/src/app/app-routing.module.ts index 2249c679eb..e98ed9d350 100644 --- a/ui/admin/src/app/app-routing.module.ts +++ b/ui/admin/src/app/app-routing.module.ts @@ -11,10 +11,11 @@ const routes: Routes = [ // path: 'libraries', // loadChildren: './libraries/libraries.module#LibrariesModule' // }, - { + /* { path: 'circulation_settings', loadChildren: './circulation-settings/circulation-settings.module#CirculationSettingsModule' - }, { + }, */ + { path: 'circulation', loadChildren: './circulation/circulation.module#CirculationModule' }, { diff --git a/ui/admin/src/app/app.component.ts b/ui/admin/src/app/app.component.ts index 37ec1441c8..4a532c90ac 100644 --- a/ui/admin/src/app/app.component.ts +++ b/ui/admin/src/app/app.component.ts @@ -2,6 +2,7 @@ import { Component, OnInit, Input } from '@angular/core'; import { UserService } from './user.service'; import { TranslateService } from '@ngx-translate/core'; import * as moment from 'moment'; +import { ApiService } from './core'; @Component({ selector: 'app-root', @@ -12,7 +13,8 @@ export class AppComponent implements OnInit { constructor( private userService: UserService, - private translate: TranslateService + private translate: TranslateService, + private apiService: ApiService ) {} ngOnInit() { @@ -20,6 +22,7 @@ export class AppComponent implements OnInit { if (settings) { moment.locale(settings.language); this.translate.use(settings.language); + this.apiService.setBaseUrl(settings.baseUrl); } }); } diff --git a/ui/admin/src/app/app.module.ts b/ui/admin/src/app/app.module.ts index c0f24034c6..25eef8adbe 100644 --- a/ui/admin/src/app/app.module.ts +++ b/ui/admin/src/app/app.module.ts @@ -17,6 +17,7 @@ import localeIt from '@angular/common/locales/it'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; +import { CoreModule } from '@app/core'; import { MylibraryComponent } from './mylibrary/mylibrary.component'; import { UserService } from './user.service'; @@ -42,6 +43,7 @@ export function HttpLoaderFactory(http: HttpClient) { // ConfirmWindowComponent ], imports: [ + CoreModule, BrowserModule, AppRoutingModule, HttpClientModule, diff --git a/ui/admin/src/app/circulation-settings/circulation-settings-routing.module.ts b/ui/admin/src/app/circulation-settings/circulation-settings-routing.module.ts deleted file mode 100644 index 36fec3400a..0000000000 --- a/ui/admin/src/app/circulation-settings/circulation-settings-routing.module.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { NgModule } from '@angular/core'; -import { Routes, RouterModule } from '@angular/router'; -import { MainComponent } from './main/main.component'; - -const routes: Routes = [ - { - path: '', - component: MainComponent - } -]; - -@NgModule({ - imports: [RouterModule.forChild(routes)], - exports: [RouterModule] -}) -export class CirculationSettingsRoutingModule { } diff --git a/ui/admin/src/app/circulation-settings/circulation-settings.module.ts b/ui/admin/src/app/circulation-settings/circulation-settings.module.ts deleted file mode 100644 index 33c9ed9817..0000000000 --- a/ui/admin/src/app/circulation-settings/circulation-settings.module.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { NgModule } from '@angular/core'; -import { CommonModule } from '@angular/common'; - -import { CirculationSettingsRoutingModule } from './circulation-settings-routing.module'; -import { MainComponent } from './main/main.component'; - -@NgModule({ - declarations: [MainComponent], - imports: [ - CommonModule, - CirculationSettingsRoutingModule - ] -}) -export class CirculationSettingsModule { } diff --git a/ui/admin/src/app/circulation-settings/main/main.component.html b/ui/admin/src/app/circulation-settings/main/main.component.html deleted file mode 100644 index 6be8c9b05b..0000000000 --- a/ui/admin/src/app/circulation-settings/main/main.component.html +++ /dev/null @@ -1,3 +0,0 @@ -

- circulation settings works! -

diff --git a/ui/admin/src/app/circulation-settings/main/main.component.ts b/ui/admin/src/app/circulation-settings/main/main.component.ts deleted file mode 100644 index 63ae923e2a..0000000000 --- a/ui/admin/src/app/circulation-settings/main/main.component.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'circulation-main', - templateUrl: './main.component.html', - styleUrls: ['./main.component.scss'] -}) -export class MainComponent implements OnInit { - - constructor() { } - - ngOnInit() { - } - -} diff --git a/ui/admin/src/app/core/api/api.service.spec.ts b/ui/admin/src/app/core/api/api.service.spec.ts new file mode 100644 index 0000000000..9eb2c83d1c --- /dev/null +++ b/ui/admin/src/app/core/api/api.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { ApiService } from './api.service'; + +describe('ApiService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: ApiService = TestBed.get(ApiService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/core/api/api.service.ts b/ui/admin/src/app/core/api/api.service.ts new file mode 100644 index 0000000000..868f5b8759 --- /dev/null +++ b/ui/admin/src/app/core/api/api.service.ts @@ -0,0 +1,34 @@ +import { Injectable } from '@angular/core'; + +@Injectable() +export class ApiService { + + private entryPoints = { + 'circulation-policy': '/api/circ_policies/', + 'item': '/api/item/', + 'item-type': '/api/item_types/', + 'library': '/api/libraries/', + 'organisation': '/api/organisations/', + 'patron-type': '/api/patron_types/', + 'user': '/api/users/' + }; + + private baseUrl: string = null; + + constructor() { } + + public setBaseUrl(baseUrl: string): void { + this.baseUrl = baseUrl; + } + + public getApiEntryPointByType(type: string, absolute: boolean = false) { + if (!(type in this.entryPoints)) { + throw new Error('Api Service: type not found.'); + } + let entryPoint = this.entryPoints[type]; + if (absolute) { + entryPoint = this.baseUrl + entryPoint; + } + return entryPoint; + } +} diff --git a/ui/admin/src/app/core/core.module.ts b/ui/admin/src/app/core/core.module.ts new file mode 100644 index 0000000000..6a3f73b329 --- /dev/null +++ b/ui/admin/src/app/core/core.module.ts @@ -0,0 +1,39 @@ +import { NgModule, Optional, SkipSelf } from '@angular/core'; +import { CommonModule } from '@angular/common'; +import { HttpClientModule } from '@angular/common/http'; + +import { ItemTypeService } from './item-type/item-type.service'; +import { ItemTypeTool } from './item-type/item-type-tool'; +import { LibraryService } from './library/library.service'; +import { PatronTypeService } from './patron-type/patron-type.service'; +import { PatronTypeTool } from './patron-type/patron-type-tool'; +import { OrganisationService } from './organisation/organisation.service'; +import { ApiService } from './api/api.service'; +import { UniqueValidator } from './validator/unique.validator'; + +@NgModule({ + declarations: [], + imports: [ + CommonModule, + HttpClientModule, + ], + providers: [ + ApiService, + ItemTypeService, + LibraryService, + OrganisationService, + PatronTypeService, + PatronTypeTool, + ItemTypeTool, + UniqueValidator + ] +}) +export class CoreModule { + constructor ( + @Optional() @SkipSelf() parentModule: CoreModule + ) { + if (parentModule) { + throw new Error('CoreModule is already loaded. Import only in AppModule'); + } + } +} diff --git a/ui/admin/src/app/core/index.ts b/ui/admin/src/app/core/index.ts new file mode 100644 index 0000000000..e1638afee7 --- /dev/null +++ b/ui/admin/src/app/core/index.ts @@ -0,0 +1,10 @@ +export * from './core.module'; +export * from './api/api.service'; +export * from './item-type/item-type.service'; +export * from './item-type/item-type-tool'; +export * from './library/library.service'; +export * from './organisation/organisation.service'; +export * from './patron-type/patron-type.service'; +export * from './patron-type/patron-type-tool'; +export * from './validator/unique.validator'; +export * from './utils'; diff --git a/ui/admin/src/app/core/item-type/item-type-tool.ts b/ui/admin/src/app/core/item-type/item-type-tool.ts new file mode 100644 index 0000000000..9c4d0a3a32 --- /dev/null +++ b/ui/admin/src/app/core/item-type/item-type-tool.ts @@ -0,0 +1,5 @@ +export class ItemTypeTool { + generateItemTypeKey(itemTypeId: string) { + return 'i' + itemTypeId; + } +} diff --git a/ui/admin/src/app/core/item-type/item-type.service.spec.ts b/ui/admin/src/app/core/item-type/item-type.service.spec.ts new file mode 100644 index 0000000000..eba9bde76d --- /dev/null +++ b/ui/admin/src/app/core/item-type/item-type.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { ItemTypeService } from './item-type.service'; + +describe('ItemTypeService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: ItemTypeService = TestBed.get(ItemTypeService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/core/item-type/item-type.service.ts b/ui/admin/src/app/core/item-type/item-type.service.ts new file mode 100644 index 0000000000..904d8a5d9a --- /dev/null +++ b/ui/admin/src/app/core/item-type/item-type.service.ts @@ -0,0 +1,31 @@ +import { Injectable } from '@angular/core'; +import { HttpClient, HttpHeaders } from '@angular/common/http'; +import { ApiService } from '../api/api.service'; + +const httpOptions = { + headers: new HttpHeaders({ + 'Accept': 'application/rero+json', + 'Content-Type': 'application/json' + }) +}; + +@Injectable() +export class ItemTypeService { + + constructor( + private apiService: ApiService, + private http: HttpClient + ) { } + + getApiEntryPointRecord(pid: string) { + return this.apiService + .getApiEntryPointByType('item-type', true) + pid; + } + + itemTypes() { + return this.http.get( + this.apiService.getApiEntryPointByType('item-type'), + httpOptions + ); + } +} diff --git a/ui/admin/src/app/core/library/library.service.spec.ts b/ui/admin/src/app/core/library/library.service.spec.ts new file mode 100644 index 0000000000..0d50d994b6 --- /dev/null +++ b/ui/admin/src/app/core/library/library.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { LibraryService } from './library.service'; + +describe('LibraryService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: LibraryService = TestBed.get(LibraryService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/core/library/library.service.ts b/ui/admin/src/app/core/library/library.service.ts new file mode 100644 index 0000000000..da726bd31b --- /dev/null +++ b/ui/admin/src/app/core/library/library.service.ts @@ -0,0 +1,31 @@ +import { Injectable } from '@angular/core'; +import { HttpClient, HttpHeaders } from '@angular/common/http'; +import { ApiService } from '../api/api.service'; + +const httpOptions = { + headers: new HttpHeaders({ + 'Accept': 'application/rero+json', + 'Content-Type': 'application/json' + }) +}; + +@Injectable() +export class LibraryService { + + constructor( + private apiService: ApiService, + private http: HttpClient + ) { } + + getApiEntryPointRecord(pid: string) { + return this.apiService + .getApiEntryPointByType('library', true) + pid; + } + + libraries() { + return this.http.get( + this.apiService.getApiEntryPointByType('library'), + httpOptions + ); + } +} diff --git a/ui/admin/src/app/core/organisation/organisation.service.spec.ts b/ui/admin/src/app/core/organisation/organisation.service.spec.ts new file mode 100644 index 0000000000..4ce9c8c252 --- /dev/null +++ b/ui/admin/src/app/core/organisation/organisation.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { OrganisationService } from './organisation.service'; + +describe('OrganisationService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: OrganisationService = TestBed.get(OrganisationService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/core/organisation/organisation.service.ts b/ui/admin/src/app/core/organisation/organisation.service.ts new file mode 100644 index 0000000000..aa9783392c --- /dev/null +++ b/ui/admin/src/app/core/organisation/organisation.service.ts @@ -0,0 +1,15 @@ +import { Injectable } from '@angular/core'; +import { ApiService } from '../api/api.service'; + +@Injectable() +export class OrganisationService { + + constructor( + private apiService: ApiService + ) { } + + getApiEntryPointRecord(pid: string) { + return this.apiService + .getApiEntryPointByType('organisation', true) + pid; + } +} diff --git a/ui/admin/src/app/core/patron-type/patron-type-tool.ts b/ui/admin/src/app/core/patron-type/patron-type-tool.ts new file mode 100644 index 0000000000..83a4060708 --- /dev/null +++ b/ui/admin/src/app/core/patron-type/patron-type-tool.ts @@ -0,0 +1,9 @@ +export class PatronTypeTool { + generatePatronTypeKey(patronTypeId: string) { + return 'p' + patronTypeId; + } + + getPolicyKeyLevelName(level: boolean) { + return level ? 'library' : 'organisation'; + } +} diff --git a/ui/admin/src/app/core/patron-type/patron-type.service.spec.ts b/ui/admin/src/app/core/patron-type/patron-type.service.spec.ts new file mode 100644 index 0000000000..aedfb4041f --- /dev/null +++ b/ui/admin/src/app/core/patron-type/patron-type.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { PatronTypeService } from './patron-type.service'; + +describe('PatronTypeService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: PatronTypeService = TestBed.get(PatronTypeService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/core/patron-type/patron-type.service.ts b/ui/admin/src/app/core/patron-type/patron-type.service.ts new file mode 100644 index 0000000000..733602ca5e --- /dev/null +++ b/ui/admin/src/app/core/patron-type/patron-type.service.ts @@ -0,0 +1,31 @@ +import { Injectable } from '@angular/core'; +import { HttpClient, HttpHeaders } from '@angular/common/http'; +import { ApiService } from '../api/api.service'; + +const httpOptions = { + headers: new HttpHeaders({ + 'Accept': 'application/rero+json', + 'Content-Type': 'application/json' + }) +}; + +@Injectable() +export class PatronTypeService { + + constructor( + private apiService: ApiService, + private http: HttpClient + ) { } + + getApiEntryPointRecord(pid: string) { + return this.apiService + .getApiEntryPointByType('patron-type', true) + pid; + } + + patronTypes() { + return this.http.get( + this.apiService.getApiEntryPointByType('patron-type'), + httpOptions + ); + } +} diff --git a/ui/admin/src/app/core/utils.ts b/ui/admin/src/app/core/utils.ts new file mode 100644 index 0000000000..491a7ebd4e --- /dev/null +++ b/ui/admin/src/app/core/utils.ts @@ -0,0 +1,8 @@ +export function cleanDictKeys(data: any) { + for (const key in data) { + if (data[key] === null || data[key].length === 0) { + delete data[key]; + } + } + return data; +} diff --git a/ui/admin/src/app/core/validator/unique.validator.ts b/ui/admin/src/app/core/validator/unique.validator.ts new file mode 100644 index 0000000000..f6c6ce4309 --- /dev/null +++ b/ui/admin/src/app/core/validator/unique.validator.ts @@ -0,0 +1,20 @@ +import { AbstractControl } from '@angular/forms'; +import { RecordsService } from '@app/records/records.service'; + +export class UniqueValidator { + static createValidator( + recordsService: RecordsService, + recordType: string, + fieldName: string, + excludePid: number = null + ) { + return (control: AbstractControl) => { + return recordsService.valueAlreadyExists( + recordType, + fieldName, + control.value, + excludePid + ); + }; + } +} diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.spec.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.spec.ts new file mode 100644 index 0000000000..308ad0a6a4 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { CirculationMappingService } from './circulation-mapping.service'; + +describe('CirculationMappingService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: CirculationMappingService = TestBed.get(CirculationMappingService ); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.ts new file mode 100644 index 0000000000..1c5da252fa --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-mapping.service.ts @@ -0,0 +1,125 @@ +import { Injectable } from '@angular/core'; +import { PatronTypeTool, ItemTypeTool } from '@app/core'; + +@Injectable() +export class CirculationMappingService { + + private patronTypes = []; + + private itemTypes = []; + + private mapping = { + organisation: {}, + library: {} + }; + + private policyLevel = 'organisation'; + + constructor( + private patronTypeTool: PatronTypeTool, + private itemTypeTool: ItemTypeTool + ) { } + + public generate( + itemTypes: any, + patronTypes: any, + circulations: any, + currentCirculation: any + ) { + const baseMapping = {}; + patronTypes.hits.hits.forEach(patronType => { + const pkey = this.patronTypeTool.generatePatronTypeKey(patronType.metadata.pid); + baseMapping[pkey] = { + disabled: false, + itemTypes: {} + }; + itemTypes.hits.hits.forEach(itemType => { + const iKey = this.itemTypeTool.generateItemTypeKey(itemType.metadata.pid); + baseMapping[pkey]['itemTypes'][iKey] = false; + }); + }); + this.mapping.organisation = JSON.parse(JSON.stringify(baseMapping)); + this.mapping.library = JSON.parse(JSON.stringify(baseMapping)); + + circulations.hits.hits.forEach(circulation => { + const data = circulation.metadata; + if (currentCirculation.pid !== data.pid) { + const settings = data.settings; + if (settings) { + const pLevel = this.translatePolicyLevel(data.policy_library_level); + settings.forEach(setting => { + const pKey = this.patronTypeTool.generatePatronTypeKey(setting.patron_type.pid); + const iKey = this.itemTypeTool.generateItemTypeKey(setting.item_type.pid); + this.mapping[pLevel][pKey]['itemTypes'][iKey] = true; + }); + } + } + }); + + for (const pLevel in this.mapping) { + if (pLevel) { + for (const pKey in this.mapping[pLevel]) { + if (pKey) { + let disabled = true; + for (const iKey in this.mapping[pLevel][pKey]['itemTypes']) { + if (!this.mapping[pLevel][pKey]['itemTypes'][iKey] && disabled) { + disabled = false; + } + } + this.mapping[pLevel][pKey]['disabled'] = disabled; + } + } + } + } + + this.patronTypes = this.serializePatronTypes(patronTypes.hits.hits); + this.itemTypes = this.serializeItemTypes(itemTypes.hits.hits); + } + + public getMapping() { + return this.mapping; + } + + public setPolicyLevel(level: boolean) { + this.policyLevel = this.translatePolicyLevel(level); + return this; + } + + public getPatronTypes() { + return this.patronTypes; + } + + public isPatronTypeDisabled(patronTypeId: string) { + return this.mapping[this.policyLevel][patronTypeId]['disabled']; + } + + public getItemTypes() { + return this.itemTypes; + } + + public isItemTypeDisabled(patronTypeId: string, itemTypeId: string) { + return this.mapping[this.policyLevel][patronTypeId]['itemTypes'][itemTypeId]; + } + + private translatePolicyLevel(level: boolean): string { + return level ? 'library' : 'organisation'; + } + + private serializePatronTypes(patronTypes: any) { + const output = []; + patronTypes.forEach(patronType => { + const pkey = this.patronTypeTool.generatePatronTypeKey(patronType.metadata.pid); + output.push({ id: pkey, name: patronType.metadata.name }); + }); + return output; + } + + private serializeItemTypes(itemTypes: any) { + const output = []; + itemTypes.forEach(itemType => { + const iKey = this.itemTypeTool.generateItemTypeKey(itemType.metadata.pid); + output.push({ id: iKey, name: itemType.metadata.name }); + }); + return output; + } +} diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.spec.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.spec.ts new file mode 100644 index 0000000000..8cda9cdf5e --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { CirculationPolicyFormService } from './circulation-policy-form.service'; + +describe('CirculationPolicyFormService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: CirculationPolicyFormService = TestBed.get(CirculationPolicyFormService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.ts new file mode 100644 index 0000000000..a0d27c8a07 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy-form.service.ts @@ -0,0 +1,176 @@ +import { Injectable } from '@angular/core'; +import { FormBuilder, Validators } from '@angular/forms'; +import { CirculationPolicy } from './circulation-policy'; +import { PatronTypeTool } from '@app/core/patron-type/patron-type-tool'; +import { ItemTypeTool, ApiService } from '@app/core'; + +@Injectable() +export class CirculationPolicyFormService { + + private form; + + constructor( + private apiService: ApiService, + private fb: FormBuilder, + private patronTypeTool: PatronTypeTool, + private itemTypeTool: ItemTypeTool + ) { + this.build(); + this.validators(); + } + + public populate(circulation: CirculationPolicy) { + this.form.patchValue({ + name: circulation.name, + description: circulation.description, + allow_checkout: circulation.allow_checkout, + checkout_duration: circulation.checkout_duration, + allow_requests: circulation.allow_requests, + number_renewals: circulation.number_renewals, + renewal_duration: circulation.renewal_duration, + policy_library_level: circulation.policy_library_level, + is_default: circulation.is_default, + settings: this.unserializeSettings(circulation.settings) + }); + if ('libraries' in circulation) { + this.form.get('libraries').setValue( + this.unserializeLibraries(circulation.libraries) + ); + } + } + + public getForm() { + return this.form; + } + + private build() { + this.form = this.fb.group({ + name: [null, [ + Validators.required, + Validators.minLength(2) + ]], + description: [null, [ + Validators.required + ]], + allow_requests: [true], + allow_checkout: [true], + checkout_duration: [7], + number_renewals: [0], + renewal_duration: [null], + policy_library_level: [false], + is_default: [], + libraries: [], + settings: [] + }); + } + + private validators() { + const checkoutDurationControl = this.getControlByFieldName('checkout_duration'); + const numberRenewalsControl = this.getControlByFieldName('number_renewals'); + this.form.get('allow_checkout').valueChanges.subscribe(checkout => { + if (checkout) { + checkoutDurationControl.setValidators([ + Validators.required, + Validators.min(1) + ]); + numberRenewalsControl.setValidators([ + Validators.required, + Validators.min(0) + ]); + } else { + checkoutDurationControl.clearValidators(); + numberRenewalsControl.clearValidators(); + } + }); + const renewalDuration = this.getControlByFieldName('renewal_duration'); + numberRenewalsControl.valueChanges.subscribe(renewals => { + if (renewals > 0) { + renewalDuration.setValidators([ + Validators.required, + Validators.min(1) + ]); + } else { + renewalDuration.clearValidators(); + } + }); + } + + getControlByFieldName(fieldName: string) { + return this.form.get(fieldName); + } + + getValues() { + const formValues = this.form.value; + formValues.libraries = this.serializeLibraries(formValues.libraries); + formValues.settings = this.serializeSettings(formValues.settings); + return formValues; + } + + private unserializeLibraries(libraries) { + const ulibraries = []; + const librariesRegex = new RegExp( + this.apiService.getApiEntryPointByType('library', true) + '(.+)$' + ); + libraries.forEach(element => { + ulibraries.push( + element['$ref'].match(librariesRegex)[1] + ); + }); + return ulibraries; + } + + private serializeLibraries(libraries) { + const libraryEntryPoint = this.apiService + .getApiEntryPointByType('library', true); + const slibraries = []; + libraries.forEach(element => { + slibraries.push({ + $ref: libraryEntryPoint + element + }); + }); + return slibraries; + } + + private unserializeSettings(settings) { + const itemTypeRegex = new RegExp( + this.apiService.getApiEntryPointByType('item-type', true) + '(.+)$' + ); + const patronTypeRegex = new RegExp( + this.apiService.getApiEntryPointByType('patron-type', true) + '(.+)$' + ); + const mapping = []; + settings.forEach(element => { + const pkey = this.patronTypeTool.generatePatronTypeKey( + element.patron_type['$ref'].match(patronTypeRegex)[1] + ); + if (!(pkey in mapping)) { + mapping[pkey] = []; + } + mapping[pkey].push(this.itemTypeTool.generateItemTypeKey( + element.item_type['$ref'].match(itemTypeRegex)[1] + )); + }); + return mapping; + } + + private serializeSettings(settings) { + const patronTypeentrypoint = this.apiService + .getApiEntryPointByType('patron-type', true); + const itemTypeentrypoint = this.apiService + .getApiEntryPointByType('item-type', true); + const mapping = []; + Object.keys(settings).forEach(function(key) { + settings[key].forEach(element => { + mapping.push({ + patron_type: { + $ref: patronTypeentrypoint + key.substr(1, key.length - 1) + }, + item_type: { + $ref: itemTypeentrypoint + element.substr(1, key.length - 1) + } + }); + }); + }); + return mapping; + } +} diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.spec.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.spec.ts new file mode 100644 index 0000000000..82c91fa680 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.spec.ts @@ -0,0 +1,12 @@ +import { TestBed } from '@angular/core/testing'; + +import { CirculationPolicyService } from './circulation-policy.service'; + +describe('CirculationPolicyService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: CirculationPolicyService = TestBed.get(CirculationPolicyService); + expect(service).toBeTruthy(); + }); +}); diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.ts new file mode 100644 index 0000000000..493e2f8326 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.service.ts @@ -0,0 +1,73 @@ +import { HttpClient, HttpHeaders } from '@angular/common/http'; +import { Injectable } from '@angular/core'; +import { forkJoin, Observable } from 'rxjs'; + +import { CirculationPolicy } from './circulation-policy'; +import { BrowserService } from '@app/browser.service'; +import { ItemTypeService, PatronTypeService, ApiService, cleanDictKeys } from '@app/core'; +import { RecordsService } from '@app/records/records.service'; + +const httpOptions = { + headers: new HttpHeaders({ + 'Accept': 'application/rero+json', + 'Content-Type': 'application/json' + }) +}; + +@Injectable() +export class CirculationPolicyService { + + constructor( + private apiService: ApiService, + private client: HttpClient, + private browser: BrowserService, + private itemTypeService: ItemTypeService, + private patronTypeService: PatronTypeService, + private recordsService: RecordsService + ) { } + + loadOrCreateCirculationPolicy(pid: number = null) { + if (pid) { + return this.client.get( + this.apiService.getApiEntryPointByType('circulation-policy') + pid, + httpOptions + ); + } else { + return Observable.create(observer => { + observer.next(new CirculationPolicy()); + }); + } + } + + loadAllCirculationPolicy() { + return this.client.get( + this.apiService.getApiEntryPointByType('circulation-policy'), + httpOptions + ); + } + + loadAllItemTypesPatronTypesCirculationPolicies() { + return forkJoin( + this.itemTypeService.itemTypes(), + this.patronTypeService.patronTypes(), + this.loadAllCirculationPolicy() + ); + } + + save(circulationPolicy: CirculationPolicy) { + circulationPolicy = cleanDictKeys(circulationPolicy); + if (circulationPolicy.pid) { + this.recordsService + .update('circ_policies', circulationPolicy) + .subscribe((circulation: any) => { + this.browser.redirect('/records/circ_policies'); + }); + } else { + this.recordsService + .create('circ_policies', circulationPolicy) + .subscribe((circulation: any) => { + this.browser.redirect('/records/circ_policies'); + }); + } + } +} diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.ts new file mode 100644 index 0000000000..aa5946b0c2 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy.ts @@ -0,0 +1,46 @@ +export interface Organisation { + $ref: string; +} + +export class CirculationPolicy { + $schema: string = null; + id: number = null; + pid: number = null; + name: string = null; + description: string = null; + organisation: Organisation; + allow_requests: boolean = null; + allow_checkout: boolean = null; + checkout_duration: number = null; + number_renewals: number = null; + renewal_duration: number = null; + policy_library_level: boolean = null; + is_default: boolean = null; + libraries: Array = []; + settings: Array = []; + + constructor(obj?: any) { + this.setDefault(); + if (obj) { + this.update(obj); + } + } + + setDefault() { + this.allow_requests = true; + this.allow_checkout = true; + this.checkout_duration = 7; + this.number_renewals = 0; + this.policy_library_level = false; + this.is_default = false; + this.organisation = { + $ref: null + }; + this.libraries = []; + this.settings = []; + } + + update(obj) { + Object.assign(this, obj); + } +} diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.html b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.html new file mode 100644 index 0000000000..8ab9a904d6 --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.html @@ -0,0 +1,215 @@ +
+ {{ 'Loading…' | translate }} +
+ +
+

{{ 'Circulation Policy' | translate }}

+
+
+ +
+ +
+
+ {{ 'Name is required.' | translate }} +
+
+ {{ 'Name must be at least 2 characters long.' | translate }} +
+
+ {{ 'Name is already taken.' | translate }} +
+
+
+
+
+ +
+ +
+
+ {{ 'Description is required.' | translate }} +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ {{ 'Checkout duration is required.' | translate }} +
+
+ {{ 'Checkout duration must be great than 1.' | translate }} +
+
+
+
+
+ +
+ +
+
+ {{ 'Checkout duration is required.' | translate }} +
+
+ {{ 'Checkout duration must be great than 0.' | translate }} +
+
+
+
+
+ +
+ +
+
+ {{ 'Renewal duration is required.' | translate }} +
+
+ {{ 'Checkout duration must be great than 1.' | translate }} +
+
+
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ + {{ library.name }} +
+
+
+ + + +
+ +
+
+ {{ patronType.name }} +
+ {{ 'Item types' | translate }}: +
    +
  • + {{ itemType.name }} +
  • +
+
+
+
+
+ +
+ +
+
+ + +
+
+
+
diff --git a/ui/admin/src/app/circulation-settings/main/main.component.scss b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.scss similarity index 100% rename from ui/admin/src/app/circulation-settings/main/main.component.scss rename to ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.scss diff --git a/ui/admin/src/app/circulation-settings/main/main.component.spec.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.spec.ts similarity index 50% rename from ui/admin/src/app/circulation-settings/main/main.component.spec.ts rename to ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.spec.ts index 0878044ab3..4c01102752 100644 --- a/ui/admin/src/app/circulation-settings/main/main.component.spec.ts +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.spec.ts @@ -1,20 +1,20 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; -import { MainComponent } from './main.component'; +import { CirculationPolicyComponent } from './circulation-policy.component'; -describe('MainComponent', () => { - let component: MainComponent; - let fixture: ComponentFixture; +describe('CirculationPolicyComponent', () => { + let component: CirculationPolicyComponent; + let fixture: ComponentFixture; beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ MainComponent ] + declarations: [ CirculationPolicyComponent ] }) .compileComponents(); })); beforeEach(() => { - fixture = TestBed.createComponent(MainComponent); + fixture = TestBed.createComponent(CirculationPolicyComponent); component = fixture.componentInstance; fixture.detectChanges(); }); diff --git a/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.ts b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.ts new file mode 100644 index 0000000000..29d67685df --- /dev/null +++ b/ui/admin/src/app/records/custom-editor/circulation-settings/circulation-policy/circulation-policy.component.ts @@ -0,0 +1,236 @@ +import { Component, OnInit } from '@angular/core'; +import { FormGroup } from '@angular/forms'; + +import { BrowserService } from '@app/browser.service'; +import { LibraryService, UniqueValidator } from '@app/core'; +import { UserService } from '@app/user.service'; +import { CirculationPolicyService } from '../circulation-policy.service'; +import { CirculationPolicyFormService } from '../circulation-policy-form.service'; +import { CirculationPolicy } from '../circulation-policy'; +import { CirculationMappingService } from '../circulation-mapping.service'; +import { OrganisationService } from '@app/core/organisation/organisation.service'; +import { ActivatedRoute } from '@angular/router'; +import { RecordsService } from '@app/records/records.service'; + + +@Component({ + selector: 'circulation-settings-circulation-policy', + templateUrl: './circulation-policy.component.html', + styleUrls: ['./circulation-policy.component.scss'] +}) +export class CirculationPolicyComponent implements OnInit { + + private circulationPolicy: CirculationPolicy; + + public circulationForm: FormGroup; + + public librariesOrg = []; + + constructor( + private route: ActivatedRoute, + private browser: BrowserService, + private circulationPolicyService: CirculationPolicyService, + private circulationPolicyForm: CirculationPolicyFormService, + private userService: UserService, + private libraryService: LibraryService, + private circulationMapping: CirculationMappingService, + private organisationService: OrganisationService, + private recordsService: RecordsService + ) { } + + ngOnInit() { + this.userService.loggedUser.subscribe(user => { + if (user) { + this.route.params.subscribe(params => { + const pid = params.pid ? params.pid : null; + this.circulationPolicyService + .loadOrCreateCirculationPolicy(pid) + .subscribe((circulation: CirculationPolicy) => { + circulation['organisation']['$ref'] = this.organisationService + .getApiEntryPointRecord(user.library.organisation.pid); + this.circulationPolicy = (pid) ? + new CirculationPolicy(circulation) : circulation; + + // Load all required elements + this.circulationPolicyService + .loadAllItemTypesPatronTypesCirculationPolicies() + .subscribe( + ([itemTypes, patronTypes, circulations]: any) => { + this.circulationMapping.generate( + itemTypes, + patronTypes, + circulations, + circulation + ); + this.circulationMapping.setPolicyLevel( + circulation.policy_library_level + ); + this.libraryService + .libraries() + .subscribe((libraries: any) => { + libraries.hits.hits.forEach(library => { + this.librariesOrg.push({ + id: library.metadata.pid, + name: library.metadata.name + }); + }); + this.circulationPolicyForm.populate(this.circulationPolicy); + this.circulationForm = this.circulationPolicyForm.getForm(); + this.circulationForm.controls['name'].setAsyncValidators([ + UniqueValidator.createValidator( + this.recordsService, + 'circ_policies', + 'circ_policy_name', + circulation.pid + ) + ]); + }); + } + ); + }); + }); + } + }); + } + + allowCheckoutCheckbox(checkbox: boolean) { + if (!this.allow_checkout.value) { + this.checkout_duration.setValue(null); + this.number_renewals.setValue(null); + this.renewal_duration.setValue(null); + } + } + + numberRenewalsCheck() { + if (this.number_renewals.value < 1) { + this.renewal_duration.setValue(null); + } + } + + policyLevelEvent(level: boolean) { + this.circulationMapping.setPolicyLevel(level); + this.getField('settings').setValue([]); + if (!level) { + this.getField('libraries').setValue([]); + } + } + + libraryCheck(libraryPid: string) { + const librariesControl = this.getField('libraries'); + return librariesControl.value.indexOf(libraryPid) >= 0; + } + + libraryClickEvent(checkbox: boolean, libraryId: string) { + const values = this.getField('libraries').value; + if (checkbox) { + if (values.indexOf(libraryId) === -1) { + values.push(libraryId); + } + } else { + const index = values.indexOf(libraryId); + if (index >= 0) { + values.splice(index, 1); + } + } + } + + patronTypes() { + return this.circulationMapping.getPatronTypes(); + } + + isPatronTypeChecked(patronTypeId: string) { + const settingsControl = this.getField('settings'); + return patronTypeId in settingsControl.value; + } + + isPatronTypeDisabled(patronTypeId: string) { + return this.circulationMapping.isPatronTypeDisabled(patronTypeId); + } + + patronTypeClickEvent(checkbox: boolean, patronTypeId: string) { + const settings = this.getField('settings').value; + if (checkbox) { + if ((settings.indexOf(patronTypeId) === -1)) { + settings[patronTypeId] = []; + } + } else { + delete settings[patronTypeId]; + } + } + + itemTypes() { + return this.circulationMapping.getItemTypes(); + } + + isItemTypeChecked(patronTypeId: string, itemTypeId: string) { + const settingsControl = this.getField('settings'); + return settingsControl.value[patronTypeId].indexOf(itemTypeId) > -1; + } + + isItemTypeDisabled(patronTypeId: string, itemTypeId: string) { + return this.circulationMapping.isItemTypeDisabled( + patronTypeId, + itemTypeId + ); + } + + itemTypeClickEvent( + checkbox: boolean, + patronTypeId: string, + itemTypeId: string + ) { + const settingsControl = this.getField('settings'); + const values = settingsControl.value; + if (checkbox) { + values[patronTypeId].push(itemTypeId); + } else { + const index = values[patronTypeId].indexOf(itemTypeId); + values[patronTypeId].splice(index, 1); + } + if (values[patronTypeId].length === 0) { + delete values[patronTypeId]; + } + } + + onSubmit() { + this.circulationPolicy.update(this.circulationPolicyForm.getValues()); + this.circulationPolicyService.save(this.circulationPolicy); + } + + onCancel() { + this.browser.redirect('/records/circ_policies'); + } + + getField(field: string) { + return this.circulationPolicyForm.getControlByFieldName(field); + } + + /* Control Fields */ + get name() { + return this.getField('name'); + } + get description() { + return this.getField('description'); + } + get allow_checkout() { + return this.getField('allow_checkout'); + } + get checkout_duration() { + return this.getField('checkout_duration'); + } + get number_renewals() { + return this.getField('number_renewals'); + } + get renewal_duration() { + return this.getField('renewal_duration'); + } + get policy_library_level() { + return this.getField('policy_library_level'); + } + get is_default() { + return this.getField('is_default'); + } + get libraries() { + return this.getField('libraries'); + } +} diff --git a/ui/admin/src/app/records/records-routing.module.ts b/ui/admin/src/app/records/records-routing.module.ts index 377e49fca4..d2c53a88e9 100644 --- a/ui/admin/src/app/records/records-routing.module.ts +++ b/ui/admin/src/app/records/records-routing.module.ts @@ -2,8 +2,17 @@ import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { SearchComponent } from './search/search.component'; import { EditorComponent } from './editor/editor.component'; +import { CirculationPolicyComponent } from './custom-editor/circulation-settings/circulation-policy/circulation-policy.component'; const routes: Routes = [ + { + path: 'circ_policies/new', + component: CirculationPolicyComponent + }, + { + path: 'circ_policies/:pid', + component: CirculationPolicyComponent + }, { path: ':recordType/new', component: EditorComponent diff --git a/ui/admin/src/app/records/records.module.ts b/ui/admin/src/app/records/records.module.ts index cabad18744..67ff6f3e9b 100644 --- a/ui/admin/src/app/records/records.module.ts +++ b/ui/admin/src/app/records/records.module.ts @@ -30,6 +30,10 @@ import { BsDatepickerModule } from 'ngx-bootstrap/datepicker'; import { ModalModule } from 'ngx-bootstrap/modal'; import { LibraryExceptionFormService } from './editor/exception-dates/library-exception-form.service'; import { MefTitlePipe } from './search/brief-view/mef-title.pipe'; +import { CirculationPolicyComponent } from './custom-editor/circulation-settings/circulation-policy/circulation-policy.component'; +import { CirculationPolicyService } from './custom-editor/circulation-settings/circulation-policy.service'; +import { CirculationPolicyFormService } from './custom-editor/circulation-settings/circulation-policy-form.service'; +import { CirculationMappingService } from './custom-editor/circulation-settings/circulation-mapping.service'; @NgModule({ declarations: [ @@ -53,7 +57,8 @@ import { MefTitlePipe } from './search/brief-view/mef-title.pipe'; ExceptionDatesComponent, ExceptionDatesEditComponent, PersonsBriefViewComponent, - MefTitlePipe + MefTitlePipe, + CirculationPolicyComponent ], imports: [ CommonModule, @@ -84,7 +89,10 @@ import { MefTitlePipe } from './search/brief-view/mef-title.pipe'; PersonsBriefViewComponent ], providers: [ - LibraryExceptionFormService + LibraryExceptionFormService, + CirculationPolicyService, + CirculationPolicyFormService, + CirculationMappingService ] }) export class RecordsModule { } diff --git a/ui/admin/src/app/records/records.service.ts b/ui/admin/src/app/records/records.service.ts index 0c8df98125..b65b8dd3ba 100644 --- a/ui/admin/src/app/records/records.service.ts +++ b/ui/admin/src/app/records/records.service.ts @@ -1,7 +1,7 @@ import { Injectable } from '@angular/core'; import { HttpClient } from '@angular/common/http'; -import { catchError, map, debounceTime } from 'rxjs/operators' -import { Observable, of } from 'rxjs'; +import { catchError, map, debounceTime } from 'rxjs/operators'; +import { of } from 'rxjs'; @Injectable({ providedIn: 'root' @@ -10,54 +10,54 @@ export class RecordsService { constructor(private http: HttpClient) { } - getRecords(record_type :string, page:number=1, size:number=10, query:string='') { - const url = `/api/${record_type}/?page=${page}&size=${size}&q=${query}` + getRecords(record_type: string, page: number = 1, size: number = 10, query: string = '') { + const url = `/api/${record_type}/?page=${page}&size=${size}&q=${query}`; return this.http.get(url).pipe( catchError(e => { if (e.status === 404) { return of(null); } }) - ) + ); } - getRecord(record_type :string, pid: string) { - const url = `/api/${record_type}/${pid}` + getRecord(record_type: string, pid: string) { + const url = `/api/${record_type}/${pid}`; return this.http.get(url).pipe( catchError(e => { if (e.status === 404) { return of(null); } }) - ) + ); } getRecordFromBNF(ean) { - const url = `/api/import/bnf/${ean}` + const url = `/api/import/bnf/${ean}`; return this.http.get(url).pipe( catchError(e => { if (e.status === 404) { return of(null); } }) - ) + ); } - deleteRecord(record_type :string, pid: string) { - const url = `/api/${record_type}/${pid}` + delete(record_type: string, pid: string) { + const url = `/api/${record_type}/${pid}`; return this.http.delete(url).pipe( catchError(e => { if (e.status === 404) { return of(null); } }) - ) + ); } getSchema(record_type) { let rec_type = record_type.replace(/ies$/, 'y'); rec_type = rec_type.replace(/s$/, ''); - const url=`/schema/${record_type}/${rec_type}-v0.0.1.json`; + const url = `/schema/${record_type}/${rec_type}-v0.0.1.json`; return this.http.get(url).pipe( catchError(e => { if (e.status === 404) { @@ -72,28 +72,28 @@ export class RecordsService { } getSchemaForm(record_type) { - return this.http.get(`/schemaform/${record_type}`) + return this.http.get(`/schemaform/${record_type}`); } - create(record_type, record){ + create(record_type, record) { const url = `/api/${record_type}/`; return this.http.post(url, record); } - update(record_type, record){ + update(record_type, record) { const url = `/api/${record_type}/${record.pid}`; return this.http.put(url, record); } valueAlreadyExists(record_type, field, value, excludePid) { - let url = `/api/${record_type}/?size=0&q=${field}:${value}` + let url = `/api/${record_type}/?size=0&q=${field}:${value}`; if (excludePid) { - url += ` NOT pid:${excludePid}` + url += ` NOT pid:${excludePid}`; } return this.http.get(url).pipe( map(res => res.hits.total), - map(total => total? {alreadyTakenMessage: value}: null), + map(total => total ? { alreadyTakenMessage: value } : null), debounceTime(1000) - ) + ); } } diff --git a/ui/admin/src/app/records/search/search.component.ts b/ui/admin/src/app/records/search/search.component.ts index 21bc28425f..d69a34a3b4 100644 --- a/ui/admin/src/app/records/search/search.component.ts +++ b/ui/admin/src/app/records/search/search.component.ts @@ -70,7 +70,7 @@ export class SearchComponent implements OnInit { } deleteRecord(pid) { - this.recordsService.deleteRecord(this.recordType, pid).subscribe(record => { + this.recordsService.delete(this.recordType, pid).subscribe(record => { this.getRecords(); }); } diff --git a/ui/admin/src/app/user.service.ts b/ui/admin/src/app/user.service.ts index 560827aa56..bed8788874 100644 --- a/ui/admin/src/app/user.service.ts +++ b/ui/admin/src/app/user.service.ts @@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { BehaviorSubject, Observable, of, forkJoin } from 'rxjs'; import { map, concatAll, mergeMap } from 'rxjs/operators'; -import { User } from './users'; +import { User, UserSettings } from './users'; import { Loan, Item } from './circulation/loans'; @Injectable({ @@ -11,14 +11,13 @@ import { Loan, Item } from './circulation/loans'; export class UserService { loggedUser: BehaviorSubject = new BehaviorSubject(null); - userSettings: BehaviorSubject= new BehaviorSubject(null); + userSettings: BehaviorSubject = new BehaviorSubject(null); constructor(private http: HttpClient) { this.http.get('/patrons/logged_user?resolve') .subscribe(data => { - console.log(new User(data.metadata)); this.loggedUser.next(new User(data.metadata)); - this.userSettings.next(new User(data.settings)); + this.userSettings.next(data.settings); }); } diff --git a/ui/admin/src/app/users.ts b/ui/admin/src/app/users.ts index f23e22947c..39020e9928 100644 --- a/ui/admin/src/app/users.ts +++ b/ui/admin/src/app/users.ts @@ -2,6 +2,11 @@ import { Loan } from './circulation/loans'; export interface Library { pid: string; + organisation: Organisation; +} + +export interface Organisation { + pid: string; } export class User { @@ -21,7 +26,6 @@ export class User { street: string; organisation_pid: string; barcode?: string; - settings: UserSettings; loans?: Loan[]; constructor(obj?: any) { @@ -31,4 +35,5 @@ export class User { export interface UserSettings { language: string; + baseUrl: string; } diff --git a/ui/admin/src/styles.scss b/ui/admin/src/styles.scss index 1e3105d039..d260880f03 100644 --- a/ui/admin/src/styles.scss +++ b/ui/admin/src/styles.scss @@ -1,11 +1,13 @@ /* You can add global styles to this file, and also import other style files */ @import 'variables.scss'; -input.ng-valid { +input.ng-valid, +textarea.ng-valid { border-left: 5px solid $form_valid; } -input.ng-invalid { +input.ng-invalid, +textarea.ng-invalid { border-left: 5px solid $form_error; /* red */ } @@ -13,3 +15,7 @@ input.ng-invalid { content: " *"; color: $form_required; } + +form .text-danger { + margin-top: 6px; +} diff --git a/ui/admin/tsconfig.json b/ui/admin/tsconfig.json index 62f2590c35..fbb766695d 100644 --- a/ui/admin/tsconfig.json +++ b/ui/admin/tsconfig.json @@ -17,6 +17,9 @@ "lib": [ "es2018", "dom" - ] + ], + "paths": { + "@app/*": ["src/app/*"], + } } }